Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[SwiftmailerBundle] replaced MessageLogger class with the one from Sw…
…iftmailer 4.1.3
  • Loading branch information
fabpot committed Oct 24, 2011
1 parent 70e0dba commit 9077f6a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 83 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG-2.1.md
Expand Up @@ -33,6 +33,11 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c

* added a validator for the user password

### SwiftmailerBundle

* moved the data collector to the bridge
* replaced MessageLogger class with the one from Swiftmailer 4.1.3

### WebProfilerBundle

* added a routing panel
Expand Down
81 changes: 0 additions & 81 deletions src/Symfony/Bundle/SwiftmailerBundle/Logger/MessageLogger.php

This file was deleted.

Expand Up @@ -14,7 +14,7 @@

<parameter key="swiftmailer.plugin.redirecting.class">Swift_Plugins_RedirectingPlugin</parameter>
<parameter key="swiftmailer.plugin.impersonate.class">Swift_Plugins_ImpersonatePlugin</parameter>
<parameter key="swiftmailer.plugin.messagelogger.class">Symfony\Bundle\SwiftmailerBundle\Logger\MessageLogger</parameter>
<parameter key="swiftmailer.plugin.messagelogger.class">Swift_Plugins_MessageLogger</parameter>
<parameter key="swiftmailer.plugin.antiflood.class">Swift_Plugins_AntiFloodPlugin</parameter>
<parameter key="swiftmailer.plugin.antiflood.threshold">99</parameter>
<parameter key="swiftmailer.plugin.antiflood.sleep">0</parameter>
Expand Down
2 changes: 1 addition & 1 deletion vendors.php
Expand Up @@ -30,7 +30,7 @@
array('doctrine-dbal', 'http://github.com/doctrine/dbal.git', 'origin/master'),
array('doctrine-common', 'http://github.com/doctrine/common.git', 'origin/master'),
array('monolog', 'http://github.com/Seldaek/monolog.git', '1.0.1'),
array('swiftmailer', 'http://github.com/swiftmailer/swiftmailer.git', 'v4.1.2'),
array('swiftmailer', 'http://github.com/swiftmailer/swiftmailer.git', 'origin/master'),
array('twig', 'http://github.com/fabpot/Twig.git', 'origin/master'),
);

Expand Down

0 comments on commit 9077f6a

Please sign in to comment.