You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,40 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
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
+
7
27
## [1.4.0] - 2024-05-21
28
+
8
29
- Increase minimum PHP version to 7.4.
9
30
- Increase minimum WordPress version to 5.9.
10
31
- Forcibly delete rules cache on flush.
11
32
- Fix escaping of URL for the Reset button.
12
33
13
34
## [1.3.1] - 2021-05-18
35
+
14
36
- Fix WordPress.org banner image filename.
15
37
- Load text domain, to allow translations.
16
38
17
39
## [1.3.0] - 2021-05-18
40
+
18
41
- Add the count of missing rules.
19
42
- Add license file, changelog, .editorconfig file, PHPCS config file, and GitHub Action to deploy to WordPress.org.
20
43
- Add Composer support.
@@ -28,22 +51,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
51
- Remove call to deprecated `screen_icon()` function.
29
52
30
53
## [1.2.1] - 2013-09-19
54
+
31
55
- Fix for strict standards error in declaration of `Rewrite_Rules_Inspector_List_Table::single_row()`. Props [simonhampel](https://github.com/simonhampel).
32
56
33
57
## [1.2] - 2013-01-16
58
+
34
59
- Modify the rewrite rule source with a filter. Props [jeremyfelt](https://github.com/jeremyfelt).
35
60
36
61
## [1.1] - 2012-09-25
62
+
37
63
- Add support for route matching when WordPress lives in a subdirectory. Props [dbernar1](https://github.com/dbernar1).
38
64
- Display a success message after flushing the rewrite rules.
39
65
40
66
## [1.0] - 2012-05-09
67
+
41
68
- Initial public release!
42
69
- View a list of all the rewrite rules.
43
70
- See which rewrite rules match a given URL, and the priorities they match in.
44
71
- Filter by different sources of rewrite rules.
45
72
- An error message appears if rewrite rules are missing in the database.
0 commit comments