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
Pass post_type to AcfBlockField constructor
Updated AcfBlockAutoloader and AcfBlockField to pass and store the post_type when registering block fields. This enables block field classes to access the post type context. Also bumped version to 0.1.8 in composer.json and package.json.
Bump version to 0.1.7 in composer and package files
Updated the version number from 0.1.6 to 0.1.7 in composer.json and package.json to prepare for a new release.
Bump version to 0.1.5 in composer.json and package.json
Updated the version number from 0.1.4 to 0.1.5 in both composer.json and package.json to prepare for a new release.
Bump version to 0.1.4 in composer.json and package.json
Updated the version number from 0.1.3 to 0.1.4 in both composer.json and package.json to reflect a new release.
Update version to 0.1.3 and improve exception messages
Bump version to 0.1.3 in composer.json and package.json. Refactor exception messages in AcfBlockAutoloader.php to remove unnecessary quotes and correct the parent class check to OmgAcfHelper\AcfBlockField.
Bump version to 0.1.2 and update excluded functions
Updated version numbers in composer.json and package.json to 0.1.2. Added 'register_block_type' to the list of excluded functions in scoper.exclude-functions.php.
Bump version to 0.1.1 in composer.json and package.json
Updated the version number from 0.1.0 to 0.1.1 in both composer.json and package.json to reflect a new release.
Rename to acf-helper and update namespaces
Renamed the project from acf-block-autoloader to acf-helper across README, composer.json, package.json, and PHP namespaces. Updated descriptions and autoload settings to reflect the new name and broader purpose. This change prepares the library for more general ACF-related development beyond just block autoloading.