Skip to content

Releases: Stampie/stampie-bundle

2.1.1

30 Mar 13:38
v2.1.1
f1802fb
Compare
Choose a tag to compare

What's Changed

  • Fix compatibility with Symfony 5 by @stof in #50

Full Changelog: v2.1.0...v2.1.1

2.1.0

13 Oct 07:31
v2.1.0
91ce337
Compare
Choose a tag to compare

What's Changed

  • Dropped support for old versions of PHP and Symfony by @stof in #47. The new minimum versions are PHP 7.2 and Symfony 4.4
  • Added support for PHP 8 by @stof in #48
  • Added support for Symfony 5.3 by @stof in #49

Full Changelog: v2.0.0...v2.1.0

2.0.0

02 Sep 19:51
v2.0.0
Compare
Choose a tag to compare
  • Upgraded to Stampie 1.0
  • Renamed the package to stampie/stampie-bundle
  • Renamed the bundle from HB\StampieBundle\HBStampieBundle to Stampie\StampieBundle\StampieBundle
  • Renamed the configuration key from hb_stampie to stampie
  • Renamed the mailer service from hb_stampie.mailer to stampie.mailer
  • Added support for the Mailjet and Sparkpost mailer implementations
  • Improved the rendering of the profiler panel
  • Enabled the stampie/extra features automatically when installing the package
  • Added support for autowiring for Stampie\MailerInterface
  • Removed class parameters

1.0.3

15 Feb 14:30
v1.0.3
072eb08
Compare
Choose a tag to compare
  • Avoid deprecation warning when running on Symfony 3.4

1.0.2

08 Jun 07:53
v1.0.2
Compare
Choose a tag to compare
  • Fix the test command
  • Tell composer that the bundle is compatible with Symfony 3
  • Stop using the legacy target-dir feature of Composer

1.0.1: Merge pull request #13 from pulse00/patch/injection-fix

05 Aug 07:37
Compare
Choose a tag to compare
  • Fix bug introduced in last release.
  • New mailer command.

Initial Release

11 Mar 08:10
Compare
Choose a tag to compare
Merge pull request #12 from pulse00/feature/guzzle

Added guzzle support