diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ef932ac..44821afb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Version 2.2.4 +* [bug] PR #352 Breaks Compatibility with MW < 1.34 - Rollback for re-release as v2.3.0 +* [compatibility] Final Release v2.x.x requires MW <= 1.33 + ## Version 2.2.3 * [bug, compatibility] PR #352 Replace usge of wfSuppressWarnings and wfRestoreWarnings MW 1.34 compatibility diff --git a/Foreground.skin.php b/Foreground.skin.php index 847dcd56..83949eb1 100755 --- a/Foreground.skin.php +++ b/Foreground.skin.php @@ -60,7 +60,7 @@ class foregroundTemplate extends BaseTemplate { public function execute() { global $wgUser; global $wgForegroundFeatures; - Wikimedia\AtEase\AtEase::suppressWarnings(); + wfSuppressWarnings(); $this->html('headelement'); switch ($wgForegroundFeatures['enableTabs']) { case true: @@ -278,7 +278,7 @@ public function execute() { diff --git a/skin.json b/skin.json index 62446c3e..83713cfb 100644 --- a/skin.json +++ b/skin.json @@ -1,6 +1,6 @@ { "name": "Foreground", - "version": "2.2.3", + "version": "2.2.4", "author": [ "Garrick Van Buren", "Jamie Thingelstad",