Releases: devgeniem/acf-codifier
Releases · devgeniem/acf-codifier
1.18.0
[1.18.0] - 2019-08-05
Added
- Support for
acf/fields/taxonomy/result
filter.
1.17.0
[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
[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
[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
[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.
1.14.4
[1.14.4] - 2018-10-25
Fixed
- A bug that threw a notice when a Flexible Layout where used.
1.14.3
[1.14.3] - 2018-10-18
Fixed
- Allow hide label functionality for Groupables if they are an instance of Field.
- A bug that prevented User field's
remove_role()
function from working if there were no previously set roles for the field.
1.14.2
[1.14.2] - 2018-10-16
Fixed
- A bug in disabling the Select field
1.14.1
[1.14.1] - 2018-10-10
Added
- Possibility to make a Select field disabled.
[1.14.0] - 2018-09-20
Changed
- Changed Groupable functionality to be a trait instead of multi-inherited class.
1.13.0
Added
- TimePicker field
- PostContent and PostExcerpt fields.