Skip to content

Commit

Permalink
Merge pull request #1229 from govCMS/release/3.x/3.16.0
Browse files Browse the repository at this point in the history
Release 3.16.0
  • Loading branch information
ruwanl authored Aug 26, 2024
2 parents d435526 + 55dba3f commit 1b6733d
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updates:
interval: daily
time: "06:00"
timezone: "Australia/Sydney"
open-pull-requests-limit: 20
open-pull-requests-limit: 50
target-branch: 3.x-develop
reviewers:
- pandaskii
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"drupal/config_split": "2.0.1",
"drupal/config_update": "2.0.0-alpha3",
"drupal/consultation-consultation": "1.0.4",
"drupal/consumers": "1.17.0",
"drupal/consumers": "1.19.0",
"drupal/contact_storage": "1.3.0",
"drupal/context": "5.0.0-rc1",
"drupal/core-composer-scaffold": "10.2.7",
"drupal/core-recommended": "10.2.7",
"drupal/crop": "2.3.0",
"drupal/crop": "2.4.0",
"drupal/ctools": "4.1.0",
"drupal/devel": "5.1.2",
"drupal/diff": "1.7.0",
Expand All @@ -48,21 +48,21 @@
"drupal/dynamic_entity_reference": "3.2.0",
"drupal/embed": "1.7.0",
"drupal/encrypt": "3.1.0",
"drupal/entity_browser": "2.9.0",
"drupal/entity_browser": "2.10.0",
"drupal/entity_class_formatter": "2.0.0",
"drupal/entity_embed": "1.6.0",
"drupal/entity_hierarchy": "3.3.10",
"drupal/entity_hierarchy": "3.3.11",
"drupal/entity_reference_display": "2.0.0",
"drupal/entity_reference_revisions": "1.11.0",
"drupal/environment_indicator": "4.0.18",
"drupal/environment_indicator": "4.0.19",
"drupal/events_log_track": "3.1.9",
"drupal/facets": "2.0.7",
"drupal/field_group": "3.4.0",
"drupal/file_to_media": "1.0.2",
"drupal/focal_point": "2.1.0",
"drupal/google_analytics": "4.0.2",
"drupal/govcms_dlm": "2.0.0",
"drupal/inline_entity_form": "3.0.0-rc19",
"drupal/inline_entity_form": "3.0.0-rc20",
"drupal/honeypot": "2.1.3",
"drupal/key": "1.19.0",
"drupal/layout_builder_modal": "1.2.0",
Expand All @@ -73,13 +73,13 @@
"drupal/mailsystem": "4.4.0",
"drupal/media_bulk_upload": "3.0.2",
"drupal/media_entity_file_replace": "1.2.0",
"drupal/media_file_delete": "1.3.0",
"drupal/media_file_delete": "1.3.1",
"drupal/media_vimeo_domain_privacy": "1.1",
"drupal/menu_block": "1.11.0",
"drupal/menu_trail_by_path": "2.0.1",
"drupal/metatag": "2.0.0",
"drupal/migrate_file": "2.1.2",
"drupal/migrate_plus": "6.0.2",
"drupal/migrate_plus": "6.0.4",
"drupal/migrate_source_csv": "3.6.0",
"drupal/migrate_tools": "6.0.4",
"drupal/minisite": "2.2.0",
Expand All @@ -90,27 +90,27 @@
"drupal/password_policy": "4.0.1",
"drupal/pathauto": "1.12.0",
"drupal/real_aes": "2.6.0",
"drupal/recaptcha": "3.2.0",
"drupal/recaptcha": "3.3.0",
"drupal/recaptcha_v3": "2.0.2",
"drupal/redirect": "1.9.0",
"drupal/rest_menu_items": "3.0.3",
"drupal/robotstxt": "1.5.0",
"drupal/role_delegation": "1.2.0",
"drupal/search_api": "1.35.0",
"drupal/search_api_solr": "4.3.4",
"drupal/search_api_solr": "4.3.5",
"drupal/scheduled_transitions": "2.5.0",
"drupal/search_api_attachments": "9.0.3",
"drupal/seckit": "2.0.1",
"drupal/securitytxt": "1.6.0",
"drupal/shield": "1.7.0",
"drupal/shield": "1.8.0",
"drupal/simple_oauth": "5.2.5",
"drupal/simple_sitemap": "4.1.9",
"drupal/symfony_mailer": "1.4.1",
"drupal/token": "1.14.0",
"drupal/token": "1.15.0",
"drupal/tfa": "1.7.0",
"drupal/twig_tweak": "3.3.0",
"drupal/username_enumeration_prevention": "1.3.0",
"drupal/webform": "6.2.3",
"drupal/webform": "6.2.7",
"govcms-assets/chosen": "2.2.1",
"oomphinc/composer-installers-extender": "^2.0",
"webflo/drupal-finder": "^1.2"
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.'
core_version_requirement: ^10
project: 'govcms'
version: '3.15.0'
version: '3.16.0'

distribution:
name: GovCMS
Expand Down
14 changes: 14 additions & 0 deletions includes/govcms.update.inc
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,17 @@ function govcms_update_10007() {
// Call the service method to uninstall specified modules marked as 'obsolete'.
$lifecycle_service->uninstallObsoleteModules($modules_to_uninstall);
}

/**
* Implements hook_update_N().
*
* Installs events_log_track_file module if it is not already installed.
*/
function govcms_update_10008() {
$moduleHandler = \Drupal::service('module_handler');
$notInstalled = !$moduleHandler->moduleExists('event_log_track_file');
if ($notInstalled) {
$moduleInstaller = \Drupal::service('module_installer');
$moduleInstaller->install(['event_log_track_file']);
}
}
7 changes: 0 additions & 7 deletions modules/obsolete/block_place/block_place.info.yml

This file was deleted.

8 changes: 0 additions & 8 deletions themes/obsolete/adminimal_theme/adminimal_theme.info.yml

This file was deleted.

8 changes: 0 additions & 8 deletions themes/obsolete/stable/stable.info.yml

This file was deleted.

0 comments on commit 1b6733d

Please sign in to comment.