Skip to content

Commit

Permalink
Update readme for #10 and bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Jan 16, 2013
1 parent 653f022 commit 01e2913
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: danielbachhuber, automattic
Tags: rewrite rules, tools
Tested up to: 3.5.1
Requires at least: 3.1
Stable tag: 1.1
Stable tag: 1.2

Straightforward WordPress admin tool for inspecting your rewrite rules

Expand All @@ -18,7 +18,10 @@ Originally developed for [WordPress.com VIP](http://vip.wordpress.com/)-hosted c
1. See which rewrite rules match a given URL (and the priorites they match in)
1. Error message appears if rewrite rules are missing in the database

== Changelog ==
== Changelog ==

= 1.2 (Jan. 16, 2013) =
* Modify the rewrite rule source with a filter. Props [jeremyfelt](https://github.com/jeremyfelt)

= 1.1 (Sept. 25, 2012) =
* Support for route matching when WordPress lives in a subdirectory. Props [dbernar1](https://github.com/dbernar1)
Expand Down
4 changes: 2 additions & 2 deletions rewrite-rules-inspector.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
* Plugin URI: http://wordpress.org/extend/plugins/rewrite-rules-inspector/
* Description: Simple WordPress Admin view for inspecting your rewrite rules
* Author: Daniel Bachhuber, Automattic
* Version: 1.1
* Version: 1.2
* Author URI: http://automattic.com/
*/

define( 'REWRITE_RULES_INSPECTOR_VERSION', '1.1' );
define( 'REWRITE_RULES_INSPECTOR_VERSION', '1.2' );
define( 'REWRITE_RULES_INSPECTOR_ROOT', dirname( __FILE__ ) );
define( 'REWRITE_RULES_INSPECTOR_FILE_PATH' , REWRITE_RULES_INSPECTOR_ROOT . '/' . basename( __FILE__ ) );

Expand Down

0 comments on commit 01e2913

Please sign in to comment.