From 9b8ec4485ccf5230f82540d4326bec48aca2dea6 Mon Sep 17 00:00:00 2001 From: Tom Hutchison Date: Fri, 8 Mar 2019 14:43:48 -0500 Subject: [PATCH] Fix for 1.32 version bump (#344) * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Fix MW 1.32 compatibility with removal of wfRunHooks() change to Hooks:run() Addresses #338 and #341 New release forthcoming --- CHANGELOG.md | 3 +++ Foreground.skin.php | 2 +- i18n/ar.json | 6 ++++-- i18n/ast.json | 3 ++- i18n/ba.json | 10 ++++++++++ i18n/be-tarask.json | 3 ++- i18n/bg.json | 3 ++- i18n/bn.json | 6 ++++-- i18n/ca.json | 9 +++++++-- i18n/da.json | 6 ++++-- i18n/de.json | 2 +- i18n/el.json | 3 ++- i18n/es.json | 3 ++- i18n/fa.json | 10 ++++++++++ i18n/fi.json | 6 ++++-- i18n/fr.json | 6 ++++-- i18n/gl.json | 7 +++++-- i18n/he.json | 10 ++++++++++ i18n/hu.json | 11 +++++++++++ i18n/ia.json | 12 ++++++++++++ i18n/id.json | 12 ++++++++++++ i18n/it.json | 3 ++- i18n/ja.json | 4 +++- i18n/jv.json | 11 +++++++++++ i18n/ko-kp.json | 10 ++++++++++ i18n/ko.json | 3 ++- i18n/lb.json | 3 ++- i18n/mk.json | 3 ++- i18n/my.json | 9 +++++++++ i18n/nap.json | 11 +++++++++++ i18n/nb.json | 6 ++++-- i18n/nl.json | 6 ++++-- i18n/pl.json | 6 +++++- i18n/pt-br.json | 12 ++++++++++++ i18n/pt.json | 6 ++++-- i18n/qqq.json | 6 ++++-- i18n/ro.json | 10 ++++++++++ i18n/roa-tara.json | 12 ++++++++++++ i18n/ru.json | 6 ++++-- i18n/sr-ec.json | 9 +++++++-- i18n/sr-el.json | 12 ++++++++++++ i18n/sv.json | 3 ++- i18n/tt-cyrl.json | 10 ++++++++++ i18n/uk.json | 12 ++++++++++++ i18n/zh-hans.json | 3 ++- i18n/zh-hant.json | 6 ++++-- skin.json | 2 +- 47 files changed, 273 insertions(+), 44 deletions(-) create mode 100644 i18n/ba.json create mode 100644 i18n/fa.json create mode 100644 i18n/he.json create mode 100644 i18n/hu.json create mode 100644 i18n/ia.json create mode 100644 i18n/id.json create mode 100644 i18n/jv.json create mode 100644 i18n/ko-kp.json create mode 100644 i18n/my.json create mode 100644 i18n/nap.json create mode 100644 i18n/pt-br.json create mode 100644 i18n/ro.json create mode 100644 i18n/roa-tara.json create mode 100644 i18n/sr-el.json create mode 100644 i18n/tt-cyrl.json create mode 100644 i18n/uk.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f04f987..d39f4db5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## Version 2.2 +* [bug][compatibility] Fix for MW version 1.32 - wfRunHooks() to Hooks::run() + ## Version 2.1 * [bug] Regression - Text footer alignment and social icons (follow) #319 diff --git a/Foreground.skin.php b/Foreground.skin.php index 2a99f6e3..8e0f5a6d 100755 --- a/Foreground.skin.php +++ b/Foreground.skin.php @@ -199,7 +199,7 @@ public function execute() {