Changeset 2666766
- Timestamp:
- 01/27/2022 08:37:37 AM (4 years ago)
- Location:
- woorule
- Files:
-
- 6 edited
- 1 copied
-
tags/2.5.1 (copied) (copied from woorule/trunk)
-
tags/2.5.1/README.txt (modified) (2 diffs)
-
tags/2.5.1/inc/class-woorule.php (modified) (2 diffs)
-
tags/2.5.1/woorule.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/inc/class-woorule.php (modified) (2 diffs)
-
trunk/woorule.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woorule/tags/2.5.1/README.txt
r2665748 r2666766 5 5 Tested up to: 5.8.3 6 6 Requires PHP: 5.6+ 7 Stable tag: 2.5. 07 Stable tag: 2.5.1 8 8 License: MIT 9 9 License URI: http://opensource.org/licenses/MIT … … 102 102 For more information, check out our [releases](https://github.com/rulecom/woorule/releases). 103 103 104 = 2.5.1 = 105 * Cart In Progress rollback 106 104 107 = 2.5.0 = 105 108 * Added new event trigger: Cart In Progress -
woorule/tags/2.5.1/inc/class-woorule.php
r2665748 r2666766 9 9 require_once WOORULE_PATH . 'inc/class-woorule-checkout.php'; 10 10 require_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'; 12 12 require_once WOORULE_PATH . 'inc/class-woorule-shortcode.php'; 13 13 require_once WOORULE_PATH . 'inc/class-woorule-options.php'; … … 31 31 new Woorule_Checkout(); 32 32 new Woorule_Order_Hooks(); 33 new Woorule_Cart_Hooks();33 // new Woorule_Cart_Hooks(); 34 34 new Woorule_Shortcode(); 35 35 } else { -
woorule/tags/2.5.1/woorule.php
r2665748 r2666766 9 9 * Plugin URI: http://github.com/rulecom/woorule 10 10 * Description: Rule integration for WooCommerce 11 * Version: 2.5. 012 * Author: Rule Mailer11 * Version: 2.5.1 12 * Author: Rule 13 13 * Author URI: http://rule.se 14 14 * … … 19 19 */ 20 20 21 define( 'WOORULE_VERSION', '2.5. 0' );21 define( 'WOORULE_VERSION', '2.5.1' ); 22 22 define( 'WOORULE_PATH', plugin_dir_path( __FILE__ ) ); 23 23 define( 'WOORULE_URL', plugin_dir_url( __FILE__ ) ); -
woorule/trunk/README.txt
r2665748 r2666766 5 5 Tested up to: 5.8.3 6 6 Requires PHP: 5.6+ 7 Stable tag: 2.5. 07 Stable tag: 2.5.1 8 8 License: MIT 9 9 License URI: http://opensource.org/licenses/MIT … … 102 102 For more information, check out our [releases](https://github.com/rulecom/woorule/releases). 103 103 104 = 2.5.1 = 105 * Cart In Progress rollback 106 104 107 = 2.5.0 = 105 108 * Added new event trigger: Cart In Progress -
woorule/trunk/inc/class-woorule.php
r2665748 r2666766 9 9 require_once WOORULE_PATH . 'inc/class-woorule-checkout.php'; 10 10 require_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'; 12 12 require_once WOORULE_PATH . 'inc/class-woorule-shortcode.php'; 13 13 require_once WOORULE_PATH . 'inc/class-woorule-options.php'; … … 31 31 new Woorule_Checkout(); 32 32 new Woorule_Order_Hooks(); 33 new Woorule_Cart_Hooks();33 // new Woorule_Cart_Hooks(); 34 34 new Woorule_Shortcode(); 35 35 } else { -
woorule/trunk/woorule.php
r2665748 r2666766 9 9 * Plugin URI: http://github.com/rulecom/woorule 10 10 * Description: Rule integration for WooCommerce 11 * Version: 2.5. 012 * Author: Rule Mailer11 * Version: 2.5.1 12 * Author: Rule 13 13 * Author URI: http://rule.se 14 14 * … … 19 19 */ 20 20 21 define( 'WOORULE_VERSION', '2.5. 0' );21 define( 'WOORULE_VERSION', '2.5.1' ); 22 22 define( 'WOORULE_PATH', plugin_dir_path( __FILE__ ) ); 23 23 define( 'WOORULE_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.