Plugin Directory

Changeset 1556785


Ignore:
Timestamp:
12/17/2016 10:12:33 PM (9 years ago)
Author:
opentools
Message:

V1.2.7: Add debug messages to the update system (disabled by default); Remove debug code that causes problems in strict mode

Location:
shipping-by-rules-for-woocommerce
Files:
2 edited
13 copied

Legend:

Unmodified
Added
Removed
  • shipping-by-rules-for-woocommerce/tags/1.2.7/readme.txt

    r1549928 r1556785  
    44Requires at least: 4.0
    55Tested up to: 4.7
    6 Stable tag: 1.2.6
     6Stable tag: 1.2.7
    77License: GPLv3 or later
    88License URI: http://www.gnu.org/licenses/gpl.html
     
    7070== Changelog ==
    7171
     72= 1.2.7 =
     73* Add debug messages to the update system (disabled by default)
     74
    7275= 1.2.6 =
    7376* Add message functionality (Error=..., Warning=..., Message=... rule parts)
  • shipping-by-rules-for-woocommerce/tags/1.2.7/woocommerce-shipping-by-rules.php

    r1549928 r1556785  
    44 * Plugin URI: http://open-tools.net/woocommerce/advanced-shipping-by-rules-for-woocommerce.html
    55 * Description: Define Shipping cost by very general and flexible (text-based) rules.
    6  * Version: 1.2.6
     6 * Version: 1.2.7
    77 * Author: Open Tools, Reinhold Kainhofer
    88 * Author URI: http://open-tools.net
     
    4949     * @var string $version Plugin version number.
    5050     */
    51     public $version = '1.2.6';
     51    public $version = '1.2.7';
    5252
    5353
  • shipping-by-rules-for-woocommerce/trunk/readme.txt

    r1549928 r1556785  
    44Requires at least: 4.0
    55Tested up to: 4.7
    6 Stable tag: 1.2.6
     6Stable tag: 1.2.7
    77License: GPLv3 or later
    88License URI: http://www.gnu.org/licenses/gpl.html
     
    7070== Changelog ==
    7171
     72= 1.2.7 =
     73* Add debug messages to the update system (disabled by default)
     74
    7275= 1.2.6 =
    7376* Add message functionality (Error=..., Warning=..., Message=... rule parts)
  • shipping-by-rules-for-woocommerce/trunk/woocommerce-shipping-by-rules.php

    r1549928 r1556785  
    44 * Plugin URI: http://open-tools.net/woocommerce/advanced-shipping-by-rules-for-woocommerce.html
    55 * Description: Define Shipping cost by very general and flexible (text-based) rules.
    6  * Version: 1.2.6
     6 * Version: 1.2.7
    77 * Author: Open Tools, Reinhold Kainhofer
    88 * Author URI: http://open-tools.net
     
    4949     * @var string $version Plugin version number.
    5050     */
    51     public $version = '1.2.6';
     51    public $version = '1.2.7';
    5252
    5353
Note: See TracChangeset for help on using the changeset viewer.