Releases: phpmentors-jp/pageflower-bundle
PageflowerBundle 1.5.0 (stable)
What's New in PageflowerBundle 1.5.0
The new 'session' service definition support on Symfony 3.4.3 or later
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
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.
PageflowerBundle 1.4.0 (stable)
What's New in PageflowerBundle 1.4.0
Symfony 4.1 support
Symfony 4.1 support has been added. See symfony/symfony#27522.
Bug fixes
PHPMentorsPageflowerBundle 1.3.0 (stable)
PHPMentorsPageflowerBundle 1.2.0 (stable)
Release Date: 2015-07-12 UTC
What's New in PHPMentorsPageflowerBundle 1.2.0
New minimum required Symfony version
(Issue #5)
As of this version, Symfony 2.7.0 or greater is required.
PHPMentorsPageflowerBundle 1.1.0 (stable)
Release Date: 2015-03-26 UTC
What's New in PHPMentorsPageflowerBundle 1.1.0
Conversation ending on the next step of an end page
(Issue #2)
The phpmentors_pageflower.conversation.end_on_next_step_of_end_page
configuration key has been added to configuration. This provide an optional feature that the conversation will be ended on the next conversation step when the conversation reaches an end page. To enable this feature set end_on_next_step_of_end_page
to true
as the following:
app/config/config.yml
:
...
phpmentors_pageflower:
conversation:
end_on_next_step_of_end_page: true
...
A bug fix
The following bug has been fixed:
- All properties are saved (Issue #3)
PHPMentorsPageflowerBundle 1.0.0 (stable)
Release Date: 2014-10-06 UTC
This is the first release of PHPMentorsPageflowerBundle
.