Skip to content

Commit

Permalink
2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kraftbj committed Nov 17, 2020
2 parents 65e2a75 + ab60d3c commit 3f951da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion class-bjgk-genesis-enews-extended.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public function widget( $args, $instance ) {
on="<?php echo esc_attr( sprintf( 'submit-success:AMP.navigateTo( url=%s, target=_blank )', wp_json_encode( 'https://feedburner.google.com/fb/a/mailverify?uri=' . $instance['id'], JSON_UNESCAPED_SLASHES ) ) ); ?>"
<?php endif; ?>
xmlns="http://www.w3.org/1999/html">
<<input type="<?php echo current_theme_supports( 'html5' ) ? 'email' : 'text'; ?>" value="" id="subbox" aria-label="<?php echo esc_attr( $instance['input_text'] ); ?>" placeholder="<?php echo esc_attr( $instance['input_text'] ); ?>" name="email"
<input type="<?php echo current_theme_supports( 'html5' ) ? 'email' : 'text'; ?>" value="" id="subbox" aria-label="<?php echo esc_attr( $instance['input_text'] ); ?>" placeholder="<?php echo esc_attr( $instance['input_text'] ); ?>" name="email"
<?php
if ( current_theme_supports( 'html5' ) ) :
?>
Expand Down
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Genesis eNews Extended
*
* @package BJGK\Genesis_enews_extended
* @version 2.1.4
* @version 2.1.5
* @author Brandon Kraft <[email protected]>
* @copyright Copyright (c) 2012-2020, Brandon Kraft
* @link https://kraft.blog/genesis-enews-extended/
Expand All @@ -13,7 +13,7 @@
* Plugin Name: Genesis eNews Extended
* Plugin URI: https://kraft.blog/genesis-enews-extended/
* Description: Replaces the Genesis eNews Widget to allow easier use of additional mailing services.
* Version: 2.1.4
* Version: 2.1.5
* Author: Brandon Kraft
* Author URI: https://kraft.blog/
* License: GPL-2.0+
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Requires at least: 4.9.6
Requires PHP: 5.4.0
Tested up to: 5.6.0
Text Domain: genesis-enews-extended
Stable tag: 2.1.2
Stable tag: 2.1.5

Creates a new widget to easily add mailing lists integration to a Genesis website. Works with FeedBurner, MailChimp, AWeber, FeedBlitz, ConvertKit and more.

Expand Down

0 comments on commit 3f951da

Please sign in to comment.