Releases: benkanizay/withwine-acf-integration
Releases · benkanizay/withwine-acf-integration
Release list
WithWine ACF Integration v1.0.1
A small maintenance release improving cache management and making the plugin more flexible for different hosting and caching environments.
Changes
- Removed the built-in SiteGround Optimizer cache integration.
- Added a public helper function for clearing the choice cache programmatically.
- Updated documentation with examples for integrating cache clearing with third-party plugins or custom code.
New Public API
Clear all cached choices:
withwine_acf_integration_clear_cache();Clear only Product choices:
withwine_acf_integration_clear_cache( 'products' );Clear only Product List choices:
withwine_acf_integration_clear_cache( 'product_lists' );This helper can be called from custom code or hooked into any caching plugin when required.
WithWine ACF Integration v1.0.0
Initial public release.
Features
- Populate ACF Select, Radio Button and Checkbox fields with WithWine Products.
- Populate ACF Select, Radio Button and Checkbox fields with WithWine Product Lists.
- Native ACF integration using standard ACF field types.
- Automatic transient caching for fast admin performance.
- Manual choice cache clearing.
- Automatic cache clearing when SiteGround Optimizer flushes the site cache.
- Admin interface for configuring ACF field mappings.