Skip to content

PageflowerBundle 1.5.0 (stable)

Latest
Compare
Choose a tag to compare
@iteman iteman released this 19 Jun 01:41
v1.5.0

What's New in PageflowerBundle 1.5.0

The new 'session' service definition support on Symfony 3.4.3 or later

(@iteman, #13)

This adds support for the new session service definition (see symfony/symfony#36063) on Symfony 3.4.3 or later.

Early removal of the conversation parameter from the Request object

(@iteman, #12)

This introduces early removal of the conversation parameter from the Request object to prevent a validation error with a form with the empty block prefix.