diff --git a/CHANGELOG.md b/CHANGELOG.md index eab82ee..833b99e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.2.4 - 2017-01-10 + +- Refactored themes to inherit from a parent theme for easier theming +- Added Neon theme originally by PayBas +- Added fixes for we_universal and we_clearblue styles +- Internal code improvements + ## 2.2.3 - 2016-05-01 - Improve compatibility with phpBB 3.1.x and 3.2.x diff --git a/composer.json b/composer.json index d5b68fd..dc946fd 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "phpbb-extension", "description": "A phpBB extension that displays a short excerpt of text from the first post in a tooltip while the mouse hovers over a topic’s title.", "homepage": "https://github.com/VSEphpbb/topicpreview", - "version": "2.2.4-dev", + "version": "2.2.4", "keywords": ["phpbb", "extension", "topic", "preview"], "license": "GPL-2.0", "authors": [