Skip to content

Commit

Permalink
Version bump for 2.10.1 (#8462)
Browse files Browse the repository at this point in the history
* Version bump for 2.10.1

* Fixing spelling of inclusion

Co-authored-by: Robin Cornett <robincornett@users.noreply.github.com>

Co-authored-by: Robin Cornett <robincornett@users.noreply.github.com>
  • Loading branch information
cklosowski and robincornett committed Mar 9, 2021
1 parent c91a8be commit f39a0b4
Show file tree
Hide file tree
Showing 3 changed files with 8 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: Sandhills Development, LLC
* Author URI: https://sandhillsdev.com
* Version: 2.10
* Version: 2.10.1
* Text Domain: easy-digital-downloads
* Domain Path: languages
*
Expand All @@ -25,7 +25,7 @@
* @package EDD
* @category Core
* @author Pippin Williamson
* @version 2.10
* @version 2.10.1
*/

// Exit if accessed directly.
Expand Down Expand Up @@ -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.
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.10.0",
"version": "2.10.1",
"private": true,
"devDependencies": {
"grunt": "^1.0.4",
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down Expand Up @@ -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 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
* New: Updated bundled add-on updater class to the latest version (1.8.0).
Expand Down

0 comments on commit f39a0b4

Please sign in to comment.