mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-22 22:06:45 +00:00
version 2.3.0
This commit is contained in:
parent
220b58ab14
commit
6349990243
@ -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.
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
module ValidatesTimeliness
|
||||
VERSION = "2.2.2"
|
||||
VERSION = "2.3.0"
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user