From ba0e41a3f56a8bf146e050f01517910a07b3ba28 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 3 Dec 2024 07:44:20 +0000 Subject: [PATCH 1/4] Update plugin version and changelog --- omnisend/readme.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/omnisend/readme.txt b/omnisend/readme.txt index 9eba516..e2830bb 100644 --- a/omnisend/readme.txt +++ b/omnisend/readme.txt @@ -121,6 +121,10 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro == Changelog == += 1.6.1 = + +* Fixed version + = v1.6.0 = * Add ability to connect PHP store to Omnisend From e3e438c73811d25697ac5258f9a38a48226568c4 Mon Sep 17 00:00:00 2001 From: nerijuszaniauskas <98449470+nerijuszaniauskas@users.noreply.github.com> Date: Tue, 3 Dec 2024 10:05:28 +0200 Subject: [PATCH 2/4] Update readme.txt --- omnisend/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omnisend/readme.txt b/omnisend/readme.txt index e2830bb..33290d9 100644 --- a/omnisend/readme.txt +++ b/omnisend/readme.txt @@ -5,7 +5,7 @@ Tags: email marketing, marketing, newsletter, sms, form Requires at least: 4.7.0 Tested up to: 6.4 Requires PHP: 7.4 -Stable tag: v1.6.0 +Stable tag: 1.6.1 License: GPLv3 or later URI: http://www.gnu.org/licenses/gpl-3.0.html From 64a7b1df37dd9e5c8ab1b2a1b7abb59a172930d2 Mon Sep 17 00:00:00 2001 From: nerijuszaniauskas <98449470+nerijuszaniauskas@users.noreply.github.com> Date: Tue, 3 Dec 2024 10:06:13 +0200 Subject: [PATCH 3/4] Update class-omnisend-core-bootstrap.php --- omnisend/class-omnisend-core-bootstrap.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/omnisend/class-omnisend-core-bootstrap.php b/omnisend/class-omnisend-core-bootstrap.php index bf702cb..f776f2d 100644 --- a/omnisend/class-omnisend-core-bootstrap.php +++ b/omnisend/class-omnisend-core-bootstrap.php @@ -4,7 +4,7 @@ * * Plugin Name: Omnisend Email Marketing * Description: Omnisend main plugin that enables integration with Omnisend. - * Version: v1.6.0 + * Version: 1.6.0 * Author: Omnisend * Author URI: https://www.omnisend.com * Developer: Omnisend @@ -23,7 +23,7 @@ defined( 'ABSPATH' ) || die( 'no direct access' ); -const OMNISEND_CORE_PLUGIN_VERSION = 'v1.6.0'; +const OMNISEND_CORE_PLUGIN_VERSION = '1.6.1'; const OMNISEND_CORE_SETTINGS_PAGE = 'omnisend'; const OMNISEND_CORE_PLUGIN_NAME = 'Email Marketing by Omnisend'; const OMNISEND_MENU_TITLE = 'Omnisend Email Marketing'; From 0377a9952cbb4b061cd7f6cf9b66e52c9f372f0f Mon Sep 17 00:00:00 2001 From: nerijuszaniauskas <98449470+nerijuszaniauskas@users.noreply.github.com> Date: Tue, 3 Dec 2024 10:07:12 +0200 Subject: [PATCH 4/4] Update class-omnisend-core-bootstrap.php --- omnisend/class-omnisend-core-bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omnisend/class-omnisend-core-bootstrap.php b/omnisend/class-omnisend-core-bootstrap.php index f776f2d..94b4748 100644 --- a/omnisend/class-omnisend-core-bootstrap.php +++ b/omnisend/class-omnisend-core-bootstrap.php @@ -4,7 +4,7 @@ * * Plugin Name: Omnisend Email Marketing * Description: Omnisend main plugin that enables integration with Omnisend. - * Version: 1.6.0 + * Version: 1.6.1 * Author: Omnisend * Author URI: https://www.omnisend.com * Developer: Omnisend