Skip to content

Commit 784e513

Browse files
Merge pull request #36 from AMTM-OSR/develop
Fixes and Improvements
2 parents cfc3ad0 + 183d31d commit 784e513

5 files changed

Lines changed: 462 additions & 313 deletions

File tree

.github/workflows/Create-NewReleases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
# 1--- Check out master so we tag the exact merge commit
2121
- name: Checkout source code
22-
uses: actions/checkout@v5.0.0
22+
uses: actions/checkout@v6.0.1
2323
with:
2424
fetch-depth: 0
2525
ref: 'master'
@@ -97,7 +97,7 @@ jobs:
9797
9898
# 7--- Publish a GitHub Release with auto-generated notes
9999
- name: Create Release with Automated Release Notes
100-
uses: softprops/action-gh-release@v2.4.2
100+
uses: softprops/action-gh-release@v2.5.0
101101
with:
102102
token: ${{ secrets.GITHUB_TOKEN }}
103103
tag_name: ${{ steps.nextver.outputs.tag }}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# uiDivStats - WebUI for Diversion statistics
22

3-
## v4.0.13
4-
### Updated on 2025-Nov-20
3+
## v4.0.14
4+
### Updated on 2026-Jan-19
55

66
## About
77
A graphical representation of domain blocking performed by Diversion.

uiDivStats.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
## Forked from https://github.com/jackyaz/uiDivStats ##
1414
## ##
1515
###################################################################
16-
# Last Modified: 2025-Nov-16
16+
# Last Modified: 2026-Jan-19
1717
#------------------------------------------------------------------
1818

1919
################# Shellcheck directives ###############
@@ -35,9 +35,9 @@
3535

3636
### Start of script variables ###
3737
readonly SCRIPT_NAME="uiDivStats"
38-
readonly SCRIPT_VERSION="v4.0.13"
39-
readonly SCRIPT_VERSTAG="25111620"
40-
SCRIPT_BRANCH="master"
38+
readonly SCRIPT_VERSION="v4.0.14"
39+
readonly SCRIPT_VERSTAG="26011900"
40+
SCRIPT_BRANCH="develop"
4141
SCRIPT_REPO="https://raw.githubusercontent.com/AMTM-OSR/$SCRIPT_NAME/$SCRIPT_BRANCH"
4242
readonly SCRIPT_DIR="/jffs/addons/$SCRIPT_NAME.d"
4343
readonly SCRIPT_CONF="$SCRIPT_DIR/config"

uidivstats_www.asp

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)