Plugin Directory

Changeset 1644298


Ignore:
Timestamp:
04/24/2017 07:42:05 PM (9 years ago)
Author:
MrWiblog
Message:

0.5.4 Added FAQ about the location of the tool in the WordPress admin area

Location:
check-email/trunk
Files:
2 edited

Legend:

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

    r1584697 r1644298  
    55Description: Check email allows you to test if your WordPress installation is sending emails correctly.
    66Text Domain: check-email
    7 Version: 0.5.2
     7Version: 0.5.4
    88Author: Chris Taylor
    99Author URI: http://www.stillbreathing.co.uk
     
    1616$register->slug = "checkemail";
    1717$register->name = "Check Email";
    18 $register->version = "0.5.2";
     18$register->version = "0.5.4";
    1919$register->developer = "Chris Taylor";
    2020$register->homepage = "http://www.stillbreathing.co.uk";
  • check-email/trunk/readme.txt

    r1584697 r1644298  
    55Requires at least: 2.7
    66Tested up to: 4.7.2
    7 Stable tag: 0.5.3
     7Stable tag: 0.5.4
    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.
     
    1313Don'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.
    1414
    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.
     15The link to access the tool is in the "Tools" menu.
    1616
    1717== Installation ==
     
    2121== Frequently Asked Questions ==
    2222
     23= Where is the ? =
     24
     25The link to access the tool is in the "Tools" menu.
     26
    2327= Why did you write this plugin? =
    2428
     
    2731== Changelog ==
    2832
     330.5.4 Added FAQ about the location of the tool in the WordPress admin area
    29340.5.3 Fixed deprecation error messages. Tested with 4.7.2.
    30350.5.2 Fixed un-encoded output related to XSS bug
Note: See TracChangeset for help on using the changeset viewer.