diff options
author | Andrew Seymour <commit@andrewseymour.co.uk> | 2011-12-13 16:50:52 +0100 |
---|---|---|
committer | Andrew Seymour <commit@andrewseymour.co.uk> | 2011-12-13 16:50:52 +0100 |
commit | 3dd66631330841e4d0e29a95fc279a5d5cc921f2 (patch) | |
tree | 7faf3b65b48cc9e16192be69c7e3e13fd85d7211 /user_guide_src/source/changelog.rst | |
parent | 2e5bda3bde171e71306c80479f04d886127d88a2 (diff) |
Merged the two if's together as suggested by @philsturgeon - updated the Changelog to include something that may be important
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 71104418a..eda64e7ff 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -48,6 +48,7 @@ Release Date: Not Released - Modified valid_ip() to use PHP's filter_var() when possible (>= PHP 5.2) in the :doc:`Form Validation library <libraries/form_validation>`. - Added custom filename to Email::attach() as $this->email->attach($filename, $disposition, $newname) - The Cart library now auto-increments quantity's instead of just resetting it, this is the default behaviour of large e-commerce sites. + - Cart Product Name strictness can be disabled via the Cart Library by switching "$product_name_safe" - Core |