diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-12-03 15:06:55 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-12-03 15:06:55 +0100 |
commit | 05aa2d653a76b086a909739b2c9386289aa2e0fb (patch) | |
tree | 5738bbd52253fad8f602967b3f898ad57df5f2e2 /user_guide_src/source/changelog.rst | |
parent | 0259d1240d298beb71627da9c808c2f6a41e4656 (diff) |
Add min_width and min_height options to the Upload class
(manually implementing outdated PR #636)
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index d7cfdd532..9b0ea53c4 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -202,8 +202,9 @@ Release Date: Not Released - Added ``tempdata()``, ``set_tempdata()``, and ``unset_tempdata()`` methods for manipulating tempdata. - ``keep_flashdata()`` now accepts an array of keys. - :doc:`File Uploading Library <libraries/file_uploading>` changes include: - - Added *max_filename_increment* config setting. - - Added an "index" parameter to the ``data()`` method. + - Added **max_filename_increment** config setting. + - Added an **index** parameter to the ``data()`` method. + - Added the **min_width** and **min_height** options for images. - :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. |