| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| backdrop.zip | 2025-09-03 | 11.1 MB | |
| 1.31.1 source code.tar.gz | 2025-09-03 | 8.9 MB | |
| 1.31.1 source code.zip | 2025-09-03 | 11.5 MB | |
| README.md | 2025-09-03 | 3.5 kB | |
| Totals: 4 Items | 31.6 MB | 0 | |
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.txtor defaultsettings.phpfiles 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.31.0 are listed below.
UX Improvements
- Display translated system.core configuration values #6941
- If theme sets font size of input.form-search then Admin Bar Menu Search is affected #6925
Bug fixes
- PHP 8+ Example for hook_user_presave causes Deprecation notice if data field is NULL or FALSE #6943
- Trusted host settings handling - multiple issues #6935
- Using multiple file browsers on a single node form breaks functionality #6924
- Filter module never cleans up filter section in config leading to PHP warnings #6920
- Reset field types when new modules are installed to ensure potential new field types are immediately available #6919
- Minimum PHP version isn't consistently updated to 7.1 #6914
- Pre-existing field with reserved entity machine name re-used on entity type causes fatal error when adding entity #6900
- Undefined array key when getting the missing callback error in layouts #6885
- Add missing Excel Template (xlsb) MIME types so files show correct icons. #6882
- Unnecessary duplication in _entityreference_autocomplete_validate() #6879
- Form for "Manage file display" attempts to load all field formatter forms (elements) #6578
- node_access filters out accessible nodes when node is left joined #6421
- Date module datestamp field type affected by Y2K38 #6307
- Alias malfunction when two pages have the same title in multi-language installation #5947
- PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'backdrop.simpletest[xxxxx]semaphore' doesn't exist #5943
- Language prefixes are being repeated in Link module fields #4984
- Update the part in the documentation comment about array_filter #6303
- Correct a comment in backdrop_settings_initialize() #6663
- Remove direct use of
new Node()and other direct instantiations of entity classes from the codebase #6075