Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

New Post Automatic XML Backup by Email

Περιγραφή

When a post is published or updated, this plugin will send a backup email to the administrator of the WordPress
blog with an attachment file that contains the post in XML format. The XML follows the format used when WordPress
exports blog contents so that it can be easily used to restore the post.

The general idea of this plugin is to never loose any of your posts. If you have scheduled a backup of your
blog once a week, its possible that you will loose the new posts published during that last week. With this
plugin you will have a backup of all your new published posts in your email account.

Εγκατάσταση

  1. Upload the new-post-automatic-xml-backup-email folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Enjoy!

Συχνές Ερωτήσεις

How to know if the plugin is working?

Publish a new post or update a previously published post. The blog administrator account should receive an
email with an XML file attachment.

Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

Συνεισφέροντες & Προγραμματιστές

“New Post Automatic XML Backup by Email” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Σύνοψη αλλαγών

1.0.3

  • Changed all functions names to avoid collisions with functions that shared the same name
  • Updated the code to the latest WordPress export code
  • Sometimes, the xml file had no name since the post_name was blank. In that case we use the post ID as the xml file name

1.0.2

  • Fixed the main file name and the plugin directory name (again)

1.0.1

  • Fixed the main file name and the plugin directory name

1.0.0

  • Initial release
  • Sends title, author, last modify by, modify date in the body of the email
  • Sends XML file as an attachment