WP Add Mime Types - Version 2.5.7

Version Description

  • Removed the folder (trunk) for this plugin in this plugin folder. The trunk folder was not needed. Due to this, activating the plugin in version 2.5.6, you might get an error message "Error: The plugin does not have a valid header".
Download this release

Release Info

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

Code changes from version 2.5.6 to 2.5.7

Files changed (2) hide show
  1. readme.txt +7 -3
  2. wp-add-mime-types.php +2 -2
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: Kimiya Kitani
3
  Tags: mime,file extention
4
  Requires at least: 4.0
5
  Requires PHP: 5.6
6
- Tested up to: 5.5.3
7
- Stable tag: 2.5.6
8
  License: GPL v2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -78,11 +78,15 @@ Yes, each setting values are saved as the other setting items.
78
  1. Setting Menu
79
  2. Setting Menu in case of the multisite
80
  3. Ignore to the right of '#' on a line
81
-
82
 
83
  == Changelog ==
 
 
 
84
  = 2.5.6 =
85
  * Added the "Enable to debug output for file types recognized by WordPress when a file is uploaded by the media." security option. In detail, please see "Frequently Asked Questions" section.
 
86
 
87
  = 2.5.5 =
88
  * Fixed the error "the "Too few argument" for WordPress 5.0 or previous versions.
3
  Tags: mime,file extention
4
  Requires at least: 4.0
5
  Requires PHP: 5.6
6
+ Tested up to: 5.6
7
+ Stable tag: 2.5.7
8
  License: GPL v2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
78
  1. Setting Menu
79
  2. Setting Menu in case of the multisite
80
  3. Ignore to the right of '#' on a line
81
+ 4. Security Options
82
 
83
  == Changelog ==
84
+ = 2.5.7 =
85
+ * Removed the folder (trunk) for this plugin in this plugin folder. The “trunk” folder was not needed. Due to this, activating the plugin in version 2.5.6, you might get an error message "Error: The plugin does not have a valid header".
86
+
87
  = 2.5.6 =
88
  * Added the "Enable to debug output for file types recognized by WordPress when a file is uploaded by the media." security option. In detail, please see "Frequently Asked Questions" section.
89
+ * Tested up to WordPress 5.6 and PHP 7.4.
90
 
91
  = 2.5.5 =
92
  * Fixed the error "the "Too few argument" for WordPress 5.0 or previous versions.
wp-add-mime-types.php CHANGED
@@ -3,13 +3,13 @@
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.5.6
7
  Author: Kimiya Kitani
8
  Author URI: http://kitaney-wordpress.blogspot.jp/
9
  Text Domain: wp-add-mime-types
10
  Domain Path: /lang
11
  */
12
- define('WAMT_DEFAULT_VAR', '2.5.6');
13
  define('WAMT_PLUGIN_DIR', 'wp-add-mime-types');
14
  define('WAMT_PLUGIN_NAME', 'wp-add-mime-types');
15
  define('WAMT_PLUGIN_BASENAME', WAMT_PLUGIN_DIR . '/' . WAMT_PLUGIN_NAME . '.php');
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.5.7
7
  Author: Kimiya Kitani
8
  Author URI: http://kitaney-wordpress.blogspot.jp/
9
  Text Domain: wp-add-mime-types
10
  Domain Path: /lang
11
  */
12
+ define('WAMT_DEFAULT_VAR', '2.5.7');
13
  define('WAMT_PLUGIN_DIR', 'wp-add-mime-types');
14
  define('WAMT_PLUGIN_NAME', 'wp-add-mime-types');
15
  define('WAMT_PLUGIN_BASENAME', WAMT_PLUGIN_DIR . '/' . WAMT_PLUGIN_NAME . '.php');