WP Add Mime Types - Version 1.2.1

Version Description

  • Fixed Language support
Download this release

Release Info

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

Code changes from version 1.2.0 to 1.2.1

Files changed (2) hide show
  1. readme.txt +3 -1
  2. wp-add-mime-types.php +3 -3
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: Kimiya Kitani
3
  Tags: mime,file extention
4
  Requires at least: 3.0
5
  Tested up to: 3.8
6
- Stable tag: 1.2.0
7
 
8
  The plugin additionally allows the mime types and file extensions to WordPress.
9
 
@@ -38,6 +38,8 @@ You can see the list of allowed mime types and file extensions by WordPress.
38
 
39
  == Changelog ==
40
 
 
 
41
  = 1.2.0 =
42
  * Tested up to WordPress 3.8
43
 
3
  Tags: mime,file extention
4
  Requires at least: 3.0
5
  Tested up to: 3.8
6
+ Stable tag: 1.2.1
7
 
8
  The plugin additionally allows the mime types and file extensions to WordPress.
9
 
38
 
39
  == Changelog ==
40
 
41
+ = 1.2.1 =
42
+ * Fixed Language support
43
  = 1.2.0 =
44
  * Tested up to WordPress 3.8
45
 
wp-add-mime-types.php CHANGED
@@ -3,16 +3,16 @@
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.2.0
7
  Author: Kimiya Kitani
8
  Author URI: http://kitaney.jp/~kitani
9
  */
10
 
11
  // Multi-language support.
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.2.0',
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.2.1
7
  Author: Kimiya Kitani
8
  Author URI: http://kitaney.jp/~kitani
9
  */
10
 
11
  // Multi-language support.
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.2.1',
16
  );
17
 
18
  // Add Setting to WordPress 'Settings' menu.