diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-11-23 12:25:52 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-11-23 12:25:52 +0100 |
commit | b8188f6a588fbf2a4b9570580999317ba149ecb0 (patch) | |
tree | 0205671d3f53c6253ecbbb676ccf6c3044597889 /user_guide | |
parent | 0199f68db46d375af2d4cb831c679d3040601f25 (diff) | |
parent | 8ed78098369cd445bae796d0cd31b34cbc02585a (diff) |
Merge pull request #697 from MVUG/upload-fixes-2.1
Fixed bug in Upload library
tmp_path does not exists, should be tmp_name.
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/changelog.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 167616e57..a20f27956 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -57,6 +57,23 @@ Change Log <h1>Change Log</h1> +<h2>Version 2.1.1</h2> +<p>Release Date: not yet released</p> + +<ul> + <li>General Changes + <ul> + <li>Fixed support for docx, xlsx files in mimes.php.</li> + </ul> + </li> +</ul> + +<h3>Bug fixes for 2.1.1</h3> +<ul> + <li>Fixed a bug (#697) - A wrong array key was used in the Upload library to check for mime-types.</li> +</ul> + + <h2>Version 2.1.0</h2> <p>Release Date: November 14, 2011</p> |