Skip to content

Commit 4482b37

Browse files
authored
Merge pull request #149 from woocommerce/release-1.2.1
Release 1.2.1
2 parents ce9e396 + 2c0e762 commit 4482b37

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

changelog.txt

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
*** Changelog ***
22

3+
2024-12-05 - version 1.2.1
4+
* Add - Support for campaign order attribution data.
5+
* Fix - Remove unknown from get_random_device_type() output.
6+
* Fix fatal when generating a large amount of orders, which increases the chances of hitting the empty locale issue.
7+
* Fixes progress bar feedback when generating customers via WP-CLI.
8+
* Set paid and completed dates based on order status.
9+
* Tweak - Upgrade fakerphp to latest version to address PHP 8.4 compatibility.
10+
311
= 1.2.0 - 2024-07-12 =
412
* Add - --country and --type arguments for the `generate customers` command.
513
* Add - customer generator attempts to localize data based on the specified country.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wc-smooth-generator",
33
"title": "WooCommerce Smooth Generator",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"homepage": "https://github.com/woocommerce/wc-smooth-generator",
66
"repository": {
77
"type": "git",

wc-smooth-generator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WooCommerce Smooth Generator
44
* Plugin URI: https://woocommerce.com
55
* Description: A smooth product, order, customer, and coupon generator for WooCommerce.
6-
* Version: 1.2.0
6+
* Version: 1.2.1
77
* Author: Automattic
88
* Author URI: https://woocommerce.com
99
*

0 commit comments

Comments
 (0)