Skip to content

Commit 6d023c0

Browse files
committed
Rename 10.1 to 11.0
1 parent 14f347d commit 6d023c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/devapi/hlapi/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
High-Level API
22
==============
33

4-
The High-Level API (HL API) is a new API system provided in GLPI starting with version 10.1.0.
4+
The High-Level API (HL API) is a new API system provided in GLPI starting with version 11.0.
55
While the user experience is more simplified than the legacy API (the REST API available in previous versions), the implementation is quite a bit more complex.
66
The following sections explain the various components of the new API.
77
These sections are sorted by the recommended reading order. It is recommended that you read the High-Level API user documentation first if you have no experience with the API at all.

source/devapi/javascript.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Javascript
44
Vue.js
55
------
66

7-
Starting in GLPI 10.1, we have added support for Vue.
7+
Starting in GLPI 11.0, we have added support for Vue.
88
.. note::
99

1010
Only SFCs (Single-file Components) using the Components API is supported. Do not use the Options API.

0 commit comments

Comments
 (0)