Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.2.1 #149

Merged
merged 1 commit into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
*** Changelog ***

2024-12-05 - version 1.2.1
* Add - Support for campaign order attribution data.
* Fix - Remove unknown from get_random_device_type() output.
* Fix fatal when generating a large amount of orders, which increases the chances of hitting the empty locale issue.
* Fixes progress bar feedback when generating customers via WP-CLI.
* Set paid and completed dates based on order status.
* Tweak - Upgrade fakerphp to latest version to address PHP 8.4 compatibility.

= 1.2.0 - 2024-07-12 =
* Add - --country and --type arguments for the `generate customers` command.
* Add - customer generator attempts to localize data based on the specified country.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wc-smooth-generator",
"title": "WooCommerce Smooth Generator",
"version": "1.2.0",
"version": "1.2.1",
"homepage": "https://github.com/woocommerce/wc-smooth-generator",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion wc-smooth-generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WooCommerce Smooth Generator
* Plugin URI: https://woocommerce.com
* Description: A smooth product, order, customer, and coupon generator for WooCommerce.
* Version: 1.2.0
* Version: 1.2.1
* Author: Automattic
* Author URI: https://woocommerce.com
*
Expand Down