Skip to content

Commit

Permalink
Add Patchstack security vulnerability disclosure program link to faq (#…
Browse files Browse the repository at this point in the history
…16)

Add Patchstack security vulnerability disclosure program link to faq
  • Loading branch information
rokeras authored Mar 14, 2024
1 parent a6b47a6 commit aa07d56
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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' ) );
Expand Down
8 changes: 7 additions & 1 deletion omnisend-for-ninja-forms/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand All @@ -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 =

Expand Down

0 comments on commit aa07d56

Please sign in to comment.