Easy Digital Downloads - Version 2.10.1

Version Description

Download this release

Release Info

Developer cklosows
Plugin Icon 128x128 Easy Digital Downloads
Version 2.10.1
Comparing to
See all releases

Code changes from version 2.10 to 2.10.1

easy-digital-downloads.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: The easiest way to sell digital products with WordPress.
6
  * Author: Sandhills Development, LLC
7
  * Author URI: https://sandhillsdev.com
8
- * Version: 2.10
9
  * Text Domain: easy-digital-downloads
10
  * Domain Path: languages
11
  *
@@ -25,7 +25,7 @@
25
  * @package EDD
26
  * @category Core
27
  * @author Pippin Williamson
28
- * @version 2.10
29
  */
30
 
31
  // Exit if accessed directly.
@@ -206,7 +206,7 @@ final class Easy_Digital_Downloads {
206
 
207
  // Plugin version.
208
  if ( ! defined( 'EDD_VERSION' ) ) {
209
- define( 'EDD_VERSION', '2.10' );
210
  }
211
 
212
  // Plugin Folder Path.
5
  * Description: The easiest way to sell digital products with WordPress.
6
  * Author: Sandhills Development, LLC
7
  * Author URI: https://sandhillsdev.com
8
+ * Version: 2.10.1
9
  * Text Domain: easy-digital-downloads
10
  * Domain Path: languages
11
  *
25
  * @package EDD
26
  * @category Core
27
  * @author Pippin Williamson
28
+ * @version 2.10.1
29
  */
30
 
31
  // Exit if accessed directly.
206
 
207
  // Plugin version.
208
  if ( ! defined( 'EDD_VERSION' ) ) {
209
+ define( 'EDD_VERSION', '2.10.1' );
210
  }
211
 
212
  // Plugin Folder Path.
includes/gateways/stripe/edd-stripe.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php
2
  /**
3
- * Plugin Name: Easy Digital Downloads - Stripe Payment Gateway
4
  * Plugin URL: https://easydigitaldownloads.com/downloads/stripe-gateway/
5
  * Description: Adds a payment gateway for Stripe.com
6
- * Version: 2.8.2
7
  * Author: Sandhills Development, LLC
8
  * Author URI: https://sandhillsdev.com
9
  * Text Domain: edds
@@ -37,8 +37,12 @@ function edd_stripe_core_bootstrap() {
37
  define( 'EDDSTRIPE_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
38
  }
39
 
 
 
 
 
40
  if ( ! defined( 'EDD_STRIPE_VERSION' ) ) {
41
- define( 'EDD_STRIPE_VERSION', '2.8.2' );
42
  }
43
 
44
  if ( ! defined( 'EDD_STRIPE_API_VERSION' ) ) {
1
  <?php
2
  /**
3
+ * Plugin Name: Easy Digital Downloads - Stripe Pro Payment Gateway
4
  * Plugin URL: https://easydigitaldownloads.com/downloads/stripe-gateway/
5
  * Description: Adds a payment gateway for Stripe.com
6
+ * Version: 2.8.4
7
  * Author: Sandhills Development, LLC
8
  * Author URI: https://sandhillsdev.com
9
  * Text Domain: edds
37
  define( 'EDDSTRIPE_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
38
  }
39
 
40
+ if ( ! defined( 'EDD_STRIPE_PLUGIN_FILE' ) ) {
41
+ define( 'EDD_STRIPE_PLUGIN_FILE', __FILE__ );
42
+ }
43
+
44
  if ( ! defined( 'EDD_STRIPE_VERSION' ) ) {
45
+ define( 'EDD_STRIPE_VERSION', '2.8.4' );
46
  }
47
 
48
  if ( ! defined( 'EDD_STRIPE_API_VERSION' ) ) {
includes/gateways/stripe/includes/class-edd-stripe.php CHANGED
@@ -51,10 +51,10 @@ class EDD_Stripe {
51
  self::$instance->actions();
52
  self::$instance->filters();
53
 
54
- if ( class_exists( 'EDD_License' ) && is_admin() ) {
55
  new EDD_License(
56
- __FILE__,
57
- 'Stripe Payment Gateway',
58
  EDD_STRIPE_VERSION,
59
  'Sandhills Development, LLC',
60
  'stripe_license_key',
51
  self::$instance->actions();
52
  self::$instance->filters();
53
 
54
+ if ( class_exists( 'EDD_License' ) && is_admin() && true === edds_is_pro() ) {
55
  new EDD_License(
56
+ EDD_STRIPE_PLUGIN_FILE,
57
+ 'Stripe Pro Payment Gateway',
58
  EDD_STRIPE_VERSION,
59
  'Sandhills Development, LLC',
60
  'stripe_license_key',
languages/easy-digital-downloads.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the same license as the Easy Digital Downloads package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Easy Digital Downloads 2.10\n"
6
  "Report-Msgid-Bugs-To: https://easydigitaldownloads.com/\n"
7
- "POT-Creation-Date: 2021-03-09 16:25:01+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
2
  # This file is distributed under the same license as the Easy Digital Downloads package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Easy Digital Downloads 2.10.1\n"
6
  "Report-Msgid-Bugs-To: https://easydigitaldownloads.com/\n"
7
+ "POT-Creation-Date: 2021-03-09 21:33:23+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
readme.txt CHANGED
@@ -7,7 +7,7 @@ Tags: ecommerce, sell, checkout, payments, stripe
7
  Requires at least: 4.4
8
  Tested up to: 5.7
9
  Requires PHP: 5.3
10
- Stable Tag: 2.10
11
  License: GNU Version 2 or Any Later Version
12
 
13
  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:/
247
  11. Google Pay checkout
248
 
249
  == Changelog ==
 
 
 
250
  = 2.10, March 9, 2021 =
251
  * 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
252
  * New: Updated bundled add-on updater class to the latest version (1.8.0).
7
  Requires at least: 4.4
8
  Tested up to: 5.7
9
  Requires PHP: 5.3
10
+ Stable Tag: 2.10.1
11
  License: GNU Version 2 or Any Later Version
12
 
13
  Sell your digital products the simple way. Easily build an online store complete with a cart system, checkout forms, reports, coupons, and more!
247
  11. Google Pay checkout
248
 
249
  == Changelog ==
250
+ = 2.10.1, March 9, 2021 =
251
+ * Fix: Removed incorrect inclusion of license key field for the Stripe integration when the Stripe Pro Payment Gateway extension is not active.
252
+
253
  = 2.10, March 9, 2021 =
254
  * 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
255
  * New: Updated bundled add-on updater class to the latest version (1.8.0).