Skip to content

Commit 4daf5dd

Browse files
committed
1.5.0 changelog
1 parent b3203f9 commit 4daf5dd

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,40 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.5.0] - 2025-10-14
8+
9+
### Added
10+
11+
- feat: Add permastructs table with descriptions and structures by @GaryJones in https://github.com/Automattic/Rewrite-Rules-Inspector/pull/48
12+
- feat: Implement URL testing feature by @GaryJones in https://github.com/Automattic/Rewrite-Rules-Inspector/pull/51
13+
14+
### Fixed
15+
16+
- fix: undefined $match_path variable by @GaryJones in https://github.com/Automattic/Rewrite-Rules-Inspector/pull/47
17+
18+
### Maintenance
19+
20+
- CI: Refresh deploy.yml by @GaryJones in https://github.com/Automattic/Rewrite-Rules-Inspector/pull/43
21+
- Composer: Update composer/installers by @GaryJones in https://github.com/Automattic/Rewrite-Rules-Inspector/pull/44
22+
- Add Rector by @GaryJones in https://github.com/Automattic/Rewrite-Rules-Inspector/pull/45
23+
- Update GitHub action to install SVN before deploy to WordPress.org by @raamdev in https://github.com/Automattic/Rewrite-Rules-Inspector/pull/46
24+
- refactor: Extract inline CSS and improve admin interface styling by @GaryJones in https://github.com/Automattic/Rewrite-Rules-Inspector/pull/49
25+
- refactor: Restructure plugin architecture and enhance service organization by @GaryJones in https://github.com/Automattic/Rewrite-Rules-Inspector/pull/50
26+
727
## [1.4.0] - 2024-05-21
28+
829
- Increase minimum PHP version to 7.4.
930
- Increase minimum WordPress version to 5.9.
1031
- Forcibly delete rules cache on flush.
1132
- Fix escaping of URL for the Reset button.
1233

1334
## [1.3.1] - 2021-05-18
35+
1436
- Fix WordPress.org banner image filename.
1537
- Load text domain, to allow translations.
1638

1739
## [1.3.0] - 2021-05-18
40+
1841
- Add the count of missing rules.
1942
- Add license file, changelog, .editorconfig file, PHPCS config file, and GitHub Action to deploy to WordPress.org.
2043
- Add Composer support.
@@ -28,22 +51,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2851
- Remove call to deprecated `screen_icon()` function.
2952

3053
## [1.2.1] - 2013-09-19
54+
3155
- Fix for strict standards error in declaration of `Rewrite_Rules_Inspector_List_Table::single_row()`. Props [simonhampel](https://github.com/simonhampel).
3256

3357
## [1.2] - 2013-01-16
58+
3459
- Modify the rewrite rule source with a filter. Props [jeremyfelt](https://github.com/jeremyfelt).
3560

3661
## [1.1] - 2012-09-25
62+
3763
- Add support for route matching when WordPress lives in a subdirectory. Props [dbernar1](https://github.com/dbernar1).
3864
- Display a success message after flushing the rewrite rules.
3965

4066
## [1.0] - 2012-05-09
67+
4168
- Initial public release!
4269
- View a list of all the rewrite rules.
4370
- See which rewrite rules match a given URL, and the priorities they match in.
4471
- Filter by different sources of rewrite rules.
4572
- An error message appears if rewrite rules are missing in the database.
4673

74+
[1.5.0]: https://github.com/Automattic/Rewrite-Rules-Inspector/compare/1.4.0...1.5.0
4775
[1.4.0]: https://github.com/Automattic/Rewrite-Rules-Inspector/compare/1.3.1...1.4.0
4876
[1.3.1]: https://github.com/Automattic/Rewrite-Rules-Inspector/compare/1.3.0...1.3.1
4977
[1.3.0]: https://github.com/Automattic/Rewrite-Rules-Inspector/compare/1.2.1...1.3.0

0 commit comments

Comments
 (0)