Changeset 1584697
- Timestamp:
- 01/29/2017 10:34:12 PM (9 years ago)
- Location:
- check-email/trunk
- Files:
-
- 3 edited
-
check-email.php (modified) (1 diff)
-
plugin-register.class.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
check-email/trunk/check-email.php
r1547028 r1584697 19 19 $register->developer = "Chris Taylor"; 20 20 $register->homepage = "http://www.stillbreathing.co.uk"; 21 $register-> Plugin_Register();21 $register->Register(); 22 22 23 23 // add the admin menu option -
check-email/trunk/plugin-register.class.php
r318305 r1584697 33 33 var $register_message = ""; 34 34 var $thanks_message = ""; 35 function Plugin_Register() {35 function Register() { 36 36 @session_start(); 37 37 register_activation_hook( $this->file, array( $this, "Activated" ) ); -
check-email/trunk/readme.txt
r1547028 r1584697 4 4 Tags: check, test, email, smtp, pop, send, delivery 5 5 Requires at least: 2.7 6 Tested up to: 4. 6.17 Stable tag: 0.5. 26 Tested up to: 4.7.2 7 Stable tag: 0.5.3 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. … … 27 27 == Changelog == 28 28 29 0.5.3 Fixed deprecation error messages. Tested with 4.7.2. 29 30 0.5.2 Fixed un-encoded output related to XSS bug 30 31 0.5.1 Properly fixed XSS vulnerability (apologies)
Note: See TracChangeset
for help on using the changeset viewer.