== Product Generator for WooCommerce by itthinx - changelog.txt ==

= 3.2.0 =
* WordPress 6.9 compatible.
* WooCommerce 10.4 compatible.

= 3.1.0 =
* WordPress 6.8 compatible.
* WooCommerce 10.3 compatible.
* Added missing WC dependency check.
* Added missing escaping to rendered elements.
* Added necessary sanitization when verifying nonces.
* Fixed warning for deprecated argument in add_option.
* Changed the way that the image placeholder is rendered.
* Replaced deprecated get_page_by_title function.
* Added validation hint WordPress.DB.DirectDatabaseQuery.NoCaching
* Added validation hint WordPress.DB.DirectDatabaseQuery.DirectQuery
* Added validation hint WordPress.WP.I18n.MissingTranslatorsComment
* Added validation hint WordPress.WP.AlternativeFunctions.rand_rand
* Added validation hint PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound
* Added validation hint WordPress.WP.AlternativeFunctions.curl_curl_error
* Added validation hint WordPress.WP.AlternativeFunctions.curl_curl_init
* Added validation hint WordPress.WP.AlternativeFunctions.curl_curl_setopt
* Added validation hint WordPress.WP.AlternativeFunctions.curl_curl_exec
* Added validation hint WordPress.WP.AlternativeFunctions.curl_curl_errno
* Added validation hint WordPress.WP.AlternativeFunctions.curl_curl_close
* Added validation hint WordPress.WP.AlternativeFunctions.curl_curl_getinfo
* Added validation hint WordPress.PHP.DevelopmentFunctions.error_log_error_log

= 3.0.0 =
* WordPress 6.8 compatible.
* Requires at least WordPress 6.5.
* WooCommerce 10.2 compatible.
* Name updated to Product Generator for WooCommerce.
* Updated the translation template.
* Added the Access Key setting which is required to get images from Unsplash.

= 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.
