Foxtrott has submitted this change and it was merged.

Change subject: Release Chameleon 1.1.1
......................................................................


Release Chameleon 1.1.1

Change-Id: Ibd9658e411efc067f199cc164a52edbee0165fa0
---
M Chameleon.php
M docs/release-notes.md
2 files changed, 17 insertions(+), 3 deletions(-)

Approvals:
  Foxtrott: Verified; Looks good to me, approved



diff --git a/Chameleon.php b/Chameleon.php
index 855abb4..e5aa9a9 100644
--- a/Chameleon.php
+++ b/Chameleon.php
@@ -47,7 +47,7 @@
        }
 
        // define the skin's version
-       define( 'CHAMELEON_VERSION', '1.1.1-alpha' );
+       define( 'CHAMELEON_VERSION', '1.1.1' );
 
        // set credits
        $GLOBALS[ 'wgExtensionCredits' ][ 'skin' ][ ] = array(
diff --git a/docs/release-notes.md b/docs/release-notes.md
index ad32c38..f2eb2a2 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,5 +1,16 @@
 ## Release Notes
 
+### Chameleon 1.1.1
+
+Released on 08-Nov-2014
+
+Changes:
+* Some refactoring of the MainContent component
+* Include dataAfterContent in bodyContent
+  (Fixes [72869](https://bugzilla.wikimedia.org/72869))
+* Fix styles for Special pages
+  (Fixes [72872](https://bugzilla.wikimedia.org/72872))
+
 ### Chameleon 1.1
 
 Released on 06-Nov-2014
@@ -17,16 +28,19 @@
   be used in custom layouts, e.g. as a placeholder during layout development
 * __HideFor__: Modification that allows to hide the parent component if the
   condition specified by the attributes is fulfilled.
-  See [its description](Components/Modifications/HideFor.md)
+  See its [description](Components/Modifications/HideFor.md)
 * __ShowOnlyFor__: Modification that allows to show the parent
   component only if the condition specified by the attributes is fulfilled.
-  See [its description](Components/Modifications/ShowOnlyFor.md)
+  See its [description](Components/Modifications/ShowOnlyFor.md)
 
 Other changes:
 * Update CI test setup
 * Update localisation
 * Update documentation
 
+Known issues:
+* This version will identify as 1.1-alpha on Special:Version
+
 ### Chameleon 1.0.1
 
 Released on 22-Oct-2014

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ibd9658e411efc067f199cc164a52edbee0165fa0
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/skins/chameleon
Gerrit-Branch: master
Gerrit-Owner: Foxtrott <s7ep...@gmail.com>
Gerrit-Reviewer: Foxtrott <s7ep...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to