Skip to content

Commit

Permalink
Release Chameleon 1.1.3
Browse files Browse the repository at this point in the history
Change-Id: I1947b10ae09cd0da3fd9c08fb6acecd617c4ba0c
  • Loading branch information
s7eph4n committed Mar 1, 2015
1 parent 914f6b2 commit b8c25f0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Chameleon.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}

// define the skin's version
define( 'CHAMELEON_VERSION', '1.1.3-alpha' );
define( 'CHAMELEON_VERSION', '1.1.3' );

// set credits
$GLOBALS[ 'wgExtensionCredits' ][ 'skin' ][ ] = array(
Expand Down
4 changes: 3 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

### Requirements

- PHP 5.3.2 or later
- PHP 5.3.2 or later (*)
- MediaWiki 1.22 or later
- [Composer][composer]

Further required software packages will be installed automatically.

(*) To use the 'Html' component in custom layouts you need at least PHP 5.3.6.

### Installation

If unsure try the detailed installation instructions for
Expand Down
20 changes: 20 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
## Release Notes

### Chameleon 1.1.3

Released on 01-Mar-2015

Bump minimum Bootstrap extension version to 1.1

Fixes:
* Set @navbar-default-link-active-bg to @navbar-default-bg color
* Bullets for ULs respond to list-style:none again
* Align personal tools drop-down with lower edge of navbar
* Let .tleft float left
* Let jumped-to section heads appear below fixed/sticky header
* Add mediawiki.sectionAnchor module (for compatibility with MW 1.25)
* Fix i18n for page tools link

Other changes:
* Minor doc fixes
* Add integration test StylesCompileTest
* Restructure test file layout

### Chameleon 1.1.2

Released on 19-Nov-2014
Expand Down

0 comments on commit b8c25f0

Please sign in to comment.