summaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
authoryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2018-04-18 20:06:44 +0000
committeryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2018-04-18 20:06:44 +0000
commit4479391721fe40b39d7dc06e639e354d316faa43 (patch)
treee0e2f4d9859866998dde7fc88874568bbadda07e /readme.txt
parent871bbe5d0895e47bc7fc4dcf2feddaaaaad71000 (diff)
downloadPost-SMTP-4479391721fe40b39d7dc06e639e354d316faa43.zip
* remove mailgun docs
* fix js error ($) * fix mail function param * script for dismiss "not configured.." message
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 14e6a9f..66164db 100644
--- a/readme.txt
+++ b/readme.txt
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=yehuda@m
Tags: postman smtp, postman, smtp, email, mail, mailer, email log, oauth2, gmail, google apps, hotmail, yahoo, mandrill api, sendgrid api, elastic email, office365, mailgun
Requires at least: 3.9
Tested up to: 4.9.5
-Stable tag: 1.8.3
+Stable tag: 1.8.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -293,6 +293,11 @@ To avoid being flagged as spam, you need to prove your email isn't forged. On a
== Changelog ==
+= 1.8.4 - 2018-04-18
+* New: Multiple notification options to failed emails
+* Upgrade: The Gmail code was upgraded and code change to support large attachments
+* Add: Fix release lock file error
+* Change: "Not configured..." message is now dismissible
= 1.8.3 - 2018-03-21
* Fix: SendGrid API Call Structure (The previous try didn't work)