diff --git a/CHANGELOG.md b/CHANGELOG.md index d39f4db5..2ef932ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## Version 2.2.3 +* [bug, compatibility] PR #352 Replace usge of wfSuppressWarnings and wfRestoreWarnings MW 1.34 compatibility + + +## Version 2.2.2 +* [bug] PR #350 Coding fix for missing close + +## Version 2.2.1 +* [bug, CSS] Addressing Issue #342 Search Button Alignment +* [bug, compatibility] Removing fastclick.js as all modern touch devices handle delay now Issue #336 +* [code] Removing unused js from `/assets/scripts/vendor` +* [CSS, enhancement] Images MW way which fixes Issue #345 +* [bug, js] Fix to foreground.js script, edit icon (temporary as a long term edit vs visual editor is needed with CSS) + ## Version 2.2 * [bug][compatibility] Fix for MW version 1.32 - wfRunHooks() to Hooks::run() diff --git a/COPYING b/COPYING index f5fd3085..88db87cd 100644 --- a/COPYING +++ b/COPYING @@ -1,3 +1,5 @@ +BSD 2-Clause License + Copyright (c) 2013, Garrick Van Buren, Jamie Thingelstad, Tom Hutchison. All rights reserved. diff --git a/Foreground.skin.php b/Foreground.skin.php index 8e0f5a6d..847dcd56 100755 --- a/Foreground.skin.php +++ b/Foreground.skin.php @@ -60,7 +60,7 @@ class foregroundTemplate extends BaseTemplate { public function execute() { global $wgUser; global $wgForegroundFeatures; - wfSuppressWarnings(); + Wikimedia\AtEase\AtEase::suppressWarnings(); $this->html('headelement'); switch ($wgForegroundFeatures['enableTabs']) { case true: @@ -124,15 +124,16 @@ public function execute() {