Skip to content

v1.1.0

Choose a tag to compare

@dbrabyn dbrabyn released this 01 Mar 17:03
· 8 commits to main since this release

What's New

Added

  • Automatic updates via GitHub Releases using plugin-update-checker v5.6 — WordPress sites will see "update available" when a new release is published
  • French translation (.pot, .po, .mo files)
  • ACF_CC_SUPPORTED_FIELD_TYPES constant as single source of truth for supported field types
  • .gitignore and CHANGELOG.md

Changed

  • Update checker only loads in admin (is_admin() guard) to avoid frontend overhead
  • Class instances stored in $GLOBALS['acf_cc'] for debugging and extensibility
  • Simplified CSS by merging redundant counter style rules

Full Changelog

e4ef5ee...v1.1.0