Changeset 2963119
- Timestamp:
- 09/05/2023 01:51:52 PM (3 years ago)
- Location:
- woorule
- Files:
-
- 8 edited
- 1 copied
-
tags/3.0.1 (copied) (copied from woorule/trunk)
-
tags/3.0.1/README.txt (modified) (2 diffs)
-
tags/3.0.1/inc/class-rulemailer-api.php (modified) (1 diff)
-
tags/3.0.1/languages/woorule.pot (modified) (1 diff)
-
tags/3.0.1/woorule.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/inc/class-rulemailer-api.php (modified) (1 diff)
-
trunk/languages/woorule.pot (modified) (1 diff)
-
trunk/woorule.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woorule/tags/3.0.1/README.txt
r2873586 r2963119 5 5 Tested up to: 6.0 6 6 Requires PHP: 5.6+ 7 Stable tag: 3.0. 07 Stable tag: 3.0.1 8 8 License: MIT 9 9 License URI: http://opensource.org/licenses/MIT … … 108 108 109 109 For more information, check out our [releases](https://github.com/rulecom/woorule/releases). 110 111 = 3.0.1 = 112 * Added flag for High-Performance Order Storage (HPOS) support 110 113 111 114 = 3.0.0 = -
woorule/tags/3.0.1/inc/class-rulemailer-api.php
r2873586 r2963119 22 22 use Woorule_Logging; 23 23 24 const URL = 'https://app.rule.io/api/v2/subscribers?source=woorule&version=3.0. 0';24 const URL = 'https://app.rule.io/api/v2/subscribers?source=woorule&version=3.0.1'; 25 25 26 26 /** -
woorule/tags/3.0.1/languages/woorule.pot
r2873586 r2963119 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooRule 3.0. 0\n"5 "Project-Id-Version: WooRule 3.0.1\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woorule\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
woorule/tags/3.0.1/woorule.php
r2873586 r2963119 9 9 * Plugin URI: http://github.com/rulecom/woorule 10 10 * Description: Rule integration for WooCommerce 11 * Version: 3.0. 011 * Version: 3.0.1 12 12 * Author: Rule 13 13 * Author URI: http://rule.se … … 21 21 */ 22 22 23 define( 'WOORULE_VERSION', '3.0. 0' );23 define( 'WOORULE_VERSION', '3.0.1' ); 24 24 define( 'WOORULE_PATH', plugin_dir_path( __FILE__ ) ); 25 25 define( 'WOORULE_URL', plugin_dir_url( __FILE__ ) ); 26 27 add_action( 'before_woocommerce_init', function() { 28 if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) { 29 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true ); 30 } 31 } ); 26 32 27 33 require_once WOORULE_PATH . 'inc/class-woorule.php'; -
woorule/trunk/README.txt
r2873586 r2963119 5 5 Tested up to: 6.0 6 6 Requires PHP: 5.6+ 7 Stable tag: 3.0. 07 Stable tag: 3.0.1 8 8 License: MIT 9 9 License URI: http://opensource.org/licenses/MIT … … 108 108 109 109 For more information, check out our [releases](https://github.com/rulecom/woorule/releases). 110 111 = 3.0.1 = 112 * Added flag for High-Performance Order Storage (HPOS) support 110 113 111 114 = 3.0.0 = -
woorule/trunk/inc/class-rulemailer-api.php
r2873586 r2963119 22 22 use Woorule_Logging; 23 23 24 const URL = 'https://app.rule.io/api/v2/subscribers?source=woorule&version=3.0. 0';24 const URL = 'https://app.rule.io/api/v2/subscribers?source=woorule&version=3.0.1'; 25 25 26 26 /** -
woorule/trunk/languages/woorule.pot
r2873586 r2963119 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooRule 3.0. 0\n"5 "Project-Id-Version: WooRule 3.0.1\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woorule\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
woorule/trunk/woorule.php
r2873586 r2963119 9 9 * Plugin URI: http://github.com/rulecom/woorule 10 10 * Description: Rule integration for WooCommerce 11 * Version: 3.0. 011 * Version: 3.0.1 12 12 * Author: Rule 13 13 * Author URI: http://rule.se … … 21 21 */ 22 22 23 define( 'WOORULE_VERSION', '3.0. 0' );23 define( 'WOORULE_VERSION', '3.0.1' ); 24 24 define( 'WOORULE_PATH', plugin_dir_path( __FILE__ ) ); 25 25 define( 'WOORULE_URL', plugin_dir_url( __FILE__ ) ); 26 27 add_action( 'before_woocommerce_init', function() { 28 if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) { 29 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true ); 30 } 31 } ); 26 32 27 33 require_once WOORULE_PATH . 'inc/class-woorule.php';
Note: See TracChangeset
for help on using the changeset viewer.