Skip to content

Releases: Log1x/acf-field-boilerplate

v2.0.1

25 Sep 23:58
08c9e97
Compare
Choose a tag to compare

Change log

Enhancements

fix(plugin): Fix docblock text
chore(field): Nitpick syntax
enhance(field): Make field locale translatable
chore(deps): Bump dependencies

v2.0.0

16 Feb 11:06
558e394
Compare
Choose a tag to compare

Change log

Enhancements

  • enhance(project): Refactor project to be thinner, leaner, meaner... (#4)

v1.0.7

07 Aug 05:07
892a0b1
Compare
Choose a tag to compare

Changelog

Bug fixes

  • Fix tests (remove accidental whitespace)
  • Properly version this release in plugin.php

Enhancements

  • Clean up plugin.php WordPress docblock

v1.0.6

05 Aug 05:44
471cc97
Compare
Choose a tag to compare

Changelog

Enhancements

  • Set $settings to a protected variable on ExampleField
  • Change third argument in the example wp_enqueue_script() and wp_enqueue_style() to []
  • Remove unnecessary example in input_admin_head()

v1.0.5

29 Jul 06:07
Compare
Choose a tag to compare

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 the register() method to an autoloader.
  • Move source files into src/ other than a barebones plugin.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

09 Jul 14:28
100632a
Compare
Choose a tag to compare

Changelog

Enhancements

  • Remove ia-str package
  • Rename field name from $this->label to $this->name
  • Change to handling field slug with WordPress' sanitize_title()

v1.0.3

04 Jul 13:34
4aab43b
Compare
Choose a tag to compare

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 to assets/
  • Remove resources/lang, resources/images/, and resources/
  • 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

v1.0.2

21 Oct 04:13
Compare
Choose a tag to compare
Clean up DocBlocks

Comment out unnecessary functions when not being explicitly used
Rename Loader
Other minor code cleanups
Add MIT license

v1.0.0

03 Sep 21:59
Compare
Choose a tag to compare
Add Laravel Mix support

Revamp directory structure
Clean up example.php
Rewrite README.md