WP Add Mime Types - Version 1.3.13

Version Description

  • Tested up to WordPress 4.5.
Download this release

Release Info

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

Code changes from version 1.3.12 to 1.3.13

Files changed (2) hide show
  1. readme.txt +5 -2
  2. wp-add-mime-types.php +3 -3
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.4.2
6
- Stable tag: 1.3.12
7
 
8
  The plugin additionally allows the mime types and file extensions to WordPress.
9
 
@@ -40,6 +40,9 @@ You can see the list of allowed mime types and file extensions by WordPress.
40
 
41
  == Changelog ==
42
 
 
 
 
43
  = 1.3.12 =
44
  * Migrated the translation function to GlotPress. If you translate it to your language, please visit the GlotPress from https://wordpress.org/plugins/wp-add-mime-types/ .
45
 
2
  Contributors: Kimiya Kitani
3
  Tags: mime,file extention
4
  Requires at least: 3.0
5
+ Tested up to: 4.5
6
+ Stable tag: 1.3.13
7
 
8
  The plugin additionally allows the mime types and file extensions to WordPress.
9
 
40
 
41
  == Changelog ==
42
 
43
+ = 1.3.13 =
44
+ * Tested up to WordPress 4.5.
45
+
46
  = 1.3.12 =
47
  * Migrated the translation function to GlotPress. If you translate it to your language, please visit the GlotPress from https://wordpress.org/plugins/wp-add-mime-types/ .
48
 
wp-add-mime-types.php CHANGED
@@ -3,9 +3,9 @@
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.12
7
  Author: Kimiya Kitani
8
- Author URI: http://kitaney-wordpress.blogspot.jp/
9
  Text Domain: wp-add-mime-types
10
  Domain Path: /lang
11
  */
@@ -20,7 +20,7 @@ add_action('plugins_loaded', 'enable_language_translation');
20
 
21
 
22
  $default_var = array(
23
- 'wp_add_mime_types' => '1.3.12',
24
  );
25
 
26
  // 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.13
7
  Author: Kimiya Kitani
8
+ Author URI: https://profiles.wordpress.org/kimipooh/
9
  Text Domain: wp-add-mime-types
10
  Domain Path: /lang
11
  */
20
 
21
 
22
  $default_var = array(
23
+ 'wp_add_mime_types' => '1.3.13',
24
  );
25
 
26
  // Add Setting to WordPress 'Settings' menu.