From 44e1fdd1d4cd997ea689cdbe54bf858a5a708fe2 Mon Sep 17 00:00:00 2001 From: Erick Hitter <ehitter@gmail.com> Date: Sat, 6 Jul 2013 14:41:06 -0400 Subject: [PATCH] Update readme for v1.2. --- readme.txt | 13 +++++++++++-- wp-revisions-control.php | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 2a6be4e..6bfdb0b 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_butt Tags: revision, revisions, admin Requires at least: 3.6 Tested up to: 3.6 -Stable tag: 1.0 +Stable tag: 1.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -33,9 +33,18 @@ Navigate to **Settings > Writing** in your WordPress Dashboard, and look for the == Changelog == += 1.2 = +Add post-level revision purging and limiting. For any post type that supports revisions, you can now limit the number of revisions retained at a post level. + = 1.0 = Initial public release +== Upgrade Notice == + += 1.2 = +For any post type that supports revisions, you can now limit the number of revisions retained at a post level. + == Screenshots == -1. The plugin's settings section, found under **Settings > Writing**. \ No newline at end of file +1. The plugin's settings section, found under **Settings > Writing**. +2. The post-level controls provided in version 1.2. \ No newline at end of file diff --git a/wp-revisions-control.php b/wp-revisions-control.php index 57c385d..1f17774 100644 --- a/wp-revisions-control.php +++ b/wp-revisions-control.php @@ -4,7 +4,7 @@ Plugin Name: WP Revisions Control Plugin URI: http://www.ethitter.com/plugins/wp-revisions-control/ Description: Control how many revisions are stored for each post type Author: Erick Hitter -Version: 1.1 +Version: 1.2 Author URI: http://www.ethitter.com/ This program is free software; you can redistribute it and/or modify -- GitLab