GitPedia
htmlburger

htmlburger/carbon-fields

WordPress Custom Fields Library ✨

30 Releases
Latest: 1y ago
v3.6.9Latest
ikolarovikolarov·1y ago·June 11, 2025
GitHub
v3.6.8
ikolarovikolarov·1y ago·May 7, 2025
GitHub
v3.6.6
ikolarovikolarov·1y ago·April 17, 2025
GitHub

📋 Changes

  • Fix for WordPress 6.8
v3.6.5
atanas-vasilev-devatanas-vasilev-dev·1y ago·July 31, 2024
GitHub

Fix using old js bundles.

v3.6.4
atanas-vasilev-devatanas-vasilev-dev·1y ago·July 31, 2024
GitHub

📋 Changes

  • Fix error when removing the last item in a multiselect field: https://github.com/htmlburger/carbon-fields/issues/1205 https://github.com/htmlburger/carbon-fields/issues/1182
  • Fix PHP 8.3 deprecation warnings: https://github.com/htmlburger/carbon-fields/issues/1217 https://github.com/htmlburger/carbon-fields/pull/1239
  • Fix null access error in conditional display handler
v3.6.3
htmlburger-githtmlburger-git·2y ago·November 28, 2023
GitHub

📋 Changes

  • Allow autocomplete attribute on Text and Textarea fields https://github.com/htmlburger/carbon-fields/pull/1204 - Resolves https://github.com/htmlburger/carbon-fields/issues/1203
v3.6.2
jorostoyanovjorostoyanov·2y ago·November 13, 2023
GitHub

📋 What's Changed

  • Fix blocks preview (#1200) by @jorostoyanov in https://github.com/htmlburger/carbon-fields/pull/1201
  • Full Changelog: https://github.com/htmlburger/carbon-fields/compare/v3.6.1...v3.6.2
v3.6.1 - Support for WordPress v6.4v3.6.1
jorostoyanovjorostoyanov·2y ago·November 10, 2023
GitHub

This release adds support for WordPress v6.4

v3.6.0
HTMLBurger-NGHTMLBurger-NG·3y ago·April 4, 2023
GitHub

**Fix compatibility with WordPress 6.2**

v3.5.3
HTMLBurger-NGHTMLBurger-NG·3y ago·March 10, 2023
GitHub

📋 Changes

  • Fix some styling issues.
  • Fix JS issue with required fields.
v3.5.2
HTMLBurger-NGHTMLBurger-NG·3y ago·March 8, 2023
GitHub

📦 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
HTMLBurger-NGHTMLBurger-NG·3y ago·February 22, 2023
GitHub

📋 Changes

  • 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
HTMLBurger-NGHTMLBurger-NG·3y ago·February 20, 2023
GitHub

📋 Changes

  • Add PHP8 Compatibility
  • Fix some styling issues
  • Fix some Gutenberg blocks issues
v3.3.4
jorostoyanovjorostoyanov·4y ago·May 5, 2022
GitHub

📋 Changes

  • Add more use cases for `realpath` loading
v3.3.3
jorostoyanovjorostoyanov·4y ago·May 5, 2022
GitHub

📋 Changes

  • Change loading to use `realpath()` - See #1097
v3.4.0-beta.2Pre-release
jorostoyanovjorostoyanov·4y ago·January 19, 2022
GitHub

🐛 Bugfixes

  • Fix media library field not displaying value until all attachments are loaded
v3.4.0-beta.1 - Support for WordPress 5.8v3.4.0-beta.1Pre-release
jorostoyanovjorostoyanov·4y ago·July 28, 2021
GitHub

📋 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
v3.3.2
jorostoyanovjorostoyanov·5y ago·April 22, 2021
GitHub

Replace deprecated `tagsSuggestL10n` (fix #994 )

v3.3.1
jorostoyanovjorostoyanov·5y ago·April 21, 2021
GitHub

📋 Changes

  • Improve a11y on association and select fields - https://github.com/htmlburger/carbon-fields/commit/bb662f09ea416429ffc1ce3538626871854b8958
  • Fix widgets loading
  • Fix conflict with Yoast SEO (#984)
v3.3.0
jorostoyanovjorostoyanov·5y ago·March 26, 2021
GitHub

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
v3.2.3
jorostoyanovjorostoyanov·5y ago·March 2, 2021
GitHub

📋 Changes

  • Polish association field styles
  • Fix page template condition when using default and an array
v3.2.2
jorostoyanovjorostoyanov·5y ago·February 23, 2021
GitHub

📋 Changes

  • 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
v3.2.1
jorostoyanovjorostoyanov·5y ago·November 5, 2020
GitHub

📋 Changes

  • Polish post meta container field styles
  • Polish multiselect field styles
  • Update translation files
v3.2.0
jorostoyanovjorostoyanov·5y ago·November 4, 2020
GitHub

📋 Changes

  • Retain order of multiselect items when selected (props @lstoyanoff)
  • Replace `set_preview_mode` with `set_mode` in Gutenberg Blocks (props @lstoyanoff)
  • Change HTML callback to be executed at runtime (props @lstoyanoff)
  • Fix OEmbed_Field file name to match PSR-4 convention (props @tcj-rocks)
  • Fix `user_capability` typo in conditional checks (props @rmpel)
  • Fix conditional logic in Gutenberg blocks (props @HeroBanana)
  • Fix image / file fields not showing preview when using Plain permalinks
  • Fix select field in Gutenberg Block (props @lstoyanoff) #728
  • + 8 more
v3.1.20
vvasilev-vvasilev-·6y ago·May 18, 2020
GitHub

📋 Changes

  • Fix missing fields when widgets are saved.
  • Fix memory leak when widgets are saved.
v3.1.19
lstoyanofflstoyanoff·6y ago·May 15, 2020
GitHub

Fix Rich Text field auto-resizing avoiding the change of the `wpActiveEditor`.

v3.1.18
lstoyanofflstoyanoff·6y ago·April 22, 2020
GitHub

📋 Changes

  • Fix assets context loading (https://github.com/htmlburger/carbon-fields/issues/857 , https://github.com/htmlburger/carbon-fields/issues/727 )
  • Add list attribute support for text fields ( https://github.com/htmlburger/carbon-fields/issues/860 )
v3.1.17
lstoyanofflstoyanoff·6y ago·April 16, 2020
GitHub

📋 Changes

  • Fix Post_Meta_Container Conditions for revisions (https://github.com/htmlburger/carbon-fields/pull/879)
v3.1.16
lstoyanofflstoyanoff·6y ago·April 10, 2020
GitHub

📋 Changes

  • Fix metaboxes complex field conditional logic
v3.1.15
lstoyanofflstoyanoff·6y ago·March 18, 2020
GitHub

📋 Changes

  • Add `set_settings` method on Rich Text Field