Changeset 3387075
- Timestamp:
- 10/30/2025 12:59:08 PM (5 months ago)
- Location:
- fw-integration-for-emailoctopus
- Files:
-
- 22 added
- 3 edited
-
tags/1.0.11.2 (added)
-
tags/1.0.11.2/LICENSE (added)
-
tags/1.0.11.2/assets (added)
-
tags/1.0.11.2/assets/admin.js (added)
-
tags/1.0.11.2/assets/adminstyle.css (added)
-
tags/1.0.11.2/form-actions (added)
-
tags/1.0.11.2/form-actions/emailoctopus.php (added)
-
tags/1.0.11.2/fw-integration-for-emailoctopus.php (added)
-
tags/1.0.11.2/include (added)
-
tags/1.0.11.2/include/class-woo-emailoctopus-integration.php (added)
-
tags/1.0.11.2/include/emailoctopus.js (added)
-
tags/1.0.11.2/include/form-shortcodes.php (added)
-
tags/1.0.11.2/include/loading.gif (added)
-
tags/1.0.11.2/include/options.php (added)
-
tags/1.0.11.2/include/style.css (added)
-
tags/1.0.11.2/include/tpl-options.php (added)
-
tags/1.0.11.2/languages (added)
-
tags/1.0.11.2/languages/fw-integration-for-emailoctopus-nl_NL.mo (added)
-
tags/1.0.11.2/languages/fw-integration-for-emailoctopus-nl_NL.po (added)
-
tags/1.0.11.2/languages/fw-integration-for-emailoctopus.pot (added)
-
tags/1.0.11.2/readme.txt (added)
-
tags/1.0.11.2/woo-emailoctopus-integration.php (added)
-
trunk/fw-integration-for-emailoctopus.php (modified) (2 diffs)
-
trunk/include/class-woo-emailoctopus-integration.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fw-integration-for-emailoctopus/trunk/fw-integration-for-emailoctopus.php
r3386215 r3387075 2 2 /* 3 3 Plugin Name: EO4WP: EmailOctopus for WordPress 4 Version: 1.0.11. 14 Version: 1.0.11.2 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. 1');33 define('FW_EO_VER', '1.0.11.2'); 34 34 35 35 include_once FWEO_DIR.'include/options.php'; -
fw-integration-for-emailoctopus/trunk/include/class-woo-emailoctopus-integration.php
r3386215 r3387075 148 148 public function get_product_categories($order) { 149 149 $cats = array(); 150 150 151 foreach ( $order->get_items() as $item_id => $item ) { 151 152 $product_id = $item->get_product_id(); … … 181 182 $subscribed = get_post_meta($order_id, 'fweo_emailoctopus_subscribed', true); 182 183 $settings = get_option('woocommerce_fws-woo-emailoctopus_settings'); 184 $order = wc_get_order( $order_id ); 183 185 184 186 if ($this->check_subscription($order_id, $subscribed, $settings)) { -
fw-integration-for-emailoctopus/trunk/readme.txt
r3386215 r3387075 7 7 Requires PHP: 7.4 8 8 Tested up to: 6.7 9 Stable tag: 1.0.11. 19 Stable tag: 1.0.11.2 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.2 = 110 * Bug fixes 111 * Fixed a bug where the $order object was missing inside a method from the WooCommerce integration class. 112 109 113 = 1.0.11.1 = 110 114 * Bug fixes
Note: See TracChangeset
for help on using the changeset viewer.