From 2c0e7627e0a6b44ca12c145c604eff63c7992e8f Mon Sep 17 00:00:00 2001 From: Rodrigue Tusse Date: Thu, 5 Dec 2024 10:53:06 +0200 Subject: [PATCH] Release 1.2.1 --- changelog.txt | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- wc-smooth-generator.php | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index e456a17..af5f12b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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. diff --git a/package-lock.json b/package-lock.json index 6e80a35..3ee5694 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wc-smooth-generator", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "wc-smooth-generator", - "version": "1.2.0", + "version": "1.2.1", "license": "GPL-3.0+", "devDependencies": { "husky": "^8.0.0" diff --git a/package.json b/package.json index d0ed6f6..fbca4e1 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/wc-smooth-generator.php b/wc-smooth-generator.php index 88d783d..021c111 100644 --- a/wc-smooth-generator.php +++ b/wc-smooth-generator.php @@ -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 *