Version Description
Download this release
Release Info
Developer | mordauk |
Plugin | Easy Digital Downloads |
Version | 2.7.4 |
Comparing to | |
See all releases |
Code changes from version 2.7.3 to 2.7.4
- easy-digital-downloads.php +3 -3
- includes/payments/functions.php +1 -1
- includes/template-functions.php +1 -1
- readme.txt +5 -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.7.
|
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.7.
|
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.7.
|
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.7.4
|
9 |
* Text Domain: easy-digital-downloads
|
10 |
* Domain Path: languages
|
11 |
*
|
25 |
* @package EDD
|
26 |
* @category Core
|
27 |
* @author Pippin Williamson
|
28 |
+
* @version 2.7.4
|
29 |
*/
|
30 |
|
31 |
// Exit if accessed directly.
|
206 |
|
207 |
// Plugin version.
|
208 |
if ( ! defined( 'EDD_VERSION' ) ) {
|
209 |
+
define( 'EDD_VERSION', '2.7.4' );
|
210 |
}
|
211 |
|
212 |
// Plugin Folder Path.
|
includes/payments/functions.php
CHANGED
@@ -149,7 +149,7 @@ function edd_get_payment_by( $field = '', $value = '' ) {
|
|
149 |
* Insert Payment
|
150 |
*
|
151 |
* @since 1.0
|
152 |
-
* @param array $payment_data Payment
|
153 |
* @return int|bool Payment ID if payment is inserted, false otherwise
|
154 |
*/
|
155 |
function edd_insert_payment( $payment_data = array() ) {
|
149 |
* Insert Payment
|
150 |
*
|
151 |
* @since 1.0
|
152 |
+
* @param array $payment_data Payment data to process
|
153 |
* @return int|bool Payment ID if payment is inserted, false otherwise
|
154 |
*/
|
155 |
function edd_insert_payment( $payment_data = array() ) {
|
includes/template-functions.php
CHANGED
@@ -174,7 +174,7 @@ function edd_get_purchase_link( $args = array() ) {
|
|
174 |
|
175 |
if ( ! edd_is_ajax_disabled() ) {
|
176 |
|
177 |
-
echo '<a href="#" class="edd-add-to-cart ' . esc_attr( $class ) . '" data-action="edd_add_to_cart" data-download-id="' . esc_attr( $download->ID ) . '" ' . $data_variable . ' ' . $type . ' ' . $data_price . ' ' . $button_display . '><span class="edd-add-to-cart-label">' . $args['text'] . '</span> <span class="edd-loading"
|
178 |
|
179 |
}
|
180 |
|
174 |
|
175 |
if ( ! edd_is_ajax_disabled() ) {
|
176 |
|
177 |
+
echo '<a href="#" class="edd-add-to-cart ' . esc_attr( $class ) . '" data-action="edd_add_to_cart" data-download-id="' . esc_attr( $download->ID ) . '" ' . $data_variable . ' ' . $type . ' ' . $data_price . ' ' . $button_display . '><span class="edd-add-to-cart-label">' . $args['text'] . '</span> <span class="edd-loading" aria-label="' . esc_attr__( 'Loading', 'easy-digital-downloads' ) . '"></span></a>';
|
178 |
|
179 |
}
|
180 |
|
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
|
7 |
Requires at least: 4.0
|
8 |
Tested up to: 4.8
|
9 |
-
Stable Tag: 2.7.
|
10 |
|
11 |
License: GNU Version 2 or Any Later Version
|
12 |
|
@@ -194,6 +194,10 @@ Yes, through the addition of one or more of the add-on payment gateways, you can
|
|
194 |
|
195 |
== Changelog ==
|
196 |
|
|
|
|
|
|
|
|
|
197 |
= 2.7.3, February 20, 2017 =
|
198 |
|
199 |
* Fix: Email addresses with a + sign cannot have their receipt resent
|
6 |
Tags: download, downloads, e-store, eshop, digital downloads, e-commerce, wp-ecommerce, wp ecommerce
|
7 |
Requires at least: 4.0
|
8 |
Tested up to: 4.8
|
9 |
+
Stable Tag: 2.7.4
|
10 |
|
11 |
License: GNU Version 2 or Any Later Version
|
12 |
|
194 |
|
195 |
== Changelog ==
|
196 |
|
197 |
+
= 2.7.4, February 22, 2017 =
|
198 |
+
|
199 |
+
* Fix: "Loading" text shown on add to cart buttons for sites without screen ready text CSS.
|
200 |
+
|
201 |
= 2.7.3, February 20, 2017 =
|
202 |
|
203 |
* Fix: Email addresses with a + sign cannot have their receipt resent
|