Releases: Automattic/Rewrite-Rules-Inspector
Releases · Automattic/Rewrite-Rules-Inspector
1.4.0
What's Changed
- Forcibly delete rules cache on flush by @trepmal in #28
- Fix escaping URL by @GaryJones in #40
- Increase minimum PHP version to 7.4 and WP version to 5.9 by @GaryJones in #41
- Release 1.4.0 by @GaryJones in #42
New Contributors
Full Changelog: 1.3.1...1.4.0
1.3.1
1.3.0
- Add the count of missing rules.
- Add license file, changelog, .editorconfig file, PHPCS config file, and GitHub Action to deploy to WordPress.org.
- Add Composer support.
- Use optimized call of
get_rules()
. - Update admin screen title to use level 1 heading.
- Update documentation and screenshots.
- Move classes to their own file.
- Fix some incorrect escapings.
- Fix issues with negative lookarounds by changing regex delimiter.
- Fix many coding standards violations.
- Remove call to deprecated
screen_icon()
function.
1.2.1
Tagged 2013-09-24.
- Fix for strict standards error in declaration of
Rewrite_Rules_Inspector_List_Table::single_row()
. Props simonhampel.
1.2
Tagged 2013-01-06.
- Modify the rewrite rule source with a filter. Props jeremyfelt.
1.1
1.0
Tagged 2012-05-09.
- Initial public release!
- View a list of all the rewrite rules.
- See which rewrite rules match a given URL, and the priorities they match in.
- Filter by different sources of rewrite rules.
- An error message appears if rewrite rules are missing in the database.