Plugin Directory

Changeset 3386215


Ignore:
Timestamp:
10/29/2025 06:54:32 AM (5 months ago)
Author:
finalwebsites
Message:

Fix 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

    r3385435 r3386215  
    22/*
    33Plugin Name: EO4WP: EmailOctopus for WordPress
    4 Version: 1.0.11
     4Version: 1.0.11.1
    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');
     33define('FW_EO_VER', '1.0.11.1');
    3434
    3535include_once FWEO_DIR.'include/options.php';
  • fw-integration-for-emailoctopus/trunk/include/class-woo-emailoctopus-integration.php

    r3385435 r3386215  
    182182        $settings = get_option('woocommerce_fws-woo-emailoctopus_settings');
    183183
    184         if ($this->check_subscription($order_id, subscribed, $settings)) {
     184        if ($this->check_subscription($order_id, $subscribed, $settings)) {
    185185            $billing_email  = $order->get_billing_email();
    186186            $first_name = $order->get_billing_first_name();
  • fw-integration-for-emailoctopus/trunk/readme.txt

    r3385435 r3386215  
    77Requires PHP: 7.4
    88Tested up to: 6.7
    9 Stable tag: 1.0.11
     9Stable tag: 1.0.11.1
    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.1 =
     110* Bug fixes
     111    * A minor typo in the WooCommerce integration has been fixed, which was causing an error. Please update immediately!
     112
    109113= 1.0.11 =
    110114* Improvements
Note: See TracChangeset for help on using the changeset viewer.