Commit fb24fb49 authored by Damien McKenna's avatar Damien McKenna
Browse files

Issue #3123665 by DamienMcKenna, Greenhorn, milan.durovic, explorerinruins,...

Issue #3123665 by DamienMcKenna, Greenhorn, milan.durovic, explorerinruins, floown, karenann, maxilein, Dave Reid, HNS-IT-Solutions, doar1004, sthomen: Filler update script to trigger rebuild of caches due to service changes.
parent 1373f7c5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -24,6 +24,9 @@ Metatag 8.x-1.x-dev, xxxx-xx-xx
#3123578 by DamienMcKenna: Removed restui dependency from test's modules list.
#3123578 by DamienMcKenna: Some follow-up on D9 test compatibility.
#3128281 by DamienMcKenna: Fix Page Manager tests in the 8.x-1.x branch.
#3123665 by DamienMcKenna, Greenhorn, milan.durovic, explorerinruins, floown,
  karenann, maxilein, Dave Reid, HNS-IT-Solutions, doar1004, sthomen: Filler
  update script to trigger rebuild of caches due to service changes.


Metatag 8.x-1.12, 2020-03-30
+7 −0
Original line number Diff line number Diff line
@@ -65,3 +65,10 @@ function metatag_update_8107() {
  \Drupal::service('module_installer')->install(['metatag_open_graph']);
  return (string) t("The new Metatag: Open Graph module has been enabled.");
}

/**
 * Need to clear caches after updating from 8.x-1.12.
 */
function metatag_update_8108() {
  return (string) t("The sites's caches will need to be rebuild to ensure Metatag works as intended.");
}