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
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ The present file will list all changes made to the project; according to the
6
6
## [11.0.2] unreleased
7
7
8
8
### Added
9
+
- High-Level API endpoints for configuration settings `/Setup/Config/{context}/{name}`.
9
10
10
11
### Changed
11
12
- Added High-Level API version 2.1. Make sure you are pinning your requests to a specific version (Ex: `/api.php/v2.0`) if needed to exclude endpoints/properties added in later versions. See version pinning in the getting started documentation `/api.php/getting-started`.
@@ -29,11 +30,8 @@ The present file will list all changes made to the project; according to the
29
30
## [11.0.1] 2025-10-09
30
31
31
32
### Added
32
-
- High-Level API endpoints for configuration settings `/Setup/Config/{context}/{name}`.
33
33
34
34
### Changed
35
-
- Added High-Level API version 2.1. Make sure you are pinning your requests to a specific version (Ex: `/api.php/v2.0`) if needed to exclude endpoints/properties added in later versions. See version pinning in the getting started documentation `/api.php/getting-started`.
36
-
- High-Level API responses for not found routes now correctly return a body including the standard error properties (status, title, detail). This is not controlled by the API version.
0 commit comments