Changeset 2963165
- Timestamp:
- 09/05/2023 02:53:46 PM (3 years ago)
- Location:
- woorule
- Files:
-
- 8 edited
- 1 copied
-
tags/3.0.2 (copied) (copied from woorule/trunk)
-
tags/3.0.2/README.txt (modified) (2 diffs)
-
tags/3.0.2/inc/class-rulemailer-api.php (modified) (1 diff)
-
tags/3.0.2/languages/woorule.pot (modified) (1 diff)
-
tags/3.0.2/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.2/README.txt
r2963119 r2963165 3 3 Tags: rule, woocommerce, newsletter, marketing 4 4 Requires at least: 5.0.0 5 Tested up to: 6. 05 Tested up to: 6.3 6 6 Requires PHP: 5.6+ 7 Stable tag: 3.0. 17 Stable tag: 3.0.2 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.2 = 112 * Additional testing for Wordpress 6.3 and WooCommerce 8.0.3 110 113 111 114 = 3.0.1 = -
woorule/tags/3.0.2/inc/class-rulemailer-api.php
r2963119 r2963165 22 22 use Woorule_Logging; 23 23 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'; 25 25 26 26 /** -
woorule/tags/3.0.2/languages/woorule.pot
r2963119 r2963165 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooRule 3.0. 1\n"5 "Project-Id-Version: WooRule 3.0.2\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.2/woorule.php
r2963119 r2963165 9 9 * Plugin URI: http://github.com/rulecom/woorule 10 10 * Description: Rule integration for WooCommerce 11 * Version: 3.0. 111 * Version: 3.0.2 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: 6.5.118 * WC tested up to: 8.0.3 19 19 * 20 20 * @package WooRule 21 21 */ 22 22 23 define( 'WOORULE_VERSION', '3.0. 1' );23 define( 'WOORULE_VERSION', '3.0.2' ); 24 24 define( 'WOORULE_PATH', plugin_dir_path( __FILE__ ) ); 25 25 define( 'WOORULE_URL', plugin_dir_url( __FILE__ ) ); -
woorule/trunk/README.txt
r2963119 r2963165 3 3 Tags: rule, woocommerce, newsletter, marketing 4 4 Requires at least: 5.0.0 5 Tested up to: 6. 05 Tested up to: 6.3 6 6 Requires PHP: 5.6+ 7 Stable tag: 3.0. 17 Stable tag: 3.0.2 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.2 = 112 * Additional testing for Wordpress 6.3 and WooCommerce 8.0.3 110 113 111 114 = 3.0.1 = -
woorule/trunk/inc/class-rulemailer-api.php
r2963119 r2963165 22 22 use Woorule_Logging; 23 23 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'; 25 25 26 26 /** -
woorule/trunk/languages/woorule.pot
r2963119 r2963165 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooRule 3.0. 1\n"5 "Project-Id-Version: WooRule 3.0.2\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
r2963119 r2963165 9 9 * Plugin URI: http://github.com/rulecom/woorule 10 10 * Description: Rule integration for WooCommerce 11 * Version: 3.0. 111 * Version: 3.0.2 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: 6.5.118 * WC tested up to: 8.0.3 19 19 * 20 20 * @package WooRule 21 21 */ 22 22 23 define( 'WOORULE_VERSION', '3.0. 1' );23 define( 'WOORULE_VERSION', '3.0.2' ); 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.