Skip to content

Commit 2c14bdc

Browse files
authored
Merge pull request #72 from woocommerce/release/1.0.4
prepare 1.0.4 release
2 parents bb1165d + feac588 commit 2c14bdc

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

changelog.txt

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

3+
2021-12-15 - version 1.0.4
4+
* Add - coupon generator and a new option for orders to allow for coupon generation.
5+
* Add - use product name to generate more realistic product term names.
6+
* Fix - include jdenticon package in generated zip.
7+
38
= 1.0.3 - 2021-08-12 =
49
* Add - --status argument to `generate orders` command
510
* Add - UI support for generating products and orders

package-lock.json

Lines changed: 1 addition & 1 deletion
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.0.3",
4+
"version": "1.0.4",
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 customer, order and product generator for WooCommerce.
6-
* Version: 1.0.3
6+
* Version: 1.0.4
77
* Author: Automattic
88
* Author URI: https://woocommerce.com
99
*

0 commit comments

Comments
 (0)