From 9fa2fef53814c5dd581f5e2b97623b280b00ed47 Mon Sep 17 00:00:00 2001 From: gabiermi Date: Tue, 26 Nov 2024 14:52:33 +0200 Subject: [PATCH] Use omnisend api key instead of omnisend for woo --- .../class-omnisend-formidableformsaddon-bootstrap.php | 6 +++--- omnisend-for-formidable-forms-add-on/readme.txt | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/omnisend-for-formidable-forms-add-on/class-omnisend-formidableformsaddon-bootstrap.php b/omnisend-for-formidable-forms-add-on/class-omnisend-formidableformsaddon-bootstrap.php index 5489fc1..c7ba204 100644 --- a/omnisend-for-formidable-forms-add-on/class-omnisend-formidableformsaddon-bootstrap.php +++ b/omnisend-for-formidable-forms-add-on/class-omnisend-formidableformsaddon-bootstrap.php @@ -2,7 +2,7 @@ /** * Plugin Name: Omnisend for Formidable Forms Add-On * Description: A Formidable forms add-on to sync contacts with Omnisend. In collaboration with Omnisnnd for WooCommerce plugin it enables better customer tracking - * Version: 1.1.2 + * Version: 1.1.3 * Author: Omnisend * Author URI: https://www.omnisend.com * Developer: Omnisend @@ -23,7 +23,7 @@ } define( 'OMNISEND_FORMIDABLE_ADDON_NAME', 'Omnisend for Formidable Forms Add-On' ); -define( 'OMNISEND_FORMIDABLE_ADDON_VERSION', '1.1.2' ); +define( 'OMNISEND_FORMIDABLE_ADDON_VERSION', '1.1.3' ); spl_autoload_register( array( 'Omnisend_FormidableFormsAddOn_Bootstrap', 'autoloader' ) ); add_action( 'plugins_loaded', array( 'Omnisend_FormidableFormsAddOn_Bootstrap', 'check_plugin_requirements' ) ); @@ -87,7 +87,7 @@ public static function check_plugin_requirements() { return; } - $api_key = get_option( 'omnisend_api_key', null ); + $api_key = get_option( 'omni_send_core_api_key', null ); if ( is_null( $api_key ) ) { deactivate_plugins( $formidable_addon_plugin ); diff --git a/omnisend-for-formidable-forms-add-on/readme.txt b/omnisend-for-formidable-forms-add-on/readme.txt index f446f73..10873e8 100644 --- a/omnisend-for-formidable-forms-add-on/readme.txt +++ b/omnisend-for-formidable-forms-add-on/readme.txt @@ -5,7 +5,7 @@ Tags: formidable forms, form, email marketing, web tracking, subscriber collecti Requires at least: 4.7.0 Tested up to: 6.4 Requires PHP: 7.1 -Stable tag: 1.1.2 +Stable tag: 1.1.3 License: GPLv3 or later URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -59,6 +59,9 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro 7. Convert more visitors with highly-targeted landing pages == Changelog == += 1.1.3 = +* Fix connection without WooCommerce issue + = 1.1.2 = * Add Patchstack security vulnerability disclosure program link to faq @@ -68,7 +71,6 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro = 1.1.0 = * Update to use Omnisend plugin - = 1.0.4 = * Update plugin icon