From 77da2a8677aad69caeb74088f8ee9f3f341c78e6 Mon Sep 17 00:00:00 2001 From: Devin Walker Date: Thu, 3 Nov 2016 14:32:32 -0700 Subject: [PATCH] Version bump and change log added for #2 --- give-aweber.php | 4 ++-- readme.txt | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/give-aweber.php b/give-aweber.php index 17b8db0..676a0be 100755 --- a/give-aweber.php +++ b/give-aweber.php @@ -3,7 +3,7 @@ * 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 @@ -11,7 +11,7 @@ //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' ) ) { diff --git a/readme.txt b/readme.txt index 4cbbe45..4e167b9 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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!