v3.3.44.4
exponential-platform-legacy — v3.3.44.4
Full Changelog: v3.3.44.3...v3.3.44.4
Tag: v3.3.44.4
Branch: 3.x
Date: April 11, 2026
What's Changed
Automatic legacy INI settings install on composer install/composer update
composer.json now includes ScriptHandler::installIniSettings in project-scripts, which runs before ezpgenerateautoloads.php on every composer install and composer update.
This means all legacyBridge init_ini settings — including the legacy_site siteaccess directory — are copied automatically into settings without any manual step, completing the previously broken installation of legacy INI files.
Upgrade notes: If upgrading an existing installation, run:
composer update se7enxweb/legacy-bridgeThe ini files will be copied on the next composer run. Existing customised settings files are not overwritten.