| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.3.0.5 source code.tar.gz | 2026-08-03 | 5.1 MB | |
| 1.3.0.5 source code.zip | 2026-08-03 | 5.4 MB | |
| README.md | 2026-08-03 | 1.5 kB | |
| Totals: 3 Items | 10.4 MB | 11 | |
What's changed in 1.3.0.5
End-user benefits
-
Fresh installs now run in production mode by default The root
.htaccesssetsAPP_ENV=prodandSetEnv APP_DEBUG 0. New Plesk installs no longer boot intodevmode, so the public site and admin avoid missing dev-only assets, debug toolbars, and dev-only service errors on first load. -
Config resolver is available in the compiled prod container
config/app/services.yamlnow exposesezpublish.config.resolverandIbexa\Contracts\Core\SiteAccess\ConfigResolverInterfaceas public aliases. This fixes the "service has been removed or inlined" error that could break templates and custom code whencache:clearruns withAPP_ENV=prod. -
Better out-of-the-box stability for front-end and admin With
proddefaults and a public config resolver, both the public site and the legacy admin interface are less likely to throw environment or container errors immediately after installation. -
Package reference metadata included
config/reference.phpis now bundled to support installer and configuration reference generation.
Notes
This is a patch release on the 1.3.0.x branch. It is fully backwards-compatible with 1.3.0.4 and is recommended for all new Nexus installs.