All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Update readme, core version support and plugin requirement header. No functional changes.
- Update readme. No functional changes.
- Variable and hook naming, readme changes.
- Adds a filter to allow developers to modify the field HTML. This filter is not applied to fields in ACF version 4.
- Fixes fatal error by removeing the Composer platform check.
- Sort list of available, selectable forms by title instead of ID.
- Avoid errors when using “show in REST”
- Add .editorconfig file to codebase. (No functionality for the website.)
- Bump "tested to" version number.
- Fix composer command typo. (Props @cezarpopa.)
- Update README and core version support number.
- Modify label for clarity in backend field selector.
- Move get_forms call out of constructor.
- Force-bump "tested to" version number in README.
- Re-format code.
- Fix visibility of
addNotices
function.
- Fix namespace in Field class.
- Use correct object property notation in Field class.
- Move addNotices into admin_init hook.
- Composer autoloader update.
- Add (dev) formatting ruleset file.
- Update version numbers.
- Update Composer installers.
- No functional changes.
- Fix GFAPI namespacing error
- Move GFFormsModel::get_forms() out of constructor
- PHP Code Beautify; composer update
1.2.1 - 2017-10-4
- Changed the terminology of the return format
- Fixed broken dutch translation for the error messages
- Fixed formatting issue on multi-select
1.2 - 2017-05-29
- Added the support for a return format in V4
- Improved coding by applying the improvements gathered trough codeclimate.
1.1.1 - 2017-04-15
- Fixed the preselecting of values because of a typehinting bug.
1.1 - 2017-04-12
- Added admin notices to check if ACF & Gravityforms are active
1.0.1 - 2017-04-12
- Fixed a bug not causing the multiple option to render in ACF V4
1.0 - 2017-04-08
- Changed names because of release on WordPress
- Documentation for WordPress
0.2 - 2017-04-07
- Refactor the entire repo. Doesn't look the same at all anymore
- The repo is set up