Plugin Directory

Changeset 2195203


Ignore:
Timestamp:
11/18/2019 05:44:53 AM (6 years ago)
Author:
ehsantikweb
Message:

Fixed bug caused by MailPoet version 3.39.2 and tagging version 1.3.19

Location:
bounce-handler-mailpoet/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • bounce-handler-mailpoet/trunk/bounce-handler-mailpoet.php

    r2146386 r2195203  
    66 * Plugin Name:       Bounce Handler Mailpoet
    77 * 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.19
     8 * Version:           1.3.20
    99 * Author:            Tikweb
    1010 * Author URI:        http://www.tikweb.dk/
  • bounce-handler-mailpoet/trunk/changelog.txt

    r2146386 r2195203  
    11== Changelog ==
     2
     3= 1.3.20 - 2019-11-13 =
     4* Fixed bug caused by MailPoet version 3.39.2
    25
    36= 1.3.19 - 2019-08-27 =
  • bounce-handler-mailpoet/trunk/includes/class-mailpoet-bounce-handler.php

    r2113611 r2195203  
    112112            $bounce = get_option('mbh_bounce_config');
    113113
    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
    115116            $mailpoet_conf_bounce_address = $settings->get('bounce.address');
    116117
     
    633634                        if($save == true){ // Data saved
    634635
    635                             $settings = new SettingsController();//mailpoet settings
     636                            $settings = SettingsController::getInstance();//mailpoet settings
    636637                            $mailpoet_conf_bounce_address = $settings->get('bounce.address');
    637638
  • bounce-handler-mailpoet/trunk/readme.txt

    r2146386 r2195203  
    44Donate link: http://www.tikweb.dk/donate/
    55Requires at least: 4.6
    6 Tested up to: 5.2.2
     6Tested up to: 5.3
    77Requires PHP: 5.6.0
    8 Stable tag: 1.3.19
     8Stable tag: 1.3.20
    99
    1010Automatic 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.