From 89b2d466c474ac8288e3e2004f7502589240e656 Mon Sep 17 00:00:00 2001 From: devin Date: Fri, 5 Jun 2015 08:06:23 -0700 Subject: [PATCH] Version bumped up --- give.php | 4 ++-- readme.txt | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/give.php b/give.php index b0d1f7d2e3..bb14063b18 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: http://wordimpress.com - * Version: 0.9.5 beta + * Version: 0.9.5.1 beta * Text Domain: give * Domain Path: /languages * @@ -156,7 +156,7 @@ private function setup_constants() { // Plugin version if ( ! defined( 'GIVE_VERSION' ) ) { - define( 'GIVE_VERSION', '0.9.5' ); + define( 'GIVE_VERSION', '0.9.5.1' ); } // Plugin Folder Path diff --git a/readme.txt b/readme.txt index 7eb98b14e3..4060bc1137 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: wordimpress, dlocc, webdevmattcrom 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: 3.8 -Tested up to: 4.2.1 -Stable tag: 0.9.5 +Tested up to: 4.2.2 +Stable tag: 0.9.5.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -132,6 +132,9 @@ Version 0.9.5 beta is still in beta, so if you find any bugs or issues please le == Changelog == += 0.9.5.1 beta = +* Fix: Incorrect usage of edd_get_option rather than give_get_option in recent PayPal Standard updates + = 0.9.5 beta = * New: [give_profile_editor] shortcode that enables donors to customize their account information on the frontend #130 https://github.com/WordImpress/Give/issues/130 * New: Uninstall.php file which deletes ALL data if the user chooses to do so under Settings > Advanced