Paladox has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/242486

Change subject: Bump version to 5.0 alpha
......................................................................

Bump version to 5.0 alpha

Change-Id: I0e0f075be6e06b6cf0029284d162dbd616a2433c
---
M CHANGELOG.md
M README.md
M skin.json
3 files changed, 10 insertions(+), 101 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Metrolook 
refs/changes/86/242486/1

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ee9424f..2fe87af 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,105 +1,6 @@
 Changelog
 =========
 
-### 4.0 rc 1
-
-New features
-===
-
-To set tiles now please do the following
-
-go to MediaWiki:metrolook-tiles
+### 5.0 alpha 1
 
 
-Then add
-
-for example
-
-Doint forget to add * in front of the code. It wont work without doing * in 
fornt of code.
-
-* URL to the site|alternative text|image URL
-
-* http://example.com|Example name|http://example.com/example.png
-
-You can now set different tiles for different languges.
-
-(for french)
-
-For example MediaWiki:metrolook-tiles/fr
-
-Renamed settings
-
-VectorUseSimpleSearch -> MetrolookUseSimpleSearch
-
-VectorUseIconWatch -> MetrolookUseIconWatch
-
-
-Remove settings
-
-$wgMetrolookTile1-10
-
-### 4.0 alpha 5
-
-( Not released instead please see 4.0 rc 1 which is this release but in rc 
stage. )
-
-### 4.0 alpha 4
-
-New features
-===
-
-Refractured code in metrolook.js and MetrolookTemplate.php
-
-* New metrolook.search.js that holds search js that was in metrolook.js.
-
-New options
-
-$wgMetrolookSiteNameText
-
-and
-
-$wgMetrolookSiteText
-
-To use it please do the following
-
-$wgMetrolookSiteNameText = false;
-
-$wgMetrolookSiteText = 'Enter text here';
-
-
-Bug Fixes
-===
-
-* Fixed js issue with searchbar on iPad.
-
-* Some bug fixes.
-
-
-### 4.0 alpha 3
-
-You can now disable CollapsibleNav new configuations and how to enable and 
disable it.
-
-$wgMetrolookFeatures
-
-To enable it
-
-$wgMetrolookFeatures'] = array( 'collapsiblenav' => array( 'global' => false, 
'user' => true ), ); Users can disable in preference if they want to.
-
-to disable it 
-
-$wgDefaultUserOptions['skinmetrolook-collapsiblenav'] = 0; to disable it but 
allow users in preference to enable it. or $wgMetrolookFeatures = array( 
'collapsiblenav' => array( 'global' => false, 'user' => false ), ); to disable 
everywhere
-
-### 4.0 alpha 2
-
-More improvements to mobile desgn on ipad.
-
-Please note i18n shim are no longer avalible in this release.
-
-Skin.json is now used.
-
-### 4.0 alpha 1
-
-First release of Metrolook to support MediaWiki 1.26.
-
-Includes improvements to mobile desgn and desktop desgn.
-
-Includes skin.json. New extension/skin registration in mediawiki starting from 
mediawiki 1.25. Please read the README.md on how to do it. when using 
extension.json please remove require_once from localsettings.php for metrolook.
diff --git a/README.md b/README.md
index e6dc150..f6cea81 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,14 @@
 If you would like compatibility with older releases of MediaWiki, download the
 appropriate version for your MediaWiki from one of the URLs below:
 
+1.26
+
+https://github.com/paladox/Metrolook/tree/REL1_26
+
+1.25
+
+https://github.com/paladox/Metrolook/tree/REL1_25
+
 1.24
 
 https://github.com/paladox/Metrolook/tree/REL1_24
diff --git a/skin.json b/skin.json
index b648f23..32d06a1 100644
--- a/skin.json
+++ b/skin.json
@@ -1,7 +1,7 @@
 {
        "name": "Metrolook",
        "namemsg": "skinname-metrolook",
-       "version": "4.0 rc 1",
+       "version": "5.0 alpha 1",
        "author": [
                "immewnity",
                "Paladox",

-- 
To view, visit https://gerrit.wikimedia.org/r/242486
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0e0f075be6e06b6cf0029284d162dbd616a2433c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Metrolook
Gerrit-Branch: master
Gerrit-Owner: Paladox <thomasmulhall...@yahoo.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to