From 52bab15d5a92e464fd33d9c78a6a0145d0bb9492 Mon Sep 17 00:00:00 2001 From: Tara Date: Wed, 2 Aug 2023 15:51:27 +1000 Subject: [PATCH 01/12] [GOVCMSD10-143] Add Drupal Symfony Mailer to GovCMSD10 --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index b13549841..eef872015 100644 --- a/composer.json +++ b/composer.json @@ -125,6 +125,7 @@ "drupal/simple_oauth": "5.2.3", "drupal/simple_sitemap": "4.1.6", "drupal/swiftmailer": "2.4.0", + "drupal/symfony_mailer": "1.3.0-rc3", "drupal/tfa": "1.2.0", "drupal/token": "1.12.0", "drupal/twig_tweak": "3.2.1", From f852b991aeebc66a5fb5c24b6624c97ce1cb04f7 Mon Sep 17 00:00:00 2001 From: Tara Date: Wed, 2 Aug 2023 16:09:00 +1000 Subject: [PATCH 02/12] Change symfony_mailer version to 1.2.2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index eef872015..303c7bb42 100644 --- a/composer.json +++ b/composer.json @@ -125,7 +125,7 @@ "drupal/simple_oauth": "5.2.3", "drupal/simple_sitemap": "4.1.6", "drupal/swiftmailer": "2.4.0", - "drupal/symfony_mailer": "1.3.0-rc3", + "drupal/symfony_mailer": "1.2.2", "drupal/tfa": "1.2.0", "drupal/token": "1.12.0", "drupal/twig_tweak": "3.2.1", From 30d71e037d3d077200a12402b4ebfdabed4aafe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 20:27:27 +0000 Subject: [PATCH 03/12] Update drupal/core-composer-scaffold requirement from 10.1.1 to 10.1.2 Updates the requirements on [drupal/core-composer-scaffold](https://github.com/drupal/core-composer-scaffold) to permit the latest version. - [Commits](https://github.com/drupal/core-composer-scaffold/compare/10.1.1...10.1.2) --- updated-dependencies: - dependency-name: drupal/core-composer-scaffold dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b13549841..012b31dcb 100644 --- a/composer.json +++ b/composer.json @@ -60,7 +60,7 @@ "drupal/consumers": "1.17.0", "drupal/contact_storage": "1.3.0", "drupal/context": "5.0.0-rc1", - "drupal/core-composer-scaffold": "10.1.1", + "drupal/core-composer-scaffold": "10.1.2", "drupal/core-recommended": "10.1.1", "drupal/crop": "2.3.0", "drupal/ctools": "3.14.0", From 3a9eab47ceb9c71bb0eb3636342b54bedf868e1d Mon Sep 17 00:00:00 2001 From: Tara Date: Thu, 3 Aug 2023 10:13:38 +1000 Subject: [PATCH 04/12] Update drupal/symfony_mailer module to 1.3.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 303c7bb42..2041e5286 100644 --- a/composer.json +++ b/composer.json @@ -125,7 +125,7 @@ "drupal/simple_oauth": "5.2.3", "drupal/simple_sitemap": "4.1.6", "drupal/swiftmailer": "2.4.0", - "drupal/symfony_mailer": "1.2.2", + "drupal/symfony_mailer": "1.3.0", "drupal/tfa": "1.2.0", "drupal/token": "1.12.0", "drupal/twig_tweak": "3.2.1", From 2dbdbdd9cc58a7e57577aa6f912ef255b8306ed6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 20:45:43 +0000 Subject: [PATCH 05/12] Update drupal/securitytxt requirement from 1.3.0 to 1.4.0 Updates the requirements on drupal/securitytxt to permit the latest version. --- updated-dependencies: - dependency-name: drupal/securitytxt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 30765adfa..c8cd81d70 100644 --- a/composer.json +++ b/composer.json @@ -120,7 +120,7 @@ "drupal/search_api_attachments": "9.0.1", "drupal/search_api_solr": "4.2.12", "drupal/seckit": "2.0.1", - "drupal/securitytxt": "1.3.0", + "drupal/securitytxt": "1.4.0", "drupal/shield": "1.7.0", "drupal/simple_oauth": "5.2.3", "drupal/simple_sitemap": "4.1.6", From f7dfb545f929aee3aba6077971503deda87192a6 Mon Sep 17 00:00:00 2001 From: Tara W <76574779+Tara-Wij@users.noreply.github.com> Date: Fri, 11 Aug 2023 09:59:45 +1000 Subject: [PATCH 06/12] Update drupal/symfony_mailer module to 1.3.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2041e5286..7da360255 100644 --- a/composer.json +++ b/composer.json @@ -125,7 +125,7 @@ "drupal/simple_oauth": "5.2.3", "drupal/simple_sitemap": "4.1.6", "drupal/swiftmailer": "2.4.0", - "drupal/symfony_mailer": "1.3.0", + "drupal/symfony_mailer": "1.3.1", "drupal/tfa": "1.2.0", "drupal/token": "1.12.0", "drupal/twig_tweak": "3.2.1", From 093e7b3e04a1c438980f32cae9fbaeef01490592 Mon Sep 17 00:00:00 2001 From: Tara Date: Mon, 14 Aug 2023 12:45:46 +1000 Subject: [PATCH 07/12] [GOVCMSD10-224] Remove Aggregator stub module from D10 distro --- modules/obsolete/aggregator/aggregator.info.yml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 modules/obsolete/aggregator/aggregator.info.yml diff --git a/modules/obsolete/aggregator/aggregator.info.yml b/modules/obsolete/aggregator/aggregator.info.yml deleted file mode 100644 index f9f24a221..000000000 --- a/modules/obsolete/aggregator/aggregator.info.yml +++ /dev/null @@ -1,7 +0,0 @@ -name: Aggregator -type: module -description: 'Gathers and displays syndicated content (RSS, RDF, and Atom feeds) from external sources. [obsolete]' -package: GovCMS [obsolete] -core_version_requirement: ^9 || ^10 -lifecycle: obsolete -lifecycle_link: 'https://github.com/GovCMS/GovCMS' From c7171b1dfdb8798bf747052ede5a9debe0803e59 Mon Sep 17 00:00:00 2001 From: Tara Date: Mon, 14 Aug 2023 13:57:58 +1000 Subject: [PATCH 08/12] [GOVCMSD10-226] Remove Panelizer stub module from D10 distro --- modules/obsolete/panelizer/panelizer.info.yml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 modules/obsolete/panelizer/panelizer.info.yml diff --git a/modules/obsolete/panelizer/panelizer.info.yml b/modules/obsolete/panelizer/panelizer.info.yml deleted file mode 100644 index 12917d615..000000000 --- a/modules/obsolete/panelizer/panelizer.info.yml +++ /dev/null @@ -1,7 +0,0 @@ -name: Panelizer -type: module -description: 'Allow any entity view mode to be rendered using a Panels display. [obsolete]' -package: GovCMS [obsolete] -core_version_requirement: ^9 || ^10 -lifecycle: obsolete -lifecycle_link: 'https://github.com/GovCMS/GovCMS' From 3210f7258e273f6db77c9fbc98a125dec557b544 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 07:46:17 +0000 Subject: [PATCH 09/12] Update drupal/captcha requirement from 2.0.4 to 2.0.5 Updates the requirements on drupal/captcha to permit the latest version. --- updated-dependencies: - dependency-name: drupal/captcha dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 30765adfa..d4f24a7b9 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,7 @@ "drupal/address": "1.12.0", "drupal/admin_toolbar": "3.4.1", "drupal/bigmenu": "2.0.0-rc3", - "drupal/captcha": "2.0.4", + "drupal/captcha": "2.0.5", "drupal/chosen": "4.0.0", "drupal/components": "3.0.0-beta3", "drupal/config_filter": "2.4.0", From 40a42375fc83cf1b324db4a7475ba1201bfa8f3b Mon Sep 17 00:00:00 2001 From: Tara Date: Fri, 25 Aug 2023 10:21:42 +1000 Subject: [PATCH 10/12] [GOVCMSD10-231] Apply patch for Drupal 10 error with search_api_attachments --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 30765adfa..3ab1d1b18 100644 --- a/composer.json +++ b/composer.json @@ -179,6 +179,9 @@ }, "drupal/honeypot": { "Fix missing primary key in table `honeypot_user` - https://www.drupal.org/project/honeypot/issues/2943526": "https://www.drupal.org/files/issues/2023-07-10/honeypot-add_primary_key-2943526-64.patch" + }, + "drupal/search_api_attachments": { + "Fix fatal error call to Bytes::toInt in file extractor - https://www.drupal.org/project/search_api_attachments/issues/3358930": "https://www.drupal.org/files/issues/2023-08-01/3358930-change-deprecated-toInt.patch" } } }, From 911c834368124c87c9a8fe7e273f68e20bd8668e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 00:23:33 +0000 Subject: [PATCH 11/12] Update drupal/core-recommended requirement from 10.1.1 to 10.1.2 Updates the requirements on [drupal/core-recommended](https://github.com/drupal/core-recommended) to permit the latest version. - [Commits](https://github.com/drupal/core-recommended/compare/10.1.1...10.1.2) --- updated-dependencies: - dependency-name: drupal/core-recommended dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 971029190..9058b0717 100644 --- a/composer.json +++ b/composer.json @@ -61,7 +61,7 @@ "drupal/contact_storage": "1.3.0", "drupal/context": "5.0.0-rc1", "drupal/core-composer-scaffold": "10.1.2", - "drupal/core-recommended": "10.1.1", + "drupal/core-recommended": "10.1.2", "drupal/crop": "2.3.0", "drupal/ctools": "3.14.0", "drupal/devel": "5.1.2", From 71677c919124fcba80fc48ea3ddc691e66930cf6 Mon Sep 17 00:00:00 2001 From: Tara Date: Fri, 25 Aug 2023 12:28:41 +1000 Subject: [PATCH 12/12] [GOVCMS-9387] Prepare GovCMS Distro release 3.2.0 --- govcms.info.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/govcms.info.yml b/govcms.info.yml index 518de8a0c..c5dce00c8 100644 --- a/govcms.info.yml +++ b/govcms.info.yml @@ -3,7 +3,7 @@ type: profile description: 'A GovCMS Drupal Distribution for government and the public sector in Australia.' core_version_requirement: ^10 project: 'govcms' -version: '3.1.0' +version: '3.2.0' distribution: name: GovCMS