diff --git a/changelog.txt b/changelog.txt index 44f80fe..a9075f3 100755 --- a/changelog.txt +++ b/changelog.txt @@ -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. diff --git a/monstra/engine/core.php b/monstra/engine/core.php index 02cc053..1471944 100644 --- a/monstra/engine/core.php +++ b/monstra/engine/core.php @@ -45,7 +45,7 @@ /** * The version of Monstra */ - const VERSION = '2.1.1'; + const VERSION = '2.1.2'; /**