| 1 |
=== Email Post Changes === |
| 2 |
Contributors: mdawaffe, automattic, viper007bond, nickmomrik |
| 3 |
Tags: email, diff, post, page, change |
| 4 |
Requires at least: 3.2 |
| 5 |
Tested up to: 3.6 |
| 6 |
Stable tag: 1.4 |
| 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 |
This plugin requires PHP 5 or greater. |
| 27 |
|
| 28 |
|
| 29 |
== Changelog == |
| 30 |
|
| 31 |
= 1.4 = |
| 32 |
* Fix bug that showed the post owner rather than the current user as having updated a post. |
| 33 |
|
| 34 |
= 1.3 = |
| 35 |
* Update for WordPress 3.6 compatibility. |
| 36 |
|
| 37 |
= 1.2 = |
| 38 |
* Fix bug when bulk editing posts. |
| 39 |
|
| 40 |
= 1.0 = |
| 41 |
* Fix bug preventing changes to 'Users to Email' checkboxes |
| 42 |
|
| 43 |
= 0.9 = |
| 44 |
* Allow emails field to be empty if there is at least one user selected. |
| 45 |
|
| 46 |
= 0.8 = |
| 47 |
* Add user selection to the Settings page. |
| 48 |
* Change the HTML diff so that it only includes 2 leading and trailing lines. |
| 49 |
* Fix bug where an invalid email address would keep throwing an error when loading the Settings page. |
| 50 |
|
| 51 |
= 0.7 = |
| 52 |
* Fix PHP Warning. |
| 53 |
* Remove code that requires PHP 5.2. |
| 54 |
* Fix settings link. |
| 55 |
* Better post_type labeling. |
| 56 |
|
| 57 |
= 0.6 = |
| 58 |
* Pull class out to own file to make it easy to write plugins that extend this functionality. |
| 59 |
* Switch to TO instead of BCC. |
| 60 |
* Better default options handling. |
| 61 |
* Changes to drafts are now ignored by default. New checkbox on settings page to re-enable. |
| 62 |
|
| 63 |
= 0.5 = |
| 64 |
* Fix htmlencoding in email subjects. |
| 65 |
|
| 66 |
= 0.4 = |
| 67 |
* Fix some PHP Warnings. |
| 68 |
* Fix bug when emails array is already an array. |
| 69 |
* Remove code that requires PHP 5.3. |
| 70 |
* Fix dates in HTML email. |
| 71 |
* Fix name of who edited the post. |
| 72 |
|
| 73 |
= 0.3 = |
| 74 |
* Fix a Fatal PHP Error. |
| 75 |
* Configuration settings: email addresses, post types. |
| 76 |
|
| 77 |
|
| 78 |
== Upgrade Notice == |
| 79 |
|
| 80 |
= 1.0 = |
| 81 |
Bug fixes. |
| 82 |
|
| 83 |
= 0.6 = |
| 84 |
Ignore changes to drafts by default. Send emails with TO instead of BCC. |
| 85 |
|
| 86 |
= 0.5 = |
| 87 |
Bug fixes. |
| 88 |
|
| 89 |
= 0.4 = |
| 90 |
Reduces PHP dependency to PHP version 5.2. Bug fixes. |
| 91 |
|
| 92 |
= 0.3 = |
| 93 |
Bug fixes. Configuration settings. |
| 94 |
|