Skip to content

Commit

Permalink
version bump and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tw2113 committed May 16, 2022
1 parent 7cb4261 commit b458cbe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 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.12.0
* Version: 1.12.1
* 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.12.0' ); // Left for legacy purposes.
define( 'CPTUI_VERSION', '1.12.0' );
define( 'CPT_VERSION', '1.12.1' ); // Left for legacy purposes.
define( 'CPTUI_VERSION', '1.12.1' );
define( 'CPTUI_WP_VERSION', get_bloginfo( 'version' ) );

/**
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
Tags: custom post types, CPT, CMS, post, types, post type, taxonomy, tax, custom, content types, post types
Requires at least: 5.9
Tested up to: 6.0
Stable tag: 1.12.0
Stable tag: 1.12.1
License: GPL-2.0+
Requires PHP: 5.6

Expand Down Expand Up @@ -36,6 +36,9 @@ Custom Post Type UI development is managed on GitHub, with official releases pub

== Changelog ==

= 1.12.1 - 2022-05-16 =
* Fixed: JSON decoding issues around WP-CLI import.

= 1.12.0 - 2022-05-09 =
* Added: Tested on WordPress 6.0.
* Added: Auto-check, but not force, "page-attributes" when setting a post type as hierarchical.
Expand Down Expand Up @@ -78,6 +81,9 @@ Custom Post Type UI development is managed on GitHub, with official releases pub

== Upgrade Notice ==

= 1.12.1 - 2022-05-16 =
* Fixed: JSON decoding issues around WP-CLI import.

= 1.12.0 - 2022-05-09 =
* Added: Tested on WordPress 6.0.
* Added: Auto-check, but not force, "page-attributes" when setting a post type as hierarchical.
Expand Down

0 comments on commit b458cbe

Please sign in to comment.