Skip to content

Commit af90b63

Browse files
committed
feat: change the default UI5 version to 1.114.3
1 parent be8e2ed commit af90b63

3 files changed

Lines changed: 13 additions & 9 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ API can be also opened for controls in XML views; use the context menu option on
8080

8181
This extension contributes the following settings:
8282

83-
- `apiURL`: the path to SAPUI5/OpenUI5 version; default is <https://openui5.hana.ondemand.com/1.96.10>
83+
- `apiURL`: the path to SAPUI5/OpenUI5 version; default is <https://openui5.hana.ondemand.com/1.114.3>
8484
**Please remember to reload VS Code after changing this setting!**
8585
- `favorites`: the list of favorites UI5 objects; they can be added via configuration or using the icons in the panel
8686
- `hitlistSize`: maximum number of objects shown in the hitlist if multiple objects
@@ -99,7 +99,7 @@ This plugin is licensed under the [MIT license](http://opensource.org/licenses/M
9999

100100
Feel free to contact me:
101101

102-
- wozjac@zoho.com
102+
- <wozjac@zoho.com>
103103
- [jacekw.dev](https://jacekw.dev)
104104
- Twitter (<https://twitter.com/jacekwoz>)
105105
- LinkedIn (<https://www.linkedin.com/in/jacek-wznk>)

package-lock.json

Lines changed: 10 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"properties": {
136136
"UI5ReferencePanel.apiURL": {
137137
"type": "string",
138-
"default": "https://openui5.hana.ondemand.com/1.96.10",
138+
"default": "https://openui5.hana.ondemand.com/1.114.3",
139139
"description": "The path to SAPUI5/OpenUI5 version. Please remember to reload VS Code after changing it!"
140140
},
141141
"UI5ReferencePanel.favorites": {

0 commit comments

Comments
 (0)