Skip to content

Commit 6c7b164

Browse files
authored
Merge pull request #14 from omnisend/patchstack
Add Patchstack security vulnerability disclosure program link to faq
2 parents 6a51397 + 9a89193 commit 6c7b164

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

omnisend-for-formidable-forms-add-on/class-omnisend-formidableformsaddon-bootstrap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Omnisend for Formidable Forms Add-On
44
* Description: A Formidable forms add-on to sync contacts with Omnisend. In collaboration with Omnisnnd for WooCommerce plugin it enables better customer tracking
5-
* Version: 1.1.1
5+
* Version: 1.1.2
66
* Author: Omnisend
77
* Author URI: https://www.omnisend.com
88
* Developer: Omnisend
@@ -23,7 +23,7 @@
2323
}
2424

2525
define( 'OMNISEND_FORMIDABLE_ADDON_NAME', 'Omnisend for Formidable Forms Add-On' );
26-
define( 'OMNISEND_FORMIDABLE_ADDON_VERSION', '1.1.1' );
26+
define( 'OMNISEND_FORMIDABLE_ADDON_VERSION', '1.1.2' );
2727

2828
spl_autoload_register( array( 'Omnisend_FormidableFormsAddOn_Bootstrap', 'autoloader' ) );
2929
add_action( 'plugins_loaded', array( 'Omnisend_FormidableFormsAddOn_Bootstrap', 'check_plugin_requirements' ) );

omnisend-for-formidable-forms-add-on/readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: formidable forms, form, email marketing, web tracking, subscriber collecti
55
Requires at least: 4.7.0
66
Tested up to: 6.4
77
Requires PHP: 7.1
8-
Stable tag: 1.1.1
8+
Stable tag: 1.1.2
99
License: GPLv3 or later
1010
URI: http://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -46,6 +46,8 @@ Every Omnisend customer gets our award-winning support, 24/7—even on the free
4646
= Where can I find Omnisend Terms? =
4747
Read Omnisend [Terms of Use](https://www.omnisend.com/terms)
4848

49+
= How can I report security bugs?
50+
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-formidable-forms-add-on)
4951
== Screenshots ==
5052

5153
1. Build beautiful campaigns using our email templates
@@ -57,6 +59,8 @@ Read Omnisend [Terms of Use](https://www.omnisend.com/terms)
5759
7. Convert more visitors with highly-targeted landing pages
5860

5961
== Changelog ==
62+
= 1.1.2 =
63+
* Add Patchstack security vulnerability disclosure program link to faq
6064

6165
= 1.1.1 =
6266
* Update banner & icon

0 commit comments

Comments
 (0)