diff --git a/omnisend-for-gravity-forms/class-omnisend-addon-bootstrap.php b/omnisend-for-gravity-forms/class-omnisend-addon-bootstrap.php index 8cc97a4..f2cea55 100644 --- a/omnisend-for-gravity-forms/class-omnisend-addon-bootstrap.php +++ b/omnisend-for-gravity-forms/class-omnisend-addon-bootstrap.php @@ -2,7 +2,7 @@ /** * Plugin Name: Omnisend for Gravity Forms Add-On * Description: A gravity forms add-on to sync contacts with Omnisend. In collaboration with Omnisnnd for WooCommerce plugin it enables better customer tracking - * Version: 1.2.1 + * Version: 1.2.2 * Author: Omnisend * Author URI: https://www.omnisend.com * Developer: Omnisend @@ -21,7 +21,7 @@ } const OMNISEND_GRAVITY_ADDON_NAME = 'Omnisend for Gravity Forms Add-On'; -const OMNISEND_GRAVITY_ADDON_VERSION = '1.2.1'; +const OMNISEND_GRAVITY_ADDON_VERSION = '1.2.2'; add_action( 'gform_loaded', array( 'Omnisend_AddOn_Bootstrap', 'load' ), 5 ); diff --git a/omnisend-for-gravity-forms/readme.txt b/omnisend-for-gravity-forms/readme.txt index b75681d..ba1687f 100644 --- a/omnisend-for-gravity-forms/readme.txt +++ b/omnisend-for-gravity-forms/readme.txt @@ -5,7 +5,7 @@ Tags: Gravity 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.2.1 +Stable tag: 1.2.2 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -60,6 +60,9 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro 7. Convert more visitors with highly-targeted landing pages == Changelog == += 1.2.2 = + +* Add Patchstack security vulnerability disclosure program link to faq. = 1.2.1 =