Skip to content

Releases: htmlburger/carbon-fields

v3.6.3

28 Nov 16:00
Compare
Choose a tag to compare
  • Allow autocomplete attribute on Text and Textarea fields #1204 - Resolves #1203

v3.6.2

13 Nov 15:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.6.1...v3.6.2

v3.6.1 - Support for WordPress v6.4

10 Nov 15:56
Compare
Choose a tag to compare

This release adds support for WordPress v6.4

v3.6.0

04 Apr 08:44
Compare
Choose a tag to compare

Fix compatibility with WordPress 6.2

v3.5.3

10 Mar 09:24
Compare
Choose a tag to compare
  • Fix some styling issues.
  • Fix JS issue with required fields.

v3.5.2

08 Mar 13:06
Compare
Choose a tag to compare

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

22 Feb 10:30
Compare
Choose a tag to compare
  • 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

20 Feb 08:18
Compare
Choose a tag to compare
  • Add PHP8 Compatibility
  • Fix some styling issues
  • Fix some Gutenberg blocks issues

v3.3.4

05 May 14:51
Compare
Choose a tag to compare
  • Add more use cases for realpath loading

v3.3.3

05 May 07:11
4814752
Compare
Choose a tag to compare

Bugfixes:

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