diff --git a/CHANGELOG.md b/CHANGELOG.md index d7174e6..f371cdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,16 @@ Versions and bullets are arranged chronologically from latest to oldest. -## Unreleased +## 1.1.6 -ENHANCEMENTS: +Note: this version requires MediaWiki 1.36+. Earlier versions are no longer supported. +If you still use those versions of MediaWiki, please use REL1_35 branch instead of this release. - Localisations update. -BUG FIXES: +ENHANCEMENTS: -- +- Localisation updates from https://translatewiki.net. ## Previous Releases diff --git a/extension.json b/extension.json index fface44..7964429 100644 --- a/extension.json +++ b/extension.json @@ -1,13 +1,13 @@ { "name": "Sanctions", - "version": "1.1.0", + "version": "1.1.6", "author": "[https://femiwiki.com/ Femiwiki Team]", "url": "https://github.com/femiwiki/sanctions", "descriptionmsg": "sanctions-desc", "license-name": "AGPL-3.0-or-later", "type": "specialpage", "requires": { - "MediaWiki": ">= 1.35.0", + "MediaWiki": ">= 1.36.0", "extensions": { "Echo": "*", "Flow": "*",