Skip to content

Commit 7bc9d9b

Browse files
committed
1.5.1
1 parent f09a589 commit 7bc9d9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Rewrite Rules Inspector
22

3-
Stable tag: 1.5.0
3+
Stable tag: 1.5.1
44
Requires at least: 5.9
55
Tested up to: 6.8
66
Requires PHP: 7.4

rewrite-rules-inspector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: Rewrite Rules Inspector
1212
* Plugin URI: https://wordpress.org/plugins/rewrite-rules-inspector/
1313
* Description: Simple WordPress admin tool for inspecting your rewrite rules.
14-
* Version: 1.5.0
14+
* Version: 1.5.1
1515
* Author: Automattic, Daniel Bachhuber
1616
* Author URI: https://automattic.com/
1717
* Text Domain: rewrite-rules-inspector
@@ -22,7 +22,7 @@
2222
* Requires WP: 5.9.0
2323
*/
2424

25-
define( 'REWRITE_RULES_INSPECTOR_VERSION', '1.5.0' ); // Unused for now.
25+
define( 'REWRITE_RULES_INSPECTOR_VERSION', '1.5.1' ); // Unused for now.
2626
define( 'REWRITE_RULES_INSPECTOR_FILE_PATH', plugin_basename( __FILE__ ) );
2727

2828
// Load the WP_List_Table class if it doesn't yet exist.

0 commit comments

Comments
 (0)