Changeset 2983159
- Timestamp:
- 10/24/2023 03:21:08 PM (2 years ago)
- Location:
- woorule
- Files:
-
- 12 edited
- 1 copied
-
tags/3.0.4 (copied) (copied from woorule/trunk)
-
tags/3.0.4/README.txt (modified) (2 diffs)
-
tags/3.0.4/inc/class-rulemailer-api.php (modified) (1 diff)
-
tags/3.0.4/inc/class-woorule-order-hooks.php (modified) (1 diff)
-
tags/3.0.4/inc/integrations/klarna-checkout-for-woocommerce/class-woorule-klarna-checkout-for-woocommerce.php (modified) (1 diff)
-
tags/3.0.4/languages/woorule.pot (modified) (1 diff)
-
tags/3.0.4/woorule.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/inc/class-rulemailer-api.php (modified) (1 diff)
-
trunk/inc/class-woorule-order-hooks.php (modified) (1 diff)
-
trunk/inc/integrations/klarna-checkout-for-woocommerce/class-woorule-klarna-checkout-for-woocommerce.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.4/README.txt
r2972942 r2983159 3 3 Tags: rule, woocommerce, newsletter, marketing 4 4 Requires at least: 5.0.0 5 Tested up to: 6.3. 15 Tested up to: 6.3.2 6 6 Requires PHP: 5.6+ 7 Stable tag: 3.0. 37 Stable tag: 3.0.4 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.4 = 112 * Products in orders now include slug so it can be used in links 113 * Email marketing checkbox in Klarna is now off by default to comply with standards 110 114 111 115 = 3.0.3 = -
woorule/tags/3.0.4/inc/class-rulemailer-api.php
r2972942 r2983159 22 22 use Woorule_Logging; 23 23 24 const URL = 'https://app.rule.io/api/v2/subscribers?source=woorule&version=3.0. 3';24 const URL = 'https://app.rule.io/api/v2/subscribers?source=woorule&version=3.0.4'; 25 25 26 26 /** -
woorule/tags/3.0.4/inc/class-woorule-order-hooks.php
r2972942 r2983159 402 402 'subtotal' => Woorule_Utils::round( $item->get_total() ), 403 403 'total' => Woorule_Utils::round( $price_including_tax * $item->get_quantity() ), 404 'slug' => $product->get_slug(), 404 405 ); 405 406 -
woorule/tags/3.0.4/inc/integrations/klarna-checkout-for-woocommerce/class-woorule-klarna-checkout-for-woocommerce.php
r2719394 r2983159 130 130 $request_body['options']['additional_checkboxes'][] = array( 131 131 'text' => Woorule_Options::get_checkout_label(), 132 'checked' => true,132 'checked' => false, 133 133 'required' => false, 134 134 'id' => 'woorule_klarna_opt_in', -
woorule/tags/3.0.4/languages/woorule.pot
r2972942 r2983159 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooRule 3.0. 3\n"5 "Project-Id-Version: WooRule 3.0.4\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.4/woorule.php
r2972942 r2983159 9 9 * Plugin URI: http://github.com/rulecom/woorule 10 10 * Description: Rule integration for WooCommerce 11 * Version: 3.0. 311 * Version: 3.0.4 12 12 * Author: Rule 13 13 * Author URI: http://rule.se … … 16 16 * Domain Path: /languages 17 17 * WC requires at least: 3.0.0 18 * WC tested up to: 8. 1.118 * WC tested up to: 8.2.1 19 19 * 20 20 * @package WooRule 21 21 */ 22 22 23 define( 'WOORULE_VERSION', '3.0. 3' );23 define( 'WOORULE_VERSION', '3.0.4' ); 24 24 define( 'WOORULE_PATH', plugin_dir_path( __FILE__ ) ); 25 25 define( 'WOORULE_URL', plugin_dir_url( __FILE__ ) ); -
woorule/trunk/README.txt
r2972942 r2983159 3 3 Tags: rule, woocommerce, newsletter, marketing 4 4 Requires at least: 5.0.0 5 Tested up to: 6.3. 15 Tested up to: 6.3.2 6 6 Requires PHP: 5.6+ 7 Stable tag: 3.0. 37 Stable tag: 3.0.4 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.4 = 112 * Products in orders now include slug so it can be used in links 113 * Email marketing checkbox in Klarna is now off by default to comply with standards 110 114 111 115 = 3.0.3 = -
woorule/trunk/inc/class-rulemailer-api.php
r2972942 r2983159 22 22 use Woorule_Logging; 23 23 24 const URL = 'https://app.rule.io/api/v2/subscribers?source=woorule&version=3.0. 3';24 const URL = 'https://app.rule.io/api/v2/subscribers?source=woorule&version=3.0.4'; 25 25 26 26 /** -
woorule/trunk/inc/class-woorule-order-hooks.php
r2972942 r2983159 402 402 'subtotal' => Woorule_Utils::round( $item->get_total() ), 403 403 'total' => Woorule_Utils::round( $price_including_tax * $item->get_quantity() ), 404 'slug' => $product->get_slug(), 404 405 ); 405 406 -
woorule/trunk/inc/integrations/klarna-checkout-for-woocommerce/class-woorule-klarna-checkout-for-woocommerce.php
r2719394 r2983159 130 130 $request_body['options']['additional_checkboxes'][] = array( 131 131 'text' => Woorule_Options::get_checkout_label(), 132 'checked' => true,132 'checked' => false, 133 133 'required' => false, 134 134 'id' => 'woorule_klarna_opt_in', -
woorule/trunk/languages/woorule.pot
r2972942 r2983159 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooRule 3.0. 3\n"5 "Project-Id-Version: WooRule 3.0.4\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
r2972942 r2983159 9 9 * Plugin URI: http://github.com/rulecom/woorule 10 10 * Description: Rule integration for WooCommerce 11 * Version: 3.0. 311 * Version: 3.0.4 12 12 * Author: Rule 13 13 * Author URI: http://rule.se … … 16 16 * Domain Path: /languages 17 17 * WC requires at least: 3.0.0 18 * WC tested up to: 8. 1.118 * WC tested up to: 8.2.1 19 19 * 20 20 * @package WooRule 21 21 */ 22 22 23 define( 'WOORULE_VERSION', '3.0. 3' );23 define( 'WOORULE_VERSION', '3.0.4' ); 24 24 define( 'WOORULE_PATH', plugin_dir_path( __FILE__ ) ); 25 25 define( 'WOORULE_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.