Skip to content

Commit 9dd873d

Browse files
committed
version bumps and changelog
1 parent 62b181b commit 9dd873d

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
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.11.1
19+
* Version: 1.11.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.11.1' ); // Left for legacy purposes.
34-
define( 'CPTUI_VERSION', '1.11.1' );
33+
define( 'CPT_VERSION', '1.11.2' ); // Left for legacy purposes.
34+
define( 'CPTUI_VERSION', '1.11.2' );
3535
define( 'CPTUI_WP_VERSION', get_bloginfo( 'version' ) );
3636

3737
/**

readme.txt

Lines changed: 11 additions & 3 deletions
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: 5.9.0
7-
Stable tag: 1.11.1
7+
Stable tag: 1.11.2
88
License: GPL-2.0+
99
Requires PHP: 5.6
1010

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

3232
== Changelog ==
3333

34-
= 1.11.1 - 2022 03-18 =
34+
= 1.11.2 - 2022-03-21 =
35+
* Fixed: Unintended reuse of `$delete_with_user` variable and `can_export` option. Props @bogutskyy
36+
* Fixed: PHP notices around `sort` array index.
37+
38+
= 1.11.1 - 2022-03-18 =
3539
* Fixed: Errors and warnings around array_key_exists() and bool values
3640

3741
= 1.11.0 - 2022-03-17 =
@@ -77,7 +81,11 @@ Official development of Custom Post Type UI is on GitHub, with official stable r
7781

7882
== Upgrade Notice ==
7983

80-
= 1.11.1 - 2022 03-18 =
84+
= 1.11.2 - 2022-03-21 =
85+
* Fixed: Unintended reuse of `$delete_with_user` variable and `can_export` option. Props @bogutskyy
86+
* Fixed: PHP notices around `sort` array index.
87+
88+
= 1.11.1 - 2022-03-18 =
8189
* Fixed: Errors and warnings around array_key_exists() and bool values
8290

8391
= 1.11.0 - 2022-03-17 =

0 commit comments

Comments
 (0)