diff options
author | Andrey Andreev <narf@devilix.net> | 2014-01-09 12:52:21 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-01-09 12:52:21 +0100 |
commit | e9e885da98b0cc7b949d5f2f34abcdfbbf75e60c (patch) | |
tree | f41c673c575946ffcff90ed4d9d616d9c654995c /user_guide_src/source/changelog.rst | |
parent | 2af226fed018552cad3bdccd17f6be37873e0022 (diff) | |
parent | 2e914b7dc6acaf2938fac4c332ff682a033b93d7 (diff) |
Merge pull request #2802 from marcossffilho/develop
Calendar Updates
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 22c6d8f02..c186781d1 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -187,7 +187,7 @@ Release Date: Not Released - Server version checking is now done via ``mysqli::$server_info`` instead of running an SQL query. - Added persistent connections support for PHP >= 5.3. - Added support for ``backup()`` in :doc:`Database Utilities <database/utilities>`. - - Changed methods ``trans_begin()``, ``trans_commit()`` and ``trans_rollback()`` to use the PHP API instead of sending queries. + - Changed methods ``trans_begin()``, ``trans_commit()`` and ``trans_rollback()`` to use the PHP API instead of sending queries. - Improved support of the PDO driver, including: @@ -281,6 +281,11 @@ Release Date: Not Released - Added **file_ext_tolower** config setting. - Added **mod_mime_fix** option to disable suffixing multiple file extensions with an underscore. + - :doc:`Calendar library <libraries/calendar>` changes include: + + - Added configuration to generate days of other months instead of blank cells. + - Auto set *next_prev_url* if it is empty and *show_prev_next* is set to TRUE. + - :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. |