Changeset 3386215
- Timestamp:
- 10/29/2025 06:54:32 AM (5 months ago)
- Location:
- fw-integration-for-emailoctopus
- Files:
-
- 22 added
- 3 edited
-
tags/1.0.11.1 (added)
-
tags/1.0.11.1/LICENSE (added)
-
tags/1.0.11.1/assets (added)
-
tags/1.0.11.1/assets/admin.js (added)
-
tags/1.0.11.1/assets/adminstyle.css (added)
-
tags/1.0.11.1/form-actions (added)
-
tags/1.0.11.1/form-actions/emailoctopus.php (added)
-
tags/1.0.11.1/fw-integration-for-emailoctopus.php (added)
-
tags/1.0.11.1/include (added)
-
tags/1.0.11.1/include/class-woo-emailoctopus-integration.php (added)
-
tags/1.0.11.1/include/emailoctopus.js (added)
-
tags/1.0.11.1/include/form-shortcodes.php (added)
-
tags/1.0.11.1/include/loading.gif (added)
-
tags/1.0.11.1/include/options.php (added)
-
tags/1.0.11.1/include/style.css (added)
-
tags/1.0.11.1/include/tpl-options.php (added)
-
tags/1.0.11.1/languages (added)
-
tags/1.0.11.1/languages/fw-integration-for-emailoctopus-nl_NL.mo (added)
-
tags/1.0.11.1/languages/fw-integration-for-emailoctopus-nl_NL.po (added)
-
tags/1.0.11.1/languages/fw-integration-for-emailoctopus.pot (added)
-
tags/1.0.11.1/readme.txt (added)
-
tags/1.0.11.1/woo-emailoctopus-integration.php (added)
-
trunk/fw-integration-for-emailoctopus.php (modified) (2 diffs)
-
trunk/include/class-woo-emailoctopus-integration.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fw-integration-for-emailoctopus/trunk/fw-integration-for-emailoctopus.php
r3385435 r3386215 2 2 /* 3 3 Plugin Name: EO4WP: EmailOctopus for WordPress 4 Version: 1.0.11 4 Version: 1.0.11.1 5 5 Plugin URI: https://www.finalwebsites.com/emailoctopus-for-wordpress/ 6 6 Description: Increase the count of new subscribers for your website or shop with WooCommerce by using EmailOctopus and this integration plugin. … … 31 31 32 32 define('FWEO_DIR', plugin_dir_path( __FILE__ )); 33 define('FW_EO_VER', '1.0.11 ');33 define('FW_EO_VER', '1.0.11.1'); 34 34 35 35 include_once FWEO_DIR.'include/options.php'; -
fw-integration-for-emailoctopus/trunk/include/class-woo-emailoctopus-integration.php
r3385435 r3386215 182 182 $settings = get_option('woocommerce_fws-woo-emailoctopus_settings'); 183 183 184 if ($this->check_subscription($order_id, subscribed, $settings)) {184 if ($this->check_subscription($order_id, $subscribed, $settings)) { 185 185 $billing_email = $order->get_billing_email(); 186 186 $first_name = $order->get_billing_first_name(); -
fw-integration-for-emailoctopus/trunk/readme.txt
r3385435 r3386215 7 7 Requires PHP: 7.4 8 8 Tested up to: 6.7 9 Stable tag: 1.0.11 9 Stable tag: 1.0.11.1 10 10 11 11 Increase the subscribers for your website by using EmailOctopus and this professional integration plugin for WordPress, Elementor and WooCommerce. … … 107 107 == Changelog == 108 108 109 = 1.0.11.1 = 110 * Bug fixes 111 * A minor typo in the WooCommerce integration has been fixed, which was causing an error. Please update immediately! 112 109 113 = 1.0.11 = 110 114 * Improvements
Note: See TracChangeset
for help on using the changeset viewer.