Releases: devgeniem/acf-codifier
Releases · devgeniem/acf-codifier
1.28.0
Added
- MultisiteTaxonomy field for choosing taxonomy terms from other multisite blogs.
- Ability to set Multitaxonomy and MultisiteTaxonomy fields as "disabled".
1.27.0 with Gutenberg block creation support
[1.27.0] - 2020-01-31
Added
- RediPress support for
update_field()
function.
[1.26.0] - 2020-01-31
Added
- Support for Gutenberg block styles.
- A possibility to create Gutenberg blocks with ACF's register block feature using Codifier's object-oriented model. More information in the Readme file.
1.25.1
[1.25.1] - 2019-12-18
Fixed
- A bug regarding RediPress custom schema fields.
1.25.0
[1.25.0] - 2019-12-11
Added
- User query filter.
- Wysiwyg field delay attribute.
Fixed
- A bug in RediPress queryable field functionality.
1.24.0
[1.24.0] - 2019-11-21
Added
- A new custom field: Multitaxonomy. This field enables selecting terms from multiple taxonomies.
1.23.0
[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
[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
[1.21.0] - 2019-10-25
Added
- Added the ability to use Allow null setting with the Radio field.
1.20.0
[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
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.