Skip to content

Commit

Permalink
Version Bump and Changelog for 2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cklosowski committed Apr 8, 2015
1 parent 8e59c4a commit 697e7e6
Show file tree
Hide file tree
Showing 2 changed files with 13 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.5
* Version: 2.3.6
* Text Domain: edd
* Domain Path: languages
*
Expand All @@ -25,7 +25,7 @@
* @package EDD
* @category Core
* @author Pippin Williamson
* @version 2.3.5
* @version 2.3.6
*/

// 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.5' );
define( 'EDD_VERSION', '2.3.6' );
}

// Plugin Folder Path
Expand Down
11 changes: 10 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.5
Stable Tag: 2.3.6

License: GNU Version 2 or Any Later Version

Expand Down Expand Up @@ -192,6 +192,15 @@ Yes, through the addition of one or more of the add-on payment gateways, you can

== Changelog ==

= 2.3.6, April 8, 2015 =

* Fix: Correct issue with non-day-by-day reporting calculating earnings & sales incorrectly
* Fix: Payment Tax backwards compatibility not working correctly
* Fix: Always set the data-price attribute, even when price is excluded from purchase button
* Fix: Prevent New Download Draft by using explicit create method in EDD_Download
* Fix: Hours/Minutes on Order Details truncating leading zeros
* Tweak: Increase the Total Price and Tax input widths on order details

= 2.3.5, March 24, 2015 =

* Fix: Make home_url consistently unslashed in token generation
Expand Down

0 comments on commit 697e7e6

Please sign in to comment.