Version Description
- Fix shortcode
Download this release
Release Info
Developer | mailerlite |
Plugin | Official MailerLite Sign Up Forms |
Version | 1.0.7 |
Comparing to | |
See all releases |
Code changes from version 1.0.6 to 1.0.7
- include/mailerlite-shortcode.php +0 -2
- mailerlite.php +2 -2
- readme.txt +5 -1
include/mailerlite-shortcode.php
CHANGED
@@ -7,8 +7,6 @@ class MailerLite_Shortcode {
|
|
7 |
*/
|
8 |
public static function init() {
|
9 |
|
10 |
-
if ( ! current_user_can( 'edit_posts' ) ) return;
|
11 |
-
|
12 |
add_shortcode( 'mailerlite_form', array('MailerLite_Shortcode', 'mailerlite_generate_shortcode') );
|
13 |
|
14 |
add_action( 'wp_ajax_nopriv_mailerlite_tinymce_window', array('MailerLite_Shortcode', 'mailerlite_tinymce_window') );
|
7 |
*/
|
8 |
public static function init() {
|
9 |
|
|
|
|
|
10 |
add_shortcode( 'mailerlite_form', array('MailerLite_Shortcode', 'mailerlite_generate_shortcode') );
|
11 |
|
12 |
add_action( 'wp_ajax_nopriv_mailerlite_tinymce_window', array('MailerLite_Shortcode', 'mailerlite_tinymce_window') );
|
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.0.
|
7 |
* Author: MailerGroup
|
8 |
* Author URI: https://www.mailerlite.com
|
9 |
* License: GPLv2 or later
|
@@ -26,7 +26,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
26 |
define( 'MAILERLITE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
27 |
define( 'MAILERLITE_PLUGIN_URL', plugins_url( '', __FILE__ ) );
|
28 |
|
29 |
-
define( 'MAILERLITE_VERSION', '1.0.
|
30 |
|
31 |
function mailerlite_load_plugin_textdomain() {
|
32 |
|
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.0.7
|
7 |
* Author: MailerGroup
|
8 |
* Author URI: https://www.mailerlite.com
|
9 |
* License: GPLv2 or later
|
26 |
define( 'MAILERLITE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
27 |
define( 'MAILERLITE_PLUGIN_URL', plugins_url( '', __FILE__ ) );
|
28 |
|
29 |
+
define( 'MAILERLITE_VERSION', '1.0.7');
|
30 |
|
31 |
function mailerlite_load_plugin_textdomain() {
|
32 |
|
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.0
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -128,6 +128,8 @@ Add your custom CSS rules to the end of your theme stylesheet, /wp-content/theme
|
|
128 |
|
129 |
== Changelog ==
|
130 |
|
|
|
|
|
131 |
= 1.0.6 =
|
132 |
* Fix embedded form cache
|
133 |
= 1.0.5 =
|
@@ -145,6 +147,8 @@ Add your custom CSS rules to the end of your theme stylesheet, /wp-content/theme
|
|
145 |
|
146 |
== Upgrade Notice ==
|
147 |
|
|
|
|
|
148 |
= 1.0.6 =
|
149 |
* Fix embedded form cache
|
150 |
= 1.0.5 =
|
4 |
Tags: mailerlite, newsletter, subscribe, form, webform
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 4.0
|
7 |
+
Stable tag: 1.0.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
128 |
|
129 |
== Changelog ==
|
130 |
|
131 |
+
= 1.0.7 =
|
132 |
+
* Fix shortcode
|
133 |
= 1.0.6 =
|
134 |
* Fix embedded form cache
|
135 |
= 1.0.5 =
|
147 |
|
148 |
== Upgrade Notice ==
|
149 |
|
150 |
+
= 1.0.7 =
|
151 |
+
* Fix shortcode
|
152 |
= 1.0.6 =
|
153 |
* Fix embedded form cache
|
154 |
= 1.0.5 =
|