mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-03 19:57:57 +02:00
Monstra 2.0.1
This commit is contained in:
@@ -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
|
||||
------------------------
|
||||
- Idiorm Added! Idiorm - a lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5.
|
||||
|
@@ -19,12 +19,12 @@
|
||||
/**
|
||||
* Set Monstra version
|
||||
*/
|
||||
define('MONSTRA_VERSION', '2.0.0');
|
||||
define('MONSTRA_VERSION', '2.0.1');
|
||||
|
||||
/**
|
||||
* Set Monstra version id
|
||||
*/
|
||||
define('MONSTRA_VERSION_ID', 20000);
|
||||
define('MONSTRA_VERSION_ID', 20001);
|
||||
|
||||
/**
|
||||
* Set Monstra site url
|
||||
|
Reference in New Issue
Block a user