Skip to content

Commit

Permalink
Merge pull request #133 from omnisend/update-plugin-1.5.4
Browse files Browse the repository at this point in the history
AUTOMATIC RELEASE ~ v1.5.4 | Fix phone parsing
  • Loading branch information
greta-mik authored Oct 22, 2024
2 parents 114e241 + 0c45f15 commit d3cd8d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions omnisend/class-omnisend-core-bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Plugin Name: Omnisend Email Marketing
* Description: Omnisend main plugin that enables integration with Omnisend.
* Version: 1.5.3
* Version: 1.5.4
* Author: Omnisend
* Author URI: https://www.omnisend.com
* Developer: Omnisend
Expand All @@ -23,7 +23,7 @@

defined( 'ABSPATH' ) || die( 'no direct access' );

const OMNISEND_CORE_PLUGIN_VERSION = '1.5.3';
const OMNISEND_CORE_PLUGIN_VERSION = '1.5.4';
const OMNISEND_CORE_SETTINGS_PAGE = 'omnisend';
const OMNISEND_CORE_PLUGIN_NAME = 'Email Marketing by Omnisend';
const OMNISEND_MENU_TITLE = 'Omnisend Email Marketing';
Expand Down
6 changes: 5 additions & 1 deletion omnisend/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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: 1.5.3
Stable tag: 1.5.4
License: GPLv3 or later
URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -121,6 +121,10 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro

== Changelog ==

= 1.5.4 =

* Fix phone parsing

= 1.5.3 =

* Add new plugins
Expand Down

0 comments on commit d3cd8d6

Please sign in to comment.