PluginProbe ʕ •ᴥ•ʔ
Custom Post Type UI / 1.5.0
Custom Post Type UI v1.5.0
1.19.2 1.19.1 1.19.0 trunk 0.7.0.0 0.7.1.0 0.7.2.0 0.8.0.0 0.8.1 0.8.2 0.8.3 0.8.4 0.8.5 0.9.0 0.9.5 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.1.0 1.1.1 1.1.2 1.1.3 1.10.0 1.10.1 1.10.2 1.11.0 1.11.1 1.11.2 1.12.0 1.12.1 1.13.0 1.13.1 1.13.2 1.13.3 1.13.4 1.13.5 1.13.6 1.13.7 1.14.0 1.15.0 1.15.1 1.16.0 1.17.0 1.17.1 1.17.2 1.17.3 1.18.0 1.18.1 1.18.2 1.18.3 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.4.0 1.4.1 1.4.2 1.4.3 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.6.0 1.6.1 1.6.2 1.7.0 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.8.0 1.8.1 1.8.2 1.9.0 1.9.1 1.9.2
custom-post-type-ui / readme.txt
custom-post-type-ui Last commit date
classes 9 years ago css 9 years ago images 9 years ago inc 9 years ago js 9 years ago changelog.txt 9 years ago custom-post-type-ui.php 9 years ago readme.txt 9 years ago
readme.txt
159 lines
1 === Custom Post Type UI ===
2 Contributors: webdevstudios, pluginize, tw2113, vegasgeek, modemlooper, williamsba1
3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3084056
4 Tags: custom post types, CPT, CMS, post, types, post type, taxonomy, tax, custom, content types, post types
5 Requires at least: 4.6
6 Tested up to: 4.7
7 Stable tag: 1.5.0
8 License: GPLv2
9
10 Admin UI for creating custom post types and custom taxonomies for WordPress
11
12 == Description ==
13
14 Custom Post Type UI provides an easy to use interface for registering and managing custom post types and taxonomies for your website.
15
16 CPTUI alone does not handle aspects related to the display of post type or taxonomy content. Its goal is simply the registration of both. For help with content display, please check out [Custom Post Type UI Extended](https://pluginize.com/product/custom-post-type-ui-extended/?utm_source=cptui-desription&utm_medium=text&utm_campaign=wporg). CPTUI-Extended provides tools intended to help display content from all registered types in your site.
17
18 Official development of Custom Post Type UI is on GitHub, with official stable releases published on WordPress.org. The GitHub repo can be found at [https://github.com/WebDevStudios/custom-post-type-ui](https://github.com/WebDevStudios/custom-post-type-ui). Please use the Support tab for potential bugs, issues, or enhancement ideas.
19
20 [Pluginize](https://pluginize.com/?utm_source=cptui&utm_medium=text&utm_campaign=wporg) was launched in 2016 by [WebDevStudios](https://webdevstudios.com/) to promote, support, and house all of their [WordPress products](https://pluginize.com/shop/?utm_source=cptui-&utm_medium=text&utm_campaign=wporg). Pluginize is not only [creating new products for WordPress all the time, like CPTUI Extended](https://pluginize.com/product/custom-post-type-ui-extended/?utm_source=cptui&utm_medium=text&utm_campaign=wporg), but also provides ongoing support and development for WordPress community favorites like [CMB2](https://wordpress.org/plugins/cmb2/) and more.
21
22 == Screenshots ==
23
24 1. Add new post type screen and tab.
25 2. Add new taxonomy screen and tab.
26 3. Registered post types and taxonomies from CPTUI
27 4. Import/Export Post Types screen.
28 5. Get Code screen.
29 6. Help/support screen.
30
31 == Changelog ==
32
33 = 1.5.0 - 2017-1-10 =
34 * Added: Helper functions to grab individual post types or taxonomies from CPTUI options, function to check for support for custom saved values.
35 * Added: Helper functions to mark and check if a new CPTUI install.
36 * Added: FAQ clarifying why post type/taxonomy slugs are forced to underscores. We mean well, I assure you.
37 * Added: Conversion from Cyrillic characters to latin equivalents.
38 * Fixed: Parameter handling for get_terms() to match WordPress 4.5.
39 * Fixed: Added "action" as a reserved taxonomy name.
40 * Fixed: PHP Notices for rewrite array index, present since version 1.0.6
41 * Fixed: Prevent triggering post type/taxonomy slug convert when navigating screen via tab key.
42 * Fixed: Provide empty quote indicator in Registered Post Types and Taxonomies screen for empty values.
43 * Fixed: Post types and taxonomies no longer need extra page refresh to be registered after an import.
44 * Updated: Further evolved Registered Post Types and Taxonomies screen to better match list table styles.
45 * Updated: Bumped minimum required WordPress version to 4.6.
46 * Updated: Clarified what checking a checkbox does in regards to "Supports" area of post type settings.
47 * Updated: Changed appropriate help/support links to docs.pluginize.com.
48 * Updated: Added filter to tab collection for the tools section. You can now add your own tabs.
49
50 = 1.4.3 - 2016-10-17 =
51 * Fixed: issue with post types and taxonomies trying to be converted before registration. Prevented full success of process.
52 * Fixed: Prevent trying to convert taxonomy terms if no terms exist. Taxonomy will still be deleted from CPTUI list.
53 * Fixed: Prevent trying to redirect on activation if being network-activated.
54
55 = 1.4.2 - 2016-10-03 =
56 * Fixed: Responsiveness of sections and "ad" space when creating post types or taxonomies on smaller screens. Props @thecxguy
57
58 = 1.4.1 - 2016-8-25 =
59 * Fixed: issue with default values for new parameters regarding menu/nav menu display for taxonomies.
60 * Fixed: typo in support area.
61
62 = 1.4.0 - 2016-8-22 =
63 * Added: "Export" tab on editor screens for quick access to post type or taxonomy export pages.
64 * Added: CPTUI notices are now dismissable via a button on the right side.
65 * Added: "Get code" link to registered post types and registered taxonomies listings.
66 * Added: More amending of incorrect characters in post type and taxonomy slugs. Latin standard alphabet only. Sorry.
67 * Added: New post type template stack reference from recent WordPress versions.
68 * Added: Side warning notification if post type or taxonomy slug has been edited.
69 * Added: Display About page upon activation of plugin.
70 * Added: Link below ads regarding getting them removed via purchase of CPTUI Extended.
71 * Added: No need to refresh page after initial save to see post types and taxonomies in menu.
72 * Added: Taxonomy support for show_in_menu and show_in_nav_menus.
73 * Fixed: Further improved labels for information text on inputs.
74 * Fixed: Hide "choose icon" button for non-js users.
75 * Fixed: Issue with misused "parent" label key that should be parent_item_colon.
76 * Fixed: Missed show_in_menu_string parameter for "get code" area.
77 * Fixed: Make sure taxonomies have required post type associated.
78 * Fixed: "Edit" links in listings area now account for network-admin when needed, with CPTUI Extended.
79 * Updated: Switch to dedicated dashicon for color consistency between applied admin color schemes.
80 * Updated: Updated about page.
81 * Updated: Further UI refinements to better match WordPress admin. Adapted styles found from metaboxes, including collapse/expand toggles.
82
83 == Upgrade Notice ==
84
85 = 1.5.0 - 2017-1-10 =
86 * Added: Helper functions to grab individual post types or taxonomies from CPTUI options, function to check for support for custom saved values.
87 * Added: Helper functions to mark and check if a new CPTUI install.
88 * Added: FAQ clarifying why post type/taxonomy slugs are forced to underscores. We mean well, I assure you.
89 * Fixed: Parameter handling for get_terms() to match WordPress 4.5.
90 * Fixed: Added "action" as a reserved taxonomy name.
91 * Fixed: PHP Notices for rewrite array index, present since version 1.0.6
92 * Fixed: Prevent triggering post type/taxonomy slug convert when navigating screen via tab key.
93 * Fixed: Provide empty quote indicator in Registered Post Types and Taxonomies screen for empty values.
94 * Fixed: Post types and taxonomies no longer need extra page refresh to be registered after an import.
95 * Updated: Further evolved Registered Post Types and Taxonomies screen to better match list table styles.
96 * Updated: Bumped minimum required WordPress version to 4.6.
97 * Updated: Clarified what checking a checkbox does in regards to "Supports" area of post type settings.
98 * Updated: Changed appropriate help/support links to docs.pluginize.com.
99 * Updated: Added filter to tab collection for the tools section. You can now add your own tabs.
100
101 = 1.4.3 - 2016-10-17 =
102 * Fixed: issue with post types and taxonomies trying to be converted before registration. Prevented full success of process.
103 * Fixed: Prevent trying to convert taxonomy terms if no terms exist. Taxonomy will still be deleted from CPTUI list.
104 * Fixed: Prevent trying to redirect on activation if being network-activated.
105
106 = 1.4.2 - 2016-10-03 =
107 * Fixed: Responsiveness of sections and "ad" space when creating post types or taxonomies on smaller screens. Props @thecxguy
108
109 = 1.4.1 - 2016-8-25 =
110 * Fixed: issue with default values for new parameters regarding menu/nav menu display for taxonomies.
111 * Fixed: typo in support area.
112
113 = 1.4.0 - 2016-8-22 =
114 * Added: "Export" tab on editor screens for quick access to post type or taxonomy export pages.
115 * Added: CPTUI notices are now dismissable via a button on the right side.
116 * Added: "Get code" link to registered post types and registered taxonomies listings.
117 * Added: More amending of incorrect characters in post type and taxonomy slugs. Latin standard alphabet only. Sorry.
118 * Added: New post type template stack reference from recent WordPress versions.
119 * Added: Side warning notification if post type or taxonomy slug has been edited.
120 * Added: Display About page upon activation of plugin.
121 * Added: Link below ads regarding getting them removed via purchase of CPTUI Extended.
122 * Added: No need to refresh page after initial save to see post types and taxonomies in menu.
123 * Added: Taxonomy support for show_in_menu and show_in_nav_menus.
124 * Fixed: Further improved labels for information text on inputs.
125 * Fixed: Hide "choose icon" button for non-js users.
126 * Fixed: Issue with misused "parent" label key that should be parent_item_colon.
127 * Fixed: Missed show_in_menu_string parameter for "get code" area.
128 * Fixed: Make sure taxonomies have required post type associated.
129 * Fixed: "Edit" links in listings area now account for network-admin when needed, with CPTUI Extended.
130 * Updated: Switch to dedicated dashicon for color consistency between applied admin color schemes.
131 * Updated: Updated about page.
132 * Updated: Further UI refinements to better match WordPress admin. Adapted styles found from metaboxes, including collapse/expand toggles.
133
134 == Installation ==
135
136 = Admin Installer via search =
137 1. Visit the Add New plugin screen and search for "custom post type ui".
138 2. Click the "Install Now" button.
139 3. Activate the plugin.
140 4. Navigate to the "CPTUI" Menu.
141
142 = Admin Installer via zip =
143 1. Visit the Add New plugin screen and click the "Upload Plugin" button.
144 2. Click the "Browse..." button and select zip file from your computer.
145 3. Click "Install Now" button.
146 4. Once done uploading, activate Custom Post Type UI.
147
148 = Manual =
149 1. Upload the Custom Post Type UI folder to the plugins directory in your WordPress installation.
150 2. Activate the plugin.
151 3. Navigate to the "CPTUI" Menu.
152
153 That's it! Now you can easily start creating custom post types and taxonomies in WordPress.
154
155 == Frequently Asked Questions ==
156
157 User documentation: http://docs.pluginize.com/collection/1-custom-post-type-ui
158 Code/API documentation: http://codex.pluginize.com/cptui/
159