1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-04 20:27:40 +02:00

Monstra 2.0.1

This commit is contained in:
Awilum
2012-10-18 18:07:46 +03:00
parent 5b644b5f54
commit eb189c1a9a
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
Monstra 2.0.1, 2012-10-18
------------------------
- Localization: DE, LT, IT translations added
- Validation Helper: Updated email, ip and url methods with filter_var instead preg_match function.
- Localization: EN, RU translations fixed
- Users Plugin: field "about_me" fixed
Monstra 2.0.0, 2012-10-09 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.

View File

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