Skip to content

Releases: vinkla/extended-acf

14.2.0

23 May 06:23
Compare
Choose a tag to compare
  • Added icon picker field

14.1.0

02 May 05:52
Compare
Choose a tag to compare
  • Added select method to tab field

14.0.1

04 Dec 08:00
Compare
Choose a tag to compare
  • Updated symfony/var-dumper to 7.0

14.0.0

07 Nov 07:34
Compare
Choose a tag to compare
  • 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 message method to body
  • 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

13.8.0

02 Oct 07:33
Compare
Choose a tag to compare
  • Added custom field key method (only use this method if you know what you're doing)
  • Added postStatus filter to relationship fields

13.7.1

04 Sep 07:06
Compare
Choose a tag to compare
  • Updated wrapper and column methods to include settings merging

13.7.0

24 Aug 07:00
Compare
Choose a tag to compare
  • Added Markdown support to instructions method
  • Added shorthand wrapper width method column to all fields

13.6.0

13 Jul 06:24
Compare
Choose a tag to compare
  • Added buttons array to toolbar method on WysiwygEditor field

5.1.4

12 Jul 09:24
Compare
Choose a tag to compare
  • Added PHP 8 support

13.5.1

23 Jun 10:44
Compare
Choose a tag to compare
  • Added return types to dump and dd methods on field class