You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/changelog.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,7 @@ Release Date: Not Released
147
147
- _execute() now considers input data to be invalid if a specified rule is not found.
148
148
- Removed method is_numeric() as it exists as a native PHP function and _execute() will find and use that (the 'is_numeric' rule itself is deprecated since 1.6.1).
149
149
- Native PHP functions used as rules can now accept an additional parameter, other than the data itself.
150
+
- Updated set_rules() to accept an array of rules as well as a string.
150
151
- Changed the :doc:`Session Library <libraries/sessions>` to select only one row when using database sessions.
151
152
- Added all_flashdata() method to session class. Returns an associative array of only flashdata.
152
153
- Allowed for setting table class defaults in a config file.
0 commit comments