| 1 |
=== Email Post Changes === |
| 2 |
Contributors: mdawaffe, automattic, viper007bond, nickmomrik, dllh, iandunn |
| 3 |
Tags: email, diff, post, page, change |
| 4 |
Requires at least: 3.2 |
| 5 |
Tested up to: 7.0 |
| 6 |
Stable tag: 1.7.2 |
| 7 |
|
| 8 |
Emails you whenever a change to a post or page is made. |
| 9 |
|
| 10 |
== Description == |
| 11 |
|
| 12 |
Each time a change is made to a post or page, those changes are emailed to the users and email addresses you specify. |
| 13 |
|
| 14 |
Optionally, you can set what types of changes to email (post changes, page changes, attachment changes, or changes |
| 15 |
to any other 'post type' defined by any other plugin). |
| 16 |
|
| 17 |
The changes are emailed as a unified diff. If the email client supports HTML emails, the diff will be colorized. |
| 18 |
|
| 19 |
|
| 20 |
== Installation == |
| 21 |
|
| 22 |
After uploading and activating the plugin, go to Settings -> Email Post Changes to set up the plugin. |
| 23 |
|
| 24 |
You can change what email addresses to use and for what post types you want change notifications. |
| 25 |
|
| 26 |
|
| 27 |
== Changelog == |
| 28 |
|
| 29 |
= 1.7.1 = |
| 30 |
* Fixed a bug where emails would be sent during autosaves in WordPress 3.9 |
| 31 |
|
| 32 |
= 1.7 = |
| 33 |
* Send e-mails to each recipient individually, so that the recipients won't see who else recieved the message. |
| 34 |
* Added the `email_post_changes_admin_email_fallback` filter. |
| 35 |
* Fixed a PHP notice about $blog_id being undefined. |
| 36 |
|
| 37 |
= 1.6 = |
| 38 |
* Fix a few php notices. |
| 39 |
|
| 40 |
= 1.5 = |
| 41 |
* Fix bug that caused email to be sent on autosaves when the option to email draft changes was selected. |
| 42 |
|
| 43 |
= 1.4 = |
| 44 |
* Fix bug that showed the post owner rather than the current user as having updated a post. |
| 45 |
|
| 46 |
= 1.3 = |
| 47 |
* Update for WordPress 3.6 compatibility. |
| 48 |
|
| 49 |
= 1.2 = |
| 50 |
* Fix bug when bulk editing posts. |
| 51 |
|
| 52 |
= 1.0 = |
| 53 |
* Fix bug preventing changes to 'Users to Email' checkboxes |
| 54 |
|
| 55 |
= 0.9 = |
| 56 |
* Allow emails field to be empty if there is at least one user selected. |
| 57 |
|
| 58 |
= 0.8 = |
| 59 |
* Add user selection to the Settings page. |
| 60 |
* Change the HTML diff so that it only includes 2 leading and trailing lines. |
| 61 |
* Fix bug where an invalid email address would keep throwing an error when loading the Settings page. |
| 62 |
|
| 63 |
= 0.7 = |
| 64 |
* Fix PHP Warning. |
| 65 |
* Remove code that requires PHP 5.2. |
| 66 |
* Fix settings link. |
| 67 |
* Better post_type labeling. |
| 68 |
|
| 69 |
= 0.6 = |
| 70 |
* Pull class out to own file to make it easy to write plugins that extend this functionality. |
| 71 |
* Switch to TO instead of BCC. |
| 72 |
* Better default options handling. |
| 73 |
* Changes to drafts are now ignored by default. New checkbox on settings page to re-enable. |
| 74 |
|
| 75 |
= 0.5 = |
| 76 |
* Fix htmlencoding in email subjects. |
| 77 |
|
| 78 |
= 0.4 = |
| 79 |
* Fix some PHP Warnings. |
| 80 |
* Fix bug when emails array is already an array. |
| 81 |
* Remove code that requires PHP 5.3. |
| 82 |
* Fix dates in HTML email. |
| 83 |
* Fix name of who edited the post. |
| 84 |
|
| 85 |
= 0.3 = |
| 86 |
* Fix a Fatal PHP Error. |
| 87 |
* Configuration settings: email addresses, post types. |
| 88 |
|
| 89 |
|
| 90 |
== Upgrade Notice == |
| 91 |
|
| 92 |
= 1.7 = |
| 93 |
* Send e-mails to each recipient individually, so that the recipients won't see who else recieved the message. |
| 94 |
|
| 95 |
= 1.0 = |
| 96 |
Bug fixes. |
| 97 |
|
| 98 |
= 0.6 = |
| 99 |
Ignore changes to drafts by default. Send emails with TO instead of BCC. |
| 100 |
|
| 101 |
= 0.5 = |
| 102 |
Bug fixes. |
| 103 |
|
| 104 |
= 0.4 = |
| 105 |
Reduces PHP dependency to PHP version 5.2. Bug fixes. |
| 106 |
|
| 107 |
= 0.3 = |
| 108 |
Bug fixes. Configuration settings. |
| 109 |
|