Update Drupal 7 to 7.105

@see https://gitlab.com/tag1consulting/public/drupal/-/releases/7.105
This commit is contained in:
Mauricio Dinarte 2025-11-13 12:30:02 -06:00 committed by Janez Urevc
parent c76979e3d5
commit fb9ad88a0f
160 changed files with 276 additions and 782 deletions

View file

@ -0,0 +1,10 @@
Drupal 7.105, 2025-10-01
------------------------
- PHP 8.4 support
- To reduce noise in logs, consider adding
ini_set('error_reporting', E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED);
to settings.php or otherwise disable deprecation error reporting.
Drupal 7.104, 2025-10-01
------------------------
- Backport Backdrop SA-Contrib 2025-015 for BBQ JavaScript.