Changeset 751118
- Timestamp:
- 08/04/2013 02:22:06 PM (13 years ago)
- Location:
- email/trunk
- Files:
-
- 2 edited
-
email.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
email/trunk/email.php
r751115 r751118 4 4 * Description: Email users with custom templates when certain actions happen, such as new posts, updated custom post types, deleted users. 5 5 * Author: developdaly 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Author URI: http://developdaly.com/ 8 8 * Text Domain: email -
email/trunk/readme.txt
r751115 r751118 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 Email users with custom templates when certain actions happen, such as new posts , updated custom post types, deleted users.10 Email users with custom templates when certain actions happen, such as new posts or updated custom post types and keep a log of sent emails. 11 11 12 12 == Description == … … 26 26 See [Installing Plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins). 27 27 28 == Frequently Asked Questions ==29 30 = A question that someone might have =31 32 An answer to that question.33 34 = What about foo bar? =35 36 Answer to foo bar dilemma.37 38 28 == Screenshots == 39 29 40  30 1. Add new email 31 2. Email configuration with email template 32 3. Email log 41 33 42 34 == Changelog == 35 36 = 1.0.2 = 37 * Improved Readme 43 38 44 39 = 1.0.1 =
Note: See TracChangeset
for help on using the changeset viewer.