Skip to content

Commit 1c91595

Browse files
authored
Release1192 (#1043)
* 1036 readme updates (#1037) * readme updates for marketing * line breaks * fix faq, update missed Premium references * cull older release notes from main readme * fill in previous main readme.txt file updates * updated screenshots (#1041) * 1040 remove build vcs (#1044) * remove build folder from vcs * git ignore the whole folder not just a nested one * return early if we do not have a dashicon field (#1042) * remove old travis config * changelog and version bumps
1 parent 44b6937 commit 1c91595

32 files changed

Lines changed: 166 additions & 2837 deletions

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.DS_Store
2-
/cptui-docs
32
/node_modules
43
/vendor
54
/composer.lock
6-
/release-build/custom-post-type-ui
5+
/release-build
6+
/build
77
CLAUDE.md

.travis.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,47 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## 1.17.3 - 2025-04-21
11+
* Fixed: PHP notices around foreach loops in cptui_post_thumbnail_theme_support().
12+
* Fixed: PHP notices around empty variable values with get code section.
13+
* Fixed: PHP notices around false values with taxonomy listings with post type registration.
14+
* Updated: Confirmed compatibility with WordPress 6.8.
15+
16+
## 1.17.2 - 2024-11-19
17+
* Fixed: PHP warnings around empty description variables from tools page.
18+
* Updated: Confirmed compatibility with WordPress 6.7.
19+
20+
## 1.17.1 - 2024-06-27
21+
* Fixed: Missed re-showing of autolabel fill links for JS-enabled browsers.
22+
23+
## 1.17.0 - 2024-06-17
24+
* Added: "sidebars" as a reserved slug for post types.
25+
* Added: Blueprint for trying Custom Post Type UI on wordpress.org before installation.
26+
* Updated: Reworked JavaScript files to be more modular with the build process.
27+
28+
## 1.16.0 - 2024-04-08
29+
* Added: Added a wpml-config.xml file.
30+
* Updated: Added "search_terms" to disallowed taxonomy list.
31+
* Updated: Began converting JavaScript away from jQuery dependency.
32+
* Updated: Tested up to WordPress 6.5.
33+
34+
## 1.15.1 - 2023-11-08
35+
* Fixed: Right-to-Left language styling issues.
36+
* Fixed: Forgot to update about page and some PHP constants for CPTUI version.
37+
38+
## 1.15.0 - 2023-11-06
39+
* Added: Checkbox to indicate intent to migrate a post type into CPTUI in event of matching slugs. Props @ramsesdelr.
40+
* Added: "item_trashed" post type label support from WordPress 6.3.
41+
* Updated: Confirmed compatibility with WordPress 6.4.
42+
* Updated: PHP 8 compatibility.
43+
* Updated: Minimum WordPress version to 6.3, minimum PHP version to 7.4.
44+
45+
## 1.14.0 - 2023-08-07
46+
* Added: "Scroll to top" links in CPTUI pages. Props @aslamatwebdevstudios.
47+
* Added: Remembers toggled states for CPTUI settings panels. Props @aslamatwebdevstudios and @ramsesdelr.
48+
* Updated: Notes about slugs for both post types and taxonomies.
49+
* Updated: Support/FAQ section with more accurate links.
50+
1051
## 1.13.7 - 2023-07-11
1152
* Fixed: "themes" marked as reserved taxonomy slug. Causes issues with featured image metabox.
1253
* Fixed: PHP notice around `sort` parameter.

assets/screenshot-1.png

-447 KB
Loading

assets/screenshot-2.png

-496 KB
Loading

assets/screenshot-3.png

-376 KB
Loading

assets/screenshot-4.png

-69.9 KB
Loading

assets/screenshot-5.png

-116 KB
Loading

build/cptui-editor.asset.php

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/cptui-editor.js

Lines changed: 0 additions & 120 deletions
This file was deleted.

0 commit comments

Comments
 (0)