Skip to content

Commit 1bb5b43

Browse files
authored
Merge pull request #4198 from dpalou/MOBILE-4616
MOBILE-4616 core: Set Moodle 4.5 release version
2 parents d935c30 + 3b55e69 commit 1bb5b43

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget android-versionCode="45000" id="com.moodle.moodlemobile" ios-CFBundleVersion="4.5.0.0" version="4.5.0" versionCode="45000" 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 android-versionCode="45001" id="com.moodle.moodlemobile" ios-CFBundleVersion="4.5.0.1" version="4.5.0" versionCode="45001" 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>
@@ -28,7 +28,7 @@
2828
<preference name="UIWebViewBounce" value="false" />
2929
<preference name="DisallowOverscroll" value="true" />
3030
<preference name="prerendered-icon" value="true" />
31-
<preference name="AppendUserAgent" value="MoodleMobile 4.5.0 (45000)" />
31+
<preference name="AppendUserAgent" value="MoodleMobile 4.5.0 (45001)" />
3232
<preference name="BackupWebStorage" value="none" />
3333
<preference name="ScrollEnabled" value="false" />
3434
<preference name="KeyboardDisplayRequiresUserAction" value="false" />

moodle.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"app_id": "com.moodle.moodlemobile",
33
"appname": "Moodle Mobile",
4-
"versioncode": 45000,
4+
"versioncode": 45001,
55
"versionname": "4.5.0",
66
"cache_update_frequency_usually": 420000,
77
"cache_update_frequency_often": 1200000,

src/core/classes/sites/authenticated-site.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export class CoreAuthenticatedSite extends CoreUnauthenticatedSite {
7373
'4.2': 2023042400,
7474
'4.3': 2023100900,
7575
'4.4': 2024042200,
76-
'4.5': 2024081600, // @TODO correct the final release date.
76+
'4.5': 2024100700,
7777
};
7878

7979
// Possible cache update frequencies.

0 commit comments

Comments
 (0)