Skip to content

Commit

Permalink
chore(release): 1.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
domtra committed Mar 14, 2017
1 parent 7a00c67 commit 98feeb7
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,36 @@ All notable changes to this project will be documented in this file. See [standa
* **ResolveConfig:** generate key for fields and layouts, including nested ([cc670a6](https://github.com/bleech/acf-field-group-composer/commit/cc670a6))
* **ResolveConfig:** make resolve field group fail on invalid location and field ([4924c75](https://github.com/bleech/acf-field-group-composer/commit/4924c75))
* **ResolveConfig:** resolve sub_fields ([f32ea4c](https://github.com/bleech/acf-field-group-composer/commit/f32ea4c))



<a name="1.0.0-rc1"></a>
# 1.0.0-rc1 (2017-03-14)


### Bug Fixes

* **plugin:** load correct plugin files ([548892d](https://github.com/bleech/acf-field-group-composer/commit/548892d))
* **resolveConfig:** add prefix to field name if filter param specified ([0a49e75](https://github.com/bleech/acf-field-group-composer/commit/0a49e75))
* **resolveConfig:** arrays of fields work now without showing a notice in ACF call ([6b3ab5e](https://github.com/bleech/acf-field-group-composer/commit/6b3ab5e))


### Features

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

0 comments on commit 98feeb7

Please sign in to comment.