release(v1.6.5): fix PHP warning and upload-flag check in capabilities.php

This commit is contained in:
Ryan
2025-10-24 02:11:55 -04:00
committed by GitHub
parent 9e69f19e23
commit 41d464a4b3
2 changed files with 12 additions and 2 deletions

View File

@@ -1,5 +1,15 @@
# Changelog
## Changes 10/24/2025 (v1.6.5)
release(v1.6.5): fix PHP warning and upload-flag check in capabilities.php
- Fix undefined variable: use $disableUpload consistently
- Harden flag read: (bool)($perms['disableUpload'] ?? false)
- Prevents warning and ensures Upload capability is computed correctly
---
## Changes 10/24/2025 (v1.6.4)
release(v1.6.4): runtime version injection + CI bump/sync; caching tweaks