=== WP Update Message ===
Tags: update, message, post, page, admin, metabox, custom fields
Requires at least: 2.6
Tested up to: 2.8
Stable tag: 1.2

Add a short note about the latest changes in the current post or page.

== Description ==

Add a short note about the latest changes in the current post or page.

WP Update message adds a metabox in admin post or page section. If you updated a post or page with important information you can write a note about it here.

There are a few optional settings, but the plugin works fine even without changing anything.

= Settings =

You can choose a style theme and more.

*   Published date format (if published date should be included)
*   Updated date format (if updated date should be included)
*   Position
*   HTML
*   New row replacement
*   Style theme

== Installation ==

1. Upload the folder `wp-update-message` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Go to Settings -> Update Message to change the settings (optional).

== Frequently Asked Questions ==

= Can I change the updated message with own HTML and CSS? =

Yes, you can!

= Does this create a lot of database space? =

No, it will only add a row in the database if you save the settings. You can delete the settings by clicking "Delete settings".

== Screenshots ==

1. Settings -> Update Message
2. Update Message metabox in post / page
3. A preview of the themes included.

== Changelog ==
*   1.1 Fixed bug with delete problem in update message metabox
*   1.0 Initial release