Releases: devgeniem/acf-codifier
Releases · devgeniem/acf-codifier
1.23.0
Compare
Sorry, something went wrong.
No results found
[1.23.0] - 2019-11-19
Added
Support for Select field's return format that was introduced in ACF version 5.4.0.
Fixed
A bug in Flexible Content's export function.
1.22.0
Compare
Sorry, something went wrong.
No results found
[1.22.0] - 2019-11-08
Added
Support for RediPress user indexing and custom fields there.
Multisite Relationship field that allows the user to pick posts from other sites of a multisite.
1.21.0
Compare
Sorry, something went wrong.
No results found
[1.21.0] - 2019-10-25
Added
Added the ability to use Allow null setting with the Radio field.
1.20.0
Compare
Sorry, something went wrong.
No results found
[1.20.0] - 2019-10-10
Changed
Removed the dependency for the external plugin for the Gravity Forms field.
NOTE! If you have used the field previously with the return format set as "object", this will change the behaviour.
1.19.0
Compare
Sorry, something went wrong.
No results found
Added
The ability to disable all or some of the options in the Checkbox field.
Fixed
acf/render_field function wrapped to work only with the specific field the method is used on.
1.18.0
Compare
Sorry, something went wrong.
No results found
[1.18.0] - 2019-08-05
Added
Support for acf/fields/taxonomy/result filter.
1.17.0
Compare
Sorry, something went wrong.
No results found
[1.17.0] - 2019-07-08
Added
Ability to define the priority for RediPress field filter functions as a second parameter.
Changed
Groupable export function's filter registration to resemble the one of normal fields.
1.16.0
Compare
Sorry, something went wrong.
No results found
[1.16.0] - 2019-04-17
Added
Fixed
A problem that would cause notices when wrapper classes were defined for a clone field.
1.15.1
Compare
Sorry, something went wrong.
No results found
[1.15.1] - 2019-02-19
Changed
Moved the field registration from acf/init back to wp_loaded as it apparently causes problems in some cases.
1.15.0
Compare
Sorry, something went wrong.
No results found
[1.15.0] - 2019-02-18
Added
Wrap file extension methods on top of ACF's misleadingly named mime types.
Changed
Moved redundant functionalities to traits
Fixed
A bug that caused tabs to appear twice in situations where field group was already registered before adding the tab.