Skip to content

Commit

Permalink
🔖 Bumped version to v10 - 2024.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikj000 committed Sep 8, 2024
1 parent 8267710 commit cd556b8
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## Change Log
**v10 - 2024.9.8 (202409080)**
- Updated Magisk version support to **Magisk v19.0 - v27.X**
- Added MMRL documentation

**v9 - 2023.12.6 (202312060)**
- Added Magisk Manager + MRepo update support
- Updated documentation
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Flashable zip builder
# Copyright (C) 2018-2023, VR25 & Rikj000 @ xda-developers
# Copyright (C) 2018-2024, VR25 & Rikj000 @ xda-developers
# License: GPLv3+

echo
Expand Down
2 changes: 1 addition & 1 deletion check_syntax.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Basic shell syntax checker
# Copyright (C) 2018-2023, VR25 & Rikj000 @ xda-developers
# Copyright (C) 2018-2024, VR25 & Rikj000 @ xda-developers
# License: GPLv3+

echo
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ unset -f print
print_modname() {
ui_print " "
ui_print "$name $version"
ui_print "Copyright (C) 2017-2023, $author"
ui_print "Copyright (C) 2017-2024, $author"
ui_print "License: GPLv3+"
ui_print " "
}
Expand Down
6 changes: 3 additions & 3 deletions mm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/sbin/sh
# Magisk Manager for Recovery Mode (mm)
# Copyright (C) 2018-2023, VR25 & Rikj000 @ xda-developers
# Copyright (C) 2018-2024, VR25 & Rikj000 @ xda-developers
# License: GPLv3+


Expand All @@ -13,8 +13,8 @@ mountPath=/_magisk
img=/data/adb/magisk.img
[ -f $img ] || img=/data/adb/modules

echo -e "\nMagisk Manager for Recovery Mode (mm) 2023.12.6
Copyright (C) 2018-2023, VR25 & Rikj000 @ xda-developers
echo -e "\nMagisk Manager for Recovery Mode (mm) 2024.9.8
Copyright (C) 2018-2024, VR25 & Rikj000 @ xda-developers
License: GPLv3+\n"

trap 'exxit $?' EXIT
Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=mm
name=Magisk Manager for Recovery Mode (mm)
version=2023.12.6
versionCode=202312060
version=2024.9.8
versionCode=202409080
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)
updateJson=https://raw.githubusercontent.com/Rikj000/Magisk-Manager-for-Recovery-Mode/master/update.json
Expand Down
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "2023.12.6",
"versionCode": "202312060",
"zipUrl": "https://github.com/Rikj000/Magisk-Manager-for-Recovery-Mode/releases/download/2023.12.6/MagiskManagerForRecovery_v9_202312060.zip",
"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",
"changelog": "https://github.com/Rikj000/Magisk-Manager-for-Recovery-Mode/blob/master/CHANGELOG.md"
}

0 comments on commit cd556b8

Please sign in to comment.