Custom Post Type UI - Version 1.10.2

Version Description

  • 2022-01-28 =
  • Updated: Confirmed compatibility with WordPress 5.9
Download this release

Release Info

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

Code changes from version 1.10.1 to 1.10.2

Files changed (2) hide show
  1. custom-post-type-ui.php +3 -3
  2. readme.txt +8 -2
custom-post-type-ui.php CHANGED
@@ -16,7 +16,7 @@
16
  * Plugin URI: https://github.com/WebDevStudios/custom-post-type-ui/
17
  * Description: Admin panel for creating custom post types and custom taxonomies in WordPress
18
  * Author: WebDevStudios
19
- * Version: 1.10.1
20
  * Author URI: https://webdevstudios.com/
21
  * Text Domain: custom-post-type-ui
22
  * Domain Path: /languages
@@ -30,8 +30,8 @@ if ( ! defined( 'ABSPATH' ) ) {
30
  exit;
31
  }
32
 
33
- define( 'CPT_VERSION', '1.10.1' ); // Left for legacy purposes.
34
- define( 'CPTUI_VERSION', '1.10.1' );
35
  define( 'CPTUI_WP_VERSION', get_bloginfo( 'version' ) );
36
 
37
  /**
16
  * Plugin URI: https://github.com/WebDevStudios/custom-post-type-ui/
17
  * Description: Admin panel for creating custom post types and custom taxonomies in WordPress
18
  * Author: WebDevStudios
19
+ * Version: 1.10.2
20
  * Author URI: https://webdevstudios.com/
21
  * Text Domain: custom-post-type-ui
22
  * Domain Path: /languages
30
  exit;
31
  }
32
 
33
+ define( 'CPT_VERSION', '1.10.2' ); // Left for legacy purposes.
34
+ define( 'CPTUI_VERSION', '1.10.2' );
35
  define( 'CPTUI_WP_VERSION', get_bloginfo( 'version' ) );
36
 
37
  /**
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: webdevstudios, pluginize, tw2113, vegasgeek, modemlooper, williams
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, taxonomy, tax, custom, content types, post types
5
  Requires at least: 5.5
6
- Tested up to: 5.8.1
7
- Stable tag: 1.10.1
8
  License: GPL-2.0+
9
  Requires PHP: 5.6
10
 
@@ -31,6 +31,9 @@ Official development of Custom Post Type UI is on GitHub, with official stable r
31
 
32
  == Changelog ==
33
 
 
 
 
34
  = 1.10.1 - 2021-12-07 =
35
  * Added: Filter to our PHP Global sanitization function for Extended usage.
36
 
@@ -61,6 +64,9 @@ Official development of Custom Post Type UI is on GitHub, with official stable r
61
 
62
  == Upgrade Notice ==
63
 
 
 
 
64
  = 1.10.1 - 2021-12-07 =
65
  * Added: Filter to our PHP Global sanitization function for Extended usage.
66
 
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, taxonomy, tax, custom, content types, post types
5
  Requires at least: 5.5
6
+ Tested up to: 5.9.0
7
+ Stable tag: 1.10.2
8
  License: GPL-2.0+
9
  Requires PHP: 5.6
10
 
31
 
32
  == Changelog ==
33
 
34
+ = 1.10.2 - 2022-01-28 =
35
+ * Updated: Confirmed compatibility with WordPress 5.9
36
+
37
  = 1.10.1 - 2021-12-07 =
38
  * Added: Filter to our PHP Global sanitization function for Extended usage.
39
 
64
 
65
  == Upgrade Notice ==
66
 
67
+ = 1.10.2 - 2022-01-28 =
68
+ * Updated: Confirmed compatibility with WordPress 5.9
69
+
70
  = 1.10.1 - 2021-12-07 =
71
  * Added: Filter to our PHP Global sanitization function for Extended usage.
72