Skip to content

Releases: Log1x/acf-composer

v1.0.9

31 Dec 07:21
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(global): Allow overwriting field type defaults per-field (tl;dr swap array_merge())

v1.0.8

31 Dec 06:17
Compare
Choose a tag to compare

Change log

Enhancements

  • feat(blocks): Add class variables to fetch block content, preview status, and current post ID from ACF.

Bug fixes

  • fix(phpcs): Fix linting ignore directory for resources.

v1.0.7

31 Dec 06:05
Compare
Choose a tag to compare

Change log

Enhancements

  • feat(global): Add global default field types to config 🎉
  • feat(blocks): Allow setting default field type settings per block 🎉
  • feat(fields): Allow setting default field type settings per field 🎉
  • chore(deps): Bump dependencies
  • feat(blocks): Rewrite the render_callback method
  • chore(global): Use cleaner syntax on various methods

v1.0.6

16 Dec 20:07
9d146d4
Compare
Choose a tag to compare

Change log

Enhancements

  • Change $block to an object
  • Give access to $this->block in controller

v1.0.5

13 Dec 05:49
Compare
Choose a tag to compare

Change log

Enhancements

  • Pass $block to the Block view. (Fixes #1)

v1.0.4

10 Dec 19:14
9fde72f
Compare
Choose a tag to compare

Change log

Bug fixes

  • Failover on false condition (#4)
  • Fix typo (#2)

v1.0.3

13 Nov 05:13
Compare
Choose a tag to compare

Bug fixes

  • Fix fields

v1.0.2

10 Nov 06:00
Compare
Choose a tag to compare

Bug fixes

  • Fix linting
  • Fix outdated composer.lock

Enhancements

  • Bump minimum PHP to 7.2

v1.0.1

10 Nov 05:55
Compare
Choose a tag to compare

Bug fixes

  • Fix the invalid publish location for view-404.blade.php

Enhancements

  • Add an @else to the default block view stub so it is visible when empty.

Initial release

19 Sep 16:58
Compare
Choose a tag to compare
v1.0.0

Initial commit