FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 3935f891 authored by Jenny Dumitrescu's avatar Jenny Dumitrescu
Browse files

Merge branch '2.10.7' into 'master'

2.10.7 - Added php8 compatibility patches to several modules.

See merge request !56
parents e01e75f8 bb5dc8f0
Branches master
Tags 2.10.7
1 merge request!562.10.7 - Added php8 compatibility patches to several modules.
......@@ -6,6 +6,14 @@ Changelog
The following modules have been upgraded:
Upgraded the Node Export module to [3.3] (https://www.drupal.org/project/node_export/releases/7.x-3.3)
The following modules have been patched:
The feeds xpathparser module has been patched to handle a PHP8 compatibility issue (https://www.drupal.org/project/feeds_xpathparser/issues/3319597)
The hierarchical select module has been patched to handle a PHP8 compatibility issue (https://www.drupal.org/project/hierarchical_select/issues/3277847)
The menu trail by path module has been patched to handle a PHP8 compatibility issue (https://www.drupal.org/project/menu_trail_by_path/issues/3151154)
The workbench access module has been patched to handle a PHP8 compatibility issue (https://www.drupal.org/project/workbench_access/issues/3324664)
The workbench moderation module has been patched to handle a PHP8 compatibility issue (https://www.drupal.org/project/workbench_moderation/issues/3259574)
2.10.6
......
......@@ -69,6 +69,7 @@ projects[feeds_ex] = "1.0-rc2"
projects[feeds_tamper] = "1.2"
projects[feeds_tamper_php] = "1.2"
projects[feeds_xpathparser] = "1.1"
projects[feeds_xpathparser][patch][] = "https://www.drupal.org/files/issues/2022-11-07/feeds_xpathparser-3319597-libxml_disable_entity_loader_deprecated-php8.patch"
projects[fel] = "1.0-beta3"
projects[field_collection] = "1.2"
projects[field_collection_views] = "1.0-beta3"
......@@ -86,12 +87,14 @@ projects[globalredirect] = "1.6"
projects[google_analytics] = "2.8"
projects[google_tag] = "2.1"
projects[hierarchical_select] = "3.0-beta9"
projects[hierarchical_select][patch][] = "https://www.drupal.org/files/issues/2022-04-29/hierarchical_select-php8.patch"
projects[honeypot] = "1.26"
projects[image_link_formatter] = "1.1"
projects[imageapi_optimize] = "1.3"
projects[imagecache_external] = "2.2"
projects[inline_entity_form] = "1.9"
projects[job_scheduler] = "2.0"
#projects[job_scheduler][patch][] = "https://www.drupal.org/files/issues/2023-03-28/job_scheduler_unserialize_null_deprecated.patch"
projects[js_injector] = "2.1"
projects[lightbox2] = "2.12"
projects[linkchecker] = "1.5"
......@@ -110,6 +113,7 @@ projects[menu_import] = "1.7"
projects[menu_position] = "1.2"
projects[menu_force] = "1.2"
projects[menu_trail_by_path] = "3.3"
projects[menu_trail_by_path][patch][] = "https://www.drupal.org/files/issues/2022-09-13/menu_trail_by_path-trying_to_access_array_offset_on_value_of_type_bool-3151154-7.patch"
projects[menu_view_unpublished] = "1.0-beta3"
projects[menu_view_unpublished][patch][] = "https://www.drupal.org/files/issues/2018-12-05/menu_view_unpublished-fix_conflict_menu_attributes-2414653-13.patch"
projects[metatag] = "1.32"
......@@ -197,11 +201,13 @@ projects[webform_reply_to] = "2.0"
projects[webform_submissions_bulk_delete] = "1.2"
projects[workbench] = "1.2"
projects[workbench_access] = "1.6"
projects[workbench_access][patch][] = "https://www.drupal.org/files/issues/2022-11-30/workbench_access-3324664-uasort-2.patch"
projects[workbench_media] = "2.1"
projects[workbench_moderation][type] = "module"
projects[workbench_moderation][download][type] = "file"
projects[workbench_moderation][download][url] = "https://github.com/JeebsUK/drupal-workbench-moderation/archive/1.4.tar.gz"
projects[workbench_moderation][subdir] = "contrib"
projects[workbench_moderation][patch][] = "https://www.drupal.org/files/issues/2022-01-20/workbench_moderation-3259574-php-8.0-compatibility.patch"
projects[wysiwyg] = "2.10"
projects[xmlsitemap] = "2.7"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment