You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include a short, descriptive summary of the release, for example:
"Maintenance release for Backdrop CMS. This update contains bug fixes and usability improvements only."
Include a section heading **Notes for updating**
Note if any changes were made to files outside the core directory, for example:
- 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.
Note if updates (update.php) needs to be run, for example:
Use the text The database update script does **not** need to be run.
or **It will be necessary to run the update script** (located at /core/update.php) for this release.
Note: you can use this command to see if any install files were changed: ls -1 core/modules/*/*.install | while read filename; do echo "$(git log -1 --pretty="format:%ad %f" --date=format:"%F %R" -- $filename)" $filename; done|sort
Include a section heading **Changes since version 1.xx.x** are listed below.
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 the default settings.php file in this release. Updating customized versions of those files is not necessary.
It is not necessary to run the update script (located at /core/update.php) for this release.
Changes since 1.30.0
Bug fixes
Do not add language prefix to "Skip backup" and "Cancel" links on update.php #6832
Fix install throwing SQLSTATE[42000]: Syntax error or access violation: 1071 error when MySQL UTF8MB4 is not available #6830
Fix running update as anonymous fails in infinite loop on update.php#6839
Added ability to use condition objects within joins in SelectQuery objects (Drupal 7 parity) #6852
Views pager should be built with view::get_exposed_input(), not $view->exposed_raw_input#6843
Added dependency checking for themes before enabling #6837
Fixed version_compare(): Passing null to parameter #1 error when using Basis subthemes #6835
Fixed Undefined array key "-" in path_clean_string() when saving URL alias pattern settings #6834
Form submit for "Show menu in language" should strip existing destination #6824
Fixed duplicated word in a file description for page_components.tpl.php#6809
Fixed multivalue fields with long text elements can break the layout #6365
Release scheduled for February 18, 2pm - 5pm PT
Pre-release tasks
Fix
orFixed
,Add
orAdded
.**Notes for updating**
core
directory, for example:- 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.
.htaccess
settings.php
The database update script does **not** need to be run.
**It will be necessary to run the update script** (located at /core/update.php) for this release.
ls -1 core/modules/*/*.install | while read filename; do echo "$(git log -1 --pretty="format:%ad %f" --date=format:"%F %R" -- $filename)" $filename; done|sort
**Changes since version 1.xx.x** are listed below.
release-notes
artifact attached to the generator.Release tasks
Immediate Post-release tasks
Backdrop's Website updates
See Also
This is a stand-alone release.
The text was updated successfully, but these errors were encountered: