Changeset 2585338
- Timestamp:
- 08/19/2021 09:50:05 AM (5 years ago)
- Location:
- fast-mailerlite/trunk
- Files:
-
- 2 edited
-
fast-mailerlite.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fast-mailerlite/trunk/fast-mailerlite.php
r2245949 r2585338 4 4 * Plugin URI: https://www.fastflow.io/products/fast-mailerlite 5 5 * Description: MailerLite addon for Fast Flow 6 * Version: 1.1. 2.26 * Version: 1.1.3 7 7 * Author: FastFlow 8 8 * Author URI: https://www.fastflow.io … … 399 399 return $result; 400 400 }else if(wp_remote_retrieve_response_code($response) == '404'){ 401 error_log( "Mailer Lite Error: ".$result->error->message); 401 402 return false; 402 403 }else{ 403 error_log( "Mailer Lite Error: ".$result->error->message);404 error_log( "Mailer Lite Error: Bad request"); 404 405 } 405 406 }else{ -
fast-mailerlite/trunk/readme.txt
r2537616 r2585338 5 5 Requires at least: 4.0 6 6 Tested up to: 5.8 7 Stable tag: trunk7 Stable tag: 1.1.3 8 8 Requires PHP: 5.3 9 9 License: GPLV2 or later … … 44 44 == Changelog == 45 45 46 = 1.1.3 = 47 48 Update for error reporting 49 46 50 = 1.1.2.2 = 47 51
Note: See TracChangeset
for help on using the changeset viewer.