Skip to content

Commit

Permalink
11.2.1
Browse files Browse the repository at this point in the history
11.2.1
  • Loading branch information
joegl authored Aug 8, 2024
2 parents ecaf0e6 + e87a266 commit 4ae406e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 11 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
"drupal/menu_link_weight": "^2.0",
"drupal/menu_position": "^1.0@beta",
"drupal/metatag": "^2.0",
"drupal/migrate_plus": "6.0.2",
"drupal/migrate_source_csv": "^3.4",
"drupal/mysql56": "^1.1",
"drupal/nobots": "^1.0",
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion config/default/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ module:
node_revision_delete: 0
oembed_providers: 0
options: 0
page_cache: 0
paragraphs_browser: 0
paragraphs_edit: 0
path: 0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Stanford HumSci'
type: profile
description: 'Installation profile for HumSci Drupal'
version: 11.2.0
version: 11.2.1
core_version_requirement: '^9.4 || ^10'
themes:
- material_admin
Expand Down Expand Up @@ -36,7 +36,6 @@ dependencies:
- 'drupal:migrate'
- 'drupal:node'
- 'drupal:options'
- 'drupal:page_cache'
- 'drupal:path'
- 'drupal:path_alias'
- 'drupal:responsive_image'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -915,3 +915,11 @@ function su_humsci_profile_update_9707() {
// Uninstall eck module.
\Drupal::service('module_installer')->uninstall(['eck']);
}


/**
* Uninstall page_cache.
*/
function su_humsci_profile_update_9708() {
\Drupal::service('module_installer')->uninstall(['page_cache']);
}

0 comments on commit 4ae406e

Please sign in to comment.