Plugin Directory

Changeset 2963165


Ignore:
Timestamp:
09/05/2023 02:53:46 PM (3 years ago)
Author:
rulecom
Message:

Update to version 3.0.2 from GitHub

Location:
woorule
Files:
8 edited
1 copied

Legend:

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

    r2963119 r2963165  
    33Tags: rule, woocommerce, newsletter, marketing
    44Requires at least: 5.0.0
    5 Tested up to: 6.0
     5Tested up to: 6.3
    66Requires PHP: 5.6+
    7 Stable tag: 3.0.1
     7Stable tag: 3.0.2
    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.2 =
     112* Additional testing for Wordpress 6.3 and WooCommerce 8.0.3
    110113
    111114= 3.0.1 =
  • woorule/tags/3.0.2/inc/class-rulemailer-api.php

    r2963119 r2963165  
    2222    use Woorule_Logging;
    2323
    24     const URL = 'https://app.rule.io/api/v2/subscribers?source=woorule&version=3.0.1';
     24    const URL = 'https://app.rule.io/api/v2/subscribers?source=woorule&version=3.0.2';
    2525
    2626    /**
  • woorule/tags/3.0.2/languages/woorule.pot

    r2963119 r2963165  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WooRule 3.0.1\n"
     5"Project-Id-Version: WooRule 3.0.2\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.2/woorule.php

    r2963119 r2963165  
    99 * Plugin URI:      http://github.com/rulecom/woorule
    1010 * Description:     Rule integration for WooCommerce
    11  * Version:         3.0.1
     11 * Version:         3.0.2
    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: 6.5.1
     18 * WC tested up to: 8.0.3
    1919 *
    2020 * @package WooRule
    2121 */
    2222
    23 define( 'WOORULE_VERSION', '3.0.1' );
     23define( 'WOORULE_VERSION', '3.0.2' );
    2424define( 'WOORULE_PATH', plugin_dir_path( __FILE__ ) );
    2525define( 'WOORULE_URL', plugin_dir_url( __FILE__ ) );
  • woorule/trunk/README.txt

    r2963119 r2963165  
    33Tags: rule, woocommerce, newsletter, marketing
    44Requires at least: 5.0.0
    5 Tested up to: 6.0
     5Tested up to: 6.3
    66Requires PHP: 5.6+
    7 Stable tag: 3.0.1
     7Stable tag: 3.0.2
    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.2 =
     112* Additional testing for Wordpress 6.3 and WooCommerce 8.0.3
    110113
    111114= 3.0.1 =
  • woorule/trunk/inc/class-rulemailer-api.php

    r2963119 r2963165  
    2222    use Woorule_Logging;
    2323
    24     const URL = 'https://app.rule.io/api/v2/subscribers?source=woorule&version=3.0.1';
     24    const URL = 'https://app.rule.io/api/v2/subscribers?source=woorule&version=3.0.2';
    2525
    2626    /**
  • woorule/trunk/languages/woorule.pot

    r2963119 r2963165  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WooRule 3.0.1\n"
     5"Project-Id-Version: WooRule 3.0.2\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

    r2963119 r2963165  
    99 * Plugin URI:      http://github.com/rulecom/woorule
    1010 * Description:     Rule integration for WooCommerce
    11  * Version:         3.0.1
     11 * Version:         3.0.2
    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: 6.5.1
     18 * WC tested up to: 8.0.3
    1919 *
    2020 * @package WooRule
    2121 */
    2222
    23 define( 'WOORULE_VERSION', '3.0.1' );
     23define( 'WOORULE_VERSION', '3.0.2' );
    2424define( 'WOORULE_PATH', plugin_dir_path( __FILE__ ) );
    2525define( 'WOORULE_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.