Releases: webfactory/WebfactoryWfdMetaBundle
Fix that the `Send304IfNotModified` and `Cache` attributes can be used together
What's Changed
- Read attributes as provided by the event object, and pass on attributes to other event handlers by @mpdude in #53
Full Changelog: 4.2.0...4.2.1
Update dependency requirements
Make the `always_expire_wfd_meta_resources` config setting work regardless of `kernel.debug` mode
This release fixes the always_expire_wfd_meta_resources
setting when kernel.debug
is disabled. It also adds a method to enable the cache expiration programmatically, not only through configuration.
What's Changed
- Aktualisiere PHP-CS-Fixer auf v3.62.0 by @mpdude in #48
- Nutze Docker-Image von friendsofphp/php-cs-fixer by @mpdude in #49
- Make the
always_expire_wfd_meta_resources
config setting work regardless ofkernel.debug
mode by @mpdude in #50
Full Changelog: 4.0.4...4.1.0
Fix the `always_expire_wfd_meta_resources` mechanism
This release merges the single change from #47, which was released as 3.19.4, into the lastest major version branch.
What's Changed
Full Changelog: 4.0.3...4.0.4
Fix the `always_expire_wfd_meta_resources` mechanism
This release fixes a regression with the always_expire_wfd_meta_resources
config setting that was introduced in 3.19.3.
See #47 for a more detailed description.
What's Changed
Full Changelog: 3.19.3...3.19.4
Allow `doctrine/persistence: ^3.0` (#38)
4.0.2 Merge branch '3.x'
Allow `doctrine/persistence: ^3.0` (#38)
3.19.2 Allow `doctrine/persistence: ^3.0` (#38)
Drop annotation support, Symfony 7.x compatibility
This release drops the annotations from the \Webfactory\Bundle\WfdMetaBundle\Caching\Annotation
namespace. Attribute support is available since version 3.4.0.
What's Changed
- Remove annotations support for full compatibility with symfony/framework-bundle ^7.0 by @mpdude in #40
Full Changelog: 3.19.1...4.0.0
Fix a regression caused in #39
3.19.1 Fix a regression caused in #39 (#41)
Add a PHP 8 attribute to configure HTTP caching (#39)
Add a PHP 8 attribute to support configuration (#39) This PR adds a `\Webfactory\Bundle\WfdMetaBundle\Caching\Attribute\Send304IfNotModified` attribute to replace the `\Webfactory\Bundle\WfdMetaBundle\Caching\Annotation\Send304IfNotModified` annotation class.