Skip to content

Releases: Log1x/acf-composer

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

v1.2.8

02 Apr 19:48
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(composer): Remove comma in function

v1.2.7

26 Mar 06:31
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(options): Alias Options to Field to avoid generic class name clash

Enhancements

  • enhance(deps): Change ACF Builder from a suggestion to a dependency
  • chore(deps): Change minimum PHP version to 7.2.5 to be in line with Acorn
  • chore(options): Make Options stub docblocks uniform

v1.2.6

26 Mar 06:09
f6701cd
Compare
Choose a tag to compare

Change log

Enhancements

  • enhance(options): Add Options folder to paths array. (#12)