Version 2023.8.15

This commit is contained in:
Ibnu Maksum 2023-08-15 10:35:11 +07:00
parent 783b541645
commit ad0f4599e7
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5
3 changed files with 20 additions and 12 deletions

View File

@ -2,17 +2,19 @@
# CHANGELOG # CHANGELOG
## 2023.8 ## 2023.8.15
- Fix PPPOE Delete User - Fix PPPOE Delete Customer
- Fix Header Admin and User - Fix Header Admin and Customer
- Fix PDF Export by Period - Fix PDF Export by Period
- Add pppoe_password for user, this pppoe_password only admin can change - Add pppoe_password for Customer, this pppoe_password only admin can change
- Country Code Number Settings - Country Code Number Settings
- User Meta Table for Custom Fields - Customer Meta Table for Custom Fields
- Fix Add and Edit Customer Form for admin - Fix Add and Edit Customer Form for admin
- add Notification Message Editor - add Notification Message Editor
- cron reminder - cron reminder
- Balance System, Customer can deposit money
- Auto renewal when package expired using Customer Balance
## 2023.8.1 ## 2023.8.1
@ -36,13 +38,13 @@
Because the first time phpmixbill created, plan validity only for days and Months, many request ask for minutes and hours, i change it, but not the database. Because the first time phpmixbill created, plan validity only for days and Months, many request ask for minutes and hours, i change it, but not the database.
## 2023.6.15 ## 2023.6.15
- User can connect to internet from User Dashboard - Customer can connect to internet from Customer Dashboard
- Fix Confirm when delete - Fix Confirm when delete
- Change Logo PHPNuxBill - Change Logo PHPNuxBill
- Using Composer - Using Composer
- Fix Search User - Fix Search Customer
- Fix user check, if not found will logout - Fix Customer check, if not found will logout
- User password show but hidden - Customer password show but hidden
- Voucher code hidden - Voucher code hidden
## 2023.6.8 ## 2023.6.8

View File

@ -33,8 +33,10 @@ Minimum Requirements
- Linux or Windows OS - Linux or Windows OS
- PHP Version 7.4 - PHP Version 7.4
- Both PDO & MySQLi Support - Both PDO & MySQLi Support
- GD2 Image Library - PHP-GD2 Image Library
- CURL support - PHP-CURL
- PHP-ZIP
- PHP-Mbstring
- MySQL Version 4.1.x and above - MySQL Version 4.1.x and above
can be Installed in Raspberry Pi Device. can be Installed in Raspberry Pi Device.
@ -48,6 +50,10 @@ The problem with windows is hard to set cronjob, better Linux
[Installation instructions](https://github.com/hotspotbilling/phpnuxbill/wiki) [Installation instructions](https://github.com/hotspotbilling/phpnuxbill/wiki)
## Docker Version
[Docker Repository](https://github.com/animegasan/phpnuxbill)
## RADIUS system ## RADIUS system
Still on development Still on development

View File

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