check-email
Last commit date
assets
5 years ago
include
5 years ago
changelog.txt
5 years ago
check-email.php
5 years ago
readme.txt
5 years ago
uninstall.php
5 years ago
changelog.txt
55 lines
| 1 | == Changelog == |
| 2 | |
| 3 | = 1.0.0 = |
| 4 | * Added Email Logs for all the emails sent through Wordpress. |
| 5 | |
| 6 | = 0.6.1 = |
| 7 | Added feedback form. Improved CSS backend. |
| 8 | |
| 9 | = 0.6.0 = |
| 10 | Fixed loopback error. |
| 11 | |
| 12 | = 0.5.7 = |
| 13 | Added support for the wp_mail_from filter |
| 14 | |
| 15 | = 0.5.6 = |
| 16 | Tested with WordPress 5.1.1 |
| 17 | |
| 18 | = 0.5.5 = |
| 19 | Fixed typo (sorry sorry sorry) |
| 20 | |
| 21 | = 0.5.4 = |
| 22 | Added FAQ about the location of the tool in the WordPress admin area |
| 23 | |
| 24 | = 0.5.3 = |
| 25 | Fixed deprecation error messages. Tested with 4.7.2. |
| 26 | |
| 27 | = 0.5.2 = |
| 28 | Fixed un-encoded output related to XSS bug |
| 29 | |
| 30 | = 0.5.1 = |
| 31 | Properly fixed XSS vulnerability (apologies) |
| 32 | |
| 33 | = 0.5 = |
| 34 | Fixed XSS vulnerability found by Antonis Manaras |
| 35 | |
| 36 | = 0.4 = |
| 37 | Added more information from php.ini, fixed incorrect textdomains |
| 38 | |
| 39 | = 0.3 = |
| 40 | Moved the page to the Tools menu |
| 41 | |
| 42 | = 0.2 = |
| 43 | Now displays SMTP server name |
| 44 | |
| 45 | = 0.1.3 = |
| 46 | Fixed version number |
| 47 | |
| 48 | = 0.1.2 = |
| 49 | Fixed bug in Plugin Register caused by latest version of WordPress |
| 50 | |
| 51 | = 0.1.1 = |
| 52 | Fixed typo in plugin name |
| 53 | |
| 54 | = 0.1 = |
| 55 | Initial version |