1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 20:57:49 +02:00

Monstra 2.1.1

This commit is contained in:
Awilum
2012-11-30 19:47:13 +02:00
parent 194ff0774c
commit 923685e9b3
2 changed files with 8 additions and 4 deletions

View File

@@ -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. - Localization: PT-BR, UK translations added.
- Default theme: hook "theme_header" 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. - Imformation Plugin: config file(defines.php) checking removed.
- Box Plugins: general code refactoring. - Box Plugins: general code refactoring.
Monstra 2.0.1, 2012-10-18 Monstra 2.0.1, 2012-10-18
------------------------ ------------------------
- Localization: DE, LT, IT translations added - Localization: DE, LT, IT translations added
@@ -102,7 +107,6 @@ Monstra 2.0.0, 2012-10-09
- Path updates. - Path updates.
- And a lot of general engine improvements. - And a lot of general engine improvements.
Monstra 1.3.1, 2012-09-02 Monstra 1.3.1, 2012-09-02
------------------------ ------------------------
- Fix Plugins Output - Fix Plugins Output

View File

@@ -45,7 +45,7 @@
/** /**
* The version of Monstra * The version of Monstra
*/ */
const VERSION = '2.1.0'; const VERSION = '2.1.1';
/** /**