Skip to content

Commit

Permalink
bump version number, tested up to, and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tw2113 committed Jan 28, 2022
1 parent ed9b39e commit c010508
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions custom-post-type-ui.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Plugin URI: https://github.com/WebDevStudios/custom-post-type-ui/
* Description: Admin panel for creating custom post types and custom taxonomies in WordPress
* Author: WebDevStudios
* Version: 1.10.1
* Version: 1.10.2
* Author URI: https://webdevstudios.com/
* Text Domain: custom-post-type-ui
* Domain Path: /languages
Expand All @@ -30,8 +30,8 @@
exit;
}

define( 'CPT_VERSION', '1.10.1' ); // Left for legacy purposes.
define( 'CPTUI_VERSION', '1.10.1' );
define( 'CPT_VERSION', '1.10.2' ); // Left for legacy purposes.
define( 'CPTUI_VERSION', '1.10.2' );
define( 'CPTUI_WP_VERSION', get_bloginfo( 'version' ) );

/**
Expand Down
10 changes: 8 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: webdevstudios, pluginize, tw2113, vegasgeek, modemlooper, williams
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3084056
Tags: custom post types, CPT, CMS, post, types, post type, taxonomy, tax, custom, content types, post types
Requires at least: 5.5
Tested up to: 5.8.1
Stable tag: 1.10.1
Tested up to: 5.9.0
Stable tag: 1.10.2
License: GPL-2.0+
Requires PHP: 5.6

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

== Changelog ==

= 1.10.2 - 2022-01-28 =
* Updated: Confirmed compatibility with WordPress 5.9

= 1.10.1 - 2021-12-07 =
* Added: Filter to our PHP Global sanitization function for Extended usage.

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

== Upgrade Notice ==

= 1.10.2 - 2022-01-28 =
* Updated: Confirmed compatibility with WordPress 5.9

= 1.10.1 - 2021-12-07 =
* Added: Filter to our PHP Global sanitization function for Extended usage.

Expand Down

0 comments on commit c010508

Please sign in to comment.