You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23-8Lines changed: 23 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,22 +7,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
-
### Added
11
-
- GitHub Actions workflow for automated releases
12
-
- Comprehensive documentation index
13
-
- Cross-linked documentation for better navigation
14
-
- LICENSE file at repository root
15
-
- Updated CONTRIBUTING.md with step-by-step guide
16
-
- GitHub Actions build verification workflow
10
+
---
11
+
12
+
## [0.2.0] - 2025-07-13
17
13
18
14
### Fixed
15
+
-**Page templates not fetched** (GitHub #1) — now dynamically scans all public post types and block theme templates
16
+
- Template matching failure when default template is selected (value mismatch between `get_page_template_slug()` returning `''` and rules storing `'default'`)
17
+
- Fields not saving when fieldsets have template, category, or post format location rules (missing context in `save_post()`)
18
+
- Admin interface failed to load any data — localized script variable name mismatch (`cofAdmin` → `openfieldsAdmin`)
19
+
- Invalid menu icon (`dashicons-forms` does not exist, replaced with `dashicons-editor-table`)
20
+
- Meta box script localization targeting non-existent `cof-meta-box` handle (changed to `cof-fields`)
21
+
- Term and user default value logic overriding intentional `0`/empty values (now uses `metadata_exists()`)
22
+
- Admin mount point ID mismatch between PHP (`cof-admin`) and React (`openfields-admin`)
19
23
- TypeScript type error in ConditionalLogicPanel (field ID to string conversion)
20
24
- Deprecated `get_openfields()` reference removed from documentation
21
25
26
+
### Added
27
+
- Dynamic page template options in location rule builder (fetched from WordPress instead of hardcoded)
28
+
- Post Category and Post Format location rule types in admin UI
29
+
- Categories, post formats, and page templates provided to admin via localized data
30
+
- Plugin text domain loading for translation support
31
+
- Activation redirect transient for first-time setup experience
32
+
- Switch field renderer include (was missing)
33
+
- GitHub Actions workflow for automated releases
34
+
- Comprehensive documentation index with cross-linked navigation
35
+
22
36
### Changed
37
+
- Removed unnecessary `flush_rewrite_rules()` on activation/deactivation
38
+
- Removed phantom scheduled hook cleanup for non-existent cron event
23
39
- Completely redesigned README for user-friendliness
24
40
- Simplified and reorganized CONTRIBUTING.md
25
-
- Added "See Also" links to all main documentation files
26
41
- Improved documentation discoverability with INDEX.md
0 commit comments