Version Description
Download this release
Release Info
Developer | NoseGraze |
Plugin | Easy Digital Downloads |
Version | 2.11.4.1 |
Comparing to | |
See all releases |
Code changes from version 2.11.4 to 2.11.4.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.4
|
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.4
|
29 |
*/
|
30 |
|
31 |
// Exit if accessed directly.
|
@@ -231,7 +231,7 @@ final class Easy_Digital_Downloads {
|
|
231 |
|
232 |
// Plugin version.
|
233 |
if ( ! defined( 'EDD_VERSION' ) ) {
|
234 |
-
define( 'EDD_VERSION', '2.11.4' );
|
235 |
}
|
236 |
|
237 |
// 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.4.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.4.1
|
29 |
*/
|
30 |
|
31 |
// Exit if accessed directly.
|
231 |
|
232 |
// Plugin version.
|
233 |
if ( ! defined( 'EDD_VERSION' ) ) {
|
234 |
+
define( 'EDD_VERSION', '2.11.4.1' );
|
235 |
}
|
236 |
|
237 |
// Plugin Folder Path.
|
includes/admin/extensions/abstract-extension.php
CHANGED
@@ -337,6 +337,9 @@ abstract class Extension {
|
|
337 |
* @return void
|
338 |
*/
|
339 |
public function hide_submit_button() {
|
|
|
|
|
|
|
340 |
?>
|
341 |
<style>p.submit{display:none;}</style>
|
342 |
<?php
|
337 |
* @return void
|
338 |
*/
|
339 |
public function hide_submit_button() {
|
340 |
+
if ( ! $this->can_show_product_section() ) {
|
341 |
+
return;
|
342 |
+
}
|
343 |
?>
|
344 |
<style>p.submit{display:none;}</style>
|
345 |
<?php
|
languages/easy-digital-downloads.pot
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
# Copyright (C)
|
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.4\n"
|
6 |
"Report-Msgid-Bugs-To: https://easydigitaldownloads.com/\n"
|
7 |
-
"POT-Creation-Date:
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"PO-Revision-Date:
|
12 |
"Last-Translator: WP-Translations (http://wp-translations.org/)\n"
|
13 |
"Language-Team: WP-Translations <wpt@wp-translations.org>\n"
|
14 |
"Language: en_US\n"
|
1 |
+
# Copyright (C) 2022 Easy Digital Downloads
|
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.4.1\n"
|
6 |
"Report-Msgid-Bugs-To: https://easydigitaldownloads.com/\n"
|
7 |
+
"POT-Creation-Date: 2022-01-07 14:28:31+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"PO-Revision-Date: 2022-MO-DA HO:MI+ZONE\n"
|
12 |
"Last-Translator: WP-Translations (http://wp-translations.org/)\n"
|
13 |
"Language-Team: WP-Translations <wpt@wp-translations.org>\n"
|
14 |
"Language: en_US\n"
|
readme.txt
CHANGED
@@ -7,7 +7,7 @@ Tags: ecommerce, e-commerce, sell, digital store, stripe
|
|
7 |
Requires at least: 4.4
|
8 |
Tested up to: 5.8
|
9 |
Requires PHP: 5.4
|
10 |
-
Stable Tag: 2.11.4
|
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!
|
@@ -243,6 +243,9 @@ Yes, through the use of our commercial addon called [Recurring Payments](https:/
|
|
243 |
|
244 |
== Changelog ==
|
245 |
|
|
|
|
|
|
|
246 |
= 2.11.4, December 27, 2021 =
|
247 |
* New: Set minimum PHP version to 5.4 in readme.txt.
|
248 |
* New: Add notifications to EDD screens.
|
7 |
Requires at least: 4.4
|
8 |
Tested up to: 5.8
|
9 |
Requires PHP: 5.4
|
10 |
+
Stable Tag: 2.11.4.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!
|
243 |
|
244 |
== Changelog ==
|
245 |
|
246 |
+
= 2.11.4.1, January 11, 2021 =
|
247 |
+
* Fix: "Submit" buttons missing from Reviews and Recurring Payments settings pages.
|
248 |
+
|
249 |
= 2.11.4, December 27, 2021 =
|
250 |
* New: Set minimum PHP version to 5.4 in readme.txt.
|
251 |
* New: Add notifications to EDD screens.
|