Skip to content

Commit

Permalink
Merge branch 'release/1.14.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
sumaisa-mou committed Aug 10, 2023
2 parents d24eb78 + f34fd83 commit b994157
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion includes/WeMail.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ final class WeMail {
*
* @var string
*/
public $version = '1.14.0';
public $version = '1.14.1';

/**
* DB version
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wemail",
"version": "1.14.0",
"version": "1.14.1",
"description": "Send Beautiful Email Newsletters with WordPress",
"scripts": {
"build": "node build",
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: tareq1988, nizamuddinbabu, wedevs, wemail
Donate link: https://getwemail.io
Tags: email marketing, subscription form, smtp, newsletter, email campaign,
Requires at least: 4.0
Tested up to: 6.0
Stable tag: 1.14.0
Tested up to: 6.3
Stable tag: 1.14.1
Requires PHP: 5.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -286,6 +286,9 @@ weMail doesn't require any pre-requisite. But we do advise you first look throug

== Changelog ==

= v1.14.1 - (10th Aug, 2023) =
* WordPress 6.3 compatibility

= v1.14.0 - (13th Jul, 2023) =
* **New:** Added Elementor Form integration
* **Fixed** Fluent Form integration mapping field issue
Expand Down
2 changes: 1 addition & 1 deletion wemail.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Plugin URI: https://wordpress.org/plugins/wemail/
* Author: weDevs
* Author URI: https://getwemail.io/?utm_source=wp-org&utm_medium=author-uri
* Version: 1.14.0
* Version: 1.14.1
* License: GPL-3.0
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: wemail
Expand Down

0 comments on commit b994157

Please sign in to comment.