diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-08-24 22:09:14 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-08-24 22:09:14 +0200 |
commit | 0ba26c731cf8838b5239c1a7957bc18f58fe2f7d (patch) | |
tree | 7937d3d9e779f2d5dd5ba631aa10cf319df5a393 /user_guide | |
parent | 04f9fcb4da8c227cd7604973a02f57760fca2683 (diff) | |
parent | eddd10786c2777e5601f4c9dcfbd9e5d089bbe42 (diff) |
Merge pull request #285 from khoogheem/develop
MIME Type Adds/Changes
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/changelog.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 5842fa000..91312e46b 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -127,6 +127,11 @@ Change Log <li class="reactor">Added <samp>insert_batch()</samp> function to the PostgreSQL database driver. Thanks to epallerols for the patch.</li> <li class="reactor">Added "application/x-csv" to mimes.php.</li> <li>Fixed a bug where <a href="libraries/email.html">Email library</a> attachments with a "." in the name would using invalid MIME-types.</li> + <li>Added support for pem,p10,p12,p7a,p7c,p7m,p7r,p7s,crt,crl,der,kdb,rsa,cer,sst,csr Certs to mimes.php.</li> + <li>Added support pgp,gpg to mimes.php.</li> + <li>Added support 3gp, 3g2, mp4, wmv, f4v, vlc Video files to mimes.php.</li> + <li>Added support m4a, aac, m4u, xspf, au, ac3, flac, ogg Audio files to mimes.php.</li> + </ul> </li> <li>Helpers |