Skip to content

Releases: vinkla/extended-acf

13.0.0

30 Jun 06:49
Compare
Choose a tag to compare
  • Rename package to vinkla/extended-acf
  • Rename namespace from WordPlate\Acf to Extended\ACF

12.0.3

19 Dec 15:03
Compare
Choose a tag to compare
  • Added default value to email field

12.0.2

30 Nov 12:50
Compare
Choose a tag to compare
  • Renamed reserved word ReadOnly to Writable

12.0.1

17 Nov 18:56
Compare
Choose a tag to compare
  • Removed field group class

12.0.0

17 Nov 12:37
Compare
Choose a tag to compare
  • Updated minimum PHP version to 8.0
  • Updated type hints and return types
  • Renamed Attributes namespace to Settings
  • Renamed toArray method to get
  • Renamed conditional logic method if to where
  • Renamed location method if to where
  • Removed field and option helper functions
  • Removed setParentKey methods
  • Removed conditional logic comparison methods
  • Removed configuration class
  • Removed field group class

11.2.0

03 Nov 13:42
Compare
Choose a tag to compare
  • Added delay to wysiwyg editor field

11.1.0

28 Aug 07:37
Compare
Choose a tag to compare
  • Added enableOpacity to color picker field

11.0.1

23 May 19:29
Compare
Choose a tag to compare
  • Deprecated field and option helper functions

11.0.0

20 May 08:42
Compare
Choose a tag to compare
  • Added readonly and disabled to date fields
  • Rename Radio class to RadioButton
  • Rename Wysiwyg class to WysiwygEditor
  • Updated field label to name conversion from kebab-case to snake_case

10.0.0

14 Apr 10:01
Compare
Choose a tag to compare
  • Added allowNull to radio button field
  • Fixed issue with conditional logic in repeaters
  • Removed check if register_field_group exists
  • Removed key validation from key class