Skip to content

Commit 06cb81c

Browse files
committed
Bump 4.5.0
1 parent fe6ef06 commit 06cb81c

File tree

19 files changed

+146
-113
lines changed

19 files changed

+146
-113
lines changed

config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget android-versionCode="44000" id="com.ecarriou.systemdesignerios" version="4.4.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget android-versionCode="45000" id="com.ecarriou.systemdesignerios" version="4.5.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>System Designer</name>
44
<description>
55
System Designer, an IDE for designing JavaScript systems.
66
</description>
77
<author email="[email protected]" href="https://designfirst.io/systemdesigner/">System Designer</author>
8-
<preference name="deployment-target" value="10.3" />
8+
<preference name="deployment-target" value="13.4" />
99
<preference name="android-minSdkVersion" value="23" />
1010
<feature name="CDVWKWebViewEngine">
1111
<param name="ios-package" value="CDVWKWebViewEngine" />

package-lock.json

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

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.ecarriou.systemdesignerios",
3-
"version": "4.4.0",
3+
"version": "4.5.0",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",
@@ -17,8 +17,7 @@
1717
"cordova-plugin-statusbar": {},
1818
"cordova-plugin-whitelist": {},
1919
"cordova-plugin-wkwebview-engine": {},
20-
"cordova-plugin-inappbrowser": {},
21-
"cordova-plugin-wkkeyboardfix": {}
20+
"cordova-plugin-inappbrowser": {}
2221
}
2322
},
2423
"dependencies": {
@@ -28,7 +27,6 @@
2827
"cordova-plugin-inappbrowser": "3.2.0",
2928
"cordova-plugin-statusbar": "2.4.3",
3029
"cordova-plugin-whitelist": "1.3.4",
31-
"cordova-plugin-wkkeyboardfix": "1.1.0",
3230
"cordova-plugin-wkwebview-engine": "1.2.1"
3331
}
34-
}
32+
}

plugins/android.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
},
1919
"cordova-plugin-inappbrowser": {
2020
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
21-
},
22-
"cordova-plugin-wkkeyboardfix": {
23-
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
2421
}
2522
},
2623
"dependent_plugins": {}

plugins/browser.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
},
1919
"cordova-plugin-inappbrowser": {
2020
"PACKAGE_NAME": "io.cordova.hellocordova"
21-
},
22-
"cordova-plugin-wkkeyboardfix": {
23-
"PACKAGE_NAME": "io.cordova.hellocordova"
2421
}
2522
},
2623
"dependent_plugins": {}

plugins/fetch.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,5 @@
3030
},
3131
"is_top_level": true,
3232
"variables": {}
33-
},
34-
"cordova-plugin-wkkeyboardfix": {
35-
"source": {
36-
"type": "registry",
37-
"id": "cordova-plugin-wkkeyboardfix@latest"
38-
},
39-
"is_top_level": true,
40-
"variables": {}
4133
}
4234
}

plugins/ios.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
},
1919
"cordova-plugin-inappbrowser": {
2020
"PACKAGE_NAME": "$(PRODUCT_BUNDLE_IDENTIFIER)"
21-
},
22-
"cordova-plugin-wkkeyboardfix": {
23-
"PACKAGE_NAME": "$(PRODUCT_BUNDLE_IDENTIFIER)"
2421
}
2522
},
2623
"dependent_plugins": {}

www/cache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// System Designer - Copyright 2020 Erwan Carriou
22
// Licensed under the Apache License, Version 2.0 (the "License")
33

4-
const version = 'v4.4.0';
4+
const version = 'v4.5.0';
55

66
const clearCaches = () => {
77
return caches.keys().then(keys => {

0 commit comments

Comments
 (0)