Latch v0.3.0.12
Latch v0.3.0.12
Security hardening, OSS test gates, phpBB import v1, and documentation updates.
Added
- phpBB import (Phase 6 v1) —
bin/latch import phpbbwith--dry-run/--confirm(JSON bundle) and--export --from-mysql=(requirespdo_mysql) - Phase 5 test gates —
bin/latch test --smokeandtest --securitywith optional live HTTP probes (--url=) - Outbound URL guard — webhook SSRF mitigation
- Plugin enable gate — audit warnings block enable
MARKUP.md— post markup author reference
Fixed
- OIDC registration respects signup limits when registration is disabled
md-import+image-uploadBodyGuard fixesmd-importadmin form reliability
Changed
- Locale switch via
POST /localewith CSRF - TOTP enrollment requires
security.encryption_key - CSRF rotation on login and sensitive mutations
Install
sha256sum -c SHA256SUMS
tar -xzf latch-0.3.0.12.tar.gz && cd latch-0.3.0.12-stage/source
composer install --no-dev
php bin/latch install --url=https://forum.example.com --name="My Forum"Upgrade: extract over your install tree and run bash scripts/update.sh from the stage root.
Full changelog: CHANGELOG.md