From 9c8969f8b94f2c394626b1ad9fa927f8dcffb461 Mon Sep 17 00:00:00 2001 From: Manos Psychogyiopoulos Date: Tue, 25 Sep 2018 13:54:27 +0300 Subject: [PATCH] Bump version --- changelog.txt | 3 +++ readme.txt | 4 ++-- woocommerce-product-bundles-min-max-items.php | 6 +++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/changelog.txt b/changelog.txt index 5705d5a..1cf9dc5 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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. diff --git a/readme.txt b/readme.txt index 3f9a090..41c8a9a 100644 --- a/readme.txt +++ b/readme.txt @@ -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 diff --git a/woocommerce-product-bundles-min-max-items.php b/woocommerce-product-bundles-min-max-items.php index 1c55516..ad0cac3 100644 --- a/woocommerce-product-bundles-min-max-items.php +++ b/woocommerce-product-bundles-min-max-items.php @@ -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/ * @@ -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 @@ -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.