diff --git a/CHANGELOG.md b/CHANGELOG.md index 93cc3aa..6889066 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +Monstra 3.0.1, 2014-08-10 +------------------------ +- Minimum php is 5.3 +- Themes Plugin: Imposible to create new CSS - fixed +- Themes Plugin: js and css counter does not recalculate - fixed +- Error in Monstra Notifications - fixed +- Updated plugins url from plugins.monstra.org to monstra.org/download/plugins + Monstra 3.0.0, 2014-08-01 ------------------------ - Mobile Ready! Monstra fully responsive for mobile devices, tablets, and normal computer screens. diff --git a/engine/Monstra.php b/engine/Monstra.php index 0fe5913..80d8127 100644 --- a/engine/Monstra.php +++ b/engine/Monstra.php @@ -39,7 +39,7 @@ class Monstra /** * The version of Monstra */ - const VERSION = '3.0.0'; + const VERSION = '3.0.1'; /**