v3.0.0.35
Full Changelog: v3.0.0.34...v3.0.0.35
Tag: v3.0.0.35
Branch: 3.x
Date: April 11, 2026
What's Changed
This release adds the legacy_site siteaccess init_ini directory to the bridge installer and updates the default override/site.ini.append.php to reflect a fully configured eZ Platform 3.x / Symfony 5 installation with real extensions active and proper hostname-based siteaccess routing.
New: legacy_site siteaccess init_ini template directory
A complete ready-to-install siteaccess configuration for the legacy_site frontend siteaccess is now shipped in bundle/Resources/init_ini/siteaccess/legacy_site/. This directory is copied into legacy_site by the legacy installer when provisioning a new project.
Included files:
| File | Purpose |
|---|---|
site.ini.append.php |
Site name, URL, design (simple), siteaccess relations, regional/language settings, debug settings |
design.ini.append.php |
CSS/JS file lists for the simple design |
image.ini.append.php |
Image alias definitions (small, medium, large, article, gallery, billboard, etc.) |
menu.ini.append.php |
Menu configuration (TopOnly, LeftOnly, DoubleTop, LeftTop) |
override.ini.append.php |
Template override rules (full, line, edit, embed, listitem views for all content types) |
odf.ini.append.php |
ODF attribute mappings |
staticcache.ini.append.php |
Static cache configuration |
template.ini.append.php |
Template settings |
toolbar.ini.append.php |
Toolbar settings |
viewcache.ini.append.php |
View cache settings |
content.ini.append.php |
Content settings |
browse.ini.append.php |
Browse settings |
contentstructuremenu.ini.append.php |
Content structure menu settings |
bcwebsitestatistics.ini.append.php |
BC Website Statistics extension settings |
bcgeneratestaticcache.ini.append.php |
BC Generate Static Cache settings |
Updated: override/site.ini.append.php
The default global override ini template now reflects a realistic eZ Platform 3.x + legacy bridge setup:
- Extensions activated:
ngsymfonytools,ezrichtext,ezplatformsearch,sevenx_themes_simple,bcwebsitestatistics,ezdemo,ezjscore,ezoe legacy_siteadded toSiteListandAvailableSiteAccessListMatchOrder=host;uri(enables hostname-based siteaccess matching)HostMatchMapItemsentries documented forplatformandeditsubdomains
Upgrade Notes
No breaking changes. If using the init_ini installer, the legacy_site siteaccess files will be installed automatically on next exponential:install or ezpublish:legacy:script init run. Existing installations can copy bundle/Resources/init_ini/siteaccess/legacy_site/ manually into legacy_site.