diff --git a/README.md b/README.md index 5741276..4a52bd2 100644 --- a/README.md +++ b/README.md @@ -21,20 +21,9 @@ The ACP is organized into practical sections for day-to-day forum operations: - `Ranks`: rank definitions and badge management. - `Attachments`: attachment policy and extension/group controls. - `Audit log`: activity trail for administrative actions. -- `System`: environment checks and update operations. +- `System`: split into `Health` (live website health checks) and `Updates` (update-readiness checks and update actions, including CLI interpreter validation). - `Custom`: space for project-specific custom assets/overrides. -### System - -The System area is split into two focused views: - -- `Health`: shows whether the live website environment is healthy enough to run reliably. -- `Updates`: provides update-related checks and update actions, including CLI interpreter validation. - -This separation is intentional: -- `Health` answers “Is the site healthy right now?” -- `Updates` answers “Is this server ready to run update operations?” - ## Current Product Status - Active version: `26.0.3` diff --git a/composer.json b/composer.json index 1650141..b025622 100644 --- a/composer.json +++ b/composer.json @@ -98,5 +98,5 @@ "minimum-stability": "stable", "prefer-stable": true, "version": "26.0.3", - "build": "107" + "build": "108" }