Releases: Log1x/acf-field-boilerplate
Releases · Log1x/acf-field-boilerplate
v2.0.1
v2.0.0
v1.0.7
v1.0.6
v1.0.5
Changelog
Bug Fixes
- Add back
$this->name
so fields actually load. 👀
Enhancements
- Add CircleCI to the repository.
- Add
phpcs
for linting. - Limit DocBlocks to 80 characters.
- Separate
FieldLoader
into its own file. - Clean up
FieldLoader
and change theregister()
method to an autoloader. - Move source files into
src/
other than a barebonesplugin.php
for WordPress. - Add
.gitattributes
. - Add saner defaults to the Mix config.
- Clean up and extend the README.
- Lots of other little cleanup.
Guilty Change
- Add Sponsor button.
v1.0.4
v1.0.3
Changelog
Enhancements
- Clean up and minify Mix config
- Refactor javascript and use a cleaner approach at handling ACF events
- Clean up DocBlocks
- Cleaner default placeholder namespacing
- Move
resources/assets
toassets/
- Remove
resources/lang
,resources/images/
, andresources/
- Make settings for a more DRY approach on fields (e.g.
fields/example.php
) - Add
assets
variable to enable/disable enqueuing styles/scripts (default:false
) - Other various cleanup