Simple Custom Fields for WooCommerce Blocks Checkout changelog

1.2 – 2024-11-13

  • NEW Export and import fields definitions, for smooth migration between development and production environments, for example
  • NEW New option to hide field on order confirmation and emails (not fully functional at the moment – more information)
  • FIX Fatal error when WooCommerce is running update routines for 9.4
  • DEV License validation on websites with WPML set to have different domains per language
  • DEV New swcbcf_get_registered_fields_keys helper for usage in 3rd party integrations, like the Shop as Client plugin
  • DEV Tested with WordPress 6.7and WooCommerce 9.4.1

1.1 – 2024-08-14

  • NEW WPML integration: register field label for translation, so that it can be shown in several languages
  • DEV Tested with WordPress 6.7-alpha-58888 and WooCommerce 9.2.0-rc.1

1.0 – 2024-06-19

  • NEW Set to stable with version 1.0 and stop offering the special pricing for new customers
  • NEW Fields validation with the new swcbcf_validate_callback_{location}_{field-slug} filter
  • TWEAK Settings link on the plugins list
  • TWEAK Organize developer specific information inside the field edit interface
  • DEV Tested with WordPress 6.6-beta3-58441 and WooCommerce 9.0

0.5.0 – 2024-05-22

Wait for the WooCommerce 8.9.0 to be available. When both updates are available you should first update our plugin, it will then throw a notice that it needs WooCommerce 8.9.0, and immediately after that you should update WooCommerce;

Next version will be 1.0 and the pricing will be updated for new customers.

  • NEW Use the stable “Additional Checkout Fields” API
  • NEW Helper functions to get the values from the custom fields on your custom code (see usage example);
  • NEW Positioning/order for the custom fields;
  • DEV Updater routine from serialized to unique meta fields (experimental to stable)
  • DEV Tested with WordPress 6.6-alpha-58182 and WooCommerce 8.9.1

0.4.0 – 2024-04-02

  • DEV Plugin updater improvements
  • DEV Tested with WordPress 6.5-RC4-57894 and WooCommerce 8.8.0-beta.1

0.3.0 – 2024-03-31

  • NEW Settings: only admins or shop managers also?
  • TWEAK Admin notice when WooCommerce requirements not valid
  • DEV Plugin updater improvements

0.2.0 – 2024-03-26

  • FIX Fix required WooCommerce version check
  • FIX Make sure field slug and type can’t be changed when editing an existing field
  • TWEAK Show short helper text bellow each field option

0.1.0 – 2024-03-24

  • Initial release