Plugin Directory

Changeset 1584697


Ignore:
Timestamp:
01/29/2017 10:34:12 PM (9 years ago)
Author:
MrWiblog
Message:

0.5.3: Fixed deprecation error messages. Tested with 4.7.2.

Location:
check-email/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • check-email/trunk/check-email.php

    r1547028 r1584697  
    1919$register->developer = "Chris Taylor";
    2020$register->homepage = "http://www.stillbreathing.co.uk";
    21 $register->Plugin_Register();
     21$register->Register();
    2222
    2323// add the admin menu option
  • check-email/trunk/plugin-register.class.php

    r318305 r1584697  
    3333        var $register_message = "";
    3434        var $thanks_message = "";
    35         function Plugin_Register() {
     35        function Register() {
    3636            @session_start();
    3737            register_activation_hook( $this->file, array( $this, "Activated" ) );
  • check-email/trunk/readme.txt

    r1547028 r1584697  
    44Tags: check, test, email, smtp, pop, send, delivery
    55Requires at least: 2.7
    6 Tested up to: 4.6.1
    7 Stable tag: 0.5.2
     6Tested up to: 4.7.2
     7Stable tag: 0.5.3
    88
    99Check 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.
     
    2727== Changelog ==
    2828
     290.5.3 Fixed deprecation error messages. Tested with 4.7.2.
    29300.5.2 Fixed un-encoded output related to XSS bug
    30310.5.1 Properly fixed XSS vulnerability (apologies)
Note: See TracChangeset for help on using the changeset viewer.