Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Manos Psychogyiopoulos committed Apr 10, 2019
1 parent bf20927 commit 9978a3d
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 22 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 ***

2019.04.10 - version 1.3.5
* Tweak - Update supported WP/WC versions.

2018.10.08 - version 1.3.4
* Tweak - Removed admin options wrapper div.

Expand Down
12 changes: 6 additions & 6 deletions languages/woocommerce-product-bundles-min-max-items.pot
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Copyright (C) 2018 SomewhereWarm
# Copyright (C) 2019 SomewhereWarm
# This file is distributed under the GNU General Public License v3.0.
msgid ""
msgstr ""
"Project-Id-Version: WooCommerce Product Bundles - Min/Max Items 1.3.4\n"
"Project-Id-Version: WooCommerce Product Bundles - Min/Max Items 1.3.5\n"
"Report-Msgid-Bugs-To: https://support.woothemes.com/hc/en-us\n"
"POT-Creation-Date: 2018-10-09 11:24:02+00:00\n"
"POT-Creation-Date: 2019-04-10 19:09:12+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
"X-Generator: grunt-wp-i18n 0.5.4\n"
"X-Generator: grunt-wp-i18n 1.0.3\n"

#: woocommerce-product-bundles-min-max-items.php:124
msgid ""
Expand Down Expand Up @@ -113,7 +113,7 @@ msgid "WooCommerce Product Bundles - Min/Max Items"
msgstr ""

#. Plugin URI of the plugin/theme
msgid "http://woocommerce.com/products/product-bundles/"
msgid "https://woocommerce.com/products/product-bundles/"
msgstr ""

#. Description of the plugin/theme
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"url": "https://github.com/somewherewarm/woocommerce-product-bundles-min-max-items.git"
},
"license": "GPL-3.0+",
"version": "1.3.4",
"version": "1.3.5",
"homepage": "http://www.woothemes.com/products/product-bundles/",
"main": "Gruntfile.js",
"devDependencies": {
"grunt": "~1.0.1",
"grunt-checktextdomain": "~1.0.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-uglify": "~3.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-wp-i18n": "~0.5.4",
"grunt-rtlcss": "~2.0.1"
"grunt-contrib-watch": "^1.1.0",
"grunt-rtlcss": "~2.0.1",
"grunt-wp-i18n": "~1.0.0"
},
"engines": {
"node": ">=6.9.4",
Expand Down
8 changes: 4 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
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.4
WC requires at least: 3.0
WC tested up to: 3.5
Tested up to: 5.1
Stable tag: 1.3.5
WC requires at least: 3.1
WC tested up to: 3.6
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down
16 changes: 8 additions & 8 deletions woocommerce-product-bundles-min-max-items.php
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<?php
/*
/**
* Plugin Name: WooCommerce Product Bundles - Min/Max Items
* Plugin URI: http://woocommerce.com/products/product-bundles/
* Plugin URI: https://woocommerce.com/products/product-bundles/
* Description: WooCommerce Product Bundles plugin that allows you to define min/max bundled item quantity constraints.
* Version: 1.3.4
* Version: 1.3.5
* Author: SomewhereWarm
* Author URI: https://somewherewarm.gr/
*
* Text Domain: woocommerce-product-bundles-min-max-items
* Domain Path: /languages/
*
* Requires at least: 4.4
* Tested up to: 4.9
* Tested up to: 5.1
*
* WC requires at least: 3.0
* WC tested up to: 3.5
* WC requires at least: 3.1
* WC tested up to: 3.6
*
* Copyright: © 2017-2018 SomewhereWarm SMPC.
* Copyright: © 2017-2019 SomewhereWarm SMPC.
* License: GNU General Public License v3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
Expand All @@ -33,7 +33,7 @@ class WC_PB_Min_Max_Items {
*
* @var string
*/
public static $version = '1.3.4';
public static $version = '1.3.5';

/**
* Min required PB version.
Expand Down

0 comments on commit 9978a3d

Please sign in to comment.