Skip to content

Commit

Permalink
🔖 Bumped version to v11 - 2024.12.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikj000 committed Dec 15, 2024
1 parent ba6259a commit 8c1c566
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mm
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
6 changes: 3 additions & 3 deletions module.prop
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 8c1c566

Please sign in to comment.