Skip to content

Releases: flyntwp/acf-field-group-composer

v1.1.0

18 Dec 09:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.1.0

v1.0.3

21 Nov 23:20
Compare
Choose a tag to compare
chore(release): 1.0.3

v1.0.2

11 Sep 08:52
Compare
Choose a tag to compare

Bug Fixes

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

v1.0.1

13 Mar 08:13
Compare
Choose a tag to compare

Features

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

v1.0.0

17 Mar 13:42
Compare
Choose a tag to compare

 

v1.0.0-rc1

14 Mar 10:00
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release

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)