carbon-fields

WordPress Custom Fields Library ✨

OTHER License

Downloads
512.3K
Stars
1.4K
Committers
92

Bot releases are hidden (Show)

carbon-fields - v3.6.5 Latest Release

Published by atanas-vasilev-dev 3 months ago

Fix using old js bundles.

carbon-fields - v3.6.4

Published by atanas-vasilev-dev 3 months ago

carbon-fields - v3.6.3

Published by htmlburger-git 11 months ago

carbon-fields - v3.6.2

Published by jorostoyanov 11 months ago

What's Changed

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

carbon-fields - v3.6.1 - Support for WordPress v6.4

Published by jorostoyanov 12 months ago

This release adds support for WordPress v6.4

carbon-fields - v3.6.0

Published by HTMLBurger-NG over 1 year ago

Fix compatibility with WordPress 6.2

carbon-fields - v3.5.3

Published by HTMLBurger-NG over 1 year ago

  • Fix some styling issues.
  • Fix JS issue with required fields.
carbon-fields - v3.5.2

Published by HTMLBurger-NG over 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
carbon-fields - v3.5.1

Published by HTMLBurger-NG over 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.
carbon-fields - v3.5.0

Published by HTMLBurger-NG over 1 year ago

  • Add PHP8 Compatibility
  • Fix some styling issues
  • Fix some Gutenberg blocks issues
carbon-fields - v3.3.4

Published by jorostoyanov over 2 years ago

  • Add more use cases for realpath loading
carbon-fields - v3.3.3

Published by jorostoyanov over 2 years ago

Bugfixes:

  • Change loading to use realpath() - See #1097
carbon-fields - v3.4.0-beta.2

Published by jorostoyanov almost 3 years ago

Bugfixes

  • Fix media library field not displaying value until all attachments are loaded
carbon-fields - v3.4.0-beta.1 - Support for WordPress 5.8

Published by jorostoyanov about 3 years ago

CHANGELOG

Features

  • Upgrade @wordpress/* packages to their latest respective versions
  • Upgrade minimum required NodeJS version to ^v14 from v10
  • Add support for new Widgets screen

Bugfixes

  • Block Containers are now rendered without issues
carbon-fields - v3.3.2

Published by jorostoyanov over 3 years ago

Replace deprecated tagsSuggestL10n (fix #994 )

carbon-fields - v3.3.1

Published by jorostoyanov over 3 years ago

carbon-fields - v3.3.0

Published by jorostoyanov over 3 years ago

New

  • Add support for association field in widgets (without complex field)
  • Better widget save UX
  • Register widgets for use in REST API
  • Move wp_ajax* association callback to WP REST API

Fixes

  • Fix oembed field file name
  • Fix carbon_fields_gravity_form_options filter
carbon-fields - v3.2.3

Published by jorostoyanov over 3 years ago

  • Polish association field styles
  • Fix page template condition when using default and an array
carbon-fields - v3.2.2

Published by jorostoyanov over 3 years ago

  • Add hook wp_nav_menu_item_custom_fields in Nav_Menu_Item_Edit_Walker (props @tlewap)
  • Add autocomplete to allowed attributes on date field (props @steffenster)
  • Fix occasions when get_current_screen returns null - #918
  • Fix widgets saving - #684, #724
carbon-fields - v3.2.1

Published by jorostoyanov almost 4 years ago

  • Polish post meta container field styles
  • Polish multiselect field styles
  • Update translation files