Skip to content

Releases: omgpress/acf-helper

0.1.8

06 Oct 01:21

Choose a tag to compare

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.

0.1.7

04 Oct 21:48

Choose a tag to compare

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.

0.1.6

30 Sep 02:01

Choose a tag to compare

Bump version to 0.1.6

Updated version numbers in composer.json and package.json to 0.1.6 for a new release.

0.1.5

13 Sep 00:41

Choose a tag to compare

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.

0.1.4

13 Sep 00:33

Choose a tag to compare

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.

0.1.3

31 Aug 07:43

Choose a tag to compare

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.

0.1.2

31 Aug 06:21

Choose a tag to compare

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.

0.1.1

31 Aug 05:56

Choose a tag to compare

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.

0.1.0

20 Aug 03:50

Choose a tag to compare

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.