diff --git a/content/de/help/download-the-disk-image.md b/content/de/help/download-the-disk-image.md index 8beeab1..0c77527 100644 --- a/content/de/help/download-the-disk-image.md +++ b/content/de/help/download-the-disk-image.md @@ -5,7 +5,7 @@ authors: - Ralf Krause type: kb date: 2018-02-02 -lastmod: 2023-11-10 +lastmod: 2024-03-30 description: Das MoodleBox Disk-Image kann von dieser Seite frei heruntergeladen werden. slug: disk-image-herunterladen categories_weight: 3 @@ -31,7 +31,7 @@ Um das [MoodleBox-Disk-Image auf Ihre microSD-Karte zu kopieren]({{< relref "hel Version: {{< ghrelease user="moodlebox" repo="moodlebox" data="version" id=4 >}}
- Moodle Version: Moodle 4.3+ (Build: 20231110) + Moodle Version: Moodle 4.3.3+ (Build: 20240326)
Größe: {{< ghrelease user="moodlebox" repo="moodlebox" data="file_size" id=4 >}} MB diff --git a/content/de/help/moodle-update.md b/content/de/help/moodle-update.md index 71f775d..781ebd2 100644 --- a/content/de/help/moodle-update.md +++ b/content/de/help/moodle-update.md @@ -6,7 +6,7 @@ authors: - Adrian Perez Rodriguez type: kb date: 2018-02-13 -lastmod: 2023-11-10 +lastmod: 2024-03-30 description: Möchten Sie das Moodle auf der MoodleBox aktualisieren? Folgen Sie diese Anweisungen. slug: moodle-aktualisieren categories: @@ -40,7 +40,7 @@ sudo -u www-data -g moodlebox git pull ### Aktualisierung auf eine _Major_ Version (großer Versionssprung) -Um mit Ihrem Moodle auf die nächste __Major Version__ (4.4[^future], 4.5[^future], usw.) zu gelangen, schreiben Sie oben angegebenen Anweisungen ins Terminal, und dann verwenden Sie noch folgende __zusätzliche__ Anweisungen, wobei der entsprechende Branch angegeben wird, z.B. `MOODLE_404_STABLE`, `MOODLE_405_STABLE`, usw.: +Um mit Ihrem Moodle auf die nächste __Major Version__ (4.4, 4.5[^future], usw.) zu gelangen, schreiben Sie oben angegebenen Anweisungen ins Terminal, und dann verwenden Sie noch folgende __zusätzliche__ Anweisungen, wobei der entsprechende Branch angegeben wird, z.B. `MOODLE_404_STABLE`, `MOODLE_405_STABLE`, usw.: ```bash sudo -u www-data -g moodlebox git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" @@ -56,4 +56,4 @@ sudo -u www-data -g moodlebox git checkout MOODLE_404_STABLE [default-pwd]: {{< relref "help/credentials" >}} [^git]: Um die Aktualisierung von Moodle auf der MoodleBox möglichst einfach zu machen, wurde die Installation über Git durchgeführt. - [^future]: Natürlich müssen Sie sich für einen vorhandenen und stabilen Branch entscheiden, also warten Sie auf die [offizielle Veröffentlichung](https://docs.moodle.org/dev/Releases#General_release_calendar) der gewünschten Moodle-Version, um dies zu tun. + [^future]: Natürlich müssen Sie sich für einen vorhandenen und stabilen Branch entscheiden, also warten Sie auf die [offizielle Veröffentlichung](https://moodledev.io/general/releases) der gewünschten Moodle-Version, um dies zu tun. diff --git a/content/en/help/download-the-disk-image.md b/content/en/help/download-the-disk-image.md index 3a24cc0..03890d8 100644 --- a/content/en/help/download-the-disk-image.md +++ b/content/en/help/download-the-disk-image.md @@ -4,7 +4,7 @@ authors: - Nicolas Martignoni type: kb date: 2017-04-20 -lastmod: 2023-11-10 +lastmod: 2024-03-30 description: The MoodleBox disk image can be freely downloaded from this page. slug: download-the-disk-image categories_weight: 3 @@ -31,7 +31,7 @@ To [copy the MoodleBox disk image to your microSD card]({{< relref "help/copy-th Version: {{< ghrelease user="moodlebox" repo="moodlebox" data="version" id=4 >}}
- Moodle version: Moodle 4.3+ (Build: 20231110) + Moodle version: Moodle 4.3.3+ (Build: 20240326)
Size: {{< ghrelease user="moodlebox" repo="moodlebox" data="file_size" id=4 >}} MB diff --git a/content/en/help/moodle-update.md b/content/en/help/moodle-update.md index bdc4764..0314c9e 100644 --- a/content/en/help/moodle-update.md +++ b/content/en/help/moodle-update.md @@ -5,7 +5,7 @@ authors: - Adrian Perez Rodriguez type: kb date: 2017-04-20 -lastmod: 2023-11-10 +lastmod: 2024-03-30 description: Do you want to update Moodle on the MoodleBox? Follow these instructions! slug: moodle-version-update categories: @@ -38,7 +38,7 @@ Visit then in your browser the URL http://moodlebox.home/admin and follow the up ### Update to a _major_ version -To update to the next __major version__ of Moodle (4.4[^future], 4.5[^future], etc.), type the commands above, then the __additional__ following commands, indicating the adequate branch, e.g. `MOODLE_404_STABLE`, `MOODLE_405_STABLE`, etc.: +To update to the next __major version__ of Moodle (4.4, 4.5[^future], etc.), type the commands above, then the __additional__ following commands, indicating the adequate branch, e.g. `MOODLE_404_STABLE`, `MOODLE_405_STABLE`, etc.: ```bash sudo -u www-data -g moodlebox git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" @@ -54,4 +54,4 @@ Then visit the URL http://moodlebox.home/admin and follow the update instruction [default-pwd]: {{< relref "help/credentials" >}} [^git]: In order to allow a simplified update of Moodle, its installation was done using Git. - [^future]: Of course, you'll have to choose an existing and stable branch, so wait for the [official release](https://docs.moodle.org/dev/Releases#General_release_calendar) of the wanted Moodle version to do so. + [^future]: Of course, you'll have to choose an existing and stable branch, so wait for the [official release](https://moodledev.io/general/releases) of the wanted Moodle version to do so. diff --git a/content/es/help/download-the-disk-image.md b/content/es/help/download-the-disk-image.md index e7975a8..ec31608 100755 --- a/content/es/help/download-the-disk-image.md +++ b/content/es/help/download-the-disk-image.md @@ -6,7 +6,7 @@ authors: - Eric Efrain Solano-Uscanga type: kb date: 2017-04-20 -lastmod: 2023-11-10 +lastmod: 2024-03-30 description: La imagen de disco de MoodleBox puede descargarse gratuitamente desde esta página. slug: descargar-la-imagen-disco categories_weight: 3 @@ -30,7 +30,7 @@ Para [copiar la imagen de disco de MoodleBox a su tarjeta microSD]({{< relref "h Versión: {{< ghrelease user="moodlebox" repo="moodlebox" data="version" id=4 >}}
- Versión de Moodle: Moodle 4.3+ (Build: 20231110) + Versión de Moodle: Moodle 4.3.3+ (Build: 20240326)
Talla: {{< ghrelease user="moodlebox" repo="moodlebox" data="file_size" id=4 >}} MB diff --git a/content/es/help/moodle-update.md b/content/es/help/moodle-update.md index d42bff0..77ed484 100755 --- a/content/es/help/moodle-update.md +++ b/content/es/help/moodle-update.md @@ -7,7 +7,7 @@ authors: - Eric Efrain Solano-Uscanga type: kb date: 2017-04-20 -lastmod: 2023-11-10 +lastmod: 2024-03-30 description: ¿Quieres actualizar Moodle en la MoodleBox? ¡Sigue estas instrucciones! slug: moodle-version-update categories: @@ -41,7 +41,7 @@ Después, visita en tu navegador la URL http://moodlebox.home/admin y sigue las ### Actualizar a una versión __mayor -Para actualizar a la siguiente __versión mayor__ de Moodle (4.4[^future], 4.5[^future], etc.), escriba los comandos anteriores, y a continuación los siguientes comandos __adicionales__, indicando la rama adecuada, por ejemplo `MOODLE_404_STABLE`, `MOODLE_405_STABLE`, etc.: +Para actualizar a la siguiente __versión mayor__ de Moodle (4.4, 4.5[^future], etc.), escriba los comandos anteriores, y a continuación los siguientes comandos __adicionales__, indicando la rama adecuada, por ejemplo `MOODLE_404_STABLE`, `MOODLE_405_STABLE`, etc.: ```bash sudo -u www-data -g moodlebox git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" @@ -57,5 +57,5 @@ A continuación, visita la URL http://moodlebox.home/admin y sigue las instrucci [default-pwd]: {{< relref "help/credentials" >}} [^git]: Para permitir una actualización simplificada de Moodle, su instalación se realizó utilizando Git. - [^future]: Por supuesto, tendrás que elegir una rama existente y estable, así que espera a la [versión oficial](https://docs.moodle.org/dev/Releases#General_release_calendar) de la versión de Moodle deseada para hacerlo. + [^future]: Por supuesto, tendrás que elegir una rama existente y estable, así que espera a la [versión oficial](https://moodledev.io/general/releases) de la versión de Moodle deseada para hacerlo. diff --git a/content/fr/help/download-the-disk-image.md b/content/fr/help/download-the-disk-image.md index b8dd889..d87b976 100644 --- a/content/fr/help/download-the-disk-image.md +++ b/content/fr/help/download-the-disk-image.md @@ -4,7 +4,7 @@ authors: - Nicolas Martignoni type: kb date: 2017-04-17 -lastmod: 2023-11-10 +lastmod: 2024-03-30 description: L'image-disque de la MoodleBox peut être téléchargée gratuitement et librement sur sur cette page. slug: telecharger-limage-disque categories_weight: 3 @@ -30,7 +30,7 @@ Pour [copier l'image disque MoodleBox]({{< relref "help/copy-the-disk-image" >}} Version : {{< ghrelease user="moodlebox" repo="moodlebox" data="version" id=4 >}}
- Version de Moodle : Moodle 4.3+ (Build: 20231110) + Version de Moodle : Moodle 4.3.3+ (Build: 20240326)
Taille : {{< ghrelease user="moodlebox" repo="moodlebox" data="file_size" id=4 >}} Mo diff --git a/content/fr/help/moodle-update.md b/content/fr/help/moodle-update.md index c6aec87..bf1cef2 100644 --- a/content/fr/help/moodle-update.md +++ b/content/fr/help/moodle-update.md @@ -5,7 +5,7 @@ authors: - Adrian Perez Rodriguez type: kb date: 2017-04-17 -lastmod: 2023-11-10 +lastmod: 2024-03-30 description: Vous voulez mettre à jour Moodle sur la MoodleBox ? Suivez ces instructions ! slug: mise-a-jour-de-la-version-de-moodle categories: @@ -38,7 +38,7 @@ Chargez ensuite dans le navigateur l'URL http://moodlebox.home/admin, et suivez ### Mise à jour vers une version _majeure_ -Pour une mise à jour à une __version majeure__ de Moodle (4.4[^future], 4.5[^future], etc.), tapez les commandes ci-dessus, puis __en plus__ les commandes suivantes, en indiquant la branche adéquate, par exemple `MOODLE_404_STABLE`, `MOODLE_405_STABLE`, etc. : +Pour une mise à jour à une __version majeure__ de Moodle (4.4, 4.5[^future], etc.), tapez les commandes ci-dessus, puis __en plus__ les commandes suivantes, en indiquant la branche adéquate, par exemple `MOODLE_404_STABLE`, `MOODLE_405_STABLE`, etc. : ```bash sudo -u www-data -g moodlebox git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" @@ -54,4 +54,4 @@ Chargez ensuite dans le navigateur l'URL http://moodlebox.home/admin, et suivez [default-pwd]: {{< relref "help/credentials" >}} [^git]: Afin de permettre une mise à jour simplifiée de Moodle, son installation a été faite au moyen de Git. - [^future]: On ne choisira bien sûr qu'une branche existante et stable, et il faut attendre pour cela la [publication officielle](https://docs.moodle.org/dev/Releases#General_release_calendar) de la version concernée de Moodle. + [^future]: On ne choisira bien sûr qu'une branche existante et stable, et il faut attendre pour cela la [publication officielle](https://moodledev.io/general/releases) de la version concernée de Moodle. diff --git a/data/ghrelease.json b/data/ghrelease.json index 52eda56..e1c632e 100644 --- a/data/ghrelease.json +++ b/data/ghrelease.json @@ -1,9 +1,9 @@ { - "url": "https://api.github.com/repos/moodlebox/moodlebox/releases/93270532", - "assets_url": "https://api.github.com/repos/moodlebox/moodlebox/releases/93270532/assets", - "upload_url": "https://uploads.github.com/repos/moodlebox/moodlebox/releases/93270532/assets{?name,label}", - "html_url": "https://github.com/moodlebox/moodlebox/releases/tag/v4.6.0", - "id": 93270532, + "url": "https://api.github.com/repos/moodlebox/moodlebox/releases/146895079", + "assets_url": "https://api.github.com/repos/moodlebox/moodlebox/releases/146895079/assets", + "upload_url": "https://uploads.github.com/repos/moodlebox/moodlebox/releases/146895079/assets{?name,label}", + "html_url": "https://github.com/moodlebox/moodlebox/releases/tag/v4.7.0", + "id": 146895079, "author": { "login": "martignoni", "id": 421392, @@ -24,20 +24,20 @@ "type": "User", "site_admin": false }, - "node_id": "RE_kwDOA-E9284FjzIE", - "tag_name": "v4.6.0", + "node_id": "RE_kwDOA-E9284IwXDn", + "tag_name": "v4.7.0", "target_commitish": "main", - "name": "v4.6.0", + "name": "v4.7.0", "draft": false, "prerelease": false, - "created_at": "2023-11-10T07:52:53Z", - "published_at": "2023-11-10T20:53:29Z", + "created_at": "2024-03-29T11:30:51Z", + "published_at": "2024-03-30T09:57:51Z", "assets": [ { - "url": "https://api.github.com/repos/moodlebox/moodlebox/releases/assets/134964939", - "id": 134964939, - "node_id": "RA_kwDOA-E9284IC2bL", - "name": "moodlebox-4.6.0-rpi-imager.img.bz2", + "url": "https://api.github.com/repos/moodlebox/moodlebox/releases/assets/159332285", + "id": 159332285, + "node_id": "RA_kwDOA-E9284Jfze9", + "name": "moodlebox-4.7.0-rpi-imager.img.bz2", "label": null, "uploader": { "login": "martignoni", @@ -61,17 +61,17 @@ }, "content_type": "application/x-bzip2", "state": "uploaded", - "size": 995519736, + "size": 965972700, "download_count": 0, - "created_at": "2023-11-10T20:52:14Z", - "updated_at": "2023-11-10T20:53:11Z", - "browser_download_url": "https://github.com/moodlebox/moodlebox/releases/download/v4.6.0/moodlebox-4.6.0-rpi-imager.img.bz2" + "created_at": "2024-03-29T20:53:47Z", + "updated_at": "2024-03-29T20:55:26Z", + "browser_download_url": "https://github.com/moodlebox/moodlebox/releases/download/v4.7.0/moodlebox-4.7.0-rpi-imager.img.bz2" }, { - "url": "https://api.github.com/repos/moodlebox/moodlebox/releases/assets/134964212", - "id": 134964212, - "node_id": "RA_kwDOA-E9284IC2P0", - "name": "moodlebox-4.6.0-rpi-imager.img.xz", + "url": "https://api.github.com/repos/moodlebox/moodlebox/releases/assets/159331195", + "id": 159331195, + "node_id": "RA_kwDOA-E9284JfzN7", + "name": "moodlebox-4.7.0-rpi-imager.img.xz", "label": null, "uploader": { "login": "martignoni", @@ -95,17 +95,17 @@ }, "content_type": "application/x-xz", "state": "uploaded", - "size": 775397228, + "size": 728710300, "download_count": 0, - "created_at": "2023-11-10T20:44:56Z", - "updated_at": "2023-11-10T20:46:09Z", - "browser_download_url": "https://github.com/moodlebox/moodlebox/releases/download/v4.6.0/moodlebox-4.6.0-rpi-imager.img.xz" + "created_at": "2024-03-29T20:41:41Z", + "updated_at": "2024-03-29T20:42:40Z", + "browser_download_url": "https://github.com/moodlebox/moodlebox/releases/download/v4.7.0/moodlebox-4.7.0-rpi-imager.img.xz" }, { - "url": "https://api.github.com/repos/moodlebox/moodlebox/releases/assets/134964509", - "id": 134964509, - "node_id": "RA_kwDOA-E9284IC2Ud", - "name": "moodlebox-4.6.0-rpi-imager.sha256", + "url": "https://api.github.com/repos/moodlebox/moodlebox/releases/assets/159332443", + "id": 159332443, + "node_id": "RA_kwDOA-E9284Jfzhb", + "name": "moodlebox-4.7.0-rpi-imager.sha256", "label": null, "uploader": { "login": "martignoni", @@ -129,17 +129,17 @@ }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 99, + "size": 125, "download_count": 0, - "created_at": "2023-11-10T20:48:19Z", - "updated_at": "2023-11-10T20:48:19Z", - "browser_download_url": "https://github.com/moodlebox/moodlebox/releases/download/v4.6.0/moodlebox-4.6.0-rpi-imager.sha256" + "created_at": "2024-03-29T20:55:46Z", + "updated_at": "2024-03-29T21:04:22Z", + "browser_download_url": "https://github.com/moodlebox/moodlebox/releases/download/v4.7.0/moodlebox-4.7.0-rpi-imager.sha256" }, { - "url": "https://api.github.com/repos/moodlebox/moodlebox/releases/assets/134960436", - "id": 134960436, - "node_id": "RA_kwDOA-E9284IC1U0", - "name": "moodlebox-4.6.0.img.bz2", + "url": "https://api.github.com/repos/moodlebox/moodlebox/releases/assets/159331775", + "id": 159331775, + "node_id": "RA_kwDOA-E9284JfzW_", + "name": "moodlebox-4.7.0.img.bz2", "label": null, "uploader": { "login": "martignoni", @@ -163,17 +163,17 @@ }, "content_type": "application/x-bzip2", "state": "uploaded", - "size": 995750990, + "size": 966393507, "download_count": 0, - "created_at": "2023-11-10T20:07:58Z", - "updated_at": "2023-11-10T20:09:02Z", - "browser_download_url": "https://github.com/moodlebox/moodlebox/releases/download/v4.6.0/moodlebox-4.6.0.img.bz2" + "created_at": "2024-03-29T20:49:02Z", + "updated_at": "2024-03-29T20:50:29Z", + "browser_download_url": "https://github.com/moodlebox/moodlebox/releases/download/v4.7.0/moodlebox-4.7.0.img.bz2" }, { - "url": "https://api.github.com/repos/moodlebox/moodlebox/releases/assets/134960068", - "id": 134960068, - "node_id": "RA_kwDOA-E9284IC1PE", - "name": "moodlebox-4.6.0.img.xz", + "url": "https://api.github.com/repos/moodlebox/moodlebox/releases/assets/159330376", + "id": 159330376, + "node_id": "RA_kwDOA-E9284JfzBI", + "name": "moodlebox-4.7.0.img.xz", "label": null, "uploader": { "login": "martignoni", @@ -197,17 +197,17 @@ }, "content_type": "application/x-xz", "state": "uploaded", - "size": 775563700, + "size": 728771592, "download_count": 0, - "created_at": "2023-11-10T20:03:40Z", - "updated_at": "2023-11-10T20:05:06Z", - "browser_download_url": "https://github.com/moodlebox/moodlebox/releases/download/v4.6.0/moodlebox-4.6.0.img.xz" + "created_at": "2024-03-29T20:30:34Z", + "updated_at": "2024-03-29T20:36:52Z", + "browser_download_url": "https://github.com/moodlebox/moodlebox/releases/download/v4.7.0/moodlebox-4.7.0.img.xz" }, { - "url": "https://api.github.com/repos/moodlebox/moodlebox/releases/assets/134964616", - "id": 134964616, - "node_id": "RA_kwDOA-E9284IC2WI", - "name": "moodlebox-4.6.0.sha256", + "url": "https://api.github.com/repos/moodlebox/moodlebox/releases/assets/159332450", + "id": 159332450, + "node_id": "RA_kwDOA-E9284Jfzhi", + "name": "moodlebox-4.7.0.sha256", "label": null, "uploader": { "login": "martignoni", @@ -231,14 +231,14 @@ }, "content_type": "application/octet-stream", "state": "uploaded", - "size": 88, + "size": 114, "download_count": 0, - "created_at": "2023-11-10T20:48:44Z", - "updated_at": "2023-11-10T20:48:45Z", - "browser_download_url": "https://github.com/moodlebox/moodlebox/releases/download/v4.6.0/moodlebox-4.6.0.sha256" + "created_at": "2024-03-29T20:55:58Z", + "updated_at": "2024-03-29T21:04:22Z", + "browser_download_url": "https://github.com/moodlebox/moodlebox/releases/download/v4.7.0/moodlebox-4.7.0.sha256" } ], - "tarball_url": "https://api.github.com/repos/moodlebox/moodlebox/tarball/v4.6.0", - "zipball_url": "https://api.github.com/repos/moodlebox/moodlebox/zipball/v4.6.0", - "body": "## Release notes\r\n![Github Release Downloads](https://img.shields.io/github/downloads/moodlebox/moodlebox/v4.6.0/total.svg)\r\n\r\n### Added\r\n- Support Bookworm (issue #287).\r\n- Use Redis for Moodle cache (issue #301).\r\n- Replace USBMount with devmon for USB keys automounting (issues #299 and #300).\r\n- Limit size of journald log file (issue #313).\r\n\r\n### Changed\r\n- Update to Raspberry Pi OS version 2023-10-10, Debian Bullseye 64bit (issue #316).\r\n- Update Moodle version 4.3.0+ (issue #318).\r\n- Update MoodleBox plugin to version v2.17.1 (issue #310).\r\n- Update Nodogsplash to version v5.0.2 (issue #314).\r\n- Update partition resize script to upstream version (no issue number, commit a5c4cc8).\r\n- Clean apt cache (#312).\r\n- Remove useless step defining mariaDB root password (no issue number, commit 9cf1070).\r\n- Update role and var names (issue #297).\r\n- Move `dnsmasq` configuration to sub-directory for better portability (issue #296).\r\n\r\n### Fixed\r\n- Enable Git to re-download Moodle without failing (issue #289).\r\n- Fix cron task for wireless chip firmware (part of issue #280).\r\n- Fix warnings during installation (no issue number, issue 8636335).\r\n- Fix Ansible Lint errors (no issue number, commits a6816d1, cc2d8c1 and 0e6f594).\r\n\r\n**Full Changelog**: https://github.com/moodlebox/moodlebox/compare/v4.5.1...v4.6.0" + "tarball_url": "https://api.github.com/repos/moodlebox/moodlebox/tarball/v4.7.0", + "zipball_url": "https://api.github.com/repos/moodlebox/moodlebox/zipball/v4.7.0", + "body": "## Release notes\r\n![Github Release Downloads](https://img.shields.io/github/downloads/moodlebox/moodlebox/v4.7.0/total.svg)\r\n\r\n### Added\r\n- Set PHP timezone to have it in sync with OS timezone (issue #324).\r\n- Set default DB collation to `utf8mb4_unicode_ci`, as recommended by Moodle (issue #323).\r\n\r\n### Changed\r\n- Update to Raspberry Pi OS version 2024-03-15, Debian Bullseye 64bit (issue #332).\r\n- Update MoodleBox plugin to version v2.17.5 (issue #333).\r\n\r\n### Fixed\r\n- Set correct file path for relevant boot files (issue #329).\r\n- Replace text logo for better compatibility (issue #251).\r\n- Mitigate Ansible Lint errors (no issue number, commit aa81008).\r\n\r\n**Full Changelog**: https://github.com/moodlebox/moodlebox/compare/v4.6.0...v4.7.0" } diff --git a/static/moodlebox-rpi-imager.json b/static/moodlebox-rpi-imager.json index cab3642..d0c4701 100644 --- a/static/moodlebox-rpi-imager.json +++ b/static/moodlebox-rpi-imager.json @@ -1,15 +1,15 @@ { "os_list": [ { - "name": "MoodleBox v4.6.0", + "name": "MoodleBox v4.7.0", "description": "MoodleBox combines a wireless access point with a full featured Moodle server on a Raspberry Pi. Compatible with RPi 5, 4B, 400, 3B+, 3B and 3A+.", "website": "https://moodlebox.net/", "icon": "https://moodlebox.net/img/icon.png", - "url": "https://github.com/moodlebox/moodlebox/releases/download/v4.6.0/moodlebox-4.6.0-rpi-imager.img.xz", - "extract_size": 4301385728, - "extract_sha256": "4879828da648b03de2b6e72c9c44abb8a4000e868bf3ce3a2009d390e3e4d6b5", - "image_download_size": 775397228, - "release_date": "2023-11-10", + "url": "https://github.com/moodlebox/moodlebox/releases/download/v4.7.0/moodlebox-4.7.0-rpi-imager.img.xz", + "extract_size": 3643473920, + "extract_sha256": "91d5e3fcdcfa4461a7d7777782c400ca95e5b3e81a8387a29aa7ef5b7a7259b4", + "image_download_size": 728710300, + "release_date": "2024-03-30", "init_format": "systemd", "devices": ["pi3-64bit", "pi4-64bit", "pi5-64bit"] }