Skip to content

Commit aa07d56

Browse files
authored
Add Patchstack security vulnerability disclosure program link to faq (#16)
Add Patchstack security vulnerability disclosure program link to faq
1 parent a6b47a6 commit aa07d56

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

omnisend-for-ninja-forms/class-omnisend-ninjaformsaddon-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 Ninja Forms Add-On
44
* Description: A ninja forms add-on to sync contacts with Omnisend. In collaboration with Omnisend 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://omnisend.com
88
* Developer: Omnisend
@@ -23,7 +23,7 @@
2323
}
2424

2525
const OMNISEND_NINJA_ADDON_NAME = 'Omnisend for NINJA Forms Add-On';
26-
const OMNISEND_NINJA_ADDON_VERSION = '1.1.1';
26+
const OMNISEND_NINJA_ADDON_VERSION = '1.1.2';
2727

2828
add_action( 'ninja_forms_register_actions', array( 'Omnisend_NinjaFormsAddOn_Bootstrap', 'register_actions' ), 10 );
2929
spl_autoload_register( array( 'Omnisend_NinjaFormsAddOn_Bootstrap', 'autoloader' ) );

omnisend-for-ninja-forms/readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: Ninja forms, form, email marketing, web tracking, subscriber collection
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,9 @@ 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-ninja-forms-add-on)
51+
4952
== Screenshots ==
5053

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

5962
== Changelog ==
63+
= 1.1.2 =
64+
65+
* Add Patchstack security vulnerability disclosure program link to faq
6066

6167
= 1.1.1 =
6268

0 commit comments

Comments
 (0)