Skip to content

Commit 4fe867a

Browse files
authored
Merge pull request #2239 from dpalou/MOBILE-3285
Mobile 3285
2 parents 0d1fd43 + d8a7dff commit 4fe867a

File tree

4 files changed

+117
-117
lines changed

4 files changed

+117
-117
lines changed

config.xml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="com.moodle.moodlemobile" version="3.8.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="com.moodle.moodlemobile" version="3.8.1" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>Moodle</name>
44
<description>Moodle official app</description>
55
<author email="[email protected]" href="http://moodle.com">Moodle Mobile team</author>
@@ -141,36 +141,36 @@
141141
<splash height="2436" src="resources/ios/splash/Default-2436h.png" width="1125" />
142142
<splash height="1125" src="resources/ios/splash/Default-Landscape-2436h.png" width="2436" />
143143
</platform>
144-
<plugin name="com-darryncampbell-cordova-plugin-intent" spec="1.3.0" />
145-
<plugin name="cordova-android-support-gradle-release" spec="3.0.1">
144+
<plugin name="com-darryncampbell-cordova-plugin-intent" spec="^1.3.0" />
145+
<plugin name="cordova-android-support-gradle-release" spec="^3.0.1">
146146
<variable name="ANDROID_SUPPORT_VERSION" value="27.1.0" />
147147
</plugin>
148-
<plugin name="cordova-clipboard" spec="1.3.0" />
149-
<plugin name="cordova-plugin-badge" spec="0.8.8" />
150-
<plugin name="cordova-plugin-camera" spec="4.1.0" />
151-
<plugin name="cordova-plugin-customurlscheme" spec="4.4.0">
148+
<plugin name="cordova-clipboard" spec="^1.3.0" />
149+
<plugin name="cordova-plugin-badge" spec="^0.8.8" />
150+
<plugin name="cordova-plugin-camera" spec="^4.1.0" />
151+
<plugin name="cordova-plugin-customurlscheme" spec="^4.4.0">
152152
<variable name="URL_SCHEME" value="moodlemobile" />
153153
</plugin>
154-
<plugin name="cordova-plugin-device" spec="2.0.3" />
155-
<plugin name="cordova-plugin-file" spec="6.0.2" />
156-
<plugin name="cordova-plugin-file-opener2" spec="2.2.1" />
157-
<plugin name="cordova-plugin-file-transfer" spec="1.7.1" />
158-
<plugin name="cordova-plugin-geolocation" spec="4.0.2">
154+
<plugin name="cordova-plugin-device" spec="^2.0.3" />
155+
<plugin name="cordova-plugin-file" spec="^6.0.2" />
156+
<plugin name="cordova-plugin-file-opener2" spec="^2.2.1" />
157+
<plugin name="cordova-plugin-file-transfer" spec="^1.7.1" />
158+
<plugin name="cordova-plugin-geolocation" spec="^4.0.2">
159159
<variable name="GEOLOCATION_USAGE_DESCRIPTION" value="We need your location so you can attach it as part of your submissions." />
160160
</plugin>
161-
<plugin name="cordova-plugin-globalization" spec="1.11.0" />
162-
<plugin name="cordova-plugin-inappbrowser" spec="3.1.0" />
161+
<plugin name="cordova-plugin-globalization" spec="^1.11.0" />
162+
<plugin name="cordova-plugin-inappbrowser" spec="^3.1.0" />
163163
<plugin name="cordova-plugin-ionic-keyboard" spec="2.1.3" />
164164
<plugin name="cordova-plugin-local-notification" spec="https://github.com/moodlemobile/cordova-plugin-local-notification.git#moodle" />
165-
<plugin name="cordova-plugin-media-capture" spec="3.0.3" />
166-
<plugin name="cordova-plugin-network-information" spec="2.0.2" />
167-
<plugin name="cordova-plugin-screen-orientation" spec="3.0.2" />
168-
<plugin name="cordova-plugin-splashscreen" spec="5.0.3" />
169-
<plugin name="cordova-plugin-statusbar" spec="2.4.3" />
170-
<plugin name="cordova-plugin-whitelist" spec="1.3.4" />
171-
<plugin name="cordova-plugin-zip" spec="3.1.0" />
172-
<plugin name="cordova-sqlite-storage" spec="3.4.0" />
173-
<plugin name="nl.kingsquare.cordova.background-audio" spec="1.0.1" />
165+
<plugin name="cordova-plugin-media-capture" spec="^3.0.3" />
166+
<plugin name="cordova-plugin-network-information" spec="^2.0.2" />
167+
<plugin name="cordova-plugin-screen-orientation" spec="^3.0.2" />
168+
<plugin name="cordova-plugin-splashscreen" spec="^5.0.3" />
169+
<plugin name="cordova-plugin-statusbar" spec="^2.4.3" />
170+
<plugin name="cordova-plugin-whitelist" spec="^1.3.4" />
171+
<plugin name="cordova-plugin-zip" spec="^3.1.0" />
172+
<plugin name="cordova-sqlite-storage" spec="^3.4.0" />
173+
<plugin name="nl.kingsquare.cordova.background-audio" spec="^1.0.1" />
174174
<plugin name="phonegap-plugin-push" spec="https://github.com/moodlemobile/phonegap-plugin-push.git#moodle-v3">
175175
<variable name="ANDROID_SUPPORT_V13_VERSION" value="27.+" />
176176
<variable name="FCM_VERSION" value="17.5.+" />

desktop/assets/windows/AppXManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Identity Name="3312ADB7.MoodleDesktop"
77
ProcessorArchitecture="x64"
88
Publisher="CN=33CDCDF6-1EB5-4827-9897-ED25C91A32F6"
9-
Version="3.8.0.0" />
9+
Version="3.8.1.0" />
1010
<Properties>
1111
<DisplayName>Moodle Desktop</DisplayName>
1212
<PublisherDisplayName>Moodle Pty Ltd.</PublisherDisplayName>

package.json

Lines changed: 91 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moodlemobile",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"description": "The official app for Moodle.",
55
"author": {
66
"name": "Moodle Pty Ltd.",
@@ -40,107 +40,107 @@
4040
"windows.store": "npx electron-windows-store --input-directory .\\desktop\\dist\\win-unpacked --output-directory .\\desktop\\store -a .\\resources\\desktop -m .\\desktop\\assets\\windows\\AppXManifest.xml --package-version 0.0.0.0 --package-name MoodleDesktop"
4141
},
4242
"dependencies": {
43-
"@angular/animations": "5.2.10",
44-
"@angular/common": "5.2.10",
45-
"@angular/compiler": "5.2.10",
46-
"@angular/compiler-cli": "5.2.10",
47-
"@angular/core": "5.2.10",
48-
"@angular/forms": "5.2.10",
49-
"@angular/http": "5.2.10",
50-
"@angular/platform-browser": "5.2.10",
51-
"@angular/platform-browser-dynamic": "5.2.10",
52-
"@ionic-native/badge": "4.17.0",
53-
"@ionic-native/camera": "4.17.0",
54-
"@ionic-native/clipboard": "4.17.0",
55-
"@ionic-native/core": "4.11.0",
56-
"@ionic-native/device": "4.17.0",
57-
"@ionic-native/file": "4.17.0",
58-
"@ionic-native/file-opener": "4.17.0",
59-
"@ionic-native/file-transfer": "4.17.0",
60-
"@ionic-native/geolocation": "4.17.0",
61-
"@ionic-native/globalization": "4.17.0",
62-
"@ionic-native/in-app-browser": "4.17.0",
63-
"@ionic-native/keyboard": "4.17.0",
64-
"@ionic-native/local-notifications": "4.17.0",
65-
"@ionic-native/media-capture": "4.17.0",
66-
"@ionic-native/network": "4.17.0",
67-
"@ionic-native/push": "4.17.0",
68-
"@ionic-native/screen-orientation": "4.17.0",
69-
"@ionic-native/splash-screen": "4.17.0",
70-
"@ionic-native/sqlite": "4.17.0",
71-
"@ionic-native/status-bar": "4.17.0",
72-
"@ionic-native/web-intent": "4.17.0",
73-
"@ionic-native/zip": "4.17.0",
74-
"@ngx-translate/core": "8.0.0",
75-
"@ngx-translate/http-loader": "2.0.1",
76-
"@types/cordova": "0.0.34",
77-
"@types/cordova-plugin-file-transfer": "0.0.3",
78-
"@types/cordova-plugin-globalization": "0.0.3",
79-
"@types/cordova-plugin-network-information": "0.0.3",
80-
"@types/node": "8.10.19",
81-
"@types/promise.prototype.finally": "2.0.2",
82-
"ajv": "6.10.2",
83-
"chart.js": "2.7.2",
84-
"com-darryncampbell-cordova-plugin-intent": "1.3.0",
43+
"@angular/animations": "^5.2.10",
44+
"@angular/common": "^5.2.10",
45+
"@angular/compiler": "^5.2.10",
46+
"@angular/compiler-cli": "^5.2.10",
47+
"@angular/core": "^5.2.10",
48+
"@angular/forms": "^5.2.10",
49+
"@angular/http": "^5.2.10",
50+
"@angular/platform-browser": "^5.2.10",
51+
"@angular/platform-browser-dynamic": "^5.2.10",
52+
"@ionic-native/badge": "^4.17.0",
53+
"@ionic-native/camera": "^4.17.0",
54+
"@ionic-native/clipboard": "^4.17.0",
55+
"@ionic-native/core": "^4.11.0",
56+
"@ionic-native/device": "^4.17.0",
57+
"@ionic-native/file": "^4.17.0",
58+
"@ionic-native/file-opener": "^4.17.0",
59+
"@ionic-native/file-transfer": "^4.17.0",
60+
"@ionic-native/geolocation": "^4.17.0",
61+
"@ionic-native/globalization": "^4.17.0",
62+
"@ionic-native/in-app-browser": "^4.17.0",
63+
"@ionic-native/keyboard": "^4.17.0",
64+
"@ionic-native/local-notifications": "^4.17.0",
65+
"@ionic-native/media-capture": "^4.17.0",
66+
"@ionic-native/network": "^4.17.0",
67+
"@ionic-native/push": "^4.17.0",
68+
"@ionic-native/screen-orientation": "^4.17.0",
69+
"@ionic-native/splash-screen": "^4.17.0",
70+
"@ionic-native/sqlite": "^4.17.0",
71+
"@ionic-native/status-bar": "^4.17.0",
72+
"@ionic-native/web-intent": "^4.17.0",
73+
"@ionic-native/zip": "^4.17.0",
74+
"@ngx-translate/core": "^8.0.0",
75+
"@ngx-translate/http-loader": "^2.0.1",
76+
"@types/cordova": "^0.0.34",
77+
"@types/cordova-plugin-file-transfer": "^0.0.3",
78+
"@types/cordova-plugin-globalization": "^0.0.3",
79+
"@types/cordova-plugin-network-information": "^0.0.3",
80+
"@types/node": "^8.10.19",
81+
"@types/promise.prototype.finally": "^2.0.2",
82+
"ajv": "^6.10.2",
83+
"chart.js": "^2.7.2",
84+
"com-darryncampbell-cordova-plugin-intent": "^1.3.0",
8585
"cordova": "9.0.0",
8686
"cordova-android": "8.0.0",
87-
"cordova-android-support-gradle-release": "3.0.1",
88-
"cordova-clipboard": "1.3.0",
87+
"cordova-android-support-gradle-release": "^3.0.1",
88+
"cordova-clipboard": "^1.3.0",
8989
"cordova-ios": "5.0.1",
90-
"cordova-plugin-badge": "0.8.8",
91-
"cordova-plugin-camera": "4.1.0",
92-
"cordova-plugin-customurlscheme": "4.4.0",
93-
"cordova-plugin-device": "2.0.3",
94-
"cordova-plugin-file": "6.0.2",
95-
"cordova-plugin-file-opener2": "2.2.1",
96-
"cordova-plugin-file-transfer": "1.7.1",
97-
"cordova-plugin-geolocation": "4.0.2",
98-
"cordova-plugin-globalization": "1.11.0",
99-
"cordova-plugin-inappbrowser": "3.1.0",
90+
"cordova-plugin-badge": "^0.8.8",
91+
"cordova-plugin-camera": "^4.1.0",
92+
"cordova-plugin-customurlscheme": "^4.4.0",
93+
"cordova-plugin-device": "^2.0.3",
94+
"cordova-plugin-file": "^6.0.2",
95+
"cordova-plugin-file-opener2": "^2.2.1",
96+
"cordova-plugin-file-transfer": "^1.7.1",
97+
"cordova-plugin-geolocation": "^4.0.2",
98+
"cordova-plugin-globalization": "^1.11.0",
99+
"cordova-plugin-inappbrowser": "^3.1.0",
100100
"cordova-plugin-ionic-keyboard": "2.1.3",
101101
"cordova-plugin-local-notification": "git+https://github.com/moodlemobile/cordova-plugin-local-notification.git#moodle",
102-
"cordova-plugin-media-capture": "3.0.3",
103-
"cordova-plugin-network-information": "2.0.2",
104-
"cordova-plugin-screen-orientation": "3.0.2",
105-
"cordova-plugin-splashscreen": "5.0.3",
106-
"cordova-plugin-statusbar": "2.4.3",
107-
"cordova-plugin-whitelist": "1.3.4",
108-
"cordova-plugin-zip": "3.1.0",
109-
"cordova-sqlite-storage": "3.4.0",
110-
"cordova-support-google-services": "1.2.1",
111-
"es6-promise-plugin": "4.2.2",
112-
"font-awesome": "4.7.0",
102+
"cordova-plugin-media-capture": "^3.0.3",
103+
"cordova-plugin-network-information": "^2.0.2",
104+
"cordova-plugin-screen-orientation": "^3.0.2",
105+
"cordova-plugin-splashscreen": "^5.0.3",
106+
"cordova-plugin-statusbar": "^2.4.3",
107+
"cordova-plugin-whitelist": "^1.3.4",
108+
"cordova-plugin-zip": "^3.1.0",
109+
"cordova-sqlite-storage": "^3.4.0",
110+
"cordova-support-google-services": "^1.2.1",
111+
"es6-promise-plugin": "^4.2.2",
112+
"font-awesome": "^4.7.0",
113113
"ionic-angular": "3.9.3",
114-
"ionicons": "3.0.0",
115-
"jszip": "3.1.5",
114+
"ionicons": "^3.0.0",
115+
"jszip": "^3.1.5",
116116
"mathjax": "2.7.7",
117-
"moment": "2.22.2",
118-
"nl.kingsquare.cordova.background-audio": "1.0.1",
119-
"phonegap-plugin-multidex": "1.0.0",
117+
"moment": "^2.22.2",
118+
"nl.kingsquare.cordova.background-audio": "^1.0.1",
119+
"phonegap-plugin-multidex": "^1.0.0",
120120
"phonegap-plugin-push": "git+https://github.com/moodlemobile/phonegap-plugin-push.git#moodle-v3",
121-
"promise.prototype.finally": "3.1.0",
122-
"rxjs": "5.5.11",
123-
"sw-toolbox": "3.6.0",
124-
"ts-md5": "1.2.4",
125-
"web-animations-js": "2.3.1",
126-
"zone.js": "0.8.26"
121+
"promise.prototype.finally": "^3.1.0",
122+
"rxjs": "^5.5.11",
123+
"sw-toolbox": "^3.6.0",
124+
"ts-md5": "^1.2.4",
125+
"web-animations-js": "^2.3.1",
126+
"zone.js": "^0.8.26"
127127
},
128128
"devDependencies": {
129129
"@ionic/app-scripts": "3.2.2",
130-
"electron-builder-lib": "20.23.1",
131-
"electron-rebuild": "1.8.1",
130+
"electron-builder-lib": "^20.23.1",
131+
"electron-rebuild": "^1.8.1",
132132
"gulp": "4.0.2",
133-
"gulp-clip-empty-files": "0.1.2",
134-
"gulp-concat": "2.6.1",
135-
"gulp-flatten": "0.4.0",
136-
"gulp-rename": "1.3.0",
137-
"gulp-slash": "1.1.3",
138-
"gulp-util": "3.0.8",
139-
"lodash.template": "4.5.0",
140-
"node-loader": "0.6.0",
141-
"through": "2.3.8",
142-
"typescript": "2.6.2",
143-
"webpack-merge": "4.1.2"
133+
"gulp-clip-empty-files": "^0.1.2",
134+
"gulp-concat": "^2.6.1",
135+
"gulp-flatten": "^0.4.0",
136+
"gulp-rename": "^1.3.0",
137+
"gulp-slash": "^1.1.3",
138+
"gulp-util": "^3.0.8",
139+
"lodash.template": "^4.5.0",
140+
"node-loader": "^0.6.0",
141+
"through": "^2.3.8",
142+
"typescript": "^2.6.2",
143+
"webpack-merge": "^4.1.2"
144144
},
145145
"browser": {
146146
"electron": false
@@ -224,7 +224,7 @@
224224
"category": "public.app-category.education",
225225
"icon": "resources/desktop/icon.icns",
226226
"target": "mas",
227-
"bundleVersion": "3.8.0",
227+
"bundleVersion": "3.8.1",
228228
"extendInfo": {
229229
"ElectronTeamID": "2NU57U5PAW"
230230
}

src/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"app_id": "com.moodle.moodlemobile",
33
"appname": "Moodle Mobile",
44
"desktopappname": "Moodle Desktop",
5-
"versioncode": 3800,
6-
"versionname": "3.8.0",
5+
"versioncode": 3810,
6+
"versionname": "3.8.1-dev",
77
"cache_update_frequency_usually": 420000,
88
"cache_update_frequency_often": 1200000,
99
"cache_update_frequency_sometimes": 3600000,

0 commit comments

Comments
 (0)