Skip to content

Releases: webfactory/WebfactoryWfdMetaBundle

Revert type hints that were too strict (#24)

09 May 08:43
fb7001e

Choose a tag to compare

Revert some added method type hints from #21 (#24)

These methods may, in fact, also accept `string` type parameters. The cast to `array` will happen only later on in `MetaQuery::addTable()` and similar methods.

Address another deprecation notice

06 May 16:54
2242467

Choose a tag to compare

... by using a Service Locator instead of relying on a public service.

Adds return type hints to avoid Symfony deprecation notices (#21)

05 May 21:21
28f164e

Choose a tag to compare

Add return type hints (#21)

This improves forward compatibility with upcoming Symfony versions.

Make `webfactory/http-cache-bundle` an optional dependency (#20)

06 Apr 07:41
4c2560f

Choose a tag to compare

3.12.0

Make `webfactory/http-cache-bundle` an optional/suggested dependency …

Compatibility with Symfony 5.x

05 Apr 10:55
dec17eb

Choose a tag to compare

This allows components from Symfony 5.x to be used (#19).

Allow PHP 8.0 and 8.1 to be used

01 Feb 14:29
84636ba

Choose a tag to compare

3.10.0

Allow PHP 8.0 and 8.1 to be used (#18)

Services names suitable for autowiring

05 Jan 21:47
35ff41a

Choose a tag to compare

Compatibility with Symfony 4.x

10 Jul 21:26
72a74c0

Choose a tag to compare

3.6.0

Allow Symfony 4.x components, setup PHP-CS-Fixer and Scrutinizer test…

Bugfix WfdTableResource

07 Oct 13:37

Choose a tag to compare

3.1.3

Fix wrong variable name

Fix bug with setting the file mode (#9)

22 Jun 15:42

Choose a tag to compare

Merge pull request #9 from webfactory/fix-chmod

Fix missing chmod call for .wfd_meta file