Skip to content

Commit 2a80845

Browse files
committed
1.5.0
1 parent 1937f40 commit 2a80845

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Rewrite Rules Inspector
22

3-
Stable tag: 1.4.0
3+
Stable tag: 1.5.0
44
Requires at least: 5.9
5-
Tested up to: 6.5
5+
Tested up to: 6.8
66
Requires PHP: 7.4
77
License: GPLv2 or later
88
Tags: rewrite rules, tools

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.4.0
14+
* Version: 1.5.0
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.4.0' ); // Unused for now.
25+
define( 'REWRITE_RULES_INSPECTOR_VERSION', '1.5.0' ); // 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)