Plugin Directory

Changeset 2666766


Ignore:
Timestamp:
01/27/2022 08:37:37 AM (4 years ago)
Author:
rulecom
Message:

Update to version 2.5.1 from GitHub

Location:
woorule
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • woorule/tags/2.5.1/README.txt

    r2665748 r2666766  
    55Tested up to: 5.8.3
    66Requires PHP: 5.6+
    7 Stable tag: 2.5.0
     7Stable tag: 2.5.1
    88License: MIT
    99License URI: http://opensource.org/licenses/MIT
     
    102102For more information, check out our [releases](https://github.com/rulecom/woorule/releases).
    103103
     104= 2.5.1 =
     105* Cart In Progress rollback
     106
    104107= 2.5.0 =
    105108* Added new event trigger: Cart In Progress
  • woorule/tags/2.5.1/inc/class-woorule.php

    r2665748 r2666766  
    99require_once WOORULE_PATH . 'inc/class-woorule-checkout.php';
    1010require_once WOORULE_PATH . 'inc/class-woorule-order-hooks.php';
    11 require_once WOORULE_PATH . 'inc/class-woorule-cart-hooks.php';
     11// require_once WOORULE_PATH . 'inc/class-woorule-cart-hooks.php';
    1212require_once WOORULE_PATH . 'inc/class-woorule-shortcode.php';
    1313require_once WOORULE_PATH . 'inc/class-woorule-options.php';
     
    3131            new Woorule_Checkout();
    3232            new Woorule_Order_Hooks();
    33             new Woorule_Cart_Hooks();
     33            // new Woorule_Cart_Hooks();
    3434            new Woorule_Shortcode();
    3535        } else {
  • woorule/tags/2.5.1/woorule.php

    r2665748 r2666766  
    99 * Plugin URI:      http://github.com/rulecom/woorule
    1010 * Description:     Rule integration for WooCommerce
    11  * Version:         2.5.0
    12  * Author:          RuleMailer
     11 * Version:         2.5.1
     12 * Author:          Rule
    1313 * Author URI:      http://rule.se
    1414 *
     
    1919 */
    2020
    21 define( 'WOORULE_VERSION', '2.5.0' );
     21define( 'WOORULE_VERSION', '2.5.1' );
    2222define( 'WOORULE_PATH', plugin_dir_path( __FILE__ ) );
    2323define( 'WOORULE_URL', plugin_dir_url( __FILE__ ) );
  • woorule/trunk/README.txt

    r2665748 r2666766  
    55Tested up to: 5.8.3
    66Requires PHP: 5.6+
    7 Stable tag: 2.5.0
     7Stable tag: 2.5.1
    88License: MIT
    99License URI: http://opensource.org/licenses/MIT
     
    102102For more information, check out our [releases](https://github.com/rulecom/woorule/releases).
    103103
     104= 2.5.1 =
     105* Cart In Progress rollback
     106
    104107= 2.5.0 =
    105108* Added new event trigger: Cart In Progress
  • woorule/trunk/inc/class-woorule.php

    r2665748 r2666766  
    99require_once WOORULE_PATH . 'inc/class-woorule-checkout.php';
    1010require_once WOORULE_PATH . 'inc/class-woorule-order-hooks.php';
    11 require_once WOORULE_PATH . 'inc/class-woorule-cart-hooks.php';
     11// require_once WOORULE_PATH . 'inc/class-woorule-cart-hooks.php';
    1212require_once WOORULE_PATH . 'inc/class-woorule-shortcode.php';
    1313require_once WOORULE_PATH . 'inc/class-woorule-options.php';
     
    3131            new Woorule_Checkout();
    3232            new Woorule_Order_Hooks();
    33             new Woorule_Cart_Hooks();
     33            // new Woorule_Cart_Hooks();
    3434            new Woorule_Shortcode();
    3535        } else {
  • woorule/trunk/woorule.php

    r2665748 r2666766  
    99 * Plugin URI:      http://github.com/rulecom/woorule
    1010 * Description:     Rule integration for WooCommerce
    11  * Version:         2.5.0
    12  * Author:          RuleMailer
     11 * Version:         2.5.1
     12 * Author:          Rule
    1313 * Author URI:      http://rule.se
    1414 *
     
    1919 */
    2020
    21 define( 'WOORULE_VERSION', '2.5.0' );
     21define( 'WOORULE_VERSION', '2.5.1' );
    2222define( 'WOORULE_PATH', plugin_dir_path( __FILE__ ) );
    2323define( 'WOORULE_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.