diff --git a/DOCKER_README.md b/DOCKER_README.md index e6f698a..d6d58d8 100644 --- a/DOCKER_README.md +++ b/DOCKER_README.md @@ -108,7 +108,7 @@ Add more sites with `SITE2`, `SITE3`, etc. See [full configuration guide](https: |--------|-------|------------| | WordPress | 67 | `WORDPRESS_` | | WooCommerce | 28 | `WOOCOMMERCE_` | -| WordPress Advanced | 22 | `WORDPRESS_` | +| WordPress Advanced | 22 | `WORDPRESS_ADVANCED_` | | Gitea | 56 | `GITEA_` | | n8n | 56 | `N8N_` | | Supabase | 70 | `SUPABASE_` | diff --git a/core/dashboard/routes.py b/core/dashboard/routes.py index 889776c..2ccdc63 100644 --- a/core/dashboard/routes.py +++ b/core/dashboard/routes.py @@ -1995,7 +1995,7 @@ def _get_project_version() -> str: return line.split("=")[1].strip().strip('"').strip("'") except Exception: pass - return "3.0.0" + return "3.0.1" def get_about_info() -> dict: diff --git a/core/templates/dashboard/login.html b/core/templates/dashboard/login.html index f5b6ca3..0dafedb 100644 --- a/core/templates/dashboard/login.html +++ b/core/templates/dashboard/login.html @@ -138,7 +138,7 @@
- MCP Hub v{{ version|default('3.0.0') }} + MCP Hub v{{ version|default('3.0.1') }}