Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Update addons
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferks-FK committed Jun 27, 2022
1 parent fcab3c7 commit 498ca56
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ This file is a running track of new features and fixes to each version of the pa

<h3>Changed</h3>

- Addons updated to panel `v1.8.1` version:
- `Files In Editor`
- `More Buttons`
- `More Server Info`
- `PMA Button Database Tab`
- `PMA Button Navbar`
- `Server Router Icons`
- Addons updated:
- `Files In Editor` -> `v1.8.1`
- `More Buttons` -> `v1.8.1`
- `More Server Info` -> `v1.8.1` and `v1.9.0`
- `PMA Button Database Tab` -> `v1.8.1`
- `PMA Button Navbar` -> `v1.8.1`
- `Server Router Icons` -> `v1.8.1`
2 changes: 1 addition & 1 deletion addons/version1.x/More_Server_Info/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ compatibility() {
print "Checking if the addon is compatible with your panel..."

sleep 2
if [ "$PANEL_VERSION" == "1.7.0" ] || [ "$PANEL_VERSION" == "1.8.1" ]; then
if [ "$PANEL_VERSION" == "1.8.1" ] || [ "$PANEL_VERSION" == "1.9.0" ]; then
print "Compatible Version!"
else
print_error "Incompatible Version!"
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ while [ "$done" == false ]; do
options=(
"Restore Panel Backup (Restore your panel if you have problems or want to remove addons)"
"Install More Buttons (Only 1.6.6 and 1.7.0)"
"Install More Server Info (Only 1.6.6 and 1.7.0)"
"Install More Server Info (Only 1.8.1 and 1.9.0)"
"Install Server Router Icons (Only 1.6.6 and 1.7.0)"
"Install PMA Button NavBar (Only 1.6.6 and 1.7.0)"
"Install PMA Button Database Tab (Only 1.6.6 and 1.7.0)"
Expand Down

0 comments on commit 498ca56

Please sign in to comment.