Releases: Log1x/acf-composer
Releases · Log1x/acf-composer
v1.4.5
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 aninit
filter for compatibility
v1.4.4
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
v1.4.2
v1.4.1
v1.4.0
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
v1.3.1
v1.3.0
v1.2.9
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 tooptions.full.stub