summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2013-06-28 14:04:57 +0200
committerAndrey Andreev <narf@devilix.net>2013-06-28 14:04:57 +0200
commit58706adfae1f8aea16a3ee43d333991f1daf0484 (patch)
treef410bc72a2cfc3b5e7f11f5c830af1926da85b8f /user_guide_src/source/changelog.rst
parentcd9797a210089ea65b4d4b16db051d06188b66ed (diff)
parenteac8b2f1e70e3155ae6bacbc37228a0a647a18be (diff)
Merge pull request #2497 from yazuu/upload
Upload : change the file extension to lower case
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 0149d9f66..b60580919 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -217,6 +217,7 @@ Release Date: Not Released
- Added an **index** parameter to the ``data()`` method.
- Added the **min_width** and **min_height** options for images.
- Removed method ``clean_file_name()`` and its usage in favor of :doc:`Security Library <libraries/security>`'s ``sanitize_filename()``.
+ - Added **file_ext_tolower** config setting.
- :doc:`Cart library <libraries/cart>` changes include:
- ``insert()`` now auto-increments quantity for an item when inserted twice instead of resetting it, this is the default behaviour of large e-commerce sites.
- *Product Name* strictness can be disabled by switching the ``$product_name_safe`` property to FALSE.