Simple Custom Fields for WooCommerce Blocks Checkout changelog

0.1 – 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