From 4f31450c2a42f29b7b98790175f557b4aed44bfc Mon Sep 17 00:00:00 2001 From: Erick Hitter <ehitter@gmail.com> Date: Tue, 2 Jul 2013 10:07:30 -0400 Subject: [PATCH] Updated readme in preparation for public release --- readme.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 873a40d..522847b 100644 --- a/readme.txt +++ b/readme.txt @@ -12,7 +12,7 @@ Control how many revisions are stored for each post type. == Description == -WordPress 3.6 now allows users to control how many revisions are stored for each supported post type. No longer must you rely on the `WP_POST_REVISIONS` constant, which applied unniversally. With this plugin enabled, simply visit **Settings > Writing** to specify the number of revisions retained for each post type. +WordPress 3.6 allows users to control how many revisions are stored for each supported post type. No longer must you rely on the `WP_POST_REVISIONS` constant, which applied universally. With this plugin enabled, simply visit **Settings > Writing** to specify the number of revisions retained for each post type. **Development is over on GitHub: https://github.com/ethitter/WP-Revisions-Control.** @@ -31,3 +31,7 @@ Navigate to **Settings > Writing** in your WordPress Dashboard, and look for the = 1.0 = Initial public release + +== Screenshots == + +1. The plugin's settings section, found under **Settings > Writing**. \ No newline at end of file -- GitLab