Skip to content

4.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jan 19:01
· 5199 commits to 5.x since this release
4.7.0
17164e7

Note

Assets fields with “All” selected for the available sources will no longer include the temp asset volume, if there is one.

Content Management

  • Admin tables now have sticky footers. (#14149)

Administration

  • Added “Save and continue editing” actions to all core settings pages with full-page forms. (#14168)
  • It’s no longer possible to select the temp asset volume within Assets fields. (#11405, #14141)
  • Added the utils/prune-orphaned-matrix-blocks command. (#14154)

Extensibility

  • Added craft\base\ElementInterface::beforeDeleteForSite().
  • Added craft\base\ElementInterface::afterDeleteForSite().
  • Added craft\base\FieldInterface::beforeElementDeleteForSite().
  • Added craft\base\FieldInterface::afterElementDeleteForSite().

System

  • Reduced the system font file size, and prevented the flash of unstyled type for it. (#13879)
  • Log message timestamps are now set to the system time zone. (#13341)
  • Database backups no longer include data from the phpsessions table, if it exists. (#13589)
  • Selectize inputs now use the auto_position plugin. (#14160)
  • Fixed a bug where paths passed to craft\web\CpScreenResponseBehavior::editUrl() weren’t getting resolved to absolute URLs.
  • Fixed a bug where deleting an entry for a site wasn’t propagating to Matrix blocks for that entry/site. (#13948)