From 1e8296d60c9e05c8d4ba61cc509dc99ba4fd5487 Mon Sep 17 00:00:00 2001 From: Devin Walker Date: Wed, 15 Feb 2017 12:05:07 -0800 Subject: [PATCH] Version bump for 1.8.1 --- give.php | 4 ++-- readme.txt | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/give.php b/give.php index c4f3b5e2c8..33a2491944 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.8 + * Version: 1.8.1 * Text Domain: give * Domain Path: /languages * GitHub Plugin URI: https://github.com/WordImpress/Give @@ -260,7 +260,7 @@ private function setup_constants() { // Plugin version if ( ! defined( 'GIVE_VERSION' ) ) { - define( 'GIVE_VERSION', '1.8' ); + define( 'GIVE_VERSION', '1.8.1' ); } // Plugin Folder Path diff --git a/readme.txt b/readme.txt index 877c630402..a39fa22eb1 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://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.2 Tested up to: 4.7.2 -Stable tag: 1.8 +Stable tag: 1.8.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -164,6 +164,10 @@ We also really like WooCommerce. It's hands-down the most robust eCommerce platf == Changelog == += 1.8.1 = +* Fix: Issue with conditionals now using new give_is_setting_enabled() function. [#1498](https://github.com/WordImpress/Give/issues/1498) +* Fix: Function is_single_price_mode() was not using the correct metakey and returning incorrectly. [#1500](https://github.com/WordImpress/Give/pull/1500) + = 1.8 = * New: Enhanced admin UI provides easier donation form creation and settings organization overview. [#281](https://github.com/WordImpress/Give/issues/281), [#668](https://github.com/WordImpress/Give/issues/668) * New: Display "Donate Now" buttons that open donation forms with the click of a button with the new button display mode. [#520](https://github.com/WordImpress/Give/issues/520)