Skip to content

Releases: Log1x/acf-composer

v1.4.5

08 Jul 04:26
814d6a5
Compare
Choose a tag to compare

Change log

🎉 Thanks @mike-sheppard !

Bug fixes

  • fix(docs): Add missing $this>get() to partial example. (Fixes #21)
  • fix(stubs): Add missing namespace and $this->get() to partial stub. (Fixes #21)
  • fix(widgets): Fix widget field registration (Fixes #22)

Enhancements

  • chore(block): Return the register() method
  • chore(field): Return the register() method
  • enhance(acf-composer): Wrap the composer boot() method in an init filter for compatibility

v1.4.4

06 Jul 21:34
1abb571
Compare
Choose a tag to compare

Change log

Enhancements

  • enhance(partials): Move partial get() method to a Concern
  • enhance(acf-composer): Move field group composing to the boot() method so field classes can access Acorn properly

Bug fixes

  • fix(partials): Fix partial get() method when passed a path

v.1.4.3

02 Jul 03:40
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(console): Fix view generation makeDirectory

v1.4.2

02 Jul 01:48
Compare
Choose a tag to compare

Change log

Bug fixes

v1.4.1

01 Jul 14:05
5fd6065
Compare
Choose a tag to compare

Change log

Enhancements

  • feat(blocks): Generate blocks with InnerBlock support when using compatible ACF versions (Fixes #16)
  • enhance(partials): Optimize conditional order for partials

v1.4.0

01 Jul 13:18
106ef81
Compare
Choose a tag to compare

Change log

Upgrade to Acorn v1.0.9 required

Enhancements

  • feat(partials): Add official support for field group partials
  • feat(partials): Add console generator for partial field
  • chore(partials): Add field partial docs
  • chore(console): Clean up existing stub docblocks
  • enhance(composer): Improve field registration
  • enhance(widget): Improve widget registration
  • enhance(console): Clean up composer generators
  • enhance(console): Improve console feedback
  • enhance(view): Split view logic into a trait
  • enhance(docs): Improve documentation

v1.3.2

18 Jun 03:54
5a22e9e
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(get): Return the partial include

v1.3.1

18 May 15:53
67e61f8
Compare
Choose a tag to compare

Change log

Bug fixes

  • Require "doctrine/inflector":"^1.4" until stoutlogic/acf-builder updates to 2.0 (#15)

v1.3.0

20 Apr 10:11
6e5636a
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(options): Use DummyClass inside of the updatedMessage() method in the options stub

v1.2.9

20 Apr 10:05
336356f
Compare
Choose a tag to compare

Change log

Thank you @alwaysblank <3

Enhancements

  • feat(options): Add missing option page properties (#13)
  • feat(options): Add missing option properties to options.full.stub (#13)
  • chore(options): Clean up the class properties

Bug fixes

  • fix(options): Add missing $slug property to options.full.stub