| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-12 | 1.2 kB | |
| v3.3.44.4 source code.tar.gz | 2026-04-12 | 714.0 kB | |
| v3.3.44.4 source code.zip | 2026-04-12 | 1.3 MB | |
| Totals: 3 Items | 2.0 MB | 0 | |
exponential-platform-legacy — v3.3.44.4
Full Changelog: https://github.com/se7enxweb/exponential-platform-legacy/compare/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:
:::bash
composer update se7enxweb/legacy-bridge
The ini files will be copied on the next composer run. Existing customised settings files are not overwritten.