From ff5444bef8ea786057e14eb49bb0b813fad4c233 Mon Sep 17 00:00:00 2001 From: usmannasir Date: Fri, 6 Mar 2026 16:42:54 +0500 Subject: [PATCH] Bump version to 2.4.5 - Update CP_VERSION to 2.4.5 in base template (busts static resource cache) - Update BUILD to 5 in baseTemplate/views.py - Update version.txt build to 5 - Update branch references in fix_cyberpanel_install.sh and docs --- baseTemplate/templates/baseTemplate/index.html | 2 +- baseTemplate/views.py | 2 +- docs/RESOURCE_LIMITS_GUIDE.md | 2 +- fix_cyberpanel_install.sh | 4 ++-- version.txt | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/baseTemplate/templates/baseTemplate/index.html b/baseTemplate/templates/baseTemplate/index.html index f09d6fe28..a7902ac55 100644 --- a/baseTemplate/templates/baseTemplate/index.html +++ b/baseTemplate/templates/baseTemplate/index.html @@ -1,6 +1,6 @@ {% load i18n %} {% get_current_language as LANGUAGE_CODE %} -{% with CP_VERSION="2.4.4.1" %} +{% with CP_VERSION="2.4.5" %} diff --git a/baseTemplate/views.py b/baseTemplate/views.py index 4e4bfef57..24119b20d 100644 --- a/baseTemplate/views.py +++ b/baseTemplate/views.py @@ -29,7 +29,7 @@ import pwd # Create your views here. VERSION = '2.4' -BUILD = 4 +BUILD = 5 @ensure_csrf_cookie diff --git a/docs/RESOURCE_LIMITS_GUIDE.md b/docs/RESOURCE_LIMITS_GUIDE.md index ba371f4d8..fbaf47719 100644 --- a/docs/RESOURCE_LIMITS_GUIDE.md +++ b/docs/RESOURCE_LIMITS_GUIDE.md @@ -21,7 +21,7 @@ CyberPanel now supports comprehensive resource limits for shared hosting environ - Ubuntu 20.04+, Debian 11+, CentOS Stream 9+, AlmaLinux 9+, Rocky Linux 9+ - RHEL 8 family (RHEL 8, AlmaLinux 8, Rocky 8, CloudLinux 8) with cgroups v2 manually enabled -2. **CyberPanel Version**: v2.4.4-dev or later +2. **CyberPanel Version**: v2.4.5-dev or later 3. **OpenLiteSpeed**: Installed and running diff --git a/fix_cyberpanel_install.sh b/fix_cyberpanel_install.sh index d8fe8c196..eaa1ee547 100644 --- a/fix_cyberpanel_install.sh +++ b/fix_cyberpanel_install.sh @@ -58,9 +58,9 @@ else # Detect OS version and download appropriate requirements if grep -q "22.04" /etc/os-release || grep -q "VERSION_ID=\"9" /etc/os-release; then - wget -q -O /tmp/requirements.txt https://raw.githubusercontent.com/usmannasir/cyberpanel/v2.4.4-dev/requirments.txt + wget -q -O /tmp/requirements.txt https://raw.githubusercontent.com/usmannasir/cyberpanel/v2.4.5-dev/requirments.txt else - wget -q -O /tmp/requirements.txt https://raw.githubusercontent.com/usmannasir/cyberpanel/v2.4.4-dev/requirments-old.txt + wget -q -O /tmp/requirements.txt https://raw.githubusercontent.com/usmannasir/cyberpanel/v2.4.5-dev/requirments-old.txt fi # Upgrade pip first diff --git a/version.txt b/version.txt index eb3ab87c9..8f00da504 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -{"version":"2.4","build":3} \ No newline at end of file +{"version":"2.4","build":5} \ No newline at end of file