Browse Source

revert conflicts to theirs

Tom Hutchison 5 years ago
parent
commit
8a4f30333f
2 changed files with 2 additions and 11 deletions
  1. 0 6
      CHANGELOG.md
  2. 2 5
      skin.json

+ 0 - 6
CHANGELOG.md

@@ -1,9 +1,3 @@
-## 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

+ 2 - 5
skin.json

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