Skip to content

1.26.4

Compare
Choose a tag to compare
@quicksketch quicksketch released this 16 Jan 00:53
· 349 commits to 1.x since this release

Maintenance release for Backdrop CMS. This update contains bug fixes and usability improvements only.

Notes for updating

No changes have been made to the .htaccess, robots.txt or default settings.php files in this release. Updating customized versions of those files is not necessary. The database update script does not need to be run.

New features

  • Add hook_field_schema_alter() #6208

Bug fixes

  • Creating menu items can trigger resource-intensive rebuilding module and field data when it's not needed #6353
  • Config sync doesn't see reordering of elements in JSON file as a change #6348
  • Semicolons in CSS import statements break compressed CSS files #6337

Documentation updates

  • Change the reference to _db_process_field() in the documentation comment for DatabaseSchema_mysql::createFieldSql() #6361
  • Correct the documentation for system_configure_date_formats_form() #6358
  • Use different short descriptions for hook_config_create() and hook_config_update() #6321
  • Correct the documentation comment for field_config_update_validate() #6319
  • Correct the documentation comment for field_config_delete() which is a hook_config_delete() implementation #6318

Miscellaneous changes

  • Always include the "View: [view_name]: [block_display_name]" as the default admin label for blocks provided by views. #1889
  • Mark some Comment permissions as restricted #5554
  • Add back admin bar links to manage display sub-pages #2450
  • Appearance page: Denote the theme selected as admin theme (same as we do for the default theme). #1105