Skip to content

Commit

Permalink
1.4.5 hot fix release ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin Walker committed May 13, 2016
1 parent 4623095 commit 84e2a66
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions give.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions languages/give.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 4 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 =
Expand Down

0 comments on commit 84e2a66

Please sign in to comment.