v3.3.44.3 #15
se7enxweb
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
v3.3.44.3 — Apache Configuration
Release date: 2026.04.11
Micro-patch adding the .htaccess Apache configuration file to the project repository.
Changes Since v3.3.44.2
Infrastructure
public/.htaccess— Apache configuration file added to the repositoryPreviously absent from version control (excluded by
.gitignore; now force-tracked). This file is required for Apache-based deployments and covers:APP_ENV=devdefault viaSetEnvIf(overridable per vhost)AddOutputFilterByType DEFLATE) for all text, CSS, JS, XML, JSON content typesDirectoryIndex index.php/index.phpprefix viaR=301redirectvar/(.php,.phar,.sh,.exe,.pl,.bin)var/storage/images,design/,share/icons/,extension/assets,favicon.ico,images/,bundles/,assets/,build/index.phpUpgrade Notes
No code changes. Infrastructure file only. Copy
public/.htaccessinto your project'spublic/directory if upgrading an existing installation withoutcomposer create-project.Full Changelog: v3.3.44.2...v3.3.44.3
Changes Since v3.3.44.2
Infrastructure
public/.htaccess— Apache configuration file added to the repositoryPreviously absent from version control (excluded by
.gitignore; now force-tracked). This file is required for Apache-based deployments and covers:APP_ENV=devdefault viaSetEnvIf(overridable per vhost)AddOutputFilterByType DEFLATE) for all text, CSS, JS, XML, JSON content typesDirectoryIndex index.php/index.phpprefix viaR=301redirectvar/(.php,.phar,.sh,.exe,.pl,.bin)var/storage/images,design/,share/icons/,extension/assets,favicon.ico,images/,bundles/,assets/,build/index.phpUpgrade Notes
No code changes. Infrastructure file only. Copy
public/.htaccessinto your project'spublic/directory if upgrading an existing installation withoutcomposer create-project.Full Changelog: v3.3.44.2...v3.3.44.3
This discussion was created from the release v3.3.44.3.
Beta Was this translation helpful? Give feedback.
All reactions