From eb189c1a9a03a2e0a8ae810afb6acbe445efaa23 Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 18 Oct 2012 18:07:46 +0300 Subject: [PATCH] Monstra 2.0.1 --- changelog.txt | 7 +++++++ monstra/boot/defines.php | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index ad4ee63..73495e8 100755 --- a/changelog.txt +++ b/changelog.txt @@ -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. diff --git a/monstra/boot/defines.php b/monstra/boot/defines.php index 79e56d5..89dcb23 100644 --- a/monstra/boot/defines.php +++ b/monstra/boot/defines.php @@ -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