Version Description
- 5/16/18
- Fix - Removed button title !important attribute
Download this release
Release Info
Developer | scottpaterson |
Plugin | PayPal Donation |
Version | 1.2.8 |
Comparing to | |
See all releases |
Code changes from version 1.2.7 to 1.2.8
- easy-paypal-donation.php +1 -1
- includes/public_shortcode.php +3 -3
- readme.txt +5 -1
easy-paypal-donation.php
CHANGED
@@ -8,7 +8,7 @@ Tags: donation, donate, donations, charity, paypal, paypal donation, ecommerce,
|
|
8 |
Author: Scott Paterson
|
9 |
Author URI: https://wpplugin.org
|
10 |
License: GPL2
|
11 |
-
Version: 1.2.
|
12 |
*/
|
13 |
|
14 |
/* Copyright 2014-2018 Scott Paterson
|
8 |
Author: Scott Paterson
|
9 |
Author URI: https://wpplugin.org
|
10 |
License: GPL2
|
11 |
+
Version: 1.2.8
|
12 |
*/
|
13 |
|
14 |
/* Copyright 2014-2018 Scott Paterson
|
includes/public_shortcode.php
CHANGED
@@ -378,7 +378,7 @@ function wpedon_options($atts) {
|
|
378 |
|
379 |
// text description title
|
380 |
if ($wpedon_button_enable_name == "1" || $wpedon_button_enable_price == "1") {
|
381 |
-
$output .= "<label
|
382 |
}
|
383 |
|
384 |
if ($wpedon_button_enable_name == "1") {
|
@@ -386,11 +386,11 @@ function wpedon_options($atts) {
|
|
386 |
}
|
387 |
|
388 |
if ($wpedon_button_enable_name == "1" && $wpedon_button_enable_price == "1") {
|
389 |
-
$output .= "
|
390 |
}
|
391 |
|
392 |
if ($wpedon_button_enable_price == "1") {
|
393 |
-
$output .= $amount ."
|
394 |
}
|
395 |
|
396 |
if ($wpedon_button_enable_price == "1") {
|
378 |
|
379 |
// text description title
|
380 |
if ($wpedon_button_enable_name == "1" || $wpedon_button_enable_price == "1") {
|
381 |
+
$output .= "<label>";
|
382 |
}
|
383 |
|
384 |
if ($wpedon_button_enable_name == "1") {
|
386 |
}
|
387 |
|
388 |
if ($wpedon_button_enable_name == "1" && $wpedon_button_enable_price == "1") {
|
389 |
+
$output .= "<br /><span class='price'>";
|
390 |
}
|
391 |
|
392 |
if ($wpedon_button_enable_price == "1") {
|
393 |
+
$output .= $amount ."</span>";
|
394 |
}
|
395 |
|
396 |
if ($wpedon_button_enable_price == "1") {
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Author URI: https://wpplugin.org
|
|
6 |
Requires at least: 3.0
|
7 |
Tested up to: 4.9
|
8 |
Requires PHP: 5.4
|
9 |
-
Stable tag: 1.2.
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
@@ -94,6 +94,10 @@ Yes, there is no limit to the amount of PayPal donations buttons that you can pu
|
|
94 |
|
95 |
== Changelog ==
|
96 |
|
|
|
|
|
|
|
|
|
97 |
= 1.2.7 =
|
98 |
* 5/16/18
|
99 |
* Fix - Spelling mistake
|
6 |
Requires at least: 3.0
|
7 |
Tested up to: 4.9
|
8 |
Requires PHP: 5.4
|
9 |
+
Stable tag: 1.2.8
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
94 |
|
95 |
== Changelog ==
|
96 |
|
97 |
+
= 1.2.8 =
|
98 |
+
* 5/16/18
|
99 |
+
* Fix - Removed button title !important attribute
|
100 |
+
|
101 |
= 1.2.7 =
|
102 |
* 5/16/18
|
103 |
* Fix - Spelling mistake
|