Carbon Fields Versions Save

WordPress Custom Fields Library ✨

v3.6.3

5 months ago

v3.6.2

6 months ago

What's Changed

Full Changelog: https://github.com/htmlburger/carbon-fields/compare/v3.6.1...v3.6.2

v3.6.1

6 months ago

This release adds support for WordPress v6.4

v3.6.0

1 year ago

Fix compatibility with WordPress 6.2

v3.5.3

1 year ago
  • Fix some styling issues.
  • Fix JS issue with required fields.

v3.5.2

1 year ago

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

  • Fix: In Term Meta styles were incorrect for complex with groups inside. #1053
  • Revert: Set field, ability to use the limit_options method. #1011

v3.5.1

1 year ago
  • Fix: Product stable hash for non-ASCII titles
  • Fix: Ability to remove a complex field group with conditional logic inside
  • Add: post_id argument for render_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

1 year ago
  • Add PHP8 Compatibility
  • Fix some styling issues
  • Fix some Gutenberg blocks issues

v3.3.4

2 years ago
  • Add more use cases for realpath loading

v3.3.3

2 years ago

Bugfixes:

  • Change loading to use realpath() - See #1097