Releases: webfactory/WebfactoryResponsiveImageBundle
Releases · webfactory/WebfactoryResponsiveImageBundle
Compatibility with Symfony 7 components
2.4.0 Compatibility with Symfony 7 components (#13)
Allow Symfony 6.x components to be used
2.3.0 Allow Symfony 6.x components to be used (#11)
Erlaubt die Verwendung mit jbouzekri/PhumborBundle ^3.0
Erlaube die Verwendung mit `jbouzekri/PhumborBundle` ^3.0 Diese neue Major Version enthält keine für uns relevanten Änderungen, vgl. https://github.com/jbouzekri/PhumborBundle/pull/21.
Allow Symfony 5.x components to be used (#8)
2.2.0 Allow Symfony 5.x components to be used (#8)
Initial v2.0 release
Like 1.8.3, but with deprecated features (Twig tests instanceof
and collection
) removed.
Fixes merging of the default configuration
The default configuration for JbPhumborBundle
provided by this bundle here is now correctly merged, so that the project-provided configuration overrides it/wins.
Additionally, since https://github.com/jbouzekri/PhumborBundle/releases/tag/2.2.0 is now a requirement, we can simplify the configuration somewhat further.
Use Runtime Environment Variables for Thumbor configuration
We now use Runtime Environment Variables to configure Thumbor. As these were introduced in Symfony 3.2, we can't support Symfony 2.8.x here anymore.
Keep compatibility with symfony 2.8.x
Restore compatibility with symfony/dependency-injection 2.8.x (Case 119873) Runtime Environment Variables were introduced in Symfony 3.2, so we can't use them here if we want to ensure compatibility with Symfony 2.8.x Squashed commit of the following: commit ea5a48316d0dd6a438eeaa81a8768957799cbb42 Author: Martin Güthler <[email protected]> Date: Fri Dec 18 09:19:20 2020 +0000 Revert "Use environment variables for Thumbor server settings" This reverts commit 9000bdc1106963dc1ddacdffb2d30b5b95243a6a. commit e9668a034d10c6a24de7aa77e7381cc0dd2298de Author: Martin Güthler <[email protected]> Date: Fri Dec 18 09:19:07 2020 +0000 Revert "Staging should use production values" This reverts commit 88a41aceec4b559cb5c76d68bbce899c4b725e93. commit bb86e2fdf754884a99cc7ca3eeba2c775943ed50 Author: Martin Güthler <[email protected]> Date: Fri Dec 18 09:18:52 2020 +0000 Revert "Fix usage of environment variables for configuration" This reverts commit b659dee62595756f9d687dc9ed506075493e4c6c.
Compatibility with Twig 2.0
Merge pull request #3 from webfactory/twig2update Allow transition to Twig 2.x. Thanks @janopae
1.1.0
Allows Symfony components in version ^3.4.14