update Version

This commit is contained in:
Ibnu Maksum 2023-08-01 16:01:21 +07:00
parent 25a6491932
commit 1111ea986e
No known key found for this signature in database
GPG key ID: 7FC82848810579E5
3 changed files with 8 additions and 2 deletions

View file

@ -2,6 +2,12 @@
# CHANGELOG
## 2023.8.1
- Add Update file script, one click updating PHPNuxBill
- Add Custom UI folder, to custome your own template
- Delete debug text
- Fix Vendor JS
## 2023.7.28
- Fix link buy Voucher

View file

@ -142,7 +142,7 @@
<div class="box-footer" id="latestVersion">ver</div>
<div class="box-footer">
<div class="btn-group btn-group-justified" role="group" aria-label="...">
<a href="https://github.com/hotspotbilling/phpnuxbill/" target="_blank"
<a href="./update.php" target="_blank"
class="btn btn-success btn-lg btn-block">Install Latest Version</a>
<a href="https://github.com/hotspotbilling/phpnuxbill/archive/refs/heads/master.zip" target="_blank"
class="btn btn-warning btn-lg btn-block">Download Latest Version</a>

View file

@ -1,3 +1,3 @@
{
"version": "2023.7.28"
"version": "2023.8.1"
}