Version Description
Download this release
Release Info
Developer | cklosows |
Plugin | Easy Digital Downloads |
Version | 2.8.8 |
Comparing to | |
See all releases |
Code changes from version 2.8.7 to 2.8.8
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.8.
|
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.8.
|
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.8.
|
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.8.8
|
9 |
* Text Domain: easy-digital-downloads
|
10 |
* Domain Path: languages
|
11 |
*
|
25 |
* @package EDD
|
26 |
* @category Core
|
27 |
* @author Pippin Williamson
|
28 |
+
* @version 2.8.8
|
29 |
*/
|
30 |
|
31 |
// Exit if accessed directly.
|
206 |
|
207 |
// Plugin version.
|
208 |
if ( ! defined( 'EDD_VERSION' ) ) {
|
209 |
+
define( 'EDD_VERSION', '2.8.8' );
|
210 |
}
|
211 |
|
212 |
// Plugin Folder Path.
|
includes/admin/reporting/export/class-batch-export-payments.php
CHANGED
@@ -111,8 +111,7 @@ class EDD_Batch_Payments_Export extends EDD_Batch_Export {
|
|
111 |
|
112 |
}
|
113 |
|
114 |
-
$payments
|
115 |
-
$countries = edd_get_country();
|
116 |
|
117 |
if( $payments ) {
|
118 |
|
111 |
|
112 |
}
|
113 |
|
114 |
+
$payments = edd_get_payments( $args );
|
|
|
115 |
|
116 |
if( $payments ) {
|
117 |
|
includes/process-download.php
CHANGED
@@ -196,7 +196,7 @@ function edd_process_download() {
|
|
196 |
header("Robots: none");
|
197 |
header("Content-Type: " . $ctype . "");
|
198 |
header("Content-Description: File Transfer");
|
199 |
-
header("Content-Disposition: attachment; filename=\"" . apply_filters( 'edd_requested_file_name', basename( $requested_file ) ) . "\"");
|
200 |
header("Content-Transfer-Encoding: binary");
|
201 |
|
202 |
// If the file isn't locally hosted, process the redirect
|
196 |
header("Robots: none");
|
197 |
header("Content-Type: " . $ctype . "");
|
198 |
header("Content-Description: File Transfer");
|
199 |
+
header("Content-Disposition: attachment; filename=\"" . apply_filters( 'edd_requested_file_name', basename( $requested_file ), $args ) . "\"");
|
200 |
header("Content-Transfer-Encoding: binary");
|
201 |
|
202 |
// If the file isn't locally hosted, process the redirect
|
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.8.
|
6 |
"Report-Msgid-Bugs-To: https://easydigitaldownloads.com/\n"
|
7 |
-
"POT-Creation-Date: 2017-10-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -626,7 +626,7 @@ msgstr ""
|
|
626 |
|
627 |
#: includes/admin/customers/customers.php:312
|
628 |
#: includes/admin/reporting/class-export-payments.php:187
|
629 |
-
#: includes/admin/reporting/export/class-batch-export-payments.php:
|
630 |
msgid "none"
|
631 |
msgstr ""
|
632 |
|
@@ -2567,7 +2567,7 @@ msgid "User"
|
|
2567 |
msgstr ""
|
2568 |
|
2569 |
#: includes/admin/reporting/class-export-payments.php:192
|
2570 |
-
#: includes/admin/reporting/export/class-batch-export-payments.php:
|
2571 |
msgid "guest"
|
2572 |
msgstr ""
|
2573 |
|
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.8.8\n"
|
6 |
"Report-Msgid-Bugs-To: https://easydigitaldownloads.com/\n"
|
7 |
+
"POT-Creation-Date: 2017-10-05 14:12:55+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
626 |
|
627 |
#: includes/admin/customers/customers.php:312
|
628 |
#: includes/admin/reporting/class-export-payments.php:187
|
629 |
+
#: includes/admin/reporting/export/class-batch-export-payments.php:224
|
630 |
msgid "none"
|
631 |
msgstr ""
|
632 |
|
2567 |
msgstr ""
|
2568 |
|
2569 |
#: includes/admin/reporting/class-export-payments.php:192
|
2570 |
+
#: includes/admin/reporting/export/class-batch-export-payments.php:229
|
2571 |
msgid "guest"
|
2572 |
msgstr ""
|
2573 |
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Donate link: https://easydigitaldownloads.com/donate/
|
|
6 |
Tags: download, downloads, e-store, eshop, digital downloads, e-commerce, wp-ecommerce, wp ecommerce, ecommerce, ebook
|
7 |
Requires at least: 4.4
|
8 |
Tested up to: 4.9
|
9 |
-
Stable Tag: 2.8.
|
10 |
License: GNU Version 2 or Any Later Version
|
11 |
|
12 |
The easiest way to sell digital products with WordPress.
|
@@ -213,6 +213,10 @@ Yes. Easy Digital Downloads also includes default support for Amazon Payments an
|
|
213 |
|
214 |
== Changelog ==
|
215 |
|
|
|
|
|
|
|
|
|
216 |
|
217 |
= 2.8.7, October 2, 2017 =
|
218 |
|
6 |
Tags: download, downloads, e-store, eshop, digital downloads, e-commerce, wp-ecommerce, wp ecommerce, ecommerce, ebook
|
7 |
Requires at least: 4.4
|
8 |
Tested up to: 4.9
|
9 |
+
Stable Tag: 2.8.8
|
10 |
License: GNU Version 2 or Any Later Version
|
11 |
|
12 |
The easiest way to sell digital products with WordPress.
|
213 |
|
214 |
== Changelog ==
|
215 |
|
216 |
+
= 2.8.8, October 5, 2017 =
|
217 |
+
|
218 |
+
* Fix: A fatal error was triggered during the payment export.
|
219 |
+
* New: Added more parameters to the edd_requested_file_name filter.
|
220 |
|
221 |
= 2.8.7, October 2, 2017 =
|
222 |
|