From 58a84aceec18ba703b73b95ced4d611e8dc70b97 Mon Sep 17 00:00:00 2001 From: Chris Klosowski Date: Mon, 27 Apr 2015 15:00:41 -0700 Subject: [PATCH] Version bump and changelog for 2.3.8 --- easy-digital-downloads.php | 6 +++--- readme.txt | 10 +++++++++- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/easy-digital-downloads.php b/easy-digital-downloads.php index 7f6d00968d8..ff5219c537b 100755 --- a/easy-digital-downloads.php +++ b/easy-digital-downloads.php @@ -5,7 +5,7 @@ * Description: Serve Digital Downloads Through WordPress * Author: Pippin Williamson * Author URI: http://pippinsplugins.com - * Version: 2.3.7 + * Version: 2.3.8 * Text Domain: edd * Domain Path: languages * @@ -25,7 +25,7 @@ * @package EDD * @category Core * @author Pippin Williamson - * @version 2.3.7 + * @version 2.3.8 */ // Exit if accessed directly @@ -187,7 +187,7 @@ private function setup_constants() { // Plugin version if ( ! defined( 'EDD_VERSION' ) ) { - define( 'EDD_VERSION', '2.3.7' ); + define( 'EDD_VERSION', '2.3.8' ); } // Plugin Folder Path diff --git a/readme.txt b/readme.txt index ce81343525c..3456cf2ecda 100755 --- a/readme.txt +++ b/readme.txt @@ -7,7 +7,7 @@ Tags: download, downloads, e-store, eshop, digital downloads, e-downloads, ecomm Requires at least: 3.9.2 Tested up to: 4.2 -Stable Tag: 2.3.7 +Stable Tag: 2.3.8 License: GNU Version 2 or Any Later Version @@ -191,6 +191,14 @@ Yes, through the addition of one or more of the add-on payment gateways, you can == Changelog == += 2.3.8, April 27, 2015 = + +* Fix: Customer stats incrementing with attaching payment to customer, if payment is already attached +* Fix: edd_get_file_download_method called too late during download process +* Update: Translations Updated +* Tweak: Improvements to the EDD Extensions page +* TWeak: Corrections and updates to readme.txt + = 2.3.7, April 20, 2015 = * Fix: XSS security flaw