From cc35d1204a852820847d78ea7d63d087cf554dcb Mon Sep 17 00:00:00 2001 From: mpmont Date: Mon, 7 Nov 2011 23:16:51 +0000 Subject: Added the mime type for pptx. The new Power point format. --- application/config/mimes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/config/mimes.php b/application/config/mimes.php index ea0192574..c43f1fc2f 100644 --- a/application/config/mimes.php +++ b/application/config/mimes.php @@ -57,6 +57,7 @@ $mimes = array('hqx' => array('application/mac-binhex40', 'application/mac-binhe 'mif' => 'application/vnd.mif', 'xls' => array('application/excel', 'application/vnd.ms-excel', 'application/msexcel'), 'ppt' => array('application/powerpoint', 'application/vnd.ms-powerpoint'), + 'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'wbxml' => 'application/wbxml', 'wmlc' => 'application/wmlc', 'dcr' => 'application/x-director', -- cgit v1.2.3-24-g4f1b From 1420188b29b8454c9538040388319127d647ba9e Mon Sep 17 00:00:00 2001 From: mpmont Date: Tue, 8 Nov 2011 19:13:52 +0000 Subject: Changelog update. --- user_guide_src/source/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 3a2990b2c..3ddd1ec6a 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -32,6 +32,7 @@ Release Date: Not Released - Added support pgp,gpg to mimes.php. - Added support 3gp, 3g2, mp4, wmv, f4v, vlc Video files to mimes.php. - Added support m4a, aac, m4u, xspf, au, ac3, flac, ogg Audio files to mimes.php. + - Added support pptx office files to mimes.php. - Helpers -- cgit v1.2.3-24-g4f1b