Skip to content

1.25.2

Compare
Choose a tag to compare
@quicksketch quicksketch released this 15 Sep 23:47
· 401 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.

It will be necessary to run the update script (located at /core/update.php) for this release.

Changes since version 1.25.1 are listed below.

Bug fixes

  • PHP 8.2 support for taxonomy vocabularies #6197
  • PHP 8.1 Views: Exposed Items Per Page of "All" causes error #6167
  • Hidden date field saves null values when editing an existing node, producing notices #6198
  • Telemetry UI doesn't show the module name as specified #6222
  • Appearance page operations links are missing classes #6205
  • Token in field descriptions not working unless in fields that handle multiple values #6196
  • Views dropbuttons have bad widths and text alignment in Basis theme #6180
  • Remove periods from the labels of radios and checkboxes in the "Account settings" form #6177
  • installer_browser_install_button_form() assigns a string to $form['#attributes']['class'] #6168
  • Form API element type password_confirm wipes out all preset attributes from the form element #6157
  • User login form should not use spellcheck or autocorrect #6153
  • Typo in the help text for the "Show as expanded" option for menu items: hierarchial -> hierarchical #6151
  • number.module is enforcing a maximum value even if one is not specified #6137
  • Views dialogs are rendered partially off-screen and submit buttons are unreachable #6076
  • Color Module cannot save colors if uppercase hex codes used in theme's color.inc #6057
  • Plural formulas are wiped out upon D7 upgrade #6051
  • Filter Reset for Modules and Permissions doesn't clear url search query #5955
  • Reordering fails with more than 100 items in a menu #5400
  • Click menu gets confused when multiple menus on a page #4488
  • Misleading description for 'Trimmed limit' setting on long text fields #3828
  • Document Node passed into theme_username as 'account'. #1275
  • Replace "Drupal" with "Backdrop" in admin-tabs.css #6218

Miscellaneous changes

  • Do not return TRUE from backdrop_session_regenerate() #6019
  • Make Backdrop core compatible with PHP 8.2 #5927
  • Update jQuery UI to the latest versions #5705