From 3bc1777477672744afc4e4484407de20d37470b4 Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Tue, 18 Jun 2024 08:15:07 +0200 Subject: [PATCH 1/2] MOBILE-4470 core: Update iOS permissions strings --- config.xml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/config.xml b/config.xml index 5b88fe43f..b9e4b87dc 100644 --- a/config.xml +++ b/config.xml @@ -81,13 +81,10 @@ - We need camera access to take pictures so you can attach them as part of your submissions. + We need camera access to take pictures so you can use them for changing your profile picture, attach them in your tasks submission and share them with the teachers. - We need photo library access to get pictures from there so you can attach them as part of your submissions. - - - We need microphone access to record sounds so you can attach them as part of your submissions. + We need photo library access to get pictures from there so you can use them for changing your profile picture, attach them in your tasks submission and share them with the teachers. From ee8c3a6313edbdc4112eafadb7b9712eeb15568e Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Tue, 18 Jun 2024 08:16:39 +0200 Subject: [PATCH 2/2] MOBILE-4470 core: Bump version code to 44003 --- config.xml | 4 ++-- moodle.config.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.xml b/config.xml index b9e4b87dc..550887f18 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + Moodle Moodle official app Moodle Mobile team @@ -28,7 +28,7 @@ - + diff --git a/moodle.config.json b/moodle.config.json index c099a89f3..a9ddbfa3e 100644 --- a/moodle.config.json +++ b/moodle.config.json @@ -1,7 +1,7 @@ { "app_id": "com.moodle.moodlemobile", "appname": "Moodle Mobile", - "versioncode": 44002, + "versioncode": 44003, "versionname": "4.4.0", "cache_update_frequency_usually": 420000, "cache_update_frequency_often": 1200000,