Version Description
- [COMPOSER] Fixed one column big image Read more links
Download this release
Release Info
Developer | satollo |
Plugin | Newsletter |
Version | 7.1.6 |
Comparing to | |
See all releases |
Code changes from version 7.1.5 to 7.1.6
- emails/blocks/posts/layout-big-image.php +1 -1
- plugin.php +2 -2
- readme.txt +7 -3
emails/blocks/posts/layout-big-image.php
CHANGED
@@ -37,7 +37,7 @@ $size = ['width' => 600, 'height' => 0];
|
|
37 |
|
38 |
<?php
|
39 |
$url = tnp_post_permalink($post);
|
40 |
-
$
|
41 |
|
42 |
$media = null;
|
43 |
if ($show_image) {
|
37 |
|
38 |
<?php
|
39 |
$url = tnp_post_permalink($post);
|
40 |
+
$button_options['button_url'] = $url;
|
41 |
|
42 |
$media = null;
|
43 |
if ($show_image) {
|
plugin.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin Name: Newsletter
|
5 |
Plugin URI: https://www.thenewsletterplugin.com/plugins/newsletter
|
6 |
Description: Newsletter is a cool plugin to create your own subscriber list, to send newsletters, to build your business. <strong>Before update give a look to <a href="https://www.thenewsletterplugin.com/category/release">this page</a> to know what's changed.</strong>
|
7 |
-
Version: 7.1.
|
8 |
Author: Stefano Lissa & The Newsletter Team
|
9 |
Author URI: https://www.thenewsletterplugin.com
|
10 |
Disclaimer: Use at your own risk. No warranty expressed or implied is provided.
|
@@ -35,7 +35,7 @@ if (version_compare(phpversion(), '5.6', '<')) {
|
|
35 |
return;
|
36 |
}
|
37 |
|
38 |
-
define('NEWSLETTER_VERSION', '7.1.
|
39 |
|
40 |
global $newsletter, $wpdb;
|
41 |
|
4 |
Plugin Name: Newsletter
|
5 |
Plugin URI: https://www.thenewsletterplugin.com/plugins/newsletter
|
6 |
Description: Newsletter is a cool plugin to create your own subscriber list, to send newsletters, to build your business. <strong>Before update give a look to <a href="https://www.thenewsletterplugin.com/category/release">this page</a> to know what's changed.</strong>
|
7 |
+
Version: 7.1.6
|
8 |
Author: Stefano Lissa & The Newsletter Team
|
9 |
Author URI: https://www.thenewsletterplugin.com
|
10 |
Disclaimer: Use at your own risk. No warranty expressed or implied is provided.
|
35 |
return;
|
36 |
}
|
37 |
|
38 |
+
define('NEWSLETTER_VERSION', '7.1.6');
|
39 |
|
40 |
global $newsletter, $wpdb;
|
41 |
|
readme.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
=== Newsletter ===
|
2 |
Tags: email, email marketing, newsletter, newsletter subscribers, welcome email, signup forms, contact, lead generation, popup, marketing automation
|
3 |
Requires at least: 3.4.0
|
4 |
-
Tested up to: 5.7.
|
5 |
-
Stable tag: 7.1.
|
6 |
Requires PHP: 5.6
|
7 |
Contributors: satollo,webagile,michael-travan
|
8 |
License: GPLv2 or later
|
@@ -121,11 +121,15 @@ Thank you, The Newsletter Team
|
|
121 |
|
122 |
== Changelog ==
|
123 |
|
|
|
|
|
|
|
|
|
124 |
= 7.1.5 =
|
125 |
|
126 |
* [COMPOSER] Improve buttons on posts layout
|
127 |
* [COMPOSER] Improved header layout and logo
|
128 |
-
* [COMPOSER]
|
129 |
|
130 |
= 7.1.4 =
|
131 |
|
1 |
=== Newsletter ===
|
2 |
Tags: email, email marketing, newsletter, newsletter subscribers, welcome email, signup forms, contact, lead generation, popup, marketing automation
|
3 |
Requires at least: 3.4.0
|
4 |
+
Tested up to: 5.7.2
|
5 |
+
Stable tag: 7.1.6
|
6 |
Requires PHP: 5.6
|
7 |
Contributors: satollo,webagile,michael-travan
|
8 |
License: GPLv2 or later
|
121 |
|
122 |
== Changelog ==
|
123 |
|
124 |
+
= 7.1.6 =
|
125 |
+
|
126 |
+
* [COMPOSER] Fixed one column big image Read more links
|
127 |
+
|
128 |
= 7.1.5 =
|
129 |
|
130 |
* [COMPOSER] Improve buttons on posts layout
|
131 |
* [COMPOSER] Improved header layout and logo
|
132 |
+
* [COMPOSER] Generally improved block spacing
|
133 |
|
134 |
= 7.1.4 =
|
135 |
|