Skip to content

Commit e6f08fe

Browse files
Merge pull request #388 from mailjet/DE-1752-mailgun-wordpress-flaky-bug-with-api-connection
New version 6.2.0
2 parents 9c5a628 + b22eb4a commit e6f08fe

4 files changed

Lines changed: 18 additions & 4 deletions

File tree

CHANGELOG.md

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

3+
##### 6.2.0
4+
- Enhanced API security with comprehensive validation and error handling
5+
- Added API key and secret format validation (regex pattern matching)
6+
- Improved HTTPS detection using WordPress native `is_ssl()` function
7+
- Added proxy configuration validation with port range checking (0-65535)
8+
- Implemented connection timeouts (30s request, 10s connect) to prevent hanging
9+
- Added comprehensive exception logging for ConnectException and RequestException
10+
- Enhanced contact sync methods with input validation and action parameter whitelist
11+
- Added detailed error logging with context information for debugging
12+
- Fixed GitHub Actions workflow with proper YAML structure and configuration
13+
- Added automated PR checks: PHPCS (code quality) and PHP Security Checker (dependencies)
14+
- Added AGENTS.md documentation guide for AI coding agents
15+
- Improved error messages and logging throughout API integration
16+
317
##### 6.1.6
418
- Fixing code base
519
- Fixed possible warning in the code

README.md

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: 5.6
66
- Tested up to: 6.8.3
7-
- Stable tag: 6.1.7
7+
- Stable tag: 6.2.0
88
- Requires PHP: 7.4
99
- License: GPLv2 or later
1010
- License URI: http://www.gnu.org/licenses/gpl-2.0.html

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: 5.6
66
- Tested up to: 6.8.3
7-
- Stable tag: 6.1.7
7+
- Stable tag: 6.2.0
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.7
17+
* Version: 6.2.0
1818
* Tested up to: 6.8.3
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.6');
59+
define('MAILJET_VERSION', '6.2.0');
6060

6161
/**
6262
* Mailjet Plugid dir.

0 commit comments

Comments
 (0)