Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

Email Post Changes

Beschreibung

Each time a change is made to a post or page, those changes are emailed to the users and email addresses you specify.

Optionally, you can set what types of changes to email (post changes, page changes, attachment changes, or changes
to any other ‚post type‘ defined by any other plugin).

The changes are emailed as a unified diff. If the email client supports HTML emails, the diff will be colorized.

Installation

After uploading and activating the plugin, go to Settings -> Email Post Changes to set up the plugin.

You can change what email addresses to use and for what post types you want change notifications.

Rezensionen

12. Feber 2024
This plugin used to work, but it hasn't been updated in nearly a decade, and it doesn't work with newer versions of WordPress. A question about ongoing development went unanswered, so I guess that's all the answer you need. This plugin is dead.
17. Mai 2020
It ’s hard to imagine that the plug-in 6 years ago is still available!Thank you so much!
7. September 2017
Email notfication on updating a specific post is what I need. In the GUI I cannot configure the ID of a specific post where I need the alert so I had to adapt the code. This works for me, now.
3. September 2016
This plugin has near no settings - you can only select e-mails to which an e-mail will be sent after any post/page change. That's all.
3. September 2016
I have it only enabled on a custom post type. Tried several times...nothing. Really wanted it to work. :/
Lies alle 13 Rezensionen

Mitwirkende & Entwickler

„Email Post Changes“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „Email Post Changes“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

1.7.1

  • Fixed a bug where emails would be sent during autosaves in WordPress 3.9

1.7

  • Send e-mails to each recipient individually, so that the recipients won’t see who else recieved the message.
  • Added the email_post_changes_admin_email_fallback filter.
  • Fixed a PHP notice about $blog_id being undefined.

1.6

  • Fix a few php notices.

1.5

  • Fix bug that caused email to be sent on autosaves when the option to email draft changes was selected.

1.4

  • Fix bug that showed the post owner rather than the current user as having updated a post.

1.3

  • Update for WordPress 3.6 compatibility.

1.2

  • Fix bug when bulk editing posts.

1.0

  • Fix bug preventing changes to ‚Users to Email‘ checkboxes

0.9

  • Allow emails field to be empty if there is at least one user selected.

0.8

  • Add user selection to the Settings page.
  • Change the HTML diff so that it only includes 2 leading and trailing lines.
  • Fix bug where an invalid email address would keep throwing an error when loading the Settings page.

0.7

  • Fix PHP Warning.
  • Remove code that requires PHP 5.2.
  • Fix settings link.
  • Better post_type labeling.

0.6

  • Pull class out to own file to make it easy to write plugins that extend this functionality.
  • Switch to TO instead of BCC.
  • Better default options handling.
  • Changes to drafts are now ignored by default. New checkbox on settings page to re-enable.

0.5

  • Fix htmlencoding in email subjects.

0.4

  • Fix some PHP Warnings.
  • Fix bug when emails array is already an array.
  • Remove code that requires PHP 5.3.
  • Fix dates in HTML email.
  • Fix name of who edited the post.

0.3

  • Fix a Fatal PHP Error.
  • Configuration settings: email addresses, post types.