Skip to content

Commit 845d203

Browse files
authored
Changelog update. (#166)
1 parent 86a8ab4 commit 845d203

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

changelog.txt

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

3+
2025-03-25 - version 1.2.2
4+
* Add - Add date range arguments to admin UI for generating data.
5+
* Avoid fatal errors that sporadically occurred while generating taxonomy terms.
6+
* De-couple taxonomy term generation from product generation.
7+
* Ensure transactional emails are disabled before generating test content.
8+
39
2024-12-05 - version 1.2.1
410
* Add - Support for campaign order attribution data.
511
* Fix - Remove unknown from get_random_device_type() output.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.1",
4+
"version": "1.2.2",
55
"homepage": "https://github.com/woocommerce/wc-smooth-generator",
66
"repository": {
77
"type": "git",

wc-smooth-generator.php

Lines changed: 1 addition & 1 deletion
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.1
6+
* Version: 1.2.2
77
* Author: Automattic
88
* Author URI: https://woocommerce.com
99
*

0 commit comments

Comments
 (0)