Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version bump for 2.10.1 #8462

Merged
merged 2 commits into from
Mar 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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