Version Description
Download this release
Release Info
Developer | kraftbj |
Plugin | Genesis eNews Extended |
Version | 2.1.1 |
Comparing to | |
See all releases |
Code changes from version 2.1.0 to 2.1.1
- class-bjgk-genesis-enews-extended.php +0 -1
- index.php +3 -3
- plugin.php +2 -2
- readme.txt +5 -1
class-bjgk-genesis-enews-extended.php
CHANGED
@@ -176,7 +176,6 @@ class BJGK_Genesis_ENews_Extended extends WP_Widget {
|
|
176 |
if ( current_theme_supports( 'html5' ) ) :
|
177 |
?>
|
178 |
required="required"<?php endif; ?> />
|
179 |
-
// We run KSES on update since we want to allow some HTML, so ignoring the ouput escape check.
|
180 |
<?php echo $instance['hidden_fields']; // phpcs:ignore ?>
|
181 |
<input type="hidden" name="submission-type" value="mailpoet" />
|
182 |
<input type="submit" value="<?php echo esc_attr( $instance['button_text'] ); ?>" id="subbutton" />
|
176 |
if ( current_theme_supports( 'html5' ) ) :
|
177 |
?>
|
178 |
required="required"<?php endif; ?> />
|
|
|
179 |
<?php echo $instance['hidden_fields']; // phpcs:ignore ?>
|
180 |
<input type="hidden" name="submission-type" value="mailpoet" />
|
181 |
<input type="submit" value="<?php echo esc_attr( $instance['button_text'] ); ?>" id="subbutton" />
|
index.php
CHANGED
@@ -3,10 +3,10 @@
|
|
3 |
* Genesis eNews Extended
|
4 |
*
|
5 |
* @package BJGK\Genesis_enews_extended
|
6 |
-
* @version 2.
|
7 |
* @author Brandon Kraft <public@brandonkraft.com>
|
8 |
-
* @link https://kraft.
|
9 |
-
* @copyright Copyright (c) 2012-
|
10 |
* @license GPL-2.0+
|
11 |
*/
|
12 |
|
3 |
* Genesis eNews Extended
|
4 |
*
|
5 |
* @package BJGK\Genesis_enews_extended
|
6 |
+
* @version 2.1.1
|
7 |
* @author Brandon Kraft <public@brandonkraft.com>
|
8 |
+
* @link https://kraft.blog/genesis-enews-extended/
|
9 |
+
* @copyright Copyright (c) 2012-2018, Brandon Kraft
|
10 |
* @license GPL-2.0+
|
11 |
*/
|
12 |
|
plugin.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Genesis eNews Extended
|
4 |
*
|
5 |
* @package BJGK\Genesis_enews_extended
|
6 |
-
* @version 2.1.
|
7 |
* @author Brandon Kraft <public@brandonkraft.com>
|
8 |
* @copyright Copyright (c) 2012-2018, Brandon Kraft
|
9 |
* @link https://kraft.blog/genesis-enews-extended/
|
@@ -13,7 +13,7 @@
|
|
13 |
* Plugin Name: Genesis eNews Extended
|
14 |
* Plugin URI: https://kraft.blog/genesis-enews-extended/
|
15 |
* Description: Replaces the Genesis eNews Widget to allow easier use of additional mailing services.
|
16 |
-
* Version: 2.1.
|
17 |
* Author: Brandon Kraft
|
18 |
* Author URI: https://kraft.blog/
|
19 |
* License: GPL-2.0+
|
3 |
* Genesis eNews Extended
|
4 |
*
|
5 |
* @package BJGK\Genesis_enews_extended
|
6 |
+
* @version 2.1.1
|
7 |
* @author Brandon Kraft <public@brandonkraft.com>
|
8 |
* @copyright Copyright (c) 2012-2018, Brandon Kraft
|
9 |
* @link https://kraft.blog/genesis-enews-extended/
|
13 |
* Plugin Name: Genesis eNews Extended
|
14 |
* Plugin URI: https://kraft.blog/genesis-enews-extended/
|
15 |
* Description: Replaces the Genesis eNews Widget to allow easier use of additional mailing services.
|
16 |
+
* Version: 2.1.1
|
17 |
* Author: Brandon Kraft
|
18 |
* Author URI: https://kraft.blog/
|
19 |
* License: GPL-2.0+
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: genesis, genesiswp, mailchimp, aweber, studiopress, newsletter, subscribe,
|
|
5 |
Requires at least: 4.9.6
|
6 |
Tested up to: 4.9.6
|
7 |
Text Domain: genesis-enews-extended
|
8 |
-
Stable tag: 2.1.
|
9 |
|
10 |
Creates a new widget to easily add mailing lists integration to a Genesis website. Works with FeedBurner, MailChimp, AWeber, FeedBlitz, ConvertKit and more.
|
11 |
|
@@ -27,6 +27,10 @@ Creates a new widget to easily add mailing lists to a Genesis website. Recommend
|
|
27 |
|
28 |
Feedburner, MailChimp, Aweber, FeedBlitz, ConvertKit, and Constant Contact are confirmed to work, but it should work with almost all services. If you have tested this with other services, please [contact me](https://kraft.blog/contact/)
|
29 |
|
|
|
|
|
|
|
|
|
30 |
= The "Opens in Same Tab" option doesn't work with FeedBurner. What's wrong? =
|
31 |
|
32 |
That is intentional. You don't want to knock people off your site and leave them on FeedBurner's.
|
5 |
Requires at least: 4.9.6
|
6 |
Tested up to: 4.9.6
|
7 |
Text Domain: genesis-enews-extended
|
8 |
+
Stable tag: 2.1.1
|
9 |
|
10 |
Creates a new widget to easily add mailing lists integration to a Genesis website. Works with FeedBurner, MailChimp, AWeber, FeedBlitz, ConvertKit and more.
|
11 |
|
27 |
|
28 |
Feedburner, MailChimp, Aweber, FeedBlitz, ConvertKit, and Constant Contact are confirmed to work, but it should work with almost all services. If you have tested this with other services, please [contact me](https://kraft.blog/contact/)
|
29 |
|
30 |
+
= How do I get the privacy policy link to show? The checkbox isn't working. =
|
31 |
+
|
32 |
+
Genesis eNews Extended uses WordPress' built-in privacy policy setting. Be sure you have a privacy page set at wp-admin/privacy.php .
|
33 |
+
|
34 |
= The "Opens in Same Tab" option doesn't work with FeedBurner. What's wrong? =
|
35 |
|
36 |
That is intentional. You don't want to knock people off your site and leave them on FeedBurner's.
|