Skip to content

Releases: webfactory/WebfactoryLegacyIntegrationBundle

Adds return types to resolve deprecation notices

Choose a tag to compare

@mpdude mpdude released this 23 Jun 10:06
168d8bd

What's Changed

  • Bump dependency requirements, add return types by @mpdude in #22

Full Changelog: 3.0.0...3.1.0

Allow Symfony 7 Components

Choose a tag to compare

@relthyg relthyg released this 14 Mar 15:56
b8a1585
Allow Symfony 7 Components (Case 169220) (#17)

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

Provide compatibility with Symfony 6.x

Choose a tag to compare

@FabianSchmick FabianSchmick released this 12 May 07:42
ac42120
2.2.0

Provide compatibility with Symfony 6.x (#16)

Resolve some deprecation notices (#15)

Choose a tag to compare

@mpdude mpdude released this 31 May 12:37
56e0217
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

Choose a tag to compare

@mpdude mpdude released this 08 Apr 06:51
bc7b1aa

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

Fixes additional Symfony deprecation notices

Choose a tag to compare

@mpdude mpdude released this 05 Apr 11:04
74dc6f2

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

Fixe Symfony 4.2-Deprecation

Choose a tag to compare

@janopae janopae released this 09 Mar 15:54
618b46f

Enables Symfony 3.3+ Autowiring

Choose a tag to compare

@mpdude mpdude released this 04 Feb 15:44
1.8.0

Leverage Symfony 3.3+ Autowiring

Allows installation together with Syfony 3.4 and 4.x

Choose a tag to compare

@mpdude mpdude released this 21 Dec 12:45
c0cf887

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

Fixed a Twig deprecation notice

Choose a tag to compare

@mpdude mpdude released this 25 Aug 13:39
1.3.4

Fix Twig deprecation notice by implementing Twig_Extension_GlobalsInt…