Version Description
- Fixed issue resulting in deactivation on upgrade.
Download this release
Release Info
Developer | kraftbj |
Plugin | Genesis eNews Extended |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- plugin.php +2 -2
- readme.txt +4 -1
plugin.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Genesis eNews Extended
|
4 |
*
|
5 |
* @package BJGK\Genesis_enews_extended
|
6 |
-
* @version 1.0.
|
7 |
* @author Brandon Kraft <public@brandonkraft.com>
|
8 |
* @copyright Copyright (c) 2012, Brandon Kraft
|
9 |
* @link http://www.brandonkraft.com/contrib/plugins/genesis-enews-extended/
|
@@ -13,7 +13,7 @@
|
|
13 |
* Plugin Name: Genesis eNews Extended
|
14 |
* Plugin URI: http://www.brandonkraft.com/contrib/plugins/genesis-enews-extended/
|
15 |
* Description: Replaces the Genesis eNews Widget to allow easier use of additional mailing services.
|
16 |
-
* Version: 1.0.
|
17 |
* Author: Brandon Kraft
|
18 |
* Author URI: http://www.brandonkraft.com
|
19 |
* License: GPL-2.0+
|
3 |
* Genesis eNews Extended
|
4 |
*
|
5 |
* @package BJGK\Genesis_enews_extended
|
6 |
+
* @version 1.0.1
|
7 |
* @author Brandon Kraft <public@brandonkraft.com>
|
8 |
* @copyright Copyright (c) 2012, Brandon Kraft
|
9 |
* @link http://www.brandonkraft.com/contrib/plugins/genesis-enews-extended/
|
13 |
* Plugin Name: Genesis eNews Extended
|
14 |
* Plugin URI: http://www.brandonkraft.com/contrib/plugins/genesis-enews-extended/
|
15 |
* Description: Replaces the Genesis eNews Widget to allow easier use of additional mailing services.
|
16 |
+
* Version: 1.0.1
|
17 |
* Author: Brandon Kraft
|
18 |
* Author URI: http://www.brandonkraft.com
|
19 |
* License: GPL-2.0+
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.brandonkraft.com/donate/
|
|
4 |
Tags: genesis
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.5.1
|
7 |
-
Stable tag: 1.0.
|
8 |
|
9 |
Creates a new widget to easily add mailing lists integration to a Genesis website. Works with FeedBurner, MailChimp, AWeber, FeedBlitz and more.
|
10 |
|
@@ -51,6 +51,9 @@ Questions can be asked at the [WordPress.org Support Forum](http://wordpress.org
|
|
51 |
|
52 |
== Changelog ==
|
53 |
|
|
|
|
|
|
|
54 |
= 1.0.0 =
|
55 |
* Adds ability to edit "First Name" and "Last Name" displayed on front-end.
|
56 |
* Moves class function out of primary plugin file, renames primary plugin file, and other code cleanup.
|
4 |
Tags: genesis
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.5.1
|
7 |
+
Stable tag: 1.0.1
|
8 |
|
9 |
Creates a new widget to easily add mailing lists integration to a Genesis website. Works with FeedBurner, MailChimp, AWeber, FeedBlitz and more.
|
10 |
|
51 |
|
52 |
== Changelog ==
|
53 |
|
54 |
+
= 1.0.1 =
|
55 |
+
* Fixed issue resulting in deactivation on upgrade.
|
56 |
+
|
57 |
= 1.0.0 =
|
58 |
* Adds ability to edit "First Name" and "Last Name" displayed on front-end.
|
59 |
* Moves class function out of primary plugin file, renames primary plugin file, and other code cleanup.
|