Skip to content

Releases: webfactory/WebfactoryWfdMetaBundle

Update dependency requirements

04 Sep 14:20
60bfdaf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.0...4.2.0

Make the `always_expire_wfd_meta_resources` config setting work regardless of `kernel.debug` mode

03 Sep 15:56
ed0032c
Compare
Choose a tag to compare

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 of kernel.debug mode by @mpdude in #50

Full Changelog: 4.0.4...4.1.0

Fix the `always_expire_wfd_meta_resources` mechanism

01 Jul 15:59
cd3d3e4
Compare
Choose a tag to compare

This release merges the single change from #47, which was released as 3.19.4, into the lastest major version branch.

What's Changed

  • Keep WfdMetaResource instances in the regular metadata file by @mpdude in #47

Full Changelog: 4.0.3...4.0.4

Fix the `always_expire_wfd_meta_resources` mechanism

01 Jul 15:56
391e7ef
Compare
Choose a tag to compare

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

  • Keep WfdMetaResource instances in the regular metadata file by @mpdude in #47

Full Changelog: 3.19.3...3.19.4

Allow `doctrine/persistence: ^3.0` (#38)

30 Mar 21:47
6d1c18e
Compare
Choose a tag to compare
4.0.2

Merge branch '3.x'

Allow `doctrine/persistence: ^3.0` (#38)

30 Mar 21:36
84c21f6
Compare
Choose a tag to compare
3.19.2

Allow `doctrine/persistence: ^3.0` (#38)

Drop annotation support, Symfony 7.x compatibility

28 Mar 21:12
d199870
Compare
Choose a tag to compare

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

28 Mar 18:40
2edab6f
Compare
Choose a tag to compare
3.19.1

Fix a regression caused in #39 (#41)

Add a PHP 8 attribute to configure HTTP caching (#39)

28 Mar 16:02
c321081
Compare
Choose a tag to compare
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.

Erlaube Symfony 7-Komponenten (Case 168707)

29 Feb 09:19
36837e8
Compare
Choose a tag to compare
3.18.0

Erlaube Symfony 7-Komponenten (Case 168707) (#34)