2024.3.14
This commit is contained in:
parent
c82b6b6acf
commit
1d0d3f13ab
@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
## 2024.3.15
|
||||||
|
|
||||||
|
- Fix Customer View to list active Plan
|
||||||
|
- Additional Bill using Customer Attributes
|
||||||
|
|
||||||
## 2024.3.14
|
## 2024.3.14
|
||||||
|
|
||||||
- Add Note to Invoices
|
- Add Note to Invoices
|
||||||
|
1
init.php
1
init.php
@ -37,7 +37,6 @@ function _autoloader($class)
|
|||||||
}
|
}
|
||||||
spl_autoload_register('_autoloader');
|
spl_autoload_register('_autoloader');
|
||||||
|
|
||||||
|
|
||||||
if (!file_exists($root_path . 'config.php')) {
|
if (!file_exists($root_path . 'config.php')) {
|
||||||
$root_path .= '..' . DIRECTORY_SEPARATOR;
|
$root_path .= '..' . DIRECTORY_SEPARATOR;
|
||||||
if (!file_exists($root_path . 'config.php')) {
|
if (!file_exists($root_path . 'config.php')) {
|
||||||
|
@ -54,17 +54,18 @@
|
|||||||
<li>Make sure your hosting not blocking port to external</li>
|
<li>Make sure your hosting not blocking port to external</li>
|
||||||
<li>Make sure your Mikrotik accessible from PHPNuxBill</li>
|
<li>Make sure your Mikrotik accessible from PHPNuxBill</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
If you just update PHPNuxBill from upload files, try click Update Database
|
||||||
</div>
|
</div>
|
||||||
<div class="box-footer">
|
<div class="box-footer">
|
||||||
<div class="btn-group btn-group-justified" role="group" aria-label="...">
|
<div class="btn-group btn-group-justified" role="group" aria-label="...">
|
||||||
<a href="./update.php?step=4" class="btn btn-info btn-sm btn-block">Update Database</a>
|
<a href="./update.php?step=4" style="color: black;" class="btn btn-info btn-sm btn-block">Update Database</a>
|
||||||
<a href="{$_url}community#update" class="btn btn-success btn-sm btn-block">Update
|
<a href="{$_url}community#update" style="color: black;" class="btn btn-success btn-sm btn-block">Update
|
||||||
PHPNuxBill</a>
|
PHPNuxBill</a>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<div class="btn-group btn-group-justified" role="group" aria-label="...">
|
<div class="btn-group btn-group-justified" role="group" aria-label="...">
|
||||||
<a href="https://github.com/hotspotbilling/phpnuxbill/discussions" target="_blank"
|
<a href="https://github.com/hotspotbilling/phpnuxbill/discussions" target="_blank"
|
||||||
class="btn btn-success btn-sm btn-block">Ask Github Community</a>
|
class="btn btn-success btn-sm btn-block" style="color: black;">Ask Github Community</a>
|
||||||
<a href="https://t.me/phpnuxbill" target="_blank"
|
<a href="https://t.me/phpnuxbill" target="_blank"
|
||||||
class="btn btn-primary btn-sm btn-block">Ask Telegram Community</a>
|
class="btn btn-primary btn-sm btn-block">Ask Telegram Community</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"version": "2024.3.14"
|
"version": "2024.3.15"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user