Changeset 1556785
- Timestamp:
- 12/17/2016 10:12:33 PM (9 years ago)
- Location:
- shipping-by-rules-for-woocommerce
- Files:
-
- 2 edited
- 13 copied
-
tags/1.2.7 (copied) (copied from shipping-by-rules-for-woocommerce/trunk)
-
tags/1.2.7/LICENSE.txt (copied) (copied from shipping-by-rules-for-woocommerce/trunk/LICENSE.txt)
-
tags/1.2.7/assets (copied) (copied from shipping-by-rules-for-woocommerce/trunk/assets)
-
tags/1.2.7/assets/js/opentools-updatecheck.js (copied) (copied from shipping-by-rules-for-woocommerce/trunk/assets/js/opentools-updatecheck.js)
-
tags/1.2.7/includes (copied) (copied from shipping-by-rules-for-woocommerce/trunk/includes)
-
tags/1.2.7/includes/rules-shipping-method.php (copied) (copied from shipping-by-rules-for-woocommerce/trunk/includes/rules-shipping-method.php)
-
tags/1.2.7/includes/rules-shipping-post-type.php (copied) (copied from shipping-by-rules-for-woocommerce/trunk/includes/rules-shipping-post-type.php)
-
tags/1.2.7/includes/rules_shipping_framework_woocommerce.php (copied) (copied from shipping-by-rules-for-woocommerce/trunk/includes/rules_shipping_framework_woocommerce.php)
-
tags/1.2.7/includes/rules_shipping_framework_woocommerce_advanced.php (copied) (copied from shipping-by-rules-for-woocommerce/trunk/includes/rules_shipping_framework_woocommerce_advanced.php)
-
tags/1.2.7/library (copied) (copied from shipping-by-rules-for-woocommerce/trunk/library)
-
tags/1.2.7/library/rules_shipping_framework.php (copied) (copied from shipping-by-rules-for-woocommerce/trunk/library/rules_shipping_framework.php)
-
tags/1.2.7/readme.txt (copied) (copied from shipping-by-rules-for-woocommerce/trunk/readme.txt) (2 diffs)
-
tags/1.2.7/woocommerce-shipping-by-rules.php (copied) (copied from shipping-by-rules-for-woocommerce/trunk/woocommerce-shipping-by-rules.php) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/woocommerce-shipping-by-rules.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shipping-by-rules-for-woocommerce/tags/1.2.7/readme.txt
r1549928 r1556785 4 4 Requires at least: 4.0 5 5 Tested up to: 4.7 6 Stable tag: 1.2. 66 Stable tag: 1.2.7 7 7 License: GPLv3 or later 8 8 License URI: http://www.gnu.org/licenses/gpl.html … … 70 70 == Changelog == 71 71 72 = 1.2.7 = 73 * Add debug messages to the update system (disabled by default) 74 72 75 = 1.2.6 = 73 76 * Add message functionality (Error=..., Warning=..., Message=... rule parts) -
shipping-by-rules-for-woocommerce/tags/1.2.7/woocommerce-shipping-by-rules.php
r1549928 r1556785 4 4 * Plugin URI: http://open-tools.net/woocommerce/advanced-shipping-by-rules-for-woocommerce.html 5 5 * Description: Define Shipping cost by very general and flexible (text-based) rules. 6 * Version: 1.2. 66 * Version: 1.2.7 7 7 * Author: Open Tools, Reinhold Kainhofer 8 8 * Author URI: http://open-tools.net … … 49 49 * @var string $version Plugin version number. 50 50 */ 51 public $version = '1.2. 6';51 public $version = '1.2.7'; 52 52 53 53 -
shipping-by-rules-for-woocommerce/trunk/readme.txt
r1549928 r1556785 4 4 Requires at least: 4.0 5 5 Tested up to: 4.7 6 Stable tag: 1.2. 66 Stable tag: 1.2.7 7 7 License: GPLv3 or later 8 8 License URI: http://www.gnu.org/licenses/gpl.html … … 70 70 == Changelog == 71 71 72 = 1.2.7 = 73 * Add debug messages to the update system (disabled by default) 74 72 75 = 1.2.6 = 73 76 * Add message functionality (Error=..., Warning=..., Message=... rule parts) -
shipping-by-rules-for-woocommerce/trunk/woocommerce-shipping-by-rules.php
r1549928 r1556785 4 4 * Plugin URI: http://open-tools.net/woocommerce/advanced-shipping-by-rules-for-woocommerce.html 5 5 * Description: Define Shipping cost by very general and flexible (text-based) rules. 6 * Version: 1.2. 66 * Version: 1.2.7 7 7 * Author: Open Tools, Reinhold Kainhofer 8 8 * Author URI: http://open-tools.net … … 49 49 * @var string $version Plugin version number. 50 50 */ 51 public $version = '1.2. 6';51 public $version = '1.2.7'; 52 52 53 53
Note: See TracChangeset
for help on using the changeset viewer.