Skip to content

Commit eadfe04

Browse files
committed
update to 1.7.5 minor release
1 parent 1006aea commit eadfe04

File tree

4 files changed

+80
-48
lines changed

4 files changed

+80
-48
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.7.4
19+
* Version: 1.7.5
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.7.4' ); // Left for legacy purposes.
34-
define( 'CPTUI_VERSION', '1.7.4' );
33+
define( 'CPT_VERSION', '1.7.5' ); // Left for legacy purposes.
34+
define( 'CPTUI_VERSION', '1.7.5' );
3535
define( 'CPTUI_WP_VERSION', get_bloginfo( 'version' ) );
3636

3737
/**

inc/post-types.php

Lines changed: 33 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -208,13 +208,17 @@ function cptui_manage_post_types() {
208208
<div class="postbox-container">
209209
<div id="poststuff">
210210
<div class="cptui-section postbox">
211-
<button type="button" class="handlediv button-link" aria-expanded="true">
212-
<span class="screen-reader-text"><?php esc_html_e( 'Toggle panel: Basic settings', 'custom-post-type-ui' ); ?></span>
213-
<span class="toggle-indicator" aria-hidden="true"></span>
214-
</button>
215-
<h2 class="hndle">
216-
<span><?php esc_html_e( 'Basic settings', 'custom-post-type-ui' ); ?></span>
217-
</h2>
211+
<div class="postbox-header">
212+
<h2 class="hndle ui-sortable-handle">
213+
<span><?php esc_html_e( 'Basic settings', 'custom-post-type-ui' ); ?></span>
214+
</h2>
215+
<div class="handle-actions hide-if-no-js">
216+
<button type="button" class="handlediv" aria-expanded="true">
217+
<span class="screen-reader-text"><?php esc_html_e( 'Toggle panel: Basic settings', 'custom-post-type-ui' ); ?></span>
218+
<span class="toggle-indicator" aria-hidden="true"></span>
219+
</button>
220+
</div>
221+
</div>
218222
<div class="inside">
219223
<div class="main">
220224
<table class="form-table cptui-table">
@@ -348,13 +352,17 @@ function cptui_manage_post_types() {
348352
</div>
349353
</div>
350354
<div class="cptui-section cptui-labels postbox">
351-
<button type="button" class="handlediv button-link" aria-expanded="true">
352-
<span class="screen-reader-text"><?php esc_html_e( 'Toggle panel: Additional labels', 'custom-post-type-ui' ); ?></span>
353-
<span class="toggle-indicator" aria-hidden="true"></span>
354-
</button>
355-
<h2 class="hndle">
356-
<span><?php esc_html_e( 'Additional labels', 'custom-post-type-ui' ); ?></span>
357-
</h2>
355+
<div class="postbox-header">
356+
<h2 class="hndle ui-sortable-handle">
357+
<span><?php esc_html_e( 'Additional labels', 'custom-post-type-ui' ); ?></span>
358+
</h2>
359+
<div class="handle-actions hide-if-no-js">
360+
<button type="button" class="handlediv" aria-expanded="true">
361+
<span class="screen-reader-text"><?php esc_html_e( 'Toggle panel: Basic settings', 'custom-post-type-ui' ); ?></span>
362+
<span class="toggle-indicator" aria-hidden="true"></span>
363+
</button>
364+
</div>
365+
</div>
358366
<div class="inside">
359367
<div class="main">
360368
<table class="form-table cptui-table">
@@ -786,13 +794,17 @@ function cptui_manage_post_types() {
786794
</div>
787795
</div>
788796
<div class="cptui-section cptui-settings postbox">
789-
<button type="button" class="handlediv button-link" aria-expanded="true">
790-
<span class="screen-reader-text"><?php esc_html_e( 'Toggle panel: Settings', 'custom-post-type-ui' ); ?></span>
791-
<span class="toggle-indicator" aria-hidden="true"></span>
792-
</button>
793-
<h2 class="hndle">
794-
<span><?php esc_html_e( 'Settings', 'custom-post-type-ui' ); ?></span>
795-
</h2>
797+
<div class="postbox-header">
798+
<h2 class="hndle ui-sortable-handle">
799+
<span><?php esc_html_e( 'Settings', 'custom-post-type-ui' ); ?></span>
800+
</h2>
801+
<div class="handle-actions hide-if-no-js">
802+
<button type="button" class="handlediv" aria-expanded="true">
803+
<span class="screen-reader-text"><?php esc_html_e( 'Toggle panel: Basic settings', 'custom-post-type-ui' ); ?></span>
804+
<span class="toggle-indicator" aria-hidden="true"></span>
805+
</button>
806+
</div>
807+
</div>
796808
<div class="inside">
797809
<div class="main">
798810
<table class="form-table cptui-table">

inc/taxonomies.php

Lines changed: 33 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -216,13 +216,17 @@ function cptui_manage_taxonomies() {
216216
<div class="postbox-container">
217217
<div id="poststuff">
218218
<div class="cptui-section postbox">
219-
<button type="button" class="handlediv button-link" aria-expanded="true">
220-
<span class="screen-reader-text"><?php esc_html_e( 'Toggle panel: Basic settings', 'custom-post-type-ui' ); ?></span>
221-
<span class="toggle-indicator" aria-hidden="true"></span>
222-
</button>
223-
<h2 class="hndle">
224-
<span><?php esc_html_e( 'Basic settings', 'custom-post-type-ui' ); ?></span>
225-
</h2>
219+
<div class="postbox-header">
220+
<h2 class="hndle ui-sortable-handle">
221+
<span><?php esc_html_e( 'Basic settings', 'custom-post-type-ui' ); ?></span>
222+
</h2>
223+
<div class="handle-actions hide-if-no-js">
224+
<button type="button" class="handlediv" aria-expanded="true">
225+
<span class="screen-reader-text"><?php esc_html_e( 'Toggle panel: Basic settings', 'custom-post-type-ui' ); ?></span>
226+
<span class="toggle-indicator" aria-hidden="true"></span>
227+
</button>
228+
</div>
229+
</div>
226230
<div class="inside">
227231
<div class="main">
228232
<table class="form-table cptui-table">
@@ -410,13 +414,17 @@ function cptui_manage_taxonomies() {
410414
</div>
411415
</div>
412416
<div class="cptui-section cptui-labels postbox">
413-
<button type="button" class="handlediv button-link" aria-expanded="true">
414-
<span class="screen-reader-text"><?php esc_html_e( 'Toggle panel: Additional labels', 'custom-post-type-ui' ); ?></span>
415-
<span class="toggle-indicator" aria-hidden="true"></span>
416-
</button>
417-
<h2 class="hndle">
418-
<span><?php esc_html_e( 'Additional labels', 'custom-post-type-ui' ); ?></span>
419-
</h2>
417+
<div class="postbox-header">
418+
<h2 class="hndle ui-sortable-handle">
419+
<span><?php esc_html_e( 'Additional labels', 'custom-post-type-ui' ); ?></span>
420+
</h2>
421+
<div class="handle-actions hide-if-no-js">
422+
<button type="button" class="handlediv" aria-expanded="true">
423+
<span class="screen-reader-text"><?php esc_html_e( 'Toggle panel: Additional labels', 'custom-post-type-ui' ); ?></span>
424+
<span class="toggle-indicator" aria-hidden="true"></span>
425+
</button>
426+
</div>
427+
</div>
420428
<div class="inside">
421429
<div class="main">
422430
<table class="form-table cptui-table">
@@ -691,13 +699,17 @@ function cptui_manage_taxonomies() {
691699
</div>
692700
</div>
693701
<div class="cptui-section cptui-settings postbox">
694-
<button type="button" class="handlediv button-link" aria-expanded="true">
695-
<span class="screen-reader-text"><?php esc_html_e( 'Toggle panel: Settings', 'custom-post-type-ui' ); ?></span>
696-
<span class="toggle-indicator" aria-hidden="true"></span>
697-
</button>
698-
<h2 class="hndle">
699-
<span><?php esc_html_e( 'Settings', 'custom-post-type-ui' ); ?></span>
700-
</h2>
702+
<div class="postbox-header">
703+
<h2 class="hndle ui-sortable-handle">
704+
<span><?php esc_html_e( 'Settings', 'custom-post-type-ui' ); ?></span>
705+
</h2>
706+
<div class="handle-actions hide-if-no-js">
707+
<button type="button" class="handlediv" aria-expanded="true">
708+
<span class="screen-reader-text"><?php esc_html_e( 'Toggle panel: Settings', 'custom-post-type-ui' ); ?></span>
709+
<span class="toggle-indicator" aria-hidden="true"></span>
710+
</button>
711+
</div>
712+
</div>
701713
<div class="inside">
702714
<div class="main">
703715
<table class="form-table cptui-table">

readme.txt

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: webdevstudios, pluginize, tw2113, vegasgeek, modemlooper, williamsba1
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
5-
Requires at least: 5.2
6-
Tested up to: 5.4.0
7-
Stable tag: 1.7.4
5+
Requires at least: 5.5.0
6+
Tested up to: 5.5.0
7+
Stable tag: 1.7.5
88
License: GPL-2.0+
99
Requires PHP: 5.6
1010

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

3232
== Changelog ==
3333

34+
= 1.7.5 - 2020-08-11 =
35+
* Updated: Addressed UI issues with WordPress 5.5.0
36+
* Updated: Moved required minimum WordPress version to 5.5.0
37+
3438
= 1.7.4 - 2020-03-17 =
3539
* Added: Nonce admin verification for import functionality.
3640
* Added: Extra escaping of markup and output for "Get Code" areas.
@@ -102,6 +106,10 @@ Official development of Custom Post Type UI is on GitHub, with official stable r
102106

103107
== Upgrade Notice ==
104108

109+
= 1.7.5 - 2020-08-11 =
110+
* Updated: Addressed UI issues with WordPress 5.5.0
111+
* Updated: Moved required minimum WordPress version to 5.5.0
112+
105113
= 1.7.4 - 2020-03-17 =
106114
* Added: Nonce admin verification for import functionality.
107115
* Added: Extra escaping of markup and output for "Get Code" areas.

0 commit comments

Comments
 (0)