Skip to content

Commit

Permalink
Version bump and changelog for 2.6.17
Browse files Browse the repository at this point in the history
  • Loading branch information
pippinsplugins committed Dec 28, 2016
1 parent bed71ae commit 0476a0c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 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: The easiest way to sell digital products with WordPress.
* Author: Easy Digital Downloads
* Author URI: https://easydigitaldownloads.com
* Version: 2.6.16
* Version: 2.6.17
* Text Domain: easy-digital-downloads
* Domain Path: languages
*
Expand All @@ -25,7 +25,7 @@
* @package EDD
* @category Core
* @author Pippin Williamson
* @version 2.6.16
* @version 2.6.17
*/

// Exit if accessed directly.
Expand Down Expand Up @@ -196,7 +196,7 @@ private function setup_constants() {

// Plugin version.
if ( ! defined( 'EDD_VERSION' ) ) {
define( 'EDD_VERSION', '2.6.16' );
define( 'EDD_VERSION', '2.6.17' );
}

// Plugin Folder Path.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easy-digital-downloads",
"version": "2.6.16",
"version": "2.6.17",
"private": true,
"devDependencies": {
"grunt": "^1.0.1",
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Donate link: https://easydigitaldownloads.com/donate/
Tags: download, downloads, e-store, eshop, digital downloads, e-commerce, wp-ecommerce, wp ecommerce
Requires at least: 4.0
Tested up to: 4.8
Stable Tag: 2.6.16
Stable Tag: 2.6.17

License: GNU Version 2 or Any Later Version

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

== Changelog ==

= 2.6.17, December 28, 2016 =
* Fix: Checkboxes in Downloads > Tools > Beta Versions do not retain checked state
* Fix: Extension update notifications do not show up

= 2.6.16, December 21, 2016 =
* Fix: 404 errors when downloading some files

Expand Down

0 comments on commit 0476a0c

Please sign in to comment.