Skip to content

v0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jun 15:13
v0.3.0
5bab819

Highlights

This release adds an operational guide for running a sealed (read-only) settings.php, the gold-standard managed-config contract for TYPO3 site repos. The new references/sealed-settings-php.md documents two failure modes verified end-to-end on typo3-14-gold: the routine boot-time rewrite is caught and fails silently, but a missing ext-config key triggers the ext-conf synchronize write, which throws core exception #1346323822 and returns HTTP 500 on the sealed file. The reference derives two concrete rules from this — pre-populate the complete EXTENSIONS.<ext> key set (not just overridden keys) when requiring any extension that ships an ext_conf_template.txt, and re-seal the file with a layout-neutral hook path after checkout.

Added

  • references/sealed-settings-php.md: operational rules for the read-only settings.php (complete ext-config key set; re-seal after checkout), wired into the SKILL.md reference index

Fixed

  • Clarified write semantics (caught boot-time rewrite vs uncaught synchronize write) and made the re-seal hook path layout-neutral

Full Changelog: v0.2.0...v0.3.0