Skip to content

Releases: godaddy-wordpress/woocommerce-product-sku-generator

v2.3.3

10 Sep 18:39
Compare
Choose a tag to compare
  • Tweak - POST variable SKUs when disabled to ensure plugins checking for this specifically find it

v2.3.2

23 Aug 03:39
Compare
Choose a tag to compare
  • Tweak: Disable variation SKU inputs when being generated
  • Fix: PHP warning when WooCommerce is outdated

v2.3.1

27 Mar 17:56
Compare
Choose a tag to compare
  • Fix: Skip trying to generate a SKU for removed variations, which will cause errors

v2.3.0

24 Mar 00:46
Compare
Choose a tag to compare
  • Feature: adds setting to remove spaces from attribute names
  • Fix: SKUs are now set for out of stock variations
  • Misc: bump required WP version to 4.1
  • Misc: added support for WooCommerce 3.0
  • Misc: removed support for WooCommerce 2.3.x and 2.4.x

Version 2.2.0

01 Jun 00:15
Compare
Choose a tag to compare
  • Feature - adds ability to use dashes in attribute names to replace spaces
  • Misc - Add support for WooCommerce 2.6
  • Misc - Remove support for WooCommerce 2.2

Version 2.1.0

18 Jan 18:20
Compare
Choose a tag to compare
  • Feature: adds setting to replace spaces in attribute names with underscores if variation SKUs use them
  • Misc: updated text domain to woocommerce-product-sku-generator -- please update translations!
  • Misc: added WooCommerce 2.5 support

Version 2.0.1

20 Aug 16:10
Compare
Choose a tag to compare

Fix: SKUs generated from UTF-8 characters are no longer encoded

Version 2.0.0

20 Aug 04:53
Compare
Choose a tag to compare
  • Feature: You can now generate SKUs using slugs or IDs for products / variations
  • Misc: confirms WooCommerce 2.4 compatibility
  • Misc: requires WooCommerce 2.2 or newer
  • Misc: refactored for better performance and to add install / upgrade routine
  • Misc: introduce wc_sku_generator_variation_sku and wc_sku_generator_variation_sku_format filters to adjust generated SKU for variations
  • Misc: introduce wc_sku_generator_force_sorting filter to force attribute sorting in SKUs, props @humancopy!

Version 1.2.2

03 Mar 19:27
Compare
Choose a tag to compare

Added wc_sku_generator_sku filter to allow for changes to the generated SKU base.

Version 1.2.1

06 Feb 20:51
Compare
Choose a tag to compare

Fix: translation loading