Custom Post Type UI - Version 1.1.3

Version Description

  • Bumping WordPress compatibility version only. No other changes involved.
Download this release

Release Info

Developer tw2113
Plugin Icon 128x128 Custom Post Type UI
Version 1.1.3
Comparing to
See all releases

Code changes from version 1.1.2 to 1.1.3

custom-post-type-ui.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Custom Post Type UI
4
  Plugin URI: https://github.com/WebDevStudios/custom-post-type-ui/
5
  Description: Admin panel for creating custom post types and custom taxonomies in WordPress
6
  Author: WebDevStudios
7
- Version: 1.1.2
8
  Author URI: http://webdevstudios.com/
9
  Text Domain: cpt-plugin
10
  Domain Path: /languages
@@ -16,7 +16,7 @@ if ( ! defined( 'ABSPATH' ) ) {
16
  exit;
17
  }
18
 
19
- define( 'CPT_VERSION', '1.1.2' );
20
  define( 'CPTUI_WP_VERSION', get_bloginfo( 'version' ) );
21
 
22
  /**
4
  Plugin URI: https://github.com/WebDevStudios/custom-post-type-ui/
5
  Description: Admin panel for creating custom post types and custom taxonomies in WordPress
6
  Author: WebDevStudios
7
+ Version: 1.1.3
8
  Author URI: http://webdevstudios.com/
9
  Text Domain: cpt-plugin
10
  Domain Path: /languages
16
  exit;
17
  }
18
 
19
+ define( 'CPT_VERSION', '1.1.3' );
20
  define( 'CPTUI_WP_VERSION', get_bloginfo( 'version' ) );
21
 
22
  /**
languages/cpt-plugin-de_DE.mo CHANGED
File without changes
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: williamsba1, tw2113, webdevstudios
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3084056
4
  Tags: custom post types, CPT, CMS, post, types, post type, cck, taxonomy, tax, custom
5
  Requires at least: 3.8
6
- Tested up to: 4.3
7
- Stable tag: 1.1.2
8
  License: GPLv2
9
 
10
  Admin UI for creating custom post types and custom taxonomies in WordPress
@@ -36,6 +36,9 @@ Implied credit to:
36
 
37
  == Changelog ==
38
 
 
 
 
39
  = 1.1.2 =
40
  * Change export value to plural label for taxonomies.
41
  * Properly select a post type or taxonomy after deleting an existing value.
@@ -261,6 +264,9 @@ Implied credit to:
261
 
262
  == Upgrade Notice ==
263
 
 
 
 
264
  = 1.1.2 =
265
  * Change export value to plural label for taxonomies.
266
  * Properly select a post type or taxonomy after deleting an existing value.
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3084056
4
  Tags: custom post types, CPT, CMS, post, types, post type, cck, taxonomy, tax, custom
5
  Requires at least: 3.8
6
+ Tested up to: 4.4
7
+ Stable tag: 1.1.3
8
  License: GPLv2
9
 
10
  Admin UI for creating custom post types and custom taxonomies in WordPress
36
 
37
  == Changelog ==
38
 
39
+ = 1.1.3 =
40
+ * Bumping WordPress compatibility version only. No other changes involved.
41
+
42
  = 1.1.2 =
43
  * Change export value to plural label for taxonomies.
44
  * Properly select a post type or taxonomy after deleting an existing value.
264
 
265
  == Upgrade Notice ==
266
 
267
+ = 1.1.3 =
268
+ * Bumping WordPress compatibility version only. No other changes involved.
269
+
270
  = 1.1.2 =
271
  * Change export value to plural label for taxonomies.
272
  * Properly select a post type or taxonomy after deleting an existing value.