Releases: htmlburger/carbon-fields
Releases · htmlburger/carbon-fields
v3.6.5
v3.6.4
v3.6.3
v3.6.2
v3.6.1 - Support for WordPress v6.4
This release adds support for WordPress v6.4
v3.6.0
Fix compatibility with WordPress 6.2
v3.5.3
- Fix some styling issues.
- Fix JS issue with required fields.
v3.5.2
Gutenberg
- Update: Field "Time" will return time with the current date in format
Y-m-d H:i:s
. - Add: New field called "Block Preview" that would add the ability to present blocks in the list of blocks. #1036 #1149
Screenshots: https://prnt.sc/w8kSqnSbl0Or | https://prnt.sc/JAMnrlDBufCo - Fix: Issues with the radio field when there is more than one of the same block.
- Fix: Not saving the proper data within the Date field and Time field.
- Fix: When in block preview mode fix association field styles on the sidebar.
- Fix: Conditional Logic in Complex field. #923
Global
v3.5.1
- Fix: Product stable hash for non-ASCII titles
- Fix: Ability to remove a complex field group with conditional logic inside
- Add:
post_id
argument forrender_callback
method in Block class. - Add: Ability to return attachments URL instead of IDs with filter -
carbon_fields_rest_api_return_attachments_as_urls
- Update: Allow use of
inputmode
attribute for the text field.
v3.5.0
- Add PHP8 Compatibility
- Fix some styling issues
- Fix some Gutenberg blocks issues