From 8c1c56602d2ece821661e1218b356c9b8ac52d7f Mon Sep 17 00:00:00 2001 From: Rikj000 Date: Sun, 15 Dec 2024 19:16:39 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bumped=20version=20to=20`v11`=20?= =?UTF-8?q?-=20`2024.12.15`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ mm | 2 +- module.prop | 6 +++--- update.json | 6 +++--- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0987316..4a1185d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ ## Change Log +**v11 - 2024.12.15 (202412150)** +- Updated Magisk version support to **Magisk v19.0 - v28.X** + **v10 - 2024.9.8 (202409080)** - Updated Magisk version support to **Magisk v19.0 - v27.X** - Added MMRL documentation diff --git a/mm b/mm index 7d01eef..802a3fa 100644 --- a/mm +++ b/mm @@ -13,7 +13,7 @@ mountPath=/_magisk img=/data/adb/magisk.img [ -f $img ] || img=/data/adb/modules -echo -e "\nMagisk Manager for Recovery Mode (mm) 2024.9.8 +echo -e "\nMagisk Manager for Recovery Mode (mm) 2024.12.15 Copyright (C) 2018-2024, VR25 & Rikj000 @ xda-developers License: GPLv3+\n" diff --git a/module.prop b/module.prop index e6c0f96..dbd6944 100644 --- a/module.prop +++ b/module.prop @@ -1,8 +1,8 @@ id=mm name=Magisk Manager for Recovery Mode (mm) -version=2024.9.8 -versionCode=202409080 +version=2024.12.15 +versionCode=202412150 author=VR25 & Rikj000 @ XDA-Developers -description=Easily manage your Magisk v19-27 Modules by running "*/mm" or "sh /sdcard/mm" from a terminal session in your custom recovery! (e.g. TWRP) +description=Easily manage your Magisk v19-28 Modules by running "*/mm" or "sh /sdcard/mm" from a terminal session in your custom recovery! (e.g. TWRP) updateJson=https://raw.githubusercontent.com/Rikj000/Magisk-Manager-for-Recovery-Mode/master/update.json minMagisk=19000 diff --git a/update.json b/update.json index 8e4d55a..2edd741 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "2024.9.8", - "versionCode": "202409080", - "zipUrl": "https://github.com/Rikj000/Magisk-Manager-for-Recovery-Mode/releases/download/2024.9.8/MagiskManagerForRecovery_v10_202409080.zip", + "version": "2024.12.15", + "versionCode": "202412150", + "zipUrl": "https://github.com/Rikj000/Magisk-Manager-for-Recovery-Mode/releases/download/2024.12.15/MagiskManagerForRecovery_v11_202412150.zip", "changelog": "https://github.com/Rikj000/Magisk-Manager-for-Recovery-Mode/blob/master/CHANGELOG.md" } \ No newline at end of file