Skip to content

Releases: Log1x/acf-composer

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

v1.1.2

04 Jan 11:18
5579322
Compare
Choose a tag to compare

Change log

Enhancements

  • feat(defaults): Allow setting defaults for field groups

v1.1.1

31 Dec 16:29
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(defaults): fix default field type mapping

v1.1.0

31 Dec 14:30
Compare
Choose a tag to compare

Change log

Enhancements

  • feat(defaults): Recursively apply defaults to fields inside of groups