Skip to content

Commit

Permalink
Release Chameleon 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
s7eph4n committed Oct 8, 2017
1 parent ef361bc commit b4ea754
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 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.6-alpha' );
define( 'CHAMELEON_VERSION', '1.6' );

// set credits
$GLOBALS[ 'wgExtensionCredits' ][ 'skin' ][ ] = array(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Chameleon is a highly customizable [MediaWiki][mw] skin that uses [Twitter
Bootstrap 3][twbs].

It currently provides four different layouts to chose from. The standard layout
It currently provides five different layouts to chose from. The standard layout
features a horizontal navigation menu with dropdowns at the top and a horizontal
menu with dropups for the language links at the bottom. Each layout is defined
in an XML file and as such easily adaptable to your needs.
Expand Down
21 changes: 18 additions & 3 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,28 @@

### Chameleon 1.6

Released on ???
Released on 08-Oct-2017

Changes:
* Grid: Add `mode` attribute. This allows to switch the grid to fluid mode. ([Robert Vogel (HalloWelt)](https://github.com/osnard)
* Grid: Add `mode` attribute. This allows to switch the grid to fluid mode.
([Robert Vogel (HalloWelt)](https://github.com/osnard)
* Allow full qualified class names as component type. This allows to use custom
components. ([Robert Vogel (HalloWelt)](https://github.com/osnard)
* Searchbar: Add 'buttons' attribute. This allows to hide one of the Searchbar
buttons. Allowed values are `search`, `go` and `search go`.
* Initial integration of the Echo extension. Mostly styles fixes to avoid
breaking the skin.
* Improve documentation

Fixes:
* ...
* (#2) Fix font size and z-index of Echo popup
* (#31) The Pencil button triggers "Edit with form" when
`$wgPageFormsRenameEditTabs` of PageForms is set
* (#32) Sticky elements now appear on top of MW Indicators
* (#34) Some MediaWiki styles (mw-headline and mw-body) interfered with
Bootstrap styles ([Dennis Groenewegen](https://github.com/D-Groenewegen))
* (#35) Subcomponents of NavbarHorizontal have dedicated classes now and use
the central component factory now. This allows to us Modifications on them.

### Chameleon 1.5

Expand Down

0 comments on commit b4ea754

Please sign in to comment.