Skip to content

Releases: webfactory/WebfactoryLegacyIntegrationBundle

Allow Symfony 7 Components

14 Mar 15:56
b8a1585
Compare
Choose a tag to compare
Allow Symfony 7 Components (Case 169220) (#17)

- Disallow PHP < 7.0 as we use return types from now.

Provide compatibility with Symfony 6.x

12 May 07:42
ac42120
Compare
Choose a tag to compare
2.2.0

Provide compatibility with Symfony 6.x (#16)

Resolve some deprecation notices (#15)

31 May 12:37
56e0217
Compare
Choose a tag to compare
Add some return type hints (#15)

This PR adds return type hints to resolve deprecation warnings issued by Symfony's DebugClassLoader in Symfony 5.4.

In places where we cannot reasonably rule out that methods have been overridden, only soft (docblock-based) types are added. 

In case you have overwritten these methods, you should start adding _real_ return type declarations _now_.

Compatibility with Symfony 5.x

08 Apr 06:51
bc7b1aa
Compare
Choose a tag to compare

This release changes constraints so this bundle can be installed with Symfony 5.x.

Fixes additional Symfony deprecation notices

05 Apr 11:04
74dc6f2
Compare
Choose a tag to compare

See the UPGRADING file for details about the Filter interface that had to be changed.

Fixe Symfony 4.2-Deprecation

09 Mar 15:54
618b46f
Compare
Choose a tag to compare

Enables Symfony 3.3+ Autowiring

04 Feb 15:44
Compare
Choose a tag to compare
1.8.0

Leverage Symfony 3.3+ Autowiring

Allows installation together with Syfony 3.4 and 4.x

21 Dec 12:45
c0cf887
Compare
Choose a tag to compare

This has not undergone careful testing in the wild, so report back in #11 if it works for you.

Fixed a Twig deprecation notice

25 Aug 13:39
Compare
Choose a tag to compare
Fix Twig deprecation notice by implementing Twig_Extension_GlobalsInt…

…erface

Fixes a Symfony deprecation notice

16 Jul 21:44
Compare
Choose a tag to compare
1.3.3

Fix Symfony deprecation notice