Skip to content
Snippets Groups Projects
Commit 8f137d7a authored by Chris Shantz's avatar Chris Shantz
Browse files

Merge branch '1.1.x' into prod/1.1.x

parents c02550c7 9bf09c1a
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,7 @@ dependencies: ...@@ -55,6 +55,7 @@ dependencies:
- 'drupal:node' - 'drupal:node'
- 'drupal:noreqnewpass' - 'drupal:noreqnewpass'
- 'drupal:options' - 'drupal:options'
- 'drupal:pantheon_advanced_page_cache'
- 'drupal:page_cache' - 'drupal:page_cache'
- 'drupal:path' - 'drupal:path'
- 'drupal:quickedit' - 'drupal:quickedit'
......
...@@ -2032,3 +2032,10 @@ function uw_sites_all_update_9166(&$sandbox) { ...@@ -2032,3 +2032,10 @@ function uw_sites_all_update_9166(&$sandbox) {
$roles['uw_role_content_editor']->save(); $roles['uw_role_content_editor']->save();
$roles['uw_role_content_author']->save(); $roles['uw_role_content_author']->save();
} }
/**
* Install pantheon advanced page cache.
*/
function uw_sites_all_update_9167(&$sandbox) {
\Drupal::service('module_installer')->install(['pantheon_advanced_page_cache']);
}
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