Skip to content

Latest commit

 

History

History
78 lines (44 loc) · 4.25 KB

CHANGELOG.md

File metadata and controls

78 lines (44 loc) · 4.25 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.0 (2023-12-18)

Features

  • composer: allow composers/installers version 2 (a7960ac)

1.0.3 (2023-11-22)

Bug Fixes

  • resolveConfig: PHP 8.2 deprecated notices (6f39570)

1.0.2 (2020-09-11)

Bug Fixes

  • resolveConfig: flatten nested filters (#17) (da63e97)

1.0.1 (2019-03-13)

Features

  • ACFComposer/ResolveConfig: Handle filter arguments in conditional logic (db19414)

1.0.0 (2017-03-16)

1.0.0-rc1 (2017-03-14)

Bug Fixes

  • plugin: load correct plugin files (548892d)
  • resolveConfig: add prefix to field name if filter param specified (0a49e75)
  • resolveConfig: arrays of fields work now without showing a notice in ACF call (6b3ab5e)

Features

  • ACFComposer: add basic registerFieldGroup method (53e147e)
  • composer: add composer installers and type wordpress plugin (798935a)
  • composer: add composer package info (465ea94)
  • composer: autoload acf-field-group-composer.php (dea8300)
  • field: basic config validation (b1b7ce3)
  • field: get field config from passed filter name (0629020)
  • layout: add basic layout class (796b862)
  • resolve config: use hashtag to reuse same copnt multiple times in same layout (d27c63b)
  • resolveConfig: added check for unapplied filters (e3b86ea)
  • ResolveConfig: add multiple fields from filter (80d252c)
  • ResolveConfig: apply resolveEntity filters (66d7596)
  • ResolveConfig: basic resolve for field groups (d2438df)
  • ResolveConfig: for conditional logic with field on ancestor level (5192d70)
  • ResolveConfig: for conditional logic with field on same level (eaa228d)
  • ResolveConfig: generate key for fields and layouts, including nested (cc670a6)
  • ResolveConfig: make resolve field group fail on invalid location and field (4924c75)
  • ResolveConfig: resolve sub_fields (f32ea4c)