Release notes for Piece_Right 1.9.0 (stable)
Release Date: 2008-01-15
A new release of Piece_Right is now available.
What's New in Piece_Right 1.9.0
- Enhanced validators
- File validator allows users to use messages corresponding to each error code for file uploading. Range validator supports array.
- A defect fix
- A defect that caused the validation result to be incorrect when a day later than January 19, 2038 is given has been fixed.
See the following release notes for details.
Enhancements
Validators
- Added support for messages by error code. (Ticket #41) (File)
- Added support for array. (Ticket #59) (Range)
Kernel
- Changed factory() so as to use a given cache directory as is. (Ticket #37) (Piece_Right_Config_Factory)
Defect Fixes
Validators
- Fixed a defect that caused the validation result to be incorrect when a day later than January 19, 2038 is given. (Ticket #40) (Date, FutureDate, PastDate)
