Skip to content

Version 1.2.0

Compare
Choose a tag to compare
@coreymckrill coreymckrill released this 13 Jul 00:57
· 22 commits to trunk since this release
8cd71be

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.