-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathchangelog.txt
36 lines (33 loc) · 2.17 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
== Woocommerce Product Generator by itthinx - changelog.txt ==
= 2.1.0 =
* WordPress 6.0 compatible.
* WooCommerce 6.8 compatible.
* Updated the contributors info.
* Added product generation stats and performance are shown during generation.
* Added product generation stats and performance are logged to the debug.log; the WPG_LOG constant can be used to turn that off by setting it to false in the wp-config.php.
* Fixed generator JS not aware of updated limit directly after saving settings.
* Fixed missing output escaping in the admin section.
* Fixed superfluous and trailing whitespace in code and formatting issues.
= 2.0.0 =
* Requires WooCommerce 5.8.
* WooCommerce 6.8 compatible.
* Requires WordPress 5.5.
* WordPress 6.0 compatible.
* Incorporates restructuring and support for CRUD from [PR#3](https://github.com/itthinx/woocommerce-product-generator/pull/3) by [Kathy helgatheviking](https://github.com/helgatheviking).
* Added global product attribute generation and randomized relation to products generated.
* PHP 8.x compatibility, fixed instances of deprecated implicit conversion from float on image generation.
* Added SKU generation.
* Added support for SKU generation via a generator suggested in [PR#4](https://github.com/itthinx/woocommerce-product-generator/pull/4) by [Akshaya Rane akshaya-rane](https://github.com/akshaya-rane).
* Added random stock assignment as suggested in [PR#2](https://github.com/itthinx/woocommerce-product-generator/pull/2) by [James Golovich jamesgol](https://github.com/jamesgol).
* Stock assignment managed at variation level for variable products.
* Added stock status assignment.
* Added a small percentage of products is featured.
* Added extra variation for a more ample price spread.
* Fixed product post author assignment to use the plugin's post-generator user.
* Product attachment images are also assigned to the plugin's post-generator user.
* Added the categories to the admin section to make them editable.
* Added the attributes to the admin section, editable.
* Added support for getting images from [Unsplash](https://unsplash.com/) to use as product images, now enabled by default.
= 1.2.0 =
* WordPress 5.7 compatible.
* WooCommerce 5.1 compatible.