Skip to content

Commit 7affcd9

Browse files
committed
Test up to WordPress 6.6
1 parent 3a40ea9 commit 7affcd9

File tree

6 files changed

+3508
-9022
lines changed

6 files changed

+3508
-9022
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Run PHPCS, PHPLint and Psalm
22

3-
on: [pull_request]
3+
on: [pull_request, push]
44

55
jobs:
66
test:

README.md

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -24,59 +24,63 @@ You can find the plugin on <https://wordpress.org/plugins/smntcs-disable-rest-ap
2424

2525
## Changelog
2626

27+
### 2.3 (2024.10.19)
28+
29+
- Test up to WordPress 6.6
30+
2731
### 2.2 (2023.10.15)
2832

29-
- Test up to WP 6.4
30-
- Convert code to OOP
33+
- Test up to WordPress 6.4
34+
- Convert code to OOP
3135

3236
### 2.1 (2023.03.11)
3337

34-
- Test up to WP 6.2
38+
- Test up to WordPress 6.2
3539

3640
### 2.0 (2022.12.03)
3741

38-
- Test up to WP 6.1
42+
- Test up to WordPress 6.1
3943

4044
### 1.9 (2022.06.09)
4145

42-
- Test up to WP 6.0
46+
- Test up to WordPress 6.0
4347

4448
### 1.8 (2021.12.31)
4549

46-
- Test up to WP 5.8
50+
- Test up to WordPress 5.8
4751

4852
### 1.7 (2021.05.01)
4953

50-
- [Add build tools](https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints/issues/21)
51-
- [Add GitHub Actions](https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints/issues/23)
52-
- [Test up to WP 5.7](https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints/issues/25)
54+
- [Add build tools](https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints/issues/21)
55+
- [Add GitHub Actions](https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints/issues/23)
56+
- [Test up to WordPress 5.7](https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints/issues/25)
5357

5458
### 1.6 (2021.01.08)
5559

56-
- Test up to WP 5.6
60+
- Test up to WordPress 5.6
5761

5862
### 1.5 (2020.05.10)
5963

60-
- [Remove load_plugin_textdomain()](https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints/issues/7)
64+
- [Remove load_plugin_textdomain()](https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints/issues/7)
6165

6266
### 1.4 (2020.05.10)
6367

64-
- [Update plugin header](https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints/issues/5)
65-
- Test up to WP 5.4
68+
- [Update plugin header](https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints/issues/5)
69+
- Test up to WordPress 5.4
6670

6771
### 1.3 (2019.12.26)
6872

69-
- [Add build tools](https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints/issues/3)
70-
- [Test up to 5.3](https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints/issues/2)
73+
- [Add build tools](https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints/issues/3)
74+
- [Test up to 5.3](https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints/issues/2)
7175

7276
### 1.2 (2019.04.05)
7377

74-
- Refactor based on PHPCS and WPCS
78+
- Refactor based on PHPCS and WPCS
7579

7680
### 1.1 (2019.02.20)
7781

78-
- Test up to WP 5.1
82+
- Test up to WordPress 5.1
7983

8084
### 1.0 (2018.03.27)
8185

82-
- Initial release
86+
- Initial release

README.txt

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
Contributors: nielslange
44
Tags: REST API, Endpoints, Security
5-
Stable tag: 2.2
6-
Tested up to: 6.4
5+
Stable tag: 2.3
6+
Tested up to: 6.6
77
Requires PHP: 5.6
88
Requires at least: 5.0
99
License: GPL v2 or later
@@ -30,36 +30,40 @@ Simple activate the plugin and you're done.
3030

3131
== Changelog ==
3232

33+
= 2.3 (2024.10.19) =
34+
35+
- Test up to WordPress 6.6
36+
3337
= 2.2 (2023.10.15) =
3438

35-
- Test up to WP 6.4
39+
- Test up to WordPress 6.4
3640
- Convert code to OOP
3741

3842
= 2.1 (2023.03.11) =
3943

40-
- Test up to WP 6.2
44+
- Test up to WordPress 6.2
4145

4246
= 2.0 (2022.12.03) =
4347

44-
- Test up to WP 6.1
48+
- Test up to WordPress 6.1
4549

4650
= 1.9 (2022.06.09) =
4751

48-
- Test up to WP 6.0
52+
- Test up to WordPress 6.0
4953

5054
= 1.8 (2021.12.31) =
5155

52-
- Test up to WP 5.8
56+
- Test up to WordPress 5.8
5357

5458
= 1.7 (2021.05.01) =
5559

5660
- [Add build tools](https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints/issues/21)
5761
- [Add GitHub Actions](https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints/issues/23)
58-
- [Test up to WP 5.7](https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints/issues/25)
62+
- [Test up to WordPress 5.7](https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints/issues/25)
5963

6064
= 1.6 (2021.01.08) =
6165

62-
- Test up to WP 5.6
66+
- Test up to WordPress 5.6
6367

6468
= 1.5 (2020.05.10) =
6569

@@ -68,7 +72,7 @@ Simple activate the plugin and you're done.
6872
= 1.4 (2020.05.10) =
6973

7074
- [Update plugin header](https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints/issues/5)
71-
- Test up to WP 5.4
75+
- Test up to WordPress 5.4
7276

7377
= 1.3 (2019.12.26) =
7478

@@ -81,7 +85,7 @@ Simple activate the plugin and you're done.
8185

8286
= 1.1 (2019.02.20) =
8387

84-
- Test up to WP 5.1
88+
- Test up to WordPress 5.1
8589

8690
= 1.0 (2018.03.27) =
8791

0 commit comments

Comments
 (0)