Skip to content

Releases: Log1x/acf-composer

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)

v1.2.5

22 Mar 03:49
ae5a500
Compare
Choose a tag to compare

Change log

Enhancements

  • enhance(console): Clean up CLI integration

Bug fixes

  • bugfix(views): Fix views not properly being converted to slugs
  • bugfix(widget): Add missing widget ID to get_field() in the items method
  • bugfix(widget): Prevent widget title from rendering on empty widgets

v1.2.4

15 Mar 14:17
Compare
Choose a tag to compare

Change log

Enhancements

  • feat(blocks): Make block classes available in $block->classes
  • chore(deps): Bump dependencies

Bug fixes

  • bugfix(blocks): Fix block rendering after post save

v1.2.2

13 Mar 10:35
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(options): Add missing namespace for Illuminate\Support\Str

v1.2.3

13 Mar 10:46
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(widget): Fix missing widget slug

v1.2.1

13 Mar 10:18
aa40d9e
Compare
Choose a tag to compare

Change log

Enhancements

  • feat(autoload): Fields, blocks, and widgets classes are now autoloaded and no longer need added to the config.
  • refactor(options): Refactor options page implementation into its own class with documented properties.
  • enhance(stubs): Use camelCase for keys on generated stubs
  • fix(block): Change properties to public
  • fix(widget): Change properties to public
  • chore(docs): Improve documentation
  • chore(docblocks): Improve docblocks

v1.2.0

12 Mar 03:27
4218fdb
Compare
Choose a tag to compare

Change log

Breaking Changes

  • BREAKING(blocks): register() has been deprecated. Block options are now set using class variables. Please see the available stubs for an example.

Enhancements

  • refactor(composer): Most functionality has been moved to a separate parent class.
  • feat(widgets): Added ACF sidebar widget functionality. Batteries included.
  • feat(options): Added the ability to easily create option pages.
  • feat(console): Added commands / stubs for acf:widget and acf:options
  • chore(console): Clean up existing stubs.
  • chore(docs): Write actual documentation.
  • chore(composer): Add suggestion for log1x/modern-acf-options

v1.1.3

04 Jan 12:02
Compare
Choose a tag to compare

Change log

Enhancements

  • enhance(defaults): Move field_group defaults out of build()
  • chore(config): Improve acf.php config documentation