Version Description
- Solved hero block media problem not showing
Download this release
Release Info
Developer | satollo |
Plugin | Newsletter |
Version | 6.5.1 |
Comparing to | |
See all releases |
Code changes from version 6.5.0 to 6.5.1
- emails/blocks/hero/block.php +1 -1
- plugin.php +2 -2
- readme.txt +5 -1
emails/blocks/hero/block.php
CHANGED
@@ -95,7 +95,7 @@ if (!empty($options['image']['id'])) {
|
|
95 |
|
96 |
<!-- HERO IMAGE -->
|
97 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
98 |
-
<?php if ($
|
99 |
<tr>
|
100 |
<td class="padding-copy tnpc-row-edit">
|
101 |
<a href="<?php echo $url ?>" target="_blank" rel="noopener nofollow">
|
95 |
|
96 |
<!-- HERO IMAGE -->
|
97 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
98 |
+
<?php if ($media) { ?>
|
99 |
<tr>
|
100 |
<td class="padding-copy tnpc-row-edit">
|
101 |
<a href="<?php echo $url ?>" target="_blank" rel="noopener nofollow">
|
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: 6.5.
|
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.
|
@@ -28,7 +28,7 @@
|
|
28 |
|
29 |
*/
|
30 |
|
31 |
-
define('NEWSLETTER_VERSION', '6.5.
|
32 |
|
33 |
global $newsletter, $wpdb;
|
34 |
|
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: 6.5.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.
|
28 |
|
29 |
*/
|
30 |
|
31 |
+
define('NEWSLETTER_VERSION', '6.5.1');
|
32 |
|
33 |
global $newsletter, $wpdb;
|
34 |
|
readme.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
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.3.2
|
5 |
-
Stable tag: 6.5.
|
6 |
Requires PHP: 5.6
|
7 |
Contributors: satollo,webagile,michael-travan
|
8 |
|
@@ -109,6 +109,10 @@ Thank you, The Newsletter Team
|
|
109 |
|
110 |
== Changelog ==
|
111 |
|
|
|
|
|
|
|
|
|
112 |
= 6.5.0 =
|
113 |
|
114 |
* Hero block fix
|
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.3.2
|
5 |
+
Stable tag: 6.5.1
|
6 |
Requires PHP: 5.6
|
7 |
Contributors: satollo,webagile,michael-travan
|
8 |
|
109 |
|
110 |
== Changelog ==
|
111 |
|
112 |
+
= 6.5.1 =
|
113 |
+
|
114 |
+
* Solved hero block media problem not showing
|
115 |
+
|
116 |
= 6.5.0 =
|
117 |
|
118 |
* Hero block fix
|