Skip to content

Commit

Permalink
v.1.0.8
Browse files Browse the repository at this point in the history
- Fixed basic file setup issue.
- Fixed typo.
  • Loading branch information
AdroitAdorKhan committed May 22, 2020
1 parent c2443da commit 4b3a7e6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<div align="center">
<!-- Version -->
<img src="https://img.shields.io/badge/Version-1.0.-blue.svg?longCache=true&style=flat-square"
<img src="https://img.shields.io/badge/Version-1.0.-blue.svg?longCache=true&style=flat-square"
alt="Version" />
<!-- Last Updated -->
<img src="https://img.shields.io/badge/Updated-May 22, 2020-orange.svg?longCache=true&style=flat-square"
Expand Down Expand Up @@ -182,10 +182,12 @@ Uninstall
Changelog
------

v.1.0.
v.1.0.
- Fix patch applied to adblock app detection.
- Fixed pack download issue via CLI flag. (`ep -p <pack>`)
- Fixed basic file setup issue.
- Beautify the module scripts.
- Fixed typo.

v.1.0.0β
- Added CLI Flag support.
Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=energizedprotection
name=Energized Protection
version=1.0.
versionCode=200522107
version=1.0.
versionCode=200522108
author=AdroitAdorKhan
description=Let's make an annoyance free better open internet, altogether! https://energized.pro
5 changes: 2 additions & 3 deletions system/bin/energized
Original file line number Diff line number Diff line change
Expand Up @@ -436,10 +436,9 @@ setupFilesMin() {
checkBusybox;
# Check Energized Protection
checkEP;
#echo $epPack;
}
# ----------------------------------------

setupFilesMin;
# ----------------------------------------
# Setup required stuffs for menu
# ----------------------------------------
Expand Down Expand Up @@ -1998,7 +1997,7 @@ uninstall(){
rm -rf '/system/bin/energized' '/system/bin/ENERGIZED' '/data/adb/modules/energizedprotection' '/sbin/.magisk/modules/energizedprotection' '/sdcard/EnergizedProtection' > /dev/null 2>&1;
clear
echo -e "$W""\nIt's sad to see you go!""$N"
echo -e "$W""But ""$N""$Y""https://energized.pro""$N""$W"" is alwyas there for you!""$N"
echo -e "$W""But ""$N""$Y""https://energized.pro""$N""$W"" is always there for you!""$N"
echo -e "$W""Reboot once to remove stales.""$N"
else
echo -e "$Y""\nGlad you didn't go! Thank you! :)\n""$N"
Expand Down
2 changes: 1 addition & 1 deletion system/bin/strings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Website: https://energized.pro
Github: https://github.com/EnergizedProtection/block
Copyright (c) 2018-2020, Energized Protection
License: CC-BY-NC-SA 4.0
Version: 1.0.7
Version: 1.0.8
Symlinks: <energized|Energized|ep|EP|epro>
>> Use any of the symlinks to run Energized Protection module.
Expand Down

0 comments on commit 4b3a7e6

Please sign in to comment.