extended-acf

Register advanced custom fields with object-oriented PHP

MIT License

Downloads
261.3K
Stars
443
Committers
37

Bot releases are hidden (Show)

extended-acf - 14.2.0 Latest Release

Published by vinkla 5 months ago

  • Added icon picker field
extended-acf - 14.1.0

Published by vinkla 6 months ago

  • Added select method to tab field
extended-acf - 14.0.1

Published by vinkla 11 months ago

  • Updated symfony/var-dumper to 7.0
extended-acf - 14.0.0

Published by vinkla 12 months ago

  • Updated minimum PHP version to 8.2
  • Added weekStartsOnMonday method to date picker field
  • Added weekStartsOnSunday method to date picker field
  • Added custom key support to conditional logic
  • Rename Url field to URL
  • Rename WysiwygEditor field to WYSIWYGEditor
  • Renamed addTerm method to create
  • Renamed allowArchives method to disableArchives
  • Renamed allowMultiple method to multiple
  • Renamed allowNull method to nullable
  • Renamed append method to suffix
  • Renamed buttonLabel method to button
  • Renamed characterLimit method to maxLength
  • Renamed defaultValue method to default
  • Renamed delay method to lazyLoad
  • Renamed enableOpacity method to opacity
  • Renamed fileSize method to minSize and maxSize
  • Renamed height method to minHeight and maxHeight
  • Renamed insert method to prependFiles
  • Renamed instructions method to helperText
  • Renamed loadTerms method to load
  • Renamed mediaUpload method to disableMediaUpload
  • Renamed mimeTypes method to acceptableFileTypes
  • Renamed min and max methods minFiles and maxFiles
  • Renamed min and max methods minInstances and maxInstances
  • Renamed min and max methods minLayouts and maxLayouts
  • Renamed min and max methods minPosts and maxPosts
  • Renamed min and max methods minRows and maxRows
  • Renamed pagination method to paginated
  • Renamed prepend method to prefix
  • Renamed returnFormat method to format
  • Renamed saveTerms method to save
  • Renamed stylisedUi method to stylized and lazyLoad
  • Renamed weekStartsOn method to firstDayOfWeek
  • Renamed width method to minWidth and maxWidth
  • Renamed appearance argument $fieldType to $type
  • Renamed paginated argument $rowsPerPage to $perPage
  • Renamed Pending trait to Affixable
  • Renamed SubFields trait to Fields
  • Renamed Writable trait to Immutable
extended-acf - 13.8.0

Published by vinkla about 1 year ago

  • Added custom field key method (only use this method if you know what you're doing)
  • Added postStatus filter to relationship fields
extended-acf - 13.7.1

Published by vinkla about 1 year ago

  • Updated wrapper and column methods to include settings merging
extended-acf - 13.7.0

Published by vinkla about 1 year ago

  • Added Markdown support to instructions method
  • Added shorthand wrapper width method column to all fields
extended-acf - 13.6.0

Published by vinkla over 1 year ago

  • Added buttons array to toolbar method on WysiwygEditor field
extended-acf - 5.1.4

Published by vinkla over 1 year ago

  • Added PHP 8 support
extended-acf - 13.5.1

Published by vinkla over 1 year ago

  • Added return types to dump and dd methods on field class
extended-acf - 13.5.0

Published by vinkla over 1 year ago

  • Added dump and dd methods to field class
extended-acf - 13.4.0

Published by vinkla over 1 year ago

  • Added automatically conversion of choices list to associative array
  • Updated PHP requirement to 8.1
extended-acf - 13.3.0

Published by vinkla over 1 year ago

  • Added and, or and group support to conditional logic
extended-acf - 13.2.1

Published by vinkla over 1 year ago

  • Added float support to min and max methods
extended-acf - 13.2.0

Published by vinkla almost 2 years ago

  • Added withSettings method to all fields
extended-acf - 6.0.1

Published by vinkla almost 2 years ago

  • Added PHP 8 support
extended-acf - 13.1.2

Published by vinkla about 2 years ago

  • Updated developer experience
extended-acf - 13.1.1

Published by vinkla about 2 years ago

  • Updated parameter hints and documentation
extended-acf - 13.1.0

Published by vinkla about 2 years ago

  • Added pagination to repeater field
extended-acf - 13.0.0

Published by vinkla over 2 years ago

  • Rename package to vinkla/extended-acf
  • Rename namespace from WordPlate\Acf to Extended\ACF