Skip to content

Commit

Permalink
Version bump to 2.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pippinsplugins committed Aug 1, 2016
1 parent 0bba2a1 commit 4138440
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions easy-digital-downloads.php
Expand Up @@ -5,7 +5,7 @@
* Description: The easiest way to sell digital products with WordPress.
* Author: Pippin Williamson and Company
* Author URI: https://easydigitaldownloads.com
* Version: 2.6.5
* Version: 2.6.6
* Text Domain: easy-digital-downloads
* Domain Path: languages
*
Expand All @@ -25,7 +25,7 @@
* @package EDD
* @category Core
* @author Pippin Williamson
* @version 2.6.5
* @version 2.6.6
*/

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

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

// Plugin Folder Path.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "easy-digital-downloads",
"version": "2.6.5",
"version": "2.6.6",
"private": true,
"devDependencies": {
"grunt": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Expand Up @@ -6,7 +6,7 @@ Donate link: https://pippinsplugins.com/support-the-site
Tags: download, downloads, e-store, eshop, digital downloads, e-commerce, wp-ecommerce, wp ecommerce
Requires at least: 4.0
Tested up to: 4.7
Stable Tag: 2.6.5
Stable Tag: 2.6.6

License: GNU Version 2 or Any Later Version

Expand Down

0 comments on commit 4138440

Please sign in to comment.