-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
38 lines (27 loc) · 1.27 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
=== Stop Emails Logger ===
Contributors: salcode
Tags: email, development
Requires at least: 3.6
Tested up to: 4.0.1
Stable tag: 0.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Add-on to the Stop Emails plugin that logs blocked emails.
== Description ==
Creates a new Custom Post Type called "Stopped Emails" where
emails blocked by the [Stop Emails plugin](https://wordpress.org/plugins/stop-emails/)
are logged.
Requires Stop Emails version 0.7 or above.
Built by [@salcode](https://twitter.com/salcode) / <a rel="author" href="https://plus.google.com/100823173217716320069">Sal Ferrarello</a>,
[salferrarello.com](http://salferrarello.com/)
== Installation ==
1. Install and activate the [Stop Emails plugin](https://wordpress.org/plugins/stop-emails/)
2. Install this plugin from WordPress plugin repository http://wordpress.org/plugins/
3. Activate Stop Emails Logger through the 'Plugins' menu in WordPress.
= Manual Installation =
1. Install and activate the <a href="https://wordpress.org/plugins/stop-emails/">Stop Emails plugin</a>
2. Upload the entire `stop-emails-logger` directory to the `/wp-content/plugins/` directory.
3. Activate Stop Emails Logger through the 'Plugins' menu in WordPress.
== Changelog ==
= 0.1.0 =
* First release