Skip to content

Commit 3646685

Browse files
committed
Version 1.5.0
1 parent 21a0785 commit 3646685

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

email-auth.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: Email Auth
1212
* Plugin URI: https://www.brandonfowler.me/email-auth/
1313
* Description: Enable email authentication/validation for the default WordPress PHPMailer.
14-
* Version: 1.4.0
14+
* Version: 1.5.0
1515
* Requires at least: 6.0
1616
* Requires PHP: 7.4
1717
* Author: Brandon Fowler
@@ -27,7 +27,7 @@
2727
}
2828

2929
define( 'EAUTH_PLUGIN_FILE', __FILE__ );
30-
define( 'EAUTH_PLUGIN_VERSION', '1.4.0' );
30+
define( 'EAUTH_PLUGIN_VERSION', '1.5.0' );
3131

3232
require __DIR__ . '/vendor/autoload.php';
3333
require __DIR__ . '/includes/utils/common.php';

readme.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: brandonxlf
33
Tags: email
44
Donate link: https://www.brandonfowler.me/donate/
55
Tested up to: 6.8
6-
Stable tag: 1.4.0
6+
Stable tag: 1.5.0
77
License: GPLv2 or later
88
License URI: https://www.gnu.org/licenses/gpl-2.0.html
99

@@ -59,12 +59,19 @@ Check out [the GitHub repository](https://github.com/BrandonXLF/email-auth) to l
5959

6060
== Changelog ==
6161

62+
= 1.5.0 =
63+
64+
- Show DMARC alignment checks
65+
- Show current DNS TXT record for all check types
66+
- Optimize plugin file loading
67+
- Use configured sever IP for recommended SPF record
68+
6269
= 1.4.0 =
6370

6471
- Warn about non (soft) fail all SPF terms
6572
- Resolve DNS with popular DNS servers directly
6673
- Show the SPF server IP being tested
67-
- Make the SPF server IP to be configurable
74+
- Allow the SPF server IP to be configured
6875
- Add buttons to recheck sections
6976

7077
= 1.3.0 =

0 commit comments

Comments
 (0)