Skip to content

Releases: woocommerce/wc-smooth-generator

Version 1.2.1

05 Dec 09:16
4482b37
Compare
Choose a tag to compare

What's Changed

  • Fix progress bar feedback when generating customers via WP-CLI by @thetwopct in #141
  • Fix fatal when default_locale is empty by @msaggiorato in #142
  • Set paid and completed dates by @mikkamp in #143
  • Fixed get_random_device_type() output to match OrderAttributionMeta::get_device_type() possible return value. by @rawdreeg in #145
  • Update fakerphp. by @rawdreeg in #147
  • Add support for campaign order attribution data. by @rawdreeg in #146
  • Release 1.2.1 by @rawdreeg in #149

New Contributors

Full Changelog: 1.2.0...1.2.1

Version 1.2.0

13 Jul 00:57
8cd71be
Compare
Choose a tag to compare

This version improves the data generated for customers, coupons, and orders, and makes enhancements to the Web UI.

  • Add - --country and --type arguments for the generate customers command.
  • Add - customer generator attempts to localize data based on the specified country.
  • Add - orders will now include order attribution meta data.
  • Add - a progress bar in the Web UI.
  • Add - all generators now use a batch function under the hood when generating multiple items.
  • Change - customer generator defaults to only using countries that the store is configured to sell to.
  • Change - customer generator attempts to keep data consistent between name, username, and email address.
  • Change - coupon generator now generates more unique coupon codes.
  • Change - background process for the Web UI now generates items in batches instead of one at a time.
  • Change - menu item under WP Admin > Tools is now just "Smooth Generator" for better space efficiency.
  • Dev - update build tools, remove Grunt.
  • Fix - coupon generator will always generate the specified number of coupons.

Version 1.1.0

14 Mar 23:28
188ef61
Compare
Choose a tag to compare
  • Add - some generated orders will now include fees.
  • Add - the possibility for billing, shipping, and location addresses to be different in orders.
  • Add - declare compatibility with WooCommerce's High Performance Order Storage feature.
  • Add - all CLI commands now show elapsed time upon completion.
  • Add - introduce --type argument to the generate products command.
  • Add - more music video possibilities on the Smooth Generator admin screen.
  • Add - new generator for terms in the product categories and product tags taxonomies.
  • Dev - update PHP version requirement to 7.4.
  • Fix - ensure emails are disabled during generation.
  • Fix - add missing documentation about the coupons CLI command to the readme.

Version 1.0.4

17 Dec 19:57
2c14bdc
Compare
Choose a tag to compare

2021-12-15 - version 1.0.4

  • Add - coupon generator and a new option for orders to allow for coupon generation.
  • Add - use product name to generate more realistic product term names.
  • Fix - include jdenticon package in generated zip.

Version 1.0.3

12 Aug 18:05
1839108
Compare
Choose a tag to compare
Merge pull request #60 from woocommerce/version-1.0.3

release version 1.0.3

Version 1.0.2

19 Nov 20:33
3fa3758
Compare
Choose a tag to compare

Initial released version.