diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-02-29 13:47:03 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-02-29 13:47:03 +0100 |
commit | 18c9ea77c7c68be38ea1b995cccff18ee2e6acb4 (patch) | |
tree | ee9a609cd904ad0f7f4c9923436cc204a5e3ca26 /user_guide_src | |
parent | 15db36f69cc4e8b7cd2ca78512b2784de7e6cb5e (diff) | |
parent | 002b4be248e448227a718e6f7d9ee39ccc575745 (diff) |
Merge remote-tracking branch 'upstream/develop' into develop-db-oci8
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/changelog.rst | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 833bc4bf0..75527a325 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -39,6 +39,8 @@ Release Date: Not Released - url_title() will now trim extra dashes from beginning and end. - Added XHTML Basic 1.1 doctype to :doc:`HTML Helper <helpers/html_helper>`. - Changed humanize to include a second param for the separator. + - Refactored ``plural()`` and ``singular()`` to avoid double pluralization and +support more words. - Database @@ -119,12 +121,34 @@ Bug fixes for 3.0 - Fixed a bug (#413) - The Oracle (oci8) database driver only used to return connection-related errors in _error_message() and _error_number(). - Fixed a bug (#68, #414) - Oracle's escape_like_str() didn't properly escape the LIKE wild characters. -Version 2.1.0 + +Version 2.1.1 ============= Release Date: Not Released - General Changes + - Fixed support for docx, xlsx files in mimes.php. + +- Libraries + - Further improved MIME type detection in the :doc:`File Uploading Library <libraries/file_uploading>`. + + +Bug fixes for 2.1.1 +------------------- + +- Fixed a bug (#697) - A wrong array key was used in the Upload library to check for mime-types. +- Fixed a bug - form_open() compared $action against site_url() instead of base_url(). +- Fixed a bug - CI_Upload::_file_mime_type() could've failed if mime_content_type() is used for the detection and returns FALSE. +- Fixed a bug (#538) - Windows paths were ignored when using the :doc:`Image Manipulation Library <libraries/image_lib>` to create a new file. + + +Version 2.1.0 +============= + +Release Date: November 14, 2011 + +- General Changes - Callback validation rules can now accept parameters like any other validation rule. |