Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Manos Psychogyiopoulos committed Sep 25, 2018
1 parent 3f30a25 commit 9c8969f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
*** WooCommerce Product Bundles - Min/Max Items ***

2018.09.25 - version 1.3.3
* Tweak - Declare WC 3.5 support.

2018.02.02 - version 1.3.2
* Tweak - Fixed an incorrect gettext string in validation messages.
* Tweak - Added WC 3.3 support.
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Contributors: franticpsyx, SomewhereWarm
Tags: woocommerce, product, bundles, products, min, max, quantity, restrict, validation, limit
Requires at least: 4.4
Tested up to: 4.9
Stable tag: 1.3.2
Stable tag: 1.3.3
WC requires at least: 3.0
WC tested up to: 3.3
WC tested up to: 3.5
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down
6 changes: 3 additions & 3 deletions woocommerce-product-bundles-min-max-items.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WooCommerce Product Bundles - Min/Max Items
* Plugin URI: http://woocommerce.com/products/product-bundles/
* Description: WooCommerce Product Bundles plugin that allows you to define min/max bundled item quantity constraints.
* Version: 1.3.2
* Version: 1.3.3
* Author: SomewhereWarm
* Author URI: http://somewherewarm.gr/
*
Expand All @@ -14,7 +14,7 @@
* Tested up to: 4.9
*
* WC requires at least: 3.0
* WC tested up to: 3.3
* WC tested up to: 3.5
*
* Copyright: © 2018 SomewhereWarm SMPC.
* License: GNU General Public License v3.0
Expand All @@ -33,7 +33,7 @@ class WC_PB_Min_Max_Items {
*
* @var string
*/
public static $version = '1.3.2';
public static $version = '1.3.3';

/**
* Min required PB version.
Expand Down

0 comments on commit 9c8969f

Please sign in to comment.