Official MailerLite Sign Up Forms - Version 1.1.24

Version Description

bigger curl timeout for API call, temporary

Download this release

Release Info

Developer mailerlite
Plugin Icon 128x128 Official MailerLite Sign Up Forms
Version 1.1.24
Comparing to
See all releases

Code changes from version 1.1.23 to 1.1.24

libs/mailerlite_rest/base/ML_Rest_Base.php CHANGED
@@ -150,7 +150,7 @@ class ML_Rest_Base
150
 
151
  protected function setCurlOpts(&$curlHandle)
152
  {
153
- curl_setopt($curlHandle, CURLOPT_TIMEOUT, 10);
154
  curl_setopt($curlHandle, CURLOPT_URL, $this->path);
155
  curl_setopt($curlHandle, CURLOPT_RETURNTRANSFER, true);
156
  curl_setopt($curlHandle, CURLOPT_HTTPHEADER, array('Accept: ' . $this->acceptType));
150
 
151
  protected function setCurlOpts(&$curlHandle)
152
  {
153
+ curl_setopt($curlHandle, CURLOPT_TIMEOUT, 30);
154
  curl_setopt($curlHandle, CURLOPT_URL, $this->path);
155
  curl_setopt($curlHandle, CURLOPT_RETURNTRANSFER, true);
156
  curl_setopt($curlHandle, CURLOPT_HTTPHEADER, array('Accept: ' . $this->acceptType));
mailerlite.php CHANGED
@@ -3,7 +3,7 @@
3
  /**
4
  * Plugin Name: Official MailerLite Sign Up Forms
5
  * Description: Official MailerLite Sign Up Forms plugin for WordPress. Ability to embed MailerLite webforms and create custom ones just with few clicks.
6
- * Version: 1.1.23
7
  * Author: MailerGroup
8
  * Author URI: https://www.mailerlite.com
9
  * License: GPLv2 or later
@@ -27,7 +27,7 @@
27
  define('MAILERLITE_PLUGIN_DIR', plugin_dir_path(__FILE__));
28
  define('MAILERLITE_PLUGIN_URL', plugins_url('', __FILE__));
29
 
30
- define('MAILERLITE_VERSION', '1.1.23');
31
 
32
  define('MAILERLITE_PHP_VERSION', '5.0.1');
33
  define('MAILERLITE_WP_VERSION', '3.0.1');
3
  /**
4
  * Plugin Name: Official MailerLite Sign Up Forms
5
  * Description: Official MailerLite Sign Up Forms plugin for WordPress. Ability to embed MailerLite webforms and create custom ones just with few clicks.
6
+ * Version: 1.1.24
7
  * Author: MailerGroup
8
  * Author URI: https://www.mailerlite.com
9
  * License: GPLv2 or later
27
  define('MAILERLITE_PLUGIN_DIR', plugin_dir_path(__FILE__));
28
  define('MAILERLITE_PLUGIN_URL', plugins_url('', __FILE__));
29
 
30
+ define('MAILERLITE_VERSION', '1.1.24');
31
 
32
  define('MAILERLITE_PHP_VERSION', '5.0.1');
33
  define('MAILERLITE_WP_VERSION', '3.0.1');
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.mailerlite.com/
4
  Tags: mailerlite, newsletter, subscribe, form, webform
5
  Requires at least: 3.0.1
6
  Tested up to: 4.7.3
7
- Stable tag: 1.1.23
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -127,6 +127,8 @@ Add your custom CSS rules to the end of your theme stylesheet, /wp-content/theme
127
 
128
  == Changelog ==
129
 
 
 
130
  = 1.1.23 =
131
  fixed translations, added english .po/.mo files, added "please wait" message translate option to custom forms
132
  = 1.1.22 =
@@ -216,6 +218,8 @@ translation errors for LT language, allowing only embed and button forms
216
 
217
  == Upgrade Notice ==
218
 
 
 
219
  = 1.1.23 =
220
  fixed translations, added english .po/.mo files, added "please wait" message translate option to custom forms
221
  = 1.1.22 =
4
  Tags: mailerlite, newsletter, subscribe, form, webform
5
  Requires at least: 3.0.1
6
  Tested up to: 4.7.3
7
+ Stable tag: 1.1.24
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
127
 
128
  == Changelog ==
129
 
130
+ = 1.1.24 =
131
+ bigger curl timeout for API call, temporary
132
  = 1.1.23 =
133
  fixed translations, added english .po/.mo files, added "please wait" message translate option to custom forms
134
  = 1.1.22 =
218
 
219
  == Upgrade Notice ==
220
 
221
+ = 1.1.24 =
222
+ bigger curl timeout for API call, temporary
223
  = 1.1.23 =
224
  fixed translations, added english .po/.mo files, added "please wait" message translate option to custom forms
225
  = 1.1.22 =