Skip to content

Commit

Permalink
Merge pull request #124 from omnisend/update-wp-version
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
arnas authored Aug 26, 2024
2 parents 083362f + c97e602 commit 7af32fc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
},
"require-dev": {
"php": ">=7.1.0",
"php": ">=7.4.0",
"wp-coding-standards/wpcs": "^3.0",
"squizlabs/php_codesniffer": "^3.7.1",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0
* Version: 1.5.1
* 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.0';
const OMNISEND_CORE_PLUGIN_VERSION = '1.5.1';
const OMNISEND_CORE_SETTINGS_PAGE = 'omnisend';
const OMNISEND_CORE_PLUGIN_NAME = 'Email Marketing by Omnisend';
const OMNISEND_MENU_TITLE = 'Omnisend Email Marketing';
Expand Down
10 changes: 7 additions & 3 deletions omnisend/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Contributors: Omnisend
Tags: email marketing, marketing, newsletter, sms, form
Requires at least: 4.7.0
Tested up to: 6.4
Requires PHP: 7.1
Stable tag: 1.5.0
Requires PHP: 7.4
Stable tag: 1.5.1
License: GPLv3 or later
URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -96,7 +96,7 @@ None.
Will be updated support article here.

= What are the technical requirements for the plugin installation? =
* PHP 7.1+
* PHP 7.4+
* WordPress 4.0.1+
* Omnisend account

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

== Changelog ==

= 1.5.1 =

* Update supported php version

= 1.5.0 =

* Improve SDK client
Expand Down

0 comments on commit 7af32fc

Please sign in to comment.