Skip to content

Commit 256b443

Browse files
committed
Update changelog, tested versions for 1.2.0
1 parent 3251263 commit 256b443

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

changelog.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
*** Changelog ***
22

3+
= 1.2.0 - xxxx-xx-xx =
4+
* Add - --country and --type arguments for the `generate customers` command.
5+
* Add - customer generator attempts to localize data based on the specified country.
6+
* Add - orders will now include order attribution meta data.
7+
* Add - a progress bar in the Web UI.
8+
* Add - all generators now use a `batch` function under the hood when generating multiple items.
9+
* Change - customer generator defaults to only using countries that the store is configured to sell to.
10+
* Change - customer generator attempts to keep data consistent between name, username, and email address.
11+
* Change - coupon generator now generates more unique coupon codes.
12+
* Change - background process for the Web UI now generates items in batches instead of one at a time.
13+
* Change - menu item under WP Admin > Tools is now just "Smooth Generator" for better space efficiency.
14+
* Dev - update build tools, remove Grunt.
15+
* Fix - coupon generator will always generate the specified number of coupons.
16+
317
= 1.1.0 - 2023-03-14 =
418
* Add - some generated orders will now include fees.
519
* Add - the possibility for billing, shipping, and location addresses to be different in orders.

wc-smooth-generator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
* Author: Automattic
88
* Author URI: https://woocommerce.com
99
*
10-
* Tested up to: 6.2
10+
* Tested up to: 6.5
1111
* Requires PHP: 7.4
1212
* WC requires at least: 5.0.0
13-
* WC tested up to: 7.9.0
13+
* WC tested up to: 9.1.0
1414
* Woo: 000000:0a0a0a0a0a0a0a0a0a0a0a0a0a0a0a0
1515
*
1616
* @package WooCommerce

0 commit comments

Comments
 (0)