File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Rewrite Rules Inspector
22
3- Stable tag: 1.4 .0
3+ Stable tag: 1.5 .0
44Requires at least: 5.9
5- Tested up to: 6.5
5+ Tested up to: 6.8
66Requires PHP: 7.4
77License: GPLv2 or later
88Tags: rewrite rules, tools
Original file line number Diff line number Diff line change 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
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.
2626define ( 'REWRITE_RULES_INSPECTOR_FILE_PATH ' , plugin_basename ( __FILE__ ) );
2727
2828// Load the WP_List_Table class if it doesn't yet exist.
You can’t perform that action at this time.
0 commit comments