Skip to content

Commit

Permalink
Merge branch 'release/2.x/2.21.0' into 2.x-master
Browse files Browse the repository at this point in the history
  • Loading branch information
Tara authored and Tara committed Sep 26, 2022
2 parents 9f1ad1f + f3295af commit ef1795a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/module-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ assignees: ''

** What value does this module/package add to GovCMS?

** Is the module Drupal 10 compatible?

** Please provide a brief outline of what this module does.

** Who does this module benefit:
Expand Down
27 changes: 15 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"cweagans/composer-patches": "^1.7",
"dropzone/dropzone": "5.7.2",
"drupal/address": "1.11.0",
"drupal/admin_toolbar": "3.1.0",
"drupal/admin_toolbar": "3.1.1",
"drupal/adminimal_admin_toolbar": "1.11.0",
"drupal/adminimal_theme": "1.6.0",
"drupal/bigmenu": "2.0.0-rc2",
Expand All @@ -61,27 +61,27 @@
"drupal/config_perms": "2.0",
"drupal/config_split": "1.5.0",
"drupal/config_update": "1.7",
"drupal/consumers": "1.12.0",
"drupal/consumers": "1.13.0",
"drupal/contact_storage": "1.2.0",
"drupal/context": "4.1.0",
"drupal/core-composer-scaffold": "^9",
"drupal/core-recommended": "9.4.5",
"drupal/crop": "2.2.0",
"drupal/ctools": "3.7.0",
"drupal/ctools": "3.11.0",
"drupal/devel": "4.1.5",
"drupal/diff": "1.0.0",
"drupal/dropzonejs": "2.6.0",
"drupal/ds": "3.13.0",
"drupal/dynamic_entity_reference": "1.16.0",
"drupal/embed": "1.5",
"drupal/encrypt": "3.0",
"drupal/entity_browser": "2.7.0",
"drupal/entity_browser": "2.8.0",
"drupal/entity_class_formatter": "1.3",
"drupal/entity_embed": "1.2.0",
"drupal/entity_hierarchy": "3.1.2",
"drupal/entity_hierarchy": "3.3.1",
"drupal/entity_reference_display": "1.4.0",
"drupal/entity_reference_revisions": "1.9.0",
"drupal/environment_indicator": "4.0.6",
"drupal/entity_reference_revisions": "1.10.0",
"drupal/environment_indicator": "4.0.7",
"drupal/facets": "2.0.5",
"drupal/features": "3.12.0",
"drupal/field_group": "3.2.0",
Expand All @@ -90,18 +90,18 @@
"drupal/google_analytics": "4.0.0",
"drupal/govcms_dlm": "1.4.0",
"drupal/honeypot": "2.1.1",
"drupal/inline_entity_form": "1.0.0-rc11",
"drupal/inline_entity_form": "1.0.0-rc12",
"drupal/key": "1.15.0",
"drupal/layout_builder_modal": "1.1",
"drupal/layout_builder_restrictions": "2.13.0",
"drupal/layout_builder_restrictions": "2.15.0",
"drupal/linked_field": "1.3.0",
"drupal/linkit": "6.0.0-beta3",
"drupal/login_security": "2.0.0",
"drupal/media_entity_file_replace": "1.0",
"drupal/media_file_delete": "1.2.1",
"drupal/menu_block": "1.8.0",
"drupal/menu_trail_by_path": "1.3",
"drupal/metatag": "1.19.0",
"drupal/metatag": "1.21.0",
"drupal/migrate_file": "2.1.1",
"drupal/migrate_plus": "6.0.0",
"drupal/migrate_source_csv": "3.5.0",
Expand All @@ -113,7 +113,7 @@
"drupal/panels": "4.6.0",
"drupal/paragraphs": "1.14.0",
"drupal/password_policy": "3.1.0",
"drupal/pathauto": "1.10.0",
"drupal/pathauto": "1.11.0",
"drupal/real_aes": "2.4.0",
"drupal/recaptcha": "3.0",
"drupal/redirect": "1.7.0",
Expand All @@ -131,7 +131,7 @@
"drupal/simple_sitemap": "4.1.2",
"drupal/swiftmailer": "2.2.0",
"drupal/tfa": "1.0.0-alpha8",
"drupal/token": "1.10.0",
"drupal/token": "1.11.0",
"drupal/twig_tweak": "2.9",
"drupal/update_notifications_disable": "1.1",
"drupal/username_enumeration_prevention": "1.2.0",
Expand Down Expand Up @@ -187,6 +187,9 @@
"enable-patching": true,
"composer-exit-on-patch-failure": true,
"patches": {
"drupal/captcha": {
"Captcha point add label": "https://www.drupal.org/files/issues/2022-08-07/hook-3293710-3.patch"
},
"drupal/google_analytics": {
"Fix deprecated warnings for PHP 8.1 compatibility - https://www.drupal.org/project/google_analytics/issues/3258588": "https://www.drupal.org/files/issues/2022-06-03/google_analytics-jsonserialize-code-standard-fixes-3258588-20.patch"
},
Expand Down
2 changes: 1 addition & 1 deletion govcms.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: profile
description: 'A GovCMS Drupal Distribution for government and the public sector in Australia.'
project: govcms
core_version_requirement: ^9
version: '2.20.1'
version: '2.21.0'

distribution:
name: GovCMS
Expand Down

0 comments on commit ef1795a

Please sign in to comment.