Skip to content

Commit

Permalink
2024.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnux committed Mar 15, 2024
1 parent c82b6b6 commit 1d0d3f1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# CHANGELOG

## 2024.3.15

- Fix Customer View to list active Plan

This comment has been minimized.

Copy link
@nspinternet

nspinternet Mar 15, 2024

plz add to view customer active ip

- Additional Bill using Customer Attributes

This comment has been minimized.

Copy link
@nspinternet

nspinternet Mar 15, 2024

plz add option for customer framed-ip-address for static ip


## 2024.3.14

- Add Note to Invoices
Expand Down
1 change: 0 additions & 1 deletion init.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ function _autoloader($class)
}
spl_autoload_register('_autoloader');


if (!file_exists($root_path . 'config.php')) {
$root_path .= '..' . DIRECTORY_SEPARATOR;
if (!file_exists($root_path . 'config.php')) {
Expand Down
7 changes: 4 additions & 3 deletions ui/ui/router-error.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,18 @@
<li>Make sure your hosting not blocking port to external</li>
<li>Make sure your Mikrotik accessible from PHPNuxBill</li>
</ul>
If you just update PHPNuxBill from upload files, try click Update Database
</div>
<div class="box-footer">
<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="{$_url}community#update" class="btn btn-success btn-sm btn-block">Update
<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" style="color: black;" class="btn btn-success btn-sm btn-block">Update
PHPNuxBill</a>
</div>
<br>
<div class="btn-group btn-group-justified" role="group" aria-label="...">
<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"
class="btn btn-primary btn-sm btn-block">Ask Telegram Community</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2024.3.14"
"version": "2024.3.15"
}

0 comments on commit 1d0d3f1

Please sign in to comment.