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

Release 1.14.6 #357

Merged
merged 1 commit into from
Aug 15, 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
2 changes: 1 addition & 1 deletion includes/WeMail.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ final class WeMail {
*
* @var string
*/
public $version = '1.14.5';
public $version = '1.14.6';

/**
* 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.5",
"version": "1.14.6",
"description": "Send Beautiful Email Newsletters with WordPress",
"scripts": {
"build": "node build",
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://getwemail.io
Tags: email marketing, subscription form, smtp, newsletter, email campaign,
Requires at least: 4.0
Tested up to: 6.4.3
Stable tag: 1.14.5
Stable tag: 1.14.6
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.6 - (15th Aug, 2024) =
* Fix vulnerability issue for form preview

= v1.14.5 - (21st May, 2024) =
* Remove deprecated library danielsjules/stringy

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.5
* Version: 1.14.6
* License: GPL-3.0
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: wemail
Expand Down
Loading