Easy Digital Downloads - Version 2.11.3.1

Version Description

Download this release

Release Info

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

Code changes from version 2.11.3 to 2.11.3.1

easy-digital-downloads.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: The easiest way to sell digital products with WordPress.
6
  * Author: Easy Digital Downloads
7
  * Author URI: https://easydigitaldownloads.com
8
- * Version: 2.11.3
9
  * Text Domain: easy-digital-downloads
10
  * Domain Path: languages
11
  *
@@ -25,7 +25,7 @@
25
  * @package EDD
26
  * @category Core
27
  * @author Easy Digital Downloads
28
- * @version 2.11.3
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.11.3' );
210
  }
211
 
212
  // Plugin Folder Path.
5
  * Description: The easiest way to sell digital products with WordPress.
6
  * Author: Easy Digital Downloads
7
  * Author URI: https://easydigitaldownloads.com
8
+ * Version: 2.11.3.1
9
  * Text Domain: easy-digital-downloads
10
  * Domain Path: languages
11
  *
25
  * @package EDD
26
  * @category Core
27
  * @author Easy Digital Downloads
28
+ * @version 2.11.3.1
29
  */
30
 
31
  // Exit if accessed directly.
206
 
207
  // Plugin version.
208
  if ( ! defined( 'EDD_VERSION' ) ) {
209
+ define( 'EDD_VERSION', '2.11.3.1' );
210
  }
211
 
212
  // Plugin Folder Path.
includes/admin/discounts/contextual-help.php CHANGED
@@ -22,11 +22,11 @@ function edd_discounts_contextual_help() {
22
  $screen = get_current_screen();
23
 
24
  $screen->set_help_sidebar(
25
- '<p><strong>' . sprintf( __( 'For more information:', 'easy-digital-downloads' ) . '</strong></p>' .
26
- '<p>' . sprintf( __( 'Visit the <a href="%s">documentation</a> on the Easy Digital Downloads website.', 'easy-digital-downloads' ), esc_url( 'http://docs.easydigitaldownloads.com/' ) ) ) . '</p>' .
27
  '<p>' . sprintf(
28
  __( 'Need more from your Easy Digital Downloads store? <a href="%s">Upgrade Now</a>!', 'easy-digital-downloads' ),
29
- esc_url( 'https://easydigitaldownloads.com/pricing/?utm_source=plugin-settings-page&utm_medium=contextual-help-sidebar&utm_term=pricing&utm_campaign=ContextualHelp' ),
30
  ) . '</p>'
31
  );
32
 
22
  $screen = get_current_screen();
23
 
24
  $screen->set_help_sidebar(
25
+ '<p><strong>' . __( 'For more information:', 'easy-digital-downloads' ) . '</strong></p>' .
26
+ '<p>' . sprintf( __( 'Visit the <a href="%s">documentation</a> on the Easy Digital Downloads website.', 'easy-digital-downloads' ), esc_url( 'http://docs.easydigitaldownloads.com/' ) ) . '</p>' .
27
  '<p>' . sprintf(
28
  __( 'Need more from your Easy Digital Downloads store? <a href="%s">Upgrade Now</a>!', 'easy-digital-downloads' ),
29
+ esc_url( 'https://easydigitaldownloads.com/pricing/?utm_source=plugin-settings-page&utm_medium=contextual-help-sidebar&utm_term=pricing&utm_campaign=ContextualHelp' )
30
  ) . '</p>'
31
  );
32
 
includes/admin/downloads/contextual-help.php CHANGED
@@ -25,11 +25,11 @@ function edd_downloads_contextual_help() {
25
  return;
26
 
27
  $screen->set_help_sidebar(
28
- '<p><strong>' . sprintf( __( 'For more information:', 'easy-digital-downloads' ) . '</strong></p>' .
29
- '<p>' . sprintf( __( 'Visit the <a href="%s">documentation</a> on the Easy Digital Downloads website.', 'easy-digital-downloads' ), esc_url( 'http://docs.easydigitaldownloads.com/' ) ) ) . '</p>' .
30
  '<p>' . sprintf(
31
  __( 'Need more from your Easy Digital Downloads store? <a href="%s">Upgrade Now</a>!', 'easy-digital-downloads' ),
32
- esc_url( 'https://easydigitaldownloads.com/pricing/?utm_source=plugin-settings-page&utm_medium=contextual-help-sidebar&utm_term=pricing&utm_campaign=ContextualHelp' ),
33
  ) . '</p>'
34
  );
35
 
25
  return;
26
 
27
  $screen->set_help_sidebar(
28
+ '<p><strong>' . __( 'For more information:', 'easy-digital-downloads' ) . '</strong></p>' .
29
+ '<p>' . sprintf( __( 'Visit the <a href="%s">documentation</a> on the Easy Digital Downloads website.', 'easy-digital-downloads' ), esc_url( 'http://docs.easydigitaldownloads.com/' ) ) . '</p>' .
30
  '<p>' . sprintf(
31
  __( 'Need more from your Easy Digital Downloads store? <a href="%s">Upgrade Now</a>!', 'easy-digital-downloads' ),
32
+ esc_url( 'https://easydigitaldownloads.com/pricing/?utm_source=plugin-settings-page&utm_medium=contextual-help-sidebar&utm_term=pricing&utm_campaign=ContextualHelp' )
33
  ) . '</p>'
34
  );
35
 
includes/admin/payments/contextual-help.php CHANGED
@@ -26,11 +26,11 @@ function edd_payments_contextual_help() {
26
  return;
27
 
28
  $screen->set_help_sidebar(
29
- '<p><strong>' . sprintf( __( 'For more information:', 'easy-digital-downloads' ) . '</strong></p>' .
30
- '<p>' . sprintf( __( 'Visit the <a href="%s">documentation</a> on the Easy Digital Downloads website.', 'easy-digital-downloads' ), esc_url( 'http://docs.easydigitaldownloads.com/' ) ) ) . '</p>' .
31
  '<p>' . sprintf(
32
  __( 'Need more from your Easy Digital Downloads store? <a href="%s">Upgrade Now</a>!', 'easy-digital-downloads' ),
33
- esc_url( 'https://easydigitaldownloads.com/pricing/?utm_source=plugin-settings-page&utm_medium=contextual-help-sidebar&utm_term=pricing&utm_campaign=ContextualHelp' ),
34
  ) . '</p>'
35
  );
36
 
26
  return;
27
 
28
  $screen->set_help_sidebar(
29
+ '<p><strong>' . __( 'For more information:', 'easy-digital-downloads' ) . '</strong></p>' .
30
+ '<p>' . sprintf( __( 'Visit the <a href="%s">documentation</a> on the Easy Digital Downloads website.', 'easy-digital-downloads' ), esc_url( 'http://docs.easydigitaldownloads.com/' ) ) . '</p>' .
31
  '<p>' . sprintf(
32
  __( 'Need more from your Easy Digital Downloads store? <a href="%s">Upgrade Now</a>!', 'easy-digital-downloads' ),
33
+ esc_url( 'https://easydigitaldownloads.com/pricing/?utm_source=plugin-settings-page&utm_medium=contextual-help-sidebar&utm_term=pricing&utm_campaign=ContextualHelp' )
34
  ) . '</p>'
35
  );
36
 
includes/admin/reporting/contextual-help.php CHANGED
@@ -26,11 +26,11 @@ function edd_reporting_contextual_help() {
26
  return;
27
 
28
  $screen->set_help_sidebar(
29
- '<p><strong>' . sprintf( __( 'For more information:', 'easy-digital-downloads' ) . '</strong></p>' .
30
- '<p>' . sprintf( __( 'Visit the <a href="%s">documentation</a> on the Easy Digital Downloads website.', 'easy-digital-downloads' ), esc_url( 'http://docs.easydigitaldownloads.com/' ) ) ) . '</p>' .
31
  '<p>' . sprintf(
32
  __( 'Need more from your Easy Digital Downloads store? <a href="%s">Upgrade Now</a>!', 'easy-digital-downloads' ),
33
- esc_url( 'https://easydigitaldownloads.com/pricing/?utm_source=plugin-settings-page&utm_medium=contextual-help-sidebar&utm_term=pricing&utm_campaign=ContextualHelp' ),
34
  ) . '</p>'
35
  );
36
 
26
  return;
27
 
28
  $screen->set_help_sidebar(
29
+ '<p><strong>' . __( 'For more information:', 'easy-digital-downloads' ) . '</strong></p>' .
30
+ '<p>' . sprintf( __( 'Visit the <a href="%s">documentation</a> on the Easy Digital Downloads website.', 'easy-digital-downloads' ), esc_url( 'http://docs.easydigitaldownloads.com/' ) ) . '</p>' .
31
  '<p>' . sprintf(
32
  __( 'Need more from your Easy Digital Downloads store? <a href="%s">Upgrade Now</a>!', 'easy-digital-downloads' ),
33
+ esc_url( 'https://easydigitaldownloads.com/pricing/?utm_source=plugin-settings-page&utm_medium=contextual-help-sidebar&utm_term=pricing&utm_campaign=ContextualHelp' )
34
  ) . '</p>'
35
  );
36
 
includes/admin/settings/contextual-help.php CHANGED
@@ -26,11 +26,11 @@ function edd_settings_contextual_help() {
26
  return;
27
 
28
  $screen->set_help_sidebar(
29
- '<p><strong>' . sprintf( __( 'For more information:', 'easy-digital-downloads' ) . '</strong></p>' .
30
- '<p>' . sprintf( __( 'Visit the <a href="%s">documentation</a> on the Easy Digital Downloads website.', 'easy-digital-downloads' ), esc_url( 'http://docs.easydigitaldownloads.com/' ) ) ) . '</p>' .
31
  '<p>' . sprintf(
32
  __( 'Need more from your Easy Digital Downloads store? <a href="%s">Upgrade Now!</a>.', 'easy-digital-downloads' ),
33
- esc_url( 'https://easydigitaldownloads.com/pricing/?utm_source=plugin-settings-page&utm_medium=contextual-help-sidebar&utm_term=pricing&utm_campaign=ContextualHelp' ),
34
  ) . '</p>'
35
  );
36
 
26
  return;
27
 
28
  $screen->set_help_sidebar(
29
+ '<p><strong>' . __( 'For more information:', 'easy-digital-downloads' ) . '</strong></p>' .
30
+ '<p>' . sprintf( __( 'Visit the <a href="%s">documentation</a> on the Easy Digital Downloads website.', 'easy-digital-downloads' ), esc_url( 'http://docs.easydigitaldownloads.com/' ) ) . '</p>' .
31
  '<p>' . sprintf(
32
  __( 'Need more from your Easy Digital Downloads store? <a href="%s">Upgrade Now!</a>.', 'easy-digital-downloads' ),
33
+ esc_url( 'https://easydigitaldownloads.com/pricing/?utm_source=plugin-settings-page&utm_medium=contextual-help-sidebar&utm_term=pricing&utm_campaign=ContextualHelp' )
34
  ) . '</p>'
35
  );
36
 
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.11.3\n"
6
  "Report-Msgid-Bugs-To: https://easydigitaldownloads.com/\n"
7
- "POT-Creation-Date: 2021-11-01 10:10:33+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.11.3.1\n"
6
  "Report-Msgid-Bugs-To: https://easydigitaldownloads.com/\n"
7
+ "POT-Creation-Date: 2021-11-01 12:59:04+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
@@ -3,11 +3,11 @@ Author URI: https://easydigitaldownloads.com
3
  Plugin URI: https://easydigitaldownloads.com
4
  Contributors: easydigitaldownloads, mordauk, sunnyratilal, chriscct7, section214, sumobi, sdavis2702, cklosows, mindctrl, sksmatt, SpencerFinnell, johnstonphilip, brashrebel, drewapicture, johnjamesjacoby, nosegraze, littlerchicken, lisacee
5
  Donate link: https://easydigitaldownloads.com/donate/
6
- Tags: ecommerce, sell, checkout, digital store, stripe
7
  Requires at least: 4.4
8
  Tested up to: 5.8.1
9
  Requires PHP: 5.3
10
- Stable Tag: 2.11.3
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!
@@ -50,7 +50,7 @@ Easy Digital Downloads has been translated into more than two dozen languages an
50
 
51
  = Support for many payment gateways, including Stripe and PayPal =
52
 
53
- The internet has made it possible for anyone to sell their products to a world-wide audience. No matter where you live, Easy Digital Downloads can be your eCommerce solution. We offer integrations for the most common merchant processors and, through 3rd party extensions, support for many, many more as well.
54
 
55
  Payment gateways supported in the free Easy Digital Downloads plugin:
56
 
@@ -107,7 +107,7 @@ The Easy Digital Downloads API makes it possible for developers to make customiz
107
 
108
  - Modifying the checkout form
109
  - Overriding default plugin behavior
110
- - Generating custom ecommerce reports
111
  - Extending native features
112
  - Creating new product page templates
113
  - Integrating with other plugins and web applications
@@ -135,7 +135,7 @@ Easy Digital Downloads is built by [Sandhills Development](https://sandhillsdev.
135
  Check out some of our popular posts for actionable advice for running your business and selling digital files on the web.
136
 
137
  - [The 12 Most Popular Digital Products You Can Sell Online](https://easydigitaldownloads.com/blog/the-12-most-popular-digital-products-you-can-sell-online/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_term=description)
138
- - [The Reality of Refunds for Digital Products](https://easydigitaldownloads.com/blog/the-reality-of-refunds-for-digital-products/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_content=refunds&utm_term=description)
139
  - [How to Successfully Launch Your Digital Product](https://easydigitaldownloads.com/blog/how-to-successfully-launch-your-digital-product/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_content=launch&utm_term=description)
140
  - [Protecting Your Digital Products](https://easydigitaldownloads.com/blog/protecting-your-digital-products/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_content=protecting&utm_term=description)
141
  - [The Top Ten Benefits of Selling Digital Products](https://easydigitaldownloads.com/blog/top-10-benefits-selling-digital-products/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_content=benefits&utm_term=description)
@@ -246,6 +246,9 @@ Yes, through the use of our commercial addon called [Recurring Payments](https:/
246
  13. Pay with PayPal modal
247
 
248
  == Changelog ==
 
 
 
249
  = 2.11.3, November 1, 2021 =
250
  * New: Add contextual EDD header to relevant pages.
251
  * New: Add quick link to EDD reports in the Dashboard menu.
3
  Plugin URI: https://easydigitaldownloads.com
4
  Contributors: easydigitaldownloads, mordauk, sunnyratilal, chriscct7, section214, sumobi, sdavis2702, cklosows, mindctrl, sksmatt, SpencerFinnell, johnstonphilip, brashrebel, drewapicture, johnjamesjacoby, nosegraze, littlerchicken, lisacee
5
  Donate link: https://easydigitaldownloads.com/donate/
6
+ Tags: ecommerce, e-commerce, sell, digital store, stripe
7
  Requires at least: 4.4
8
  Tested up to: 5.8.1
9
  Requires PHP: 5.3
10
+ Stable Tag: 2.11.3.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!
50
 
51
  = Support for many payment gateways, including Stripe and PayPal =
52
 
53
+ The internet has made it possible for anyone to sell their products to a world-wide audience. No matter where you live, Easy Digital Downloads can be your e-Commerce solution. We offer integrations for the most common merchant processors and, through 3rd party extensions, support for many, many more as well.
54
 
55
  Payment gateways supported in the free Easy Digital Downloads plugin:
56
 
107
 
108
  - Modifying the checkout form
109
  - Overriding default plugin behavior
110
+ - Generating custom e-Commerce reports
111
  - Extending native features
112
  - Creating new product page templates
113
  - Integrating with other plugins and web applications
135
  Check out some of our popular posts for actionable advice for running your business and selling digital files on the web.
136
 
137
  - [The 12 Most Popular Digital Products You Can Sell Online](https://easydigitaldownloads.com/blog/the-12-most-popular-digital-products-you-can-sell-online/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_term=description)
138
+ - [How to Add Lead Magnets in WordPress to Grow Your Email List](https://easydigitaldownloads.com/blog/how-to-add-lead-magnets-in-wordpress-to-grow-your-email-list/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_content=lead-magnets&utm_term=description)
139
  - [How to Successfully Launch Your Digital Product](https://easydigitaldownloads.com/blog/how-to-successfully-launch-your-digital-product/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_content=launch&utm_term=description)
140
  - [Protecting Your Digital Products](https://easydigitaldownloads.com/blog/protecting-your-digital-products/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_content=protecting&utm_term=description)
141
  - [The Top Ten Benefits of Selling Digital Products](https://easydigitaldownloads.com/blog/top-10-benefits-selling-digital-products/?utm_medium=readme&utm_source=wporg&utm_campaign=edd-plugin&utm_content=benefits&utm_term=description)
246
  13. Pay with PayPal modal
247
 
248
  == Changelog ==
249
+ = 2.11.3.1, November 1, 2021 =
250
+ * Fix: Fatal error in PHP versions lower than 7.3.
251
+
252
  = 2.11.3, November 1, 2021 =
253
  * New: Add contextual EDD header to relevant pages.
254
  * New: Add quick link to EDD reports in the Dashboard menu.