-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Paul M. Jones
committed
Mar 27, 2015
1 parent
5bc6edb
commit 7f575f3
Showing
1 changed file
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
This release fixes a bug in Checkbox/Radio helpers by adding a feature. Previously, the helpers used strict checking of values, which was an unintentional holdover from previous versions. They both now have a `strict()` method, just like the Select helper, that allows you to turn strict checking off and on. The default is "off." | ||
This release modifies the testing structure and updates other support files. | ||
|
||
It also includes a fix to the Escaper encoding lists: they were previously using "iso8859-*" and now use "iso-8859-*" (note the added dash, per the listing at <http://php.net/manual/en/mbstring.supported-encodings.php>). | ||
|
||
Finally, the `links`, `metas`, `scripts`, `styles`, and `title` helpers now allow one-off use by passing values directly to the helper invocation. See the updated documentation for these helpers for more information. |