Skip to content

Commit

Permalink
Version bump and change log added for #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin Walker committed Nov 3, 2016
1 parent 27f0969 commit 77da2a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions give-aweber.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
* Plugin Name: Give - AWeber
* Plugin URL: https://givewp.com/addons/aweber/
* Description: Easily integrate AWeber opt-ins within your Give donation forms.
* Version: 1.0
* Version: 1.0.1
* Author: WordImpress
* Author URI: https://wordimpress.com
* Text Domain: give-aweber
*/

//Define constants.
if ( ! defined( 'GIVE_AWEBER_VERSION' ) ) {
define( 'GIVE_AWEBER_VERSION', '1.0' );
define( 'GIVE_AWEBER_VERSION', '1.0.1' );
}

if ( ! defined( 'GIVE_AWEBER_PATH' ) ) {
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: wordimpress
Tags: give, aweber, newsletter, email marketing
Requires at least: 4.0
Tested up to: 4.6.1
Stable tag: 1.0
Stable tag: 1.0.1
License: GPLv3
License URI: https://opensource.org/licenses/GPL-3.0

Expand Down Expand Up @@ -35,6 +35,9 @@ Automatic updates should work like a charm; as always though, ensure you backup

== Changelog ==

= 1.0.1 =
* Fix: The refresh email lists button hangs when clicked - https://github.com/WordImpress/Give-AWeber/issues/2

= 1.0 =
* Initial plugin release. Yippee!

0 comments on commit 77da2a8

Please sign in to comment.