1.1.4
Added
- Added REST API foundations to facilitate UI-driven tools.
Fixed
- Compatibility fixes for ACF 6.1.0.
- Fixed incorrect display of post type in JSON update notice – was previously showing `post` instead of the actual post type.
1.1.3
Fixed
- Compatibility fixes for ACF 6.0.0.
1.1.2
Changed
- Changed the intercept to get field values so that paginated repeaters work when core meta data storage is bypassed.
1.1.1
A small interim release to improve compatibility with the latest versions of WordPress and PHP.
Fixed
- Fixed deprecated return type issue in PHP 8.1.
- Fixed deprecation notices related to use of `readonly()` in WP 5.9 or greater.
1.1.0
Added
Changed
- Changed DB access handlers to prevent issues occurring on some Redis configurations.
- Enhanced automated test suite for much greater coverage and protection against regression.
Fixed
- Fixed a bug where bypassed field names from one post type could affect core storage of another when updating both in the same process.
- Fixed an issue where default values on deprecated args cause notices in PHP 8.
- Fixed bug that allowed post revisions to interfere with removal of custom table data when deleting posts.
Removed
- Removed core ACF `acf/update_value` duplicate filter. This is now replaced by `acfcdt/filter_value_before_update` filter.
- Removed core ACF `acf/load_value` duplicate filters and the `acfcdt/settings/allow_acf_load_value_filters` setting and filter.
1.0.5
- FIX: Adjusted for ACF changes that prevented the creation of table definitions on field group save
1.0.4
- FIX: Fixed an issue with path normalization for Windows-based servers
- FIX: Fixed a bug causing fatal errors when ACF JSON files were imported using ACF\'s \'Import Field Groups\' meta box
1.0.3
- FIX: an issue where selecting the same post type across multiple OR conditions on a field group\'s location rules deactivated the table meta box
1.0.2
- FIX: an issue where leading zeros were being removed on save
- FIX: changed required capability for plugin settings page to match other ACF sub pages
- ADDED: filters that allow custom de/encoding of data being stored in custom tables
- ADDED: optional module for serializing stored data instead of JSON encoding. Disabled by default.
- ADDED: optional module for casting string based integers as integers before encoding. This is enabled by default and is the original functionality just moved to a module.
1.0.1
- FIX: Fixed an issue that was causing errors on multisite network dashboard on plugin activation.
- FIX: Fixed an issue where table definition JSON files were causing \'table does not exist\' notices before triggering the database migration process.