2023.10.17

This commit is contained in:
Ibnu Maksum 2023-10-17 16:59:10 +07:00
parent 7094555f9f
commit 55f25a5b7f
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5
3 changed files with 9 additions and 1 deletions

View File

@ -2,6 +2,13 @@
# CHANGELOG
## 2023.10.17
- Happy Birthday To Me 🎂 \(^o^)/
- Support FreeRadius with Mysql
- Bring back Themes support
- Log Viewer
## 2023.9.21
- Customer can extend Plan

View File

@ -63,6 +63,7 @@
{/foreach}
</select>
</div>
<p class="help-block col-md-4"><a href="https://github.com/hotspotbilling/phpnuxbill/wiki/Themes" target="_blank">Theme info</a></p>
</div>
<div class="form-group">
<label class="col-md-2 control-label">{Lang::T('Disable Voucher')}</label>

View File

@ -1,3 +1,3 @@
{
"version": "2023.9.21"
"version": "2023.10.17"
}