Changeset 2195203
- Timestamp:
- 11/18/2019 05:44:53 AM (6 years ago)
- Location:
- bounce-handler-mailpoet/trunk
- Files:
-
- 4 edited
-
bounce-handler-mailpoet.php (modified) (1 diff)
-
changelog.txt (modified) (1 diff)
-
includes/class-mailpoet-bounce-handler.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bounce-handler-mailpoet/trunk/bounce-handler-mailpoet.php
r2146386 r2195203 6 6 * Plugin Name: Bounce Handler Mailpoet 7 7 * Description: Bounce Handler Mailpoet is an add-on for MailPoet 3 to handle bounce emails easily, when using your own SMTP server. 8 * Version: 1.3. 198 * Version: 1.3.20 9 9 * Author: Tikweb 10 10 * Author URI: http://www.tikweb.dk/ -
bounce-handler-mailpoet/trunk/changelog.txt
r2146386 r2195203 1 1 == Changelog == 2 3 = 1.3.20 - 2019-11-13 = 4 * Fixed bug caused by MailPoet version 3.39.2 2 5 3 6 = 1.3.19 - 2019-08-27 = -
bounce-handler-mailpoet/trunk/includes/class-mailpoet-bounce-handler.php
r2113611 r2195203 112 112 $bounce = get_option('mbh_bounce_config'); 113 113 114 $settings = new SettingsController();//mailpoet settings object 114 //$settings = new SettingsController();//old mailpoet settings object. Doesn't work since MailPoet version 3.39.1 115 $settings = SettingsController::getInstance(); //New settings object. Fixed added by k4mrul 115 116 $mailpoet_conf_bounce_address = $settings->get('bounce.address'); 116 117 … … 633 634 if($save == true){ // Data saved 634 635 635 $settings = new SettingsController();//mailpoet settings636 $settings = SettingsController::getInstance();//mailpoet settings 636 637 $mailpoet_conf_bounce_address = $settings->get('bounce.address'); 637 638 -
bounce-handler-mailpoet/trunk/readme.txt
r2146386 r2195203 4 4 Donate link: http://www.tikweb.dk/donate/ 5 5 Requires at least: 4.6 6 Tested up to: 5. 2.26 Tested up to: 5.3 7 7 Requires PHP: 5.6.0 8 Stable tag: 1.3. 198 Stable tag: 1.3.20 9 9 10 10 Automatic mail bounce handling for MailPoet 3 to handle bounce emails easily when using your own SMTP server.
Note: See TracChangeset
for help on using the changeset viewer.