Newsletter - Version 7.1.7

Version Description

  • Fix of permalink onm email with multilanguage plugins
Download this release

Release Info

Developer satollo
Plugin Icon 128x128 Newsletter
Version 7.1.7
Comparing to
See all releases

Code changes from version 7.1.6 to 7.1.7

Files changed (3) hide show
  1. emails/blocks/posts/block.php +3 -1
  2. plugin.php +2 -2
  3. readme.txt +5 -1
emails/blocks/posts/block.php CHANGED
@@ -143,6 +143,8 @@ $button_options['button_background'] = empty( $options['button_background'] ) ?
143
 
144
  $show_read_more_button = (bool) $options['show_read_more_button'];
145
 
 
 
146
  if ( $options['layout'] == 'one' ) {
147
  include __DIR__ . '/layout-one.php';
148
  } else if ( $options['layout'] == 'one-2' ) {
@@ -155,4 +157,4 @@ if ( $options['layout'] == 'one' ) {
155
  include __DIR__ . '/layout-big-image.php';
156
  }
157
 
158
- Newsletter::instance()->switch_language( $options['language'] );
143
 
144
  $show_read_more_button = (bool) $options['show_read_more_button'];
145
 
146
+ Newsletter::instance()->switch_language( $options['language'] );
147
+
148
  if ( $options['layout'] == 'one' ) {
149
  include __DIR__ . '/layout-one.php';
150
  } else if ( $options['layout'] == 'one-2' ) {
157
  include __DIR__ . '/layout-big-image.php';
158
  }
159
 
160
+
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.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,7 +35,7 @@ if (version_compare(phpversion(), '5.6', '<')) {
35
  return;
36
  }
37
 
38
- define('NEWSLETTER_VERSION', '7.1.6');
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.7
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.7');
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
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.6 =
125
 
126
  * [COMPOSER] Fixed one column big image Read more links
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.7
6
  Requires PHP: 5.6
7
  Contributors: satollo,webagile,michael-travan
8
  License: GPLv2 or later
121
 
122
  == Changelog ==
123
 
124
+ = 7.1.7 =
125
+
126
+ * Fix of permalink onm email with multilanguage plugins
127
+
128
  = 7.1.6 =
129
 
130
  * [COMPOSER] Fixed one column big image Read more links