Skip to content

v1.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@domtra domtra released this 14 Mar 10:00
· 19 commits to master since this 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)