Plugin Directory

Changeset 2983159


Ignore:
Timestamp:
10/24/2023 03:21:08 PM (2 years ago)
Author:
rulecom
Message:

Update to version 3.0.4 from GitHub

Location:
woorule
Files:
12 edited
1 copied

Legend:

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

    r2972942 r2983159  
    33Tags: rule, woocommerce, newsletter, marketing
    44Requires at least: 5.0.0
    5 Tested up to: 6.3.1
     5Tested up to: 6.3.2
    66Requires PHP: 5.6+
    7 Stable tag: 3.0.3
     7Stable tag: 3.0.4
    88License: MIT
    99License URI: http://opensource.org/licenses/MIT
     
    108108
    109109For 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
    110114
    111115= 3.0.3 =
  • woorule/tags/3.0.4/inc/class-rulemailer-api.php

    r2972942 r2983159  
    2222    use Woorule_Logging;
    2323
    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';
    2525
    2626    /**
  • woorule/tags/3.0.4/inc/class-woorule-order-hooks.php

    r2972942 r2983159  
    402402                'subtotal'  => Woorule_Utils::round( $item->get_total() ),
    403403                'total'     => Woorule_Utils::round( $price_including_tax * $item->get_quantity() ),
     404                'slug'      => $product->get_slug(),
    404405            );
    405406
  • woorule/tags/3.0.4/inc/integrations/klarna-checkout-for-woocommerce/class-woorule-klarna-checkout-for-woocommerce.php

    r2719394 r2983159  
    130130        $request_body['options']['additional_checkboxes'][] = array(
    131131            'text'     => Woorule_Options::get_checkout_label(),
    132             'checked'  => true,
     132            'checked'  => false,
    133133            'required' => false,
    134134            'id'       => 'woorule_klarna_opt_in',
  • woorule/tags/3.0.4/languages/woorule.pot

    r2972942 r2983159  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WooRule 3.0.3\n"
     5"Project-Id-Version: WooRule 3.0.4\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woorule\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • woorule/tags/3.0.4/woorule.php

    r2972942 r2983159  
    99 * Plugin URI:      http://github.com/rulecom/woorule
    1010 * Description:     Rule integration for WooCommerce
    11  * Version:         3.0.3
     11 * Version:         3.0.4
    1212 * Author:          Rule
    1313 * Author URI:      http://rule.se
     
    1616 * Domain Path:     /languages
    1717 * WC requires at least: 3.0.0
    18  * WC tested up to: 8.1.1
     18 * WC tested up to: 8.2.1
    1919 *
    2020 * @package WooRule
    2121 */
    2222
    23 define( 'WOORULE_VERSION', '3.0.3' );
     23define( 'WOORULE_VERSION', '3.0.4' );
    2424define( 'WOORULE_PATH', plugin_dir_path( __FILE__ ) );
    2525define( 'WOORULE_URL', plugin_dir_url( __FILE__ ) );
  • woorule/trunk/README.txt

    r2972942 r2983159  
    33Tags: rule, woocommerce, newsletter, marketing
    44Requires at least: 5.0.0
    5 Tested up to: 6.3.1
     5Tested up to: 6.3.2
    66Requires PHP: 5.6+
    7 Stable tag: 3.0.3
     7Stable tag: 3.0.4
    88License: MIT
    99License URI: http://opensource.org/licenses/MIT
     
    108108
    109109For 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
    110114
    111115= 3.0.3 =
  • woorule/trunk/inc/class-rulemailer-api.php

    r2972942 r2983159  
    2222    use Woorule_Logging;
    2323
    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';
    2525
    2626    /**
  • woorule/trunk/inc/class-woorule-order-hooks.php

    r2972942 r2983159  
    402402                'subtotal'  => Woorule_Utils::round( $item->get_total() ),
    403403                'total'     => Woorule_Utils::round( $price_including_tax * $item->get_quantity() ),
     404                'slug'      => $product->get_slug(),
    404405            );
    405406
  • woorule/trunk/inc/integrations/klarna-checkout-for-woocommerce/class-woorule-klarna-checkout-for-woocommerce.php

    r2719394 r2983159  
    130130        $request_body['options']['additional_checkboxes'][] = array(
    131131            'text'     => Woorule_Options::get_checkout_label(),
    132             'checked'  => true,
     132            'checked'  => false,
    133133            'required' => false,
    134134            'id'       => 'woorule_klarna_opt_in',
  • woorule/trunk/languages/woorule.pot

    r2972942 r2983159  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WooRule 3.0.3\n"
     5"Project-Id-Version: WooRule 3.0.4\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woorule\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • woorule/trunk/woorule.php

    r2972942 r2983159  
    99 * Plugin URI:      http://github.com/rulecom/woorule
    1010 * Description:     Rule integration for WooCommerce
    11  * Version:         3.0.3
     11 * Version:         3.0.4
    1212 * Author:          Rule
    1313 * Author URI:      http://rule.se
     
    1616 * Domain Path:     /languages
    1717 * WC requires at least: 3.0.0
    18  * WC tested up to: 8.1.1
     18 * WC tested up to: 8.2.1
    1919 *
    2020 * @package WooRule
    2121 */
    2222
    23 define( 'WOORULE_VERSION', '3.0.3' );
     23define( 'WOORULE_VERSION', '3.0.4' );
    2424define( 'WOORULE_PATH', plugin_dir_path( __FILE__ ) );
    2525define( 'WOORULE_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.