Skip to content

Commit e951661

Browse files
Version update
1 parent 779adff commit e951661

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Changelog
22

3+
##### 6.1.5
4+
- Fixed issue with wrong permission check on integration page
5+
36
##### 6.1.4
47
- Fix issues in the input fields. Tested with new WP version
58

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- Tags: email, marketing, signup, newsletter, widget, smtp, woocommerce, contact form 7
55
- Requires at least: 4.4
66
- Tested up to: 6.8.1
7-
- Stable tag: 6.1.4
7+
- Stable tag: 6.1.5
88
- Requires PHP: 7.4
99
- License: GPLv2 or later
1010
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -162,6 +162,9 @@ find vendor/ -type d -name ".git" -exec rm -rf {} \;
162162

163163
## Changelog
164164

165+
##### 6.1.5
166+
- Fixed issue with wrong permission check on integration page
167+
165168
##### 6.1.4
166169
- Fix issues in the input fields. Tested with new WP version
167170

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- Tags: email, marketing, signup, newsletter, widget, smtp, woocommerce, contact form 7
55
- Requires at least: 4.4
66
- Tested up to: 6.8.1
7-
- Stable tag: 6.1.4
7+
- Stable tag: 6.1.5
88
- Requires PHP: 7.4
99
- License: GPLv2 or later
1010
- License URI: http://www.gnu.org/licenses/gpl-2.0.html

wp-mailjet.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Plugin Name: Mailjet for WordPress
1515
* Plugin URI: https://www.mailjet.com/partners/wordpress/
1616
* Description: The Best WordPress Plugin For Email Newsletters.
17-
* Version: 6.1.4
17+
* Version: 6.1.5
1818
* Tested up to: 6.8.1
1919
* Author: Mailjet SAS
2020
* Author URI: http://mailjet.com
@@ -56,7 +56,7 @@
5656
/**
5757
* Mailjet plugin version.
5858
*/
59-
define('MAILJET_VERSION', '6.1.4');
59+
define('MAILJET_VERSION', '6.1.5');
6060

6161
/**
6262
* Mailjet Plugid dir.

0 commit comments

Comments
 (0)