mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-02-23 23:17:05 +08:00
update Version
This commit is contained in:
parent
25a6491932
commit
1111ea986e
3 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"version": "2023.7.28"
|
||||
"version": "2023.8.1"
|
||||
}
|
Loading…
Reference in a new issue