1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 13:16:54 +02:00

Monstra 2.0.0

This commit is contained in:
Awilum
2012-10-09 18:39:27 +03:00
parent 6f2beb78a7
commit 62bf400182
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
Monstra 2.0.0, xxxx-xx-xx Monstra 2.0.0, 2012-10-09
------------------------ ------------------------
- Idiorm Added! Idiorm - a lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5. - Idiorm Added! Idiorm - a lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5.
- Added Crypt Capthca Plugin - Added Crypt Capthca Plugin

View File

@@ -19,12 +19,12 @@
/** /**
* Set Monstra version * Set Monstra version
*/ */
define('MONSTRA_VERSION', '2.0.0 beta'); define('MONSTRA_VERSION', '2.0.0');
/** /**
* Set Monstra version id * Set Monstra version id
*/ */
define('MONSTRA_VERSION_ID', 10301); define('MONSTRA_VERSION_ID', 20000);
/** /**
* Set Monstra site url * Set Monstra site url