Skip to content

Releases: spryker/symfony

3.3.6

27 Feb 16:26
Compare
Choose a tag to compare

Included commits: 3.3.5...3.3.6

Bugfixes

  • Adjusted allowed versions for symfony/security library to only include safe ones for project level.

3.3.5

29 Nov 13:39
Compare
Choose a tag to compare

Included commits: 3.3.4...3.3.5

Deprecations

  • Deprecated DoubleSubmitProtectionExtension.
  • Deprecated FormEventSubscriber.
  • Deprecated SessionStorage.
  • Deprecated StorageInterface.
  • Deprecated TokenGeneratorInterface.
  • Deprecated TokenHashGenerator.
  • Deprecated DoubleSubmitFormType.

3.3.4

13 Nov 11:58
Compare
Choose a tag to compare

Included commits: 3.3.3...3.3.4

Bugfixes

Improvements

Made the token hash generation more random by using PHP7+ random_int() functionality.

3.3.3

02 Oct 14:09
Compare
Choose a tag to compare

Included commits: 3.3.2...3.3.3

Improvements

  • Allow symfony/http-kernel v4.

3.3.2

26 Jul 11:26
Compare
Choose a tag to compare

Included commits: 3.3.1...3.3.2

Bugfixes

  • Updated version constraint for symfony/process.

3.3.1

11 Jul 08:36
Compare
Choose a tag to compare

Included commits: 3.3.0...3.3.1

Improvements

  • Adjusted composer with symfony/form version 4.0.0.

3.3.0

04 Jul 13:18
Compare
Choose a tag to compare

Included commits: 3.2.3...3.3.0

Improvements

  • Updated constraint for symfony/console.
  • Updated constraint for symfony/yaml.
  • Updated constraint for symfony/debug.

3.2.3

03 Jul 08:53
Compare
Choose a tag to compare

Included commits: 3.2.2...3.2.3

Improvements

  • Adjusted composer dependencies to take symfony-stopwatch ^3.4.

3.2.2

28 Jan 11:19
Compare
Choose a tag to compare

Included commits: 3.2.1...3.2.2

Bugfixes

  • Only allow Symfony Components in v3
  • Allow also v4 where we are sure it can be used.

3.2.1

22 Jan 15:00
Compare
Choose a tag to compare

Included commits: 3.2.0...3.2.1

Bugfixes

  • Updated version constraint to symfony/twig-bridge to ^3.2.0 || ^4.0.0, older versions are not supported anymore.