diff options
author | Andrey Andreev <narf@devilix.net> | 2016-07-06 15:48:15 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-07-06 15:48:15 +0200 |
commit | 17fa8defc1b580df4395200f6536498918bc6ea6 (patch) | |
tree | dce27dd8dbbe98ffdbfd188d5099ea829689e165 /user_guide_src | |
parent | 7a6ae33b3d457a1f86bc20ef78426ada3f37f899 (diff) |
[ci skip] Add a changelog entry for PR #4691
Diffstat (limited to 'user_guide_src')
-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 cfa28aea0..d39900c67 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -39,6 +39,7 @@ Bug fixes for 3.0.7 - Fixed a bug (#4675) - :doc:`File Helper <helpers/file_helper>` function :php:func:`delete_files()` treated symbolic links as regular directories. - Fixed a bug (#4674) - :doc:`Database <database/index>` driver 'dblib' triggered E_WARNING messages while connecting. - Fixed a bug (#4678) - :doc:`Database Forge <database/forge>` tried to use unsupported `IF NOT EXISTS` clause when creating tables on Oracle. +- Fixed a bug (#4691) - :doc:`File Uploading Library <libraries/file_uploading>` method ``data()`` returns wrong 'raw_name' when the filename extension is also contained in the raw filename. Version 3.0.6 ============= |