Skip to content

Releases: dsentker/url-signature-bundle

1.3.0 Support Symfony 6

24 Aug 12:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.3.0

1.2.0

24 Mar 00:06
8588f46
Compare
Choose a tag to compare
Merge pull request #4 from acornforth/master

update bundle's dependency on url-signature package, and enable php8 support

1.0.3

15 Nov 08:36
Compare
Choose a tag to compare

This version removes the use of the Symfony\Component\HttpKernel\Event\FilterControllerEvent class which is deprecated since Symfony 4.3. Also, small fixes are done:

  • Version bump symfony/framework-bundle to ^4.1.2 (CVE-2019-10909)
  • Code style fixes
  • Removed deprecated method in SignedPathExtension
  • Fixing typos and misleading statements in README

2019-10-28

28 Oct 16:12
Compare
Choose a tag to compare
  • Added Return type declarations
  • Updated README
  • Honor url-signature v1.0.9 / Version bump

1.0.1

06 Sep 11:57
Compare
Choose a tag to compare

2019-09-06

  • Code cleanup
  • Added test for combining route parameter with query parameters.
  • Version Bump

1.0.0 stable

01 Aug 14:21
Compare
Choose a tag to compare

2019-08-01

  • Some Code style fixed (PSR)
  • Removed unnecessary docblocks
  • Added return type declarations for some methods
  • Repository marked as "stable" after the bundle has proven itself in production websites

0.0.1

06 Mar 11:02
Compare
Choose a tag to compare
Updated PSR-4 Paths