WP Add Mime Types - Version 2.0.5

Version Description

  • Tested up to WordPress 4.6
Download this release

Release Info

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

Code changes from version 2.0.4 to 2.0.5

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: 4.5.2
6
- Stable tag: 2.0.4
7
 
8
  The plugin additionally allows the mime types and file extensions to WordPress.
9
 
@@ -58,6 +58,9 @@ Yes, each setting values are saved as the other setting items.
58
 
59
  == Changelog ==
60
 
 
 
 
61
  = 2.0.4 =
62
  * Fixed the help message in the administration menu.
63
 
2
  Contributors: Kimiya Kitani
3
  Tags: mime,file extention
4
  Requires at least: 3.0
5
+ Tested up to: 4.6
6
+ Stable tag: 2.0.5
7
 
8
  The plugin additionally allows the mime types and file extensions to WordPress.
9
 
58
 
59
  == Changelog ==
60
 
61
+ = 2.0.5 =
62
+ * Tested up to WordPress 4.6
63
+
64
  = 2.0.4 =
65
  * Fixed the help message in the administration menu.
66
 
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: 2.0.4
7
  Author: Kimiya Kitani
8
  Author URI: http://kitaney-wordpress.blogspot.jp/
9
  Text Domain: wp-add-mime-types
@@ -19,7 +19,7 @@ add_action('plugins_loaded', 'enable_language_translation');
19
  $plugin_basename = plugin_basename ( __FILE__ );
20
 
21
  $default_var = array(
22
- 'wp_add_mime_types' => '2.0.4',
23
  );
24
 
25
  // Add Setting to WordPress 'Settings' menu for Multisite.
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: 2.0.5
7
  Author: Kimiya Kitani
8
  Author URI: http://kitaney-wordpress.blogspot.jp/
9
  Text Domain: wp-add-mime-types
19
  $plugin_basename = plugin_basename ( __FILE__ );
20
 
21
  $default_var = array(
22
+ 'wp_add_mime_types' => '2.0.5',
23
  );
24
 
25
  // Add Setting to WordPress 'Settings' menu for Multisite.