Official MailerLite Sign Up Forms - Version 1.2.7

Version Description

API url fix

Download this release

Release Info

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

Code changes from version 1.2.6 to 1.2.7

libs/mailerlite_rest/base/ML_Rest_Base.php CHANGED
@@ -17,7 +17,7 @@ class ML_Rest_Base
17
 
18
  private $curlError = false;
19
 
20
- public function __construct($url = 'https://app.mailerlite.com/api/v1/', $verb = 'GET')
21
  {
22
  $this->url = $url;
23
  $this->verb = $verb;
@@ -231,4 +231,4 @@ class ML_Rest_Base
231
  {
232
  $this->verb = $verb;
233
  }
234
- }
17
 
18
  private $curlError = false;
19
 
20
+ public function __construct($url = 'https://api.mailerlite.com/api/v1/', $verb = 'GET')
21
  {
22
  $this->url = $url;
23
  $this->verb = $verb;
231
  {
232
  $this->verb = $verb;
233
  }
234
+ }
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.2.6
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.2.6');
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.2.7
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.2.7');
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.9
7
- Stable tag: 1.2.6
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.2.6 =
131
  Test new Wordpress
132
  = 1.2.5 =
@@ -234,6 +236,8 @@ translation errors for LT language, allowing only embed and button forms
234
 
235
  == Upgrade Notice ==
236
 
 
 
237
  = 1.2.6 =
238
  Test new Wordpress
239
  = 1.2.5 =
4
  Tags: mailerlite, newsletter, subscribe, form, webform
5
  Requires at least: 3.0.1
6
  Tested up to: 4.9
7
+ Stable tag: 1.2.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
127
 
128
  == Changelog ==
129
 
130
+ = 1.2.7 =
131
+ API url fix
132
  = 1.2.6 =
133
  Test new Wordpress
134
  = 1.2.5 =
236
 
237
  == Upgrade Notice ==
238
 
239
+ = 1.2.7 =
240
+ API url fix
241
  = 1.2.6 =
242
  Test new Wordpress
243
  = 1.2.5 =