From 80bafcd55d0af94a3b62a8c5d65f1a38227c09df Mon Sep 17 00:00:00 2001 From: Chris Klosowski Date: Tue, 9 Mar 2021 14:15:01 -0700 Subject: [PATCH 1/2] Version bump for 2.10.1 --- easy-digital-downloads.php | 6 +++--- package.json | 2 +- readme.txt | 5 ++++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/easy-digital-downloads.php b/easy-digital-downloads.php index 03dc1d9a720..cd7a1188e15 100755 --- a/easy-digital-downloads.php +++ b/easy-digital-downloads.php @@ -5,7 +5,7 @@ * Description: The easiest way to sell digital products with WordPress. * Author: Sandhills Development, LLC * Author URI: https://sandhillsdev.com - * Version: 2.10 + * Version: 2.10.1 * Text Domain: easy-digital-downloads * Domain Path: languages * @@ -25,7 +25,7 @@ * @package EDD * @category Core * @author Pippin Williamson - * @version 2.10 + * @version 2.10.1 */ // Exit if accessed directly. @@ -206,7 +206,7 @@ private function setup_constants() { // Plugin version. if ( ! defined( 'EDD_VERSION' ) ) { - define( 'EDD_VERSION', '2.10' ); + define( 'EDD_VERSION', '2.10.1' ); } // Plugin Folder Path. diff --git a/package.json b/package.json index 854679a1c9e..4edac74521c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "easy-digital-downloads", - "version": "2.10.0", + "version": "2.10.1", "private": true, "devDependencies": { "grunt": "^1.0.4", diff --git a/readme.txt b/readme.txt index 73e91141192..011015ce22c 100755 --- a/readme.txt +++ b/readme.txt @@ -7,7 +7,7 @@ Tags: ecommerce, sell, checkout, payments, stripe Requires at least: 4.4 Tested up to: 5.7 Requires PHP: 5.3 -Stable Tag: 2.10 +Stable Tag: 2.10.1 License: GNU Version 2 or Any Later Version Sell your digital products the simple way. Easily build an online store complete with a cart system, checkout forms, reports, coupons, and more! @@ -247,6 +247,9 @@ Yes, through the use of our commercial addon called [Recurring Payments](https:/ 11. Google Pay checkout == Changelog == += 2.10.1, March 9, 2021 = +* Fix: Removed incorrect inclusiong of license key field for the Stripe integration when the Stripe Pro Payment Gateway extension is not active. + = 2.10, March 9, 2021 = * New: Accept credit cards, Apple Pay, Google Pay, and Microsoft Pay with the included Stripe Standard payment gateway. Read more about this feature here: https://easydigitaldownloads.com/edd-stripe-integration * New: Updated bundled add-on updater class to the latest version (1.8.0). From bbc6ac8496575be401777e3a6509984b12372cb8 Mon Sep 17 00:00:00 2001 From: Chris Klosowski Date: Tue, 9 Mar 2021 14:18:49 -0700 Subject: [PATCH 2/2] Fixing spelling of inclusion Co-authored-by: Robin Cornett --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 011015ce22c..59a91f8a270 100755 --- a/readme.txt +++ b/readme.txt @@ -248,7 +248,7 @@ Yes, through the use of our commercial addon called [Recurring Payments](https:/ == Changelog == = 2.10.1, March 9, 2021 = -* Fix: Removed incorrect inclusiong of license key field for the Stripe integration when the Stripe Pro Payment Gateway extension is not active. +* Fix: Removed incorrect inclusion of license key field for the Stripe integration when the Stripe Pro Payment Gateway extension is not active. = 2.10, March 9, 2021 = * New: Accept credit cards, Apple Pay, Google Pay, and Microsoft Pay with the included Stripe Standard payment gateway. Read more about this feature here: https://easydigitaldownloads.com/edd-stripe-integration