|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## [2.0] - 2025-05-20 |
4 |
| -### Added |
5 |
| -- Admin UI for selecting ACF source page |
6 |
| -- Auto-detect ACF fields from selected page |
7 |
| -- Input field to define custom shortcode names per ACF field |
8 |
| -- Copy-to-clipboard button for shortcodes |
| 3 | +All notable changes to this project will be documented in this file. |
9 | 4 |
|
10 |
| -### Changed |
11 |
| -- Refactored code to support dynamic shortcode registration |
12 |
| -- Improved fallback message if value is missing |
| 5 | +--- |
| 6 | + |
| 7 | +## [3.0] - 2025-05-20 |
| 8 | +### Added |
| 9 | +- Editable ACF field values directly from the plugin interface |
| 10 | +- Sync mechanism to update ACF fields on the selected page |
| 11 | +- Admin notice prompting users to clear their cache manually after saving |
| 12 | +- Hyperlink to ACF field group settings when no custom fields are found |
| 13 | + |
| 14 | +### Changed |
| 15 | +- UI refinements and help text updates for clarity |
| 16 | +- Improved shortcode copy button reliability |
| 17 | +- Enhanced shortcode handling to avoid wrapping values in unnecessary characters |
| 18 | + |
| 19 | +### Fixed |
| 20 | +- Bug where changes made to values in the plugin did not reflect on the front-end |
| 21 | +- Shortcode names not persisting on save |
| 22 | +- Shortcode fallback logic now consistently returns a clean message when fields are undefined |
| 23 | + |
| 24 | +--- |
| 25 | + |
| 26 | +## [2.0] - 2025-05-20 |
| 27 | +### Added |
| 28 | +- Admin UI for selecting ACF source page |
| 29 | +- Auto-detect ACF fields from selected page |
| 30 | +- Input field to define custom shortcode names per ACF field |
| 31 | +- Copy-to-clipboard button for shortcodes |
| 32 | + |
| 33 | +### Changed |
| 34 | +- Refactored code to support dynamic shortcode registration |
| 35 | +- Improved fallback message if value is missing |
13 | 36 |
|
14 | 37 | ---
|
15 | 38 |
|
16 |
| -## [1.0] - 2025-05-20 |
17 |
| -- Initial plugin release with hardcoded shortcodes and ACF option page usage |
| 39 | +## [1.0] - 2025-05-20 |
| 40 | +### Added |
| 41 | +- Initial plugin release with hardcoded shortcodes and ACF option page usage |
0 commit comments