diff --git a/give.php b/give.php index f7af3092e5..78992e8ed8 100644 --- a/give.php +++ b/give.php @@ -5,7 +5,7 @@ * Description: The most robust, flexible, and intuitive way to accept donations on WordPress. * Author: WordImpress * Author URI: https://wordimpress.com - * Version: 1.4.4 + * Version: 1.4.5 * Text Domain: give * Domain Path: /languages * GitHub Plugin URI: https://github.com/WordImpress/Give @@ -221,7 +221,7 @@ private function setup_constants() { // Plugin version if ( ! defined( 'GIVE_VERSION' ) ) { - define( 'GIVE_VERSION', '1.4.4' ); + define( 'GIVE_VERSION', '1.4.5' ); } // Plugin Folder Path diff --git a/languages/give.pot b/languages/give.pot index 2d54284ad0..18eafa2bcd 100755 --- a/languages/give.pot +++ b/languages/give.pot @@ -2,9 +2,9 @@ # This file is distributed under the same license as the Give - Donation Plugin package. msgid "" msgstr "" -"Project-Id-Version: Give - Donation Plugin 1.4.4\n" +"Project-Id-Version: Give - Donation Plugin 1.4.5\n" "Report-Msgid-Bugs-To: https://givewp.com/\n" -"POT-Creation-Date: 2016-05-13 05:02:07+00:00\n" +"POT-Creation-Date: 2016-05-13 05:48:29+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/readme.txt b/readme.txt index 2533f05e1a..e96ff1b3f5 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: http://givewp.com/ Tags: donation, donations, donation plugin, wordpress donation plugin, wp donation, ecommerce, e-commerce, fundraising, fundraiser, crowdfunding, wordpress donations, commerce, wordpress ecommerce, giving, charity, donate, gifts, non-profit, paypal, stripe, churches, nonprofit, paypal donations, paypal donate, stripe donations, stripe donate, authorize.net, authorize.net donations Requires at least: 4.0 Tested up to: 4.5.2 -Stable tag: 1.4.4 +Stable tag: 1.4.5 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -164,8 +164,10 @@ We also really like WooCommerce. It's hands-down the most robust eCommerce platf == Changelog == -= 1.4.4: May 12, 2016 = += 1.4.5: May 12, 2016 = * Hotfix: Fixed a bug introduced which causes the custom amount minimum to be improperly calculated - https://github.com/WordImpress/Give/issues/616 + += 1.4.4: May 12, 2016 = * Hotfix: Version 1.4.3 breaks modal popup display method - https://github.com/WordImpress/Give/issues/615 = 1.4.3: May 12, 2016 =