diff --git a/omnisend-for-ninja-forms/class-omnisend-ninjaformsaddon-bootstrap.php b/omnisend-for-ninja-forms/class-omnisend-ninjaformsaddon-bootstrap.php index 00a0af2..575c948 100644 --- a/omnisend-for-ninja-forms/class-omnisend-ninjaformsaddon-bootstrap.php +++ b/omnisend-for-ninja-forms/class-omnisend-ninjaformsaddon-bootstrap.php @@ -2,7 +2,7 @@ /** * Plugin Name: Omnisend for Ninja Forms Add-On * Description: A ninja forms add-on to sync contacts with Omnisend. In collaboration with Omnisend for WooCommerce plugin it enables better customer tracking - * Version: 1.1.1 + * Version: 1.1.2 * Author: Omnisend * Author URI: https://omnisend.com * Developer: Omnisend @@ -23,7 +23,7 @@ } const OMNISEND_NINJA_ADDON_NAME = 'Omnisend for NINJA Forms Add-On'; -const OMNISEND_NINJA_ADDON_VERSION = '1.1.1'; +const OMNISEND_NINJA_ADDON_VERSION = '1.1.2'; add_action( 'ninja_forms_register_actions', array( 'Omnisend_NinjaFormsAddOn_Bootstrap', 'register_actions' ), 10 ); spl_autoload_register( array( 'Omnisend_NinjaFormsAddOn_Bootstrap', 'autoloader' ) ); diff --git a/omnisend-for-ninja-forms/readme.txt b/omnisend-for-ninja-forms/readme.txt index f7f0bf8..1084741 100644 --- a/omnisend-for-ninja-forms/readme.txt +++ b/omnisend-for-ninja-forms/readme.txt @@ -5,7 +5,7 @@ Tags: Ninja forms, form, email marketing, web tracking, subscriber collection Requires at least: 4.7.0 Tested up to: 6.4 Requires PHP: 7.1 -Stable tag: 1.1.1 +Stable tag: 1.1.2 License: GPLv3 or later URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -46,6 +46,9 @@ Every Omnisend customer gets our award-winning support, 24/7—even on the free = Where can I find Omnisend Terms? = Read Omnisend [Terms of Use](https://www.omnisend.com/terms) += How can I report security bugs? +You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. [Report a security vulnerability.](https://patchstack.com/database/vdp/omnisend-for-ninja-forms-add-on) + == Screenshots == 1. Build beautiful campaigns using our email templates @@ -57,6 +60,9 @@ Read Omnisend [Terms of Use](https://www.omnisend.com/terms) 7. Convert more visitors with highly-targeted landing pages == Changelog == += 1.1.2 = + +* Add Patchstack security vulnerability disclosure program link to faq = 1.1.1 =