Skip to content

Releases: spryker/symfony

2.1.6

17 Nov 13:20
Compare
Choose a tag to compare

Included commits: 2.1.5...2.1.6

Adjustments

Update Symfony forms to 2.7.0.

2.1.5

11 Nov 17:15
Compare
Choose a tag to compare

Included commits: 2.1.4...2.1.5

Bugfixes

  • PHP7 compatibility by upgrading HttpFoundation to 2.8.

2.1.4

14 Oct 09:24
Compare
Choose a tag to compare

Included commits: 2.1.3...2.1.4

Bugfixes

Bundle requires symfony/var-dumper which should only be installed in development.

  • Removed symfony/var-dumper from spryker/symfony composer.json.

2.1.3

02 Sep 05:42
Compare
Choose a tag to compare

Included commits: 2.1.2...2.1.3

Added symfony/intl to composer.json.

2.1.2

27 Jul 10:32
Compare
Choose a tag to compare

Included commits: 2.1.1...2.1.2

DoubleSubmitProtectionServiceProvider has been moved to Application bundle to avoid the dependency from this low level bundle to a higher level one. This bundle's class has been marked as deprecated.

2.1.1

07 Jun 11:04
Compare
Choose a tag to compare

Included commits: 2.1.0...2.1.1

Bugfixes

Added autoload to composer.json.

2.1.0

07 Jun 09:12
Compare
Choose a tag to compare

Included commits: 2.0.0...2.1.0

Features

Added Symfony form extension to provide double-submit-protection functionality.

Installation:
In order to provide the best customer experience and to prevent 95% cases of "multiple form submit", it is strongly recommended to implement the protection on front-end side, e.g. disabling form/button using JS, or put overlay with progress bar on top of it, etc. after first button click (form submit).

To enable the protection on PHP side, include: \Spryker\Shared\Symfony\Plugin\ServiceProvider\DoubleSubmitProtectionServiceProvider to the list of existing service providers. F.e. on Yves side add it to the ProjectName\Yves\Application::registerServiceProviders() method.

2.0.0-RC2

01 Apr 16:00
Compare
Choose a tag to compare

Release Symfony bundle with version 2.0.0-RC2

2.0.0-RC1

01 Apr 13:33
Compare
Choose a tag to compare

Release Symfony bundle with version 2.0.0-RC1

2.0.0

04 Apr 16:39
Compare
Choose a tag to compare

Release Symfony bundle with version 2.0.0