Plugin Directory

Changeset 2585338


Ignore:
Timestamp:
08/19/2021 09:50:05 AM (5 years ago)
Author:
fastflow
Message:

Update for error reporting

Location:
fast-mailerlite/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fast-mailerlite/trunk/fast-mailerlite.php

    r2245949 r2585338  
    44 * Plugin URI: https://www.fastflow.io/products/fast-mailerlite
    55 * Description: MailerLite addon for Fast Flow
    6  * Version: 1.1.2.2
     6 * Version: 1.1.3
    77 * Author: FastFlow
    88 * Author URI: https://www.fastflow.io
     
    399399                  return $result;
    400400                }else if(wp_remote_retrieve_response_code($response) == '404'){
     401                  error_log( "Mailer Lite Error: ".$result->error->message);
    401402                  return false;
    402403                }else{
    403                   error_log( "Mailer Lite Error: ".$result->error->message);
     404                  error_log( "Mailer Lite Error: Bad request");
    404405                }
    405406              }else{
  • fast-mailerlite/trunk/readme.txt

    r2537616 r2585338  
    55Requires at least: 4.0
    66Tested up to: 5.8
    7 Stable tag: trunk
     7Stable tag: 1.1.3
    88Requires PHP: 5.3
    99License: GPLV2 or later
     
    4444== Changelog ==
    4545
     46= 1.1.3 =
     47
     48Update for error reporting
     49
    4650= 1.1.2.2 =
    4751
Note: See TracChangeset for help on using the changeset viewer.