Version Description
- Fixed alignment of single big image on Outlook Android
Download this release
Release Info
Developer | satollo |
Plugin | Newsletter |
Version | 7.1.8 |
Comparing to | |
See all releases |
Code changes from version 7.1.7 to 7.1.8
- emails/blocks/image/block.php +1 -1
- plugin.php +2 -2
- readme.txt +5 -1
emails/blocks/image/block.php
CHANGED
@@ -60,7 +60,7 @@ if (!empty($options['image-alt'])) {
|
|
60 |
|
61 |
<table border="0" cellspacing="0" cellpadding="0" width="100%" class="responsive" style="margin: 0;">
|
62 |
<tr>
|
63 |
-
<td align="<?php echo esc_attr($options['align']) ?>" valign="middle">
|
64 |
<?php echo TNP_Composer::image($media); ?>
|
65 |
</td>
|
66 |
</tr>
|
60 |
|
61 |
<table border="0" cellspacing="0" cellpadding="0" width="100%" class="responsive" style="margin: 0;">
|
62 |
<tr>
|
63 |
+
<td align="<?php echo esc_attr($options['align']) ?>" valign="middle" width="100%">
|
64 |
<?php echo TNP_Composer::image($media); ?>
|
65 |
</td>
|
66 |
</tr>
|
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.8
|
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.8');
|
39 |
|
40 |
global $newsletter, $wpdb;
|
41 |
|
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.7.2
|
5 |
-
Stable tag: 7.1.
|
6 |
Requires PHP: 5.6
|
7 |
Contributors: satollo,webagile,michael-travan
|
8 |
License: GPLv2 or later
|
@@ -121,6 +121,10 @@ Thank you, The Newsletter Team
|
|
121 |
|
122 |
== Changelog ==
|
123 |
|
|
|
|
|
|
|
|
|
124 |
= 7.1.7 =
|
125 |
|
126 |
* Fix of permalink onm email with multilanguage plugins
|
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.8
|
6 |
Requires PHP: 5.6
|
7 |
Contributors: satollo,webagile,michael-travan
|
8 |
License: GPLv2 or later
|
121 |
|
122 |
== Changelog ==
|
123 |
|
124 |
+
= 7.1.8 =
|
125 |
+
|
126 |
+
* Fixed alignment of single big image on Outlook Android
|
127 |
+
|
128 |
= 7.1.7 =
|
129 |
|
130 |
* Fix of permalink onm email with multilanguage plugins
|