Changeset 1644298
- Timestamp:
- 04/24/2017 07:42:05 PM (9 years ago)
- Location:
- check-email/trunk
- Files:
-
- 2 edited
-
check-email.php (modified) (2 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
check-email/trunk/check-email.php
r1584697 r1644298 5 5 Description: Check email allows you to test if your WordPress installation is sending emails correctly. 6 6 Text Domain: check-email 7 Version: 0.5. 27 Version: 0.5.4 8 8 Author: Chris Taylor 9 9 Author URI: http://www.stillbreathing.co.uk … … 16 16 $register->slug = "checkemail"; 17 17 $register->name = "Check Email"; 18 $register->version = "0.5. 2";18 $register->version = "0.5.4"; 19 19 $register->developer = "Chris Taylor"; 20 20 $register->homepage = "http://www.stillbreathing.co.uk"; -
check-email/trunk/readme.txt
r1584697 r1644298 5 5 Requires at least: 2.7 6 6 Tested up to: 4.7.2 7 Stable tag: 0.5. 37 Stable tag: 0.5.4 8 8 9 9 Check email allows you to test if your WordPress installation is sending emails correctly by sending a test email to an address of your choice. Allows overriding of email headers and carbon copying to another address. … … 13 13 Don't know if your WordPress installation is sending emails? Use this simple plugin to find out. It will send a simple test email to an email address of your choice, and to help troubleshoot any problems you can also override the custom headers wth your own values. 14 14 15 Please be aware this is a very early version of the plugin, and with so many people having trouble with email I expect this plugin to cause lots of questions and feature requests.15 The link to access the tool is in the "Tools" menu. 16 16 17 17 == Installation == … … 21 21 == Frequently Asked Questions == 22 22 23 = Where is the ? = 24 25 The link to access the tool is in the "Tools" menu. 26 23 27 = Why did you write this plugin? = 24 28 … … 27 31 == Changelog == 28 32 33 0.5.4 Added FAQ about the location of the tool in the WordPress admin area 29 34 0.5.3 Fixed deprecation error messages. Tested with 4.7.2. 30 35 0.5.2 Fixed un-encoded output related to XSS bug
Note: See TracChangeset
for help on using the changeset viewer.