diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-03-04 15:53:32 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-03-04 15:53:32 +0100 |
commit | 67f27bdba328129134a41c06aec47210d9a21713 (patch) | |
tree | 08550fa2f632a8d4a764ae610039b462990e5568 /user_guide_src/source/changelog.rst | |
parent | f8f04ce990a46f1967cd58def4929c476f4595a5 (diff) | |
parent | 099c478b2ebafd0a1b74e76221ed06c214e195f4 (diff) |
Merge pull request #1121 from JonoB/develop
Allow users to specify an array for validation
Now any data can be used, instead of always using $_POST.
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 2ada9ee67..2158104f9 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -83,6 +83,7 @@ Release Date: Not Released - Removed SHA1 function in the :doc:`Encryption Library <libraries/encryption>`. - Added $config['csrf_regeneration'] to the CSRF protection in the :doc:`Security library <libraries/security>`, which makes token regeneration optional. - Added function error_array() to return all error messages as an array in the Form_validation class. + - Added function set_data() to Form_validation library, which can be used in place of the default $_POST array. - Changed the Session library to select only one row when using database sessions. - Core |