Releases: Log1x/acf-composer
Releases · Log1x/acf-composer
v1.2.8
v1.2.7
Change log
Bug fixes
- fix(options): Alias
Options
toField
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
v1.2.5
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
v1.2.2
v1.2.3
v1.2.1
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
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
andacf:options
- chore(console): Clean up existing stubs.
- chore(docs): Write actual documentation.
- chore(composer): Add suggestion for
log1x/modern-acf-options