Skip to content

Commit b458cbe

Browse files
committed
version bump and changelog
1 parent 7cb4261 commit b458cbe

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
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.12.0
19+
* Version: 1.12.1
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.12.0' ); // Left for legacy purposes.
34-
define( 'CPTUI_VERSION', '1.12.0' );
33+
define( 'CPT_VERSION', '1.12.1' ); // Left for legacy purposes.
34+
define( 'CPTUI_VERSION', '1.12.1' );
3535
define( 'CPTUI_WP_VERSION', get_bloginfo( 'version' ) );
3636

3737
/**

readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
44
Tags: custom post types, CPT, CMS, post, types, post type, taxonomy, tax, custom, content types, post types
55
Requires at least: 5.9
66
Tested up to: 6.0
7-
Stable tag: 1.12.0
7+
Stable tag: 1.12.1
88
License: GPL-2.0+
99
Requires PHP: 5.6
1010

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

3737
== Changelog ==
3838

39+
= 1.12.1 - 2022-05-16 =
40+
* Fixed: JSON decoding issues around WP-CLI import.
41+
3942
= 1.12.0 - 2022-05-09 =
4043
* Added: Tested on WordPress 6.0.
4144
* Added: Auto-check, but not force, "page-attributes" when setting a post type as hierarchical.
@@ -78,6 +81,9 @@ Custom Post Type UI development is managed on GitHub, with official releases pub
7881

7982
== Upgrade Notice ==
8083

84+
= 1.12.1 - 2022-05-16 =
85+
* Fixed: JSON decoding issues around WP-CLI import.
86+
8187
= 1.12.0 - 2022-05-09 =
8288
* Added: Tested on WordPress 6.0.
8389
* Added: Auto-check, but not force, "page-attributes" when setting a post type as hierarchical.

0 commit comments

Comments
 (0)