Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rokeras authored Mar 13, 2024
1 parent d855dc4 commit 1dbf355
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions omnisend-for-gravity-forms/class-omnisend-addon-bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 );

Expand Down
5 changes: 4 additions & 1 deletion omnisend-for-gravity-forms/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

Expand Down

0 comments on commit 1dbf355

Please sign in to comment.