Skip to content

Releases: phpmentors-jp/pageflower-bundle

PageflowerBundle 1.5.0 (stable)

19 Jun 01:41
v1.5.0
Compare
Choose a tag to compare

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.

PageflowerBundle 1.4.0 (stable)

17 Jun 10:18
v1.4.0
Compare
Choose a tag to compare

What's New in PageflowerBundle 1.4.0

Symfony 4.1 support

(@iteman, #9)

Symfony 4.1 support has been added. See symfony/symfony#27522.

Bug fixes

  • bug #10 "twig.app.conversation" always returns null (@iteman)

PHPMentorsPageflowerBundle 1.3.0 (stable)

06 Feb 03:01
v1.3.0
Compare
Choose a tag to compare

What's New in PHPMentorsPageflowerBundle 1.3.0

New dependency versions

(@iteman, #7)

As of this version, the following dependency versions are required:

  • Stagehand_FSM 2.6.0 or greater
  • Symfony 2.8.0 or 3.0.0 or 4.0.0 or greater

PHPMentorsPageflowerBundle 1.2.0 (stable)

12 Jul 09:57
v1.2.0
Compare
Choose a tag to compare

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)

26 Mar 08:20
v1.1.0
Compare
Choose a tag to compare

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)

06 Oct 01:32
v1.0.0
Compare
Choose a tag to compare

Release Date: 2014-10-06 UTC

This is the first release of PHPMentorsPageflowerBundle.