Przeglądaj źródła

Adding conflicts manually, bump version, changelog, requires

Tom Hutchison 5 lat temu
rodzic
commit
1785886d04
2 zmienionych plików z 11 dodań i 2 usunięć
  1. 6 0
      CHANGELOG.md
  2. 5 2
      skin.json

+ 6 - 0
CHANGELOG.md

@@ -1,3 +1,9 @@
+## Version 2.3.0
+* [compatibility, deprecated] Fix for deprecated wfSuppressWarnings and wfRestoreWarnings with new Wikimedia\...
+* [bug, code] Remove duplicated prepend call in foreground.js
+* [b/c break] Version minor bump, MW >= 1.34 now required
+* [enhancement] Use of requires MW >= 1.34 in skin.json
+
 ## 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

+ 5 - 2
skin.json

@@ -1,6 +1,6 @@
 {
 	"name": "Foreground",
-	"version": "2.2.4",
+	"version": "2.3.0",
 	"author": [
 		"Garrick Van Buren",
 		"Jamie Thingelstad",
@@ -14,6 +14,9 @@
 	"ValidSkinNames": {
 		"foreground": "Foreground"
 	},
+	"requires": {
+		"MediaWiki": ">= 1.34.0"
+	},
 	"MessagesDirs": {
 		"SkinForeground": [
 			"i18n"
@@ -72,4 +75,4 @@
 	},
 	"config": {},
 	"manifest_version": 1
-}
+}