Version Description
- Fixed: copy/paste error with admin css.
Download this release
Release Info
Developer | tw2113 |
Plugin | Custom Post Type UI |
Version | 1.2.3 |
Comparing to | |
See all releases |
Code changes from version 1.2.2 to 1.2.3
- css/cptui.css +3 -3
- custom-post-type-ui.php +2 -2
- readme.txt +7 -1
css/cptui.css
CHANGED
@@ -118,7 +118,7 @@ fieldset .cptui-help {
|
|
118 |
box-shadow: none;
|
119 |
}
|
120 |
#toplevel_page_cptui_main_menu img {
|
121 |
-
height:
|
122 |
-
margin-top: -
|
123 |
-
width:
|
124 |
}
|
118 |
box-shadow: none;
|
119 |
}
|
120 |
#toplevel_page_cptui_main_menu img {
|
121 |
+
height: 20px;
|
122 |
+
margin-top: -2px;
|
123 |
+
width: 20px;
|
124 |
}
|
custom-post-type-ui.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Custom Post Type UI
|
|
4 |
Plugin URI: https://github.com/WebDevStudios/custom-post-type-ui/
|
5 |
Description: Admin panel for creating custom post types and custom taxonomies in WordPress
|
6 |
Author: WebDevStudios
|
7 |
-
Version: 1.2.
|
8 |
Author URI: http://webdevstudios.com/
|
9 |
Text Domain: custom-post-type-ui
|
10 |
Domain Path: /languages
|
@@ -16,7 +16,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
16 |
exit;
|
17 |
}
|
18 |
|
19 |
-
define( 'CPT_VERSION', '1.2.
|
20 |
define( 'CPTUI_WP_VERSION', get_bloginfo( 'version' ) );
|
21 |
|
22 |
/**
|
4 |
Plugin URI: https://github.com/WebDevStudios/custom-post-type-ui/
|
5 |
Description: Admin panel for creating custom post types and custom taxonomies in WordPress
|
6 |
Author: WebDevStudios
|
7 |
+
Version: 1.2.3
|
8 |
Author URI: http://webdevstudios.com/
|
9 |
Text Domain: custom-post-type-ui
|
10 |
Domain Path: /languages
|
16 |
exit;
|
17 |
}
|
18 |
|
19 |
+
define( 'CPT_VERSION', '1.2.3' );
|
20 |
define( 'CPTUI_WP_VERSION', get_bloginfo( 'version' ) );
|
21 |
|
22 |
/**
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
4 |
Tags: custom post types, CPT, CMS, post, types, post type, cck, taxonomy, tax, custom
|
5 |
Requires at least: 4.2
|
6 |
Tested up to: 4.4.1
|
7 |
-
Stable tag: 1.2.
|
8 |
License: GPLv2
|
9 |
|
10 |
Admin UI for creating custom post types and custom taxonomies in WordPress
|
@@ -30,6 +30,9 @@ All official development on this plugin is on GitHub. Version bumps will still b
|
|
30 |
|
31 |
== Changelog ==
|
32 |
|
|
|
|
|
|
|
33 |
= 1.2.2 =
|
34 |
* Fixed: Missing admin menu icon for some browsers.
|
35 |
* Fixed: Undefined index notices for post type screen.
|
@@ -218,6 +221,9 @@ All official development on this plugin is on GitHub. Version bumps will still b
|
|
218 |
|
219 |
== Upgrade Notice ==
|
220 |
|
|
|
|
|
|
|
221 |
= 1.2.2 =
|
222 |
* Fixed: Missing admin menu icon for some browsers.
|
223 |
* Fixed: Undefined index notices for post type screen.
|
4 |
Tags: custom post types, CPT, CMS, post, types, post type, cck, taxonomy, tax, custom
|
5 |
Requires at least: 4.2
|
6 |
Tested up to: 4.4.1
|
7 |
+
Stable tag: 1.2.3
|
8 |
License: GPLv2
|
9 |
|
10 |
Admin UI for creating custom post types and custom taxonomies in WordPress
|
30 |
|
31 |
== Changelog ==
|
32 |
|
33 |
+
= 1.2.3 =
|
34 |
+
* Fixed: copy/paste error with admin css.
|
35 |
+
|
36 |
= 1.2.2 =
|
37 |
* Fixed: Missing admin menu icon for some browsers.
|
38 |
* Fixed: Undefined index notices for post type screen.
|
221 |
|
222 |
== Upgrade Notice ==
|
223 |
|
224 |
+
= 1.2.3 =
|
225 |
+
* Fixed: copy/paste error with admin css.
|
226 |
+
|
227 |
= 1.2.2 =
|
228 |
* Fixed: Missing admin menu icon for some browsers.
|
229 |
* Fixed: Undefined index notices for post type screen.
|