Skip to content

Commit

Permalink
Merge pull request #5 from itthinx/tested-1.2.0-5.7
Browse files Browse the repository at this point in the history
version 1.2.0
  • Loading branch information
itthinx authored Apr 2, 2021
2 parents c10bce5 + 4b9d4f4 commit 8b493f8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
== Woocommerce Product Generator by itthinx - changelog.txt ==

= 1.2.0 =
* WordPress 5.7 compatible.
* WooCommerce 5.1 compatible.
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: itthinx
Donate link: http://www.itthinx.com/plugins/woocommerce-product-generator/
Tags: automatic, benchmark, example, generator, performance, product, products, sample, test, tester, testing, test-tool, woocommerce
Requires at least: 4.0
Tested up to: 4.4.2
Stable tag: 1.1.1
Tested up to: 5.7
Stable tag: 1.2.0
License: GPLv3

A sample product generator for WooCommerce.
Expand Down
6 changes: 3 additions & 3 deletions woocommerce-product-generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
* Plugin Name: WooCommerce Product Generator
* Plugin URI: http://www.itthinx.com/
* Description: A sample product generator for WooCommerce.
* Version: 1.1.1
* Version: 1.2.0
* Author: itthinx
* Author URI: http://www.itthinx.com
* Donate-Link: http://www.itthinx.com
* License: GPLv3
* WC requires at least: 3.0
* WC tested up to: 5.0
* WC tested up to: 5.1
*/

define( 'WOOPROGEN_PLUGIN_VERSION', '1.1.1' );
define( 'WOOPROGEN_PLUGIN_VERSION', '1.2.0' );
define( 'WOOPROGEN_PLUGIN_DOMAIN', 'woocommerce-product-generator' );
define( 'WOOPROGEN_PLUGIN_URL', WP_PLUGIN_URL . '/woocommerce-product-generator' );

Expand Down

0 comments on commit 8b493f8

Please sign in to comment.