version 2.3.0

This commit is contained in:
Adam Meehan 2010-02-04 13:19:57 +11:00
parent 220b58ab14
commit 6349990243
3 changed files with 14 additions and 5 deletions

View File

@ -1,3 +1,12 @@
= 2.3.0 [2010-02-04]
- Backwards incompatible change to :equal_to option. Fixed error message clash with :equal_to option which exists in Rails already. Option is now :is_at.
- Fixed I18n support so it returns missing translation message instead of error
- Fixed attribute method bug. Write method was bypassed when method was first generated and used Rails default parser.
- Fixed date/time selects when using enable_datetime_select_extension! when some values empty
- Fixed ISO8601 datetime format which is now split into two formats
- Changed I18n error value format to fallback to global default if missing in locale
- Refactored date/time select invalid value extension to use param values. Functionality will be extracted from plugin for v3.
= 2.2.2 [2009-09-19]
- Fixed dummy_time using make_time to respect timezone. Fixes 1.9.1 bug.

View File

@ -1,3 +1,3 @@
module ValidatesTimeliness
VERSION = "2.2.2"
VERSION = "2.3.0"
end