Plugin Directory

Changeset 3387075


Ignore:
Timestamp:
10/30/2025 12:59:08 PM (5 months ago)
Author:
finalwebsites
Message:

Bugfix in woo

Location:
fw-integration-for-emailoctopus
Files:
22 added
3 edited

Legend:

Unmodified
Added
Removed
  • fw-integration-for-emailoctopus/trunk/fw-integration-for-emailoctopus.php

    r3386215 r3387075  
    22/*
    33Plugin Name: EO4WP: EmailOctopus for WordPress
    4 Version: 1.0.11.1
     4Version: 1.0.11.2
    55Plugin URI: https://www.finalwebsites.com/emailoctopus-for-wordpress/
    66Description: Increase the count of new subscribers for your website or shop with WooCommerce by using EmailOctopus and this integration plugin.
     
    3131
    3232define('FWEO_DIR', plugin_dir_path( __FILE__ ));
    33 define('FW_EO_VER', '1.0.11.1');
     33define('FW_EO_VER', '1.0.11.2');
    3434
    3535include_once FWEO_DIR.'include/options.php';
  • fw-integration-for-emailoctopus/trunk/include/class-woo-emailoctopus-integration.php

    r3386215 r3387075  
    148148    public function get_product_categories($order) {
    149149        $cats = array();
     150       
    150151        foreach ( $order->get_items() as $item_id => $item ) {
    151152            $product_id = $item->get_product_id();
     
    181182        $subscribed = get_post_meta($order_id, 'fweo_emailoctopus_subscribed', true);
    182183        $settings = get_option('woocommerce_fws-woo-emailoctopus_settings');
     184        $order = wc_get_order( $order_id );
    183185
    184186        if ($this->check_subscription($order_id, $subscribed, $settings)) {
  • fw-integration-for-emailoctopus/trunk/readme.txt

    r3386215 r3387075  
    77Requires PHP: 7.4
    88Tested up to: 6.7
    9 Stable tag: 1.0.11.1
     9Stable tag: 1.0.11.2
    1010
    1111Increase the subscribers for your website by using EmailOctopus and this professional integration plugin for WordPress, Elementor and WooCommerce.
     
    107107== Changelog ==
    108108
     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
    109113= 1.0.11.1 =
    110114* Bug fixes
Note: See TracChangeset for help on using the changeset viewer.