Skip to content

Commit c010508

Browse files
committed
bump version number, tested up to, and readme
1 parent ed9b39e commit c010508

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

custom-post-type-ui.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Plugin URI: https://github.com/WebDevStudios/custom-post-type-ui/
1717
* Description: Admin panel for creating custom post types and custom taxonomies in WordPress
1818
* Author: WebDevStudios
19-
* Version: 1.10.1
19+
* Version: 1.10.2
2020
* Author URI: https://webdevstudios.com/
2121
* Text Domain: custom-post-type-ui
2222
* Domain Path: /languages
@@ -30,8 +30,8 @@
3030
exit;
3131
}
3232

33-
define( 'CPT_VERSION', '1.10.1' ); // Left for legacy purposes.
34-
define( 'CPTUI_VERSION', '1.10.1' );
33+
define( 'CPT_VERSION', '1.10.2' ); // Left for legacy purposes.
34+
define( 'CPTUI_VERSION', '1.10.2' );
3535
define( 'CPTUI_WP_VERSION', get_bloginfo( 'version' ) );
3636

3737
/**

readme.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: webdevstudios, pluginize, tw2113, vegasgeek, modemlooper, williams
33
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3084056
44
Tags: custom post types, CPT, CMS, post, types, post type, taxonomy, tax, custom, content types, post types
55
Requires at least: 5.5
6-
Tested up to: 5.8.1
7-
Stable tag: 1.10.1
6+
Tested up to: 5.9.0
7+
Stable tag: 1.10.2
88
License: GPL-2.0+
99
Requires PHP: 5.6
1010

@@ -31,6 +31,9 @@ Official development of Custom Post Type UI is on GitHub, with official stable r
3131

3232
== Changelog ==
3333

34+
= 1.10.2 - 2022-01-28 =
35+
* Updated: Confirmed compatibility with WordPress 5.9
36+
3437
= 1.10.1 - 2021-12-07 =
3538
* Added: Filter to our PHP Global sanitization function for Extended usage.
3639

@@ -61,6 +64,9 @@ Official development of Custom Post Type UI is on GitHub, with official stable r
6164

6265
== Upgrade Notice ==
6366

67+
= 1.10.2 - 2022-01-28 =
68+
* Updated: Confirmed compatibility with WordPress 5.9
69+
6470
= 1.10.1 - 2021-12-07 =
6571
* Added: Filter to our PHP Global sanitization function for Extended usage.
6672

0 commit comments

Comments
 (0)