From 923685e9b3301cdac57a6b8f4e605e0ab1b804fe Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 30 Nov 2012 19:47:13 +0200 Subject: [PATCH] Monstra 2.1.1 --- changelog.txt | 10 +++++++--- monstra/engine/core.php | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index a6177fb..44f80fe 100755 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,10 @@ -Monstra 2.1.0, xxxx-xx-xx +Monstra 2.1.1, 2012-11-30 +------------------------ +- Plugins: Minify bug #71 - fixed. +- Menu Plugin: bug with categories #70 - fixed. +- Localization: IT translations - fixed. + +Monstra 2.1.0, 2012-11-29 ------------------------ - Localization: PT-BR, UK translations added. - Default theme: hook "theme_header" added. @@ -54,7 +60,6 @@ Monstra 2.1.0, xxxx-xx-xx - Imformation Plugin: config file(defines.php) checking removed. - Box Plugins: general code refactoring. - Monstra 2.0.1, 2012-10-18 ------------------------ - Localization: DE, LT, IT translations added @@ -102,7 +107,6 @@ Monstra 2.0.0, 2012-10-09 - Path updates. - And a lot of general engine improvements. - Monstra 1.3.1, 2012-09-02 ------------------------ - Fix Plugins Output diff --git a/monstra/engine/core.php b/monstra/engine/core.php index 1804fb9..02cc053 100644 --- a/monstra/engine/core.php +++ b/monstra/engine/core.php @@ -45,7 +45,7 @@ /** * The version of Monstra */ - const VERSION = '2.1.0'; + const VERSION = '2.1.1'; /**