1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 04:37:51 +02:00

Monstra 2.1.2

This commit is contained in:
Awilum
2012-12-05 21:55:52 +02:00
parent 97f222b8f8
commit 440d71e1d4
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
Monstra 2.1.2, 2012-12-05
------------------------
- Blocks Plugin: added ability create and render inline content blocks with {block_inline} and {block_inline_create}
- Site Module: methods keywords() and description() fixes.
- Pages Plugin: pages.js fixes.
- Admin main index.php fixes.
Monstra 2.1.1, 2012-11-30
------------------------
- Plugins: Minify bug #71 - fixed.

View File

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