You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix MultisiteTaxonomy and Multitaxonomy compatibility with ACF v6.3.1.
23
+
24
+
## [1.41.1]
25
+
26
+
### Fixed
27
+
- Fix MultisitePostObject compatibility with ACF v6.3
28
+
29
+
## [1.41.0]
30
+
31
+
### Added
32
+
- Support for ACF native bidirectional relationships. See https://www.advancedcustomfields.com/resources/bidirectional-relationships/.
33
+
34
+
## [1.40.0]
35
+
36
+
### Added
37
+
- Added a filter `codifier/callable-renderer/render/data` for CallableRenderer->render() $data. For example this makes possible to identify fields inside commonly used custom renderer.
38
+
39
+
## [1.39.1]
40
+
41
+
### Fixed
42
+
- Fix PHP 8.2 deprecations (no dynamic properties, string interpolation {$var} instead of ${var}).
43
+
- Replace deprecated acf_esc_attr_e with acf_esc_attrs.
44
+
- Use shorthand array notation.
45
+
46
+
## [1.39.0]
47
+
48
+
### Added
49
+
- Add support for block parent attribute.
50
+
51
+
## [1.38.4]
52
+
53
+
- Fix previous tag pointing to earlier commit.
54
+
55
+
## [1.38.3]
56
+
### Fixed
57
+
- Fixes undefined method error in RediPress functionalities
58
+
19
59
## [1.38.2]
20
60
### Fixed
21
61
- Fixes "Automatic conversion of false to array is deprecated" on Dust.php
@@ -468,7 +508,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
468
508
## [1.2.4] - 2018-01-31
469
509
470
510
### Fixed
471
-
- Fixed a bug that occured after the change made in 1.2.3.
511
+
- Fixed a bug that occurred after the change made in 1.2.3.
Codifier supports bidirectional relationships for the field types ACF is supporting the feature (currently PostObject, Relationship, Taxonomy and User).
Codifier has a feature to register Gutenberg blocks using ACF's register block feature internally. It works in a very similar fashion than the basic field creation in Codifier as well.
0 commit comments