Refine ACP system health/update checks and CLI PHP validation
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,5 +1,16 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-02-27
|
||||
- Reworked ACP System navigation into `Health` and `Updates`.
|
||||
- Moved update/version actions into the new `Updates` area and grouped update checks under `Live Update`, `CLI`, and `CI/CD`.
|
||||
- Added CLI PHP interpreter `Check` action (no persistence) plus save-time validation endpoint.
|
||||
- Updated CLI PHP save UX to keep persistent inline errors and avoid duplicate danger toasts.
|
||||
- Added iconized, accent-styled `Check` and `Save` actions in ACP CLI settings.
|
||||
- Fixed system-status PHP detection to avoid false positives when a configured CLI binary is invalid.
|
||||
- Switched `Health` PHP requirement checks to the web runtime interpreter (`PHP_BINARY`/`PHP_VERSION`) instead of configured CLI binary.
|
||||
- Limited `Health` checks to runtime-relevant items (removed `tar`/`rsync` from Health view).
|
||||
- Fixed `public/storage` symlink health check to correctly resolve absolute and relative symlink targets.
|
||||
|
||||
## 2026-02-24
|
||||
- Added login modal actions: `Cancel` button and accent-styled, right-aligned `Sign in` button.
|
||||
- Added functional `Forgot password?` flow with dedicated SPA route/page at `/reset-password`.
|
||||
|
||||
Reference in New Issue
Block a user