File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 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
2727}
2828
2929define ( 'EAUTH_PLUGIN_FILE ' , __FILE__ );
30- define ( 'EAUTH_PLUGIN_VERSION ' , '1.4 .0 ' );
30+ define ( 'EAUTH_PLUGIN_VERSION ' , '1.5 .0 ' );
3131
3232require __DIR__ . '/vendor/autoload.php ' ;
3333require __DIR__ . '/includes/utils/common.php ' ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Contributors: brandonxlf
33Tags: email
44Donate link: https://www.brandonfowler.me/donate/
55Tested up to: 6.8
6- Stable tag: 1.4 .0
6+ Stable tag: 1.5 .0
77License: GPLv2 or later
88License 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 =
You can’t perform that action at this time.
0 commit comments