Skip to content

Commit

Permalink
Version bump and changelog for 2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cklosowski committed Apr 27, 2015
1 parent 84a478d commit 58a84ac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
6 changes: 3 additions & 3 deletions easy-digital-downloads.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand All @@ -25,7 +25,7 @@
* @package EDD
* @category Core
* @author Pippin Williamson
* @version 2.3.7
* @version 2.3.8
*/

// Exit if accessed directly
Expand Down Expand Up @@ -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
Expand Down
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

0 comments on commit 58a84ac

Please sign in to comment.