Version Description
- 8/26/16
- Updated - Updated the settings page right sidebar to offer information about the pro version.
Download this release
Release Info
Developer | scottpaterson |
Plugin | PayPal Donation |
Version | 1.2.2 |
Comparing to | |
See all releases |
Code changes from version 1.2.1 to 1.2.2
- easy-paypal-donation.php +2 -2
- includes/private_settings.php +13 -6
- readme.txt +24 -4
easy-paypal-donation.php
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
-
Plugin Name: PayPal Donation
|
5 |
Plugin URI: https://wpplugin.org/easy-paypal-donation/
|
6 |
Description: A simple and easy way to accept PayPal donations on your website.
|
7 |
Tags: donation, donate, donations, charity, paypal, paypal donation, ecommerce, gateway, payment, paypal button, paypal donation, paypal donate, paypal payment, paypal plugin
|
8 |
Author: Scott Paterson
|
9 |
Author URI: https://wpplugin.org
|
10 |
License: GPL2
|
11 |
-
Version: 1.2.
|
12 |
*/
|
13 |
|
14 |
/* Copyright 2014-2015 Scott Paterson
|
1 |
<?php
|
2 |
|
3 |
/*
|
4 |
+
Plugin Name: PayPal Donation
|
5 |
Plugin URI: https://wpplugin.org/easy-paypal-donation/
|
6 |
Description: A simple and easy way to accept PayPal donations on your website.
|
7 |
Tags: donation, donate, donations, charity, paypal, paypal donation, ecommerce, gateway, payment, paypal button, paypal donation, paypal donate, paypal payment, paypal plugin
|
8 |
Author: Scott Paterson
|
9 |
Author URI: https://wpplugin.org
|
10 |
License: GPL2
|
11 |
+
Version: 1.2.2
|
12 |
*/
|
13 |
|
14 |
/* Copyright 2014-2015 Scott Paterson
|
includes/private_settings.php
CHANGED
@@ -297,16 +297,23 @@ WPPlugin is an offical PayPal Partner. Various trademarks held by their respecti
|
|
297 |
<br />
|
298 |
|
299 |
<div style="background-color:#333333;padding:8px;color:#eee;font-size:12pt;font-weight:bold;">
|
300 |
-
|
301 |
</div>
|
302 |
|
303 |
-
<div style="background-color:#fff;border: 1px solid #E5E5E5;"
|
304 |
|
305 |
-
<center><
|
306 |
-
|
307 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
308 |
<br />
|
309 |
-
|
310 |
</div>
|
311 |
|
312 |
<br /><br />
|
297 |
<br />
|
298 |
|
299 |
<div style="background-color:#333333;padding:8px;color:#eee;font-size:12pt;font-weight:bold;">
|
300 |
+
Get the Pro Version
|
301 |
</div>
|
302 |
|
303 |
+
<div style="background-color:#fff;border: 1px solid #E5E5E5;padding:8px;">
|
304 |
|
305 |
+
<center><label style="font-size:14pt;">With the Pro version you'll <br /> be able to: </label></center>
|
306 |
+
|
307 |
+
<br />
|
308 |
+
<div class="dashicons dashicons-yes" style="margin-bottom: 6px;"></div>Offer recurring donations.<br />
|
309 |
+
<div class="dashicons dashicons-yes" style="margin-bottom: 6px;"></div>Setup donations that recur forever.<br />
|
310 |
+
<div class="dashicons dashicons-yes" style="margin-bottom: 6px;"></div>Recurring donations dropdown menu.<br />
|
311 |
+
<div class="dashicons dashicons-yes" style="margin-bottom: 6px;"></div>Offer up to 20 amount dropdown menu options instead of 10.<br />
|
312 |
+
|
313 |
+
<br />
|
314 |
+
<center><a target='_blank' href="https://wpplugin.org/downloads/paypal-donation-pro/" class='button-primary' style='font-size: 17px;line-height: 28px;height: 32px;'>Learn More</a></center>
|
315 |
<br />
|
316 |
+
|
317 |
</div>
|
318 |
|
319 |
<br /><br />
|
readme.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
=== PayPal Donation
|
2 |
Contributors: scottpaterson,wp-plugin
|
3 |
Donate link: https://wpplugin.org/donate/
|
4 |
-
Tags: donation, donate, donations, charity, paypal,
|
5 |
Author URI: https://wpplugin.org
|
6 |
Requires at least: 3.0
|
7 |
-
Tested up to: 4.
|
8 |
-
Stable tag: 1.2.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -47,6 +47,18 @@ WP Plugin is an offical PayPal Partner based in Boulder, Colorado. You can visit
|
|
47 |
* Choose how the PayPal window opens
|
48 |
* Setup a dropdown menu to force certain amounts
|
49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
WP Plugin is an offical PayPal Partner. Various trademarks held by their respective owners.
|
51 |
|
52 |
|
@@ -77,6 +89,10 @@ Yes, there is no limit to the amount of PayPal donations buttons that you can pu
|
|
77 |
|
78 |
== Changelog ==
|
79 |
|
|
|
|
|
|
|
|
|
80 |
= 1.2.1 =
|
81 |
* 8/20/16
|
82 |
* Updated - Changed plugin name, dropped the word easy at the beginning.
|
@@ -97,6 +113,10 @@ Yes, there is no limit to the amount of PayPal donations buttons that you can pu
|
|
97 |
|
98 |
== Upgrade Notice ==
|
99 |
|
|
|
|
|
|
|
|
|
100 |
= 1.2.1 =
|
101 |
* 8/20/16
|
102 |
* Updated - Changed plugin name, dropped the word easy at the beginning.
|
1 |
+
=== PayPal Donation ===
|
2 |
Contributors: scottpaterson,wp-plugin
|
3 |
Donate link: https://wpplugin.org/donate/
|
4 |
+
Tags: donation, donate, donations, charity, paypal, gateway, paypal donation, paypal donate
|
5 |
Author URI: https://wpplugin.org
|
6 |
Requires at least: 3.0
|
7 |
+
Tested up to: 4.7
|
8 |
+
Stable tag: 1.2.2
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
47 |
* Choose how the PayPal window opens
|
48 |
* Setup a dropdown menu to force certain amounts
|
49 |
|
50 |
+
> #### PayPal Donation Pro
|
51 |
+
> We offer a Pro version of this PayPal plugin for business owners who need more features.<br />
|
52 |
+
>
|
53 |
+
> * Offer recurring donations.
|
54 |
+
> * Recurring donations can be set up per day, week, month and year.
|
55 |
+
> * Setup donations that recur forever.
|
56 |
+
> * Recurring donations dropdown menu.
|
57 |
+
> * Offer up to 20 amount dropdown menu options instead of 10.
|
58 |
+
>
|
59 |
+
>
|
60 |
+
> [You can learn more about PayPal Donation Pro here](https://wpplugin.org/downloads/paypal-donation-pro/)
|
61 |
+
|
62 |
WP Plugin is an offical PayPal Partner. Various trademarks held by their respective owners.
|
63 |
|
64 |
|
89 |
|
90 |
== Changelog ==
|
91 |
|
92 |
+
= 1.2.2 =
|
93 |
+
* 8/26/16
|
94 |
+
* Updated - Updated the settings page right sidebar to offer information about the pro version.
|
95 |
+
|
96 |
= 1.2.1 =
|
97 |
* 8/20/16
|
98 |
* Updated - Changed plugin name, dropped the word easy at the beginning.
|
113 |
|
114 |
== Upgrade Notice ==
|
115 |
|
116 |
+
= 1.2.2 =
|
117 |
+
* 8/26/16
|
118 |
+
* Updated - Updated the settings page right sidebar to offer information about the pro version.
|
119 |
+
|
120 |
= 1.2.1 =
|
121 |
* 8/20/16
|
122 |
* Updated - Changed plugin name, dropped the word easy at the beginning.
|