Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase version and add change log #5

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Plugin Name: Omnisend for Contact Form 7 Add-On
* Description: A Contact Form 7 add-on to sync contacts with Omnisend. In collaboration with Omnisend for WooCommerce plugin it enables better customer tracking
* Version: 1.1.2
* Version: 1.1.3
* Author: Omnisend
* Author URI: https://www.omnisend.com
* Developer: Omnisend
Expand All @@ -25,7 +25,7 @@
add_action( 'wpcf7_init', array( 'WPCF7_Omnisend_Bootstrap', 'load' ), 5 );

const WPCP7_OMNISEND_PLUGIN_NAME = 'Omnisend for Contact Form 7';
const WPCP7_OMNISEND_PLUGIN_VERSION = '1.1.2';
const WPCP7_OMNISEND_PLUGIN_VERSION = '1.1.3';
const WPCP7_OMNISEND_SUPPORT_ARTICLE_LINK = 'https://support.omnisend.com/en/articles/8672359-integration-with-contact-form-7';
const WPCP7_OMNISEND_WELCOME_AUTOMATION_ARTICLE_LINK = 'https://support.omnisend.com/en/articles/1061818-welcome-email-automation';

Expand Down
12 changes: 5 additions & 7 deletions omnisend-for-contact-form-7/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: Contact Form 7, form, email marketing, web tracking, subscriber collection
Requires at least: 4.7.0
Tested up to: 6.7
Requires PHP: 7.1
Stable tag: 1.1.2
Stable tag: 1.1.3
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -63,26 +63,24 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro
7. Convert more visitors with highly-targeted landing pages

== Changelog ==
= 1.1.2 =

= 1.1.3 =
* Update tested WP version and security fixes

= 1.1.2 =
* Add Patchstack security vulnerability disclosure program link to faq

= 1.1.1 =

* Update plugin banner & text

= 1.1.0 =

* Update plugin to change dependency from Omnisend for Woo to Omnisend Wordpress.

= 1.0.2 =

* Update settings description text.

= 1.0.1 =

* Added send welcome email option.

= 1.0.0 =

* Initial release.
Loading