WP Add Mime Types - Version 1.3.2

Version Description

  • Tested up to WordPress 4.0
Download this release

Release Info

Developer kimipooh
Plugin Icon wp plugin WP Add Mime Types
Version 1.3.2
Comparing to
See all releases

Code changes from version 1.3.1 to 1.3.2

Files changed (2) hide show
  1. readme.txt +5 -2
  2. wp-add-mime-types.php +2 -2
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: Kimiya Kitani
3
  Tags: mime,file extention
4
  Requires at least: 3.0
5
- Tested up to: 3.9.1
6
- Stable tag: 1.3.1
7
 
8
  The plugin additionally allows the mime types and file extensions to WordPress.
9
 
@@ -38,6 +38,9 @@ You can see the list of allowed mime types and file extensions by WordPress.
38
 
39
  == Changelog ==
40
 
 
 
 
41
  = 1.3.1 =
42
  * Tested up to WordPress 3.9.1
43
 
2
  Contributors: Kimiya Kitani
3
  Tags: mime,file extention
4
  Requires at least: 3.0
5
+ Tested up to: 4.0
6
+ Stable tag: 1.3.2
7
 
8
  The plugin additionally allows the mime types and file extensions to WordPress.
9
 
38
 
39
  == Changelog ==
40
 
41
+ = 1.3.2 =
42
+ * Tested up to WordPress 4.0
43
+
44
  = 1.3.1 =
45
  * Tested up to WordPress 3.9.1
46
 
wp-add-mime-types.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP Add Mime Types
4
  Plugin URI:
5
  Description: The plugin additionally allows the mime types and file extensions to WordPress.
6
- Version: 1.3.1
7
  Author: Kimiya Kitani
8
  Author URI: http://kitaney.jp/~kitani
9
  */
@@ -12,7 +12,7 @@ Author URI: http://kitaney.jp/~kitani
12
  load_plugin_textdomain('wp-add-mime-types', '/'.str_replace(ABSPATH, '', dirname(__FILE__)) . '/lang/');
13
 
14
  $default_var = array(
15
- 'wp_add_mime_types' => '1.3.1',
16
  );
17
 
18
  // Add Setting to WordPress 'Settings' menu.
3
  Plugin Name: WP Add Mime Types
4
  Plugin URI:
5
  Description: The plugin additionally allows the mime types and file extensions to WordPress.
6
+ Version: 1.3.2
7
  Author: Kimiya Kitani
8
  Author URI: http://kitaney.jp/~kitani
9
  */
12
  load_plugin_textdomain('wp-add-mime-types', '/'.str_replace(ABSPATH, '', dirname(__FILE__)) . '/lang/');
13
 
14
  $default_var = array(
15
+ 'wp_add_mime_types' => '1.3.2',
16
  );
17
 
18
  // Add Setting to WordPress 'Settings' menu.