PayPal Donation - Version 1.2

Version Description

  • 2/8/15
  • Bug fix - Dropdown menu option 8 was not saving
  • Updated - Updated WordPress version tested up to tag
Download this release

Release Info

Developer scottpaterson
Plugin Icon 128x128 PayPal Donation
Version 1.2
Comparing to
See all releases

Code changes from version 1.1 to 1.2

easy-paypal-donation.php CHANGED
@@ -4,11 +4,11 @@
4
  Plugin Name: Easy PayPal Donation Pro
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
8
  Author: Scott Paterson
9
  Author URI: https://wpplugin.org
10
  License: GPL2
11
- Version: 1.1
12
  */
13
 
14
  /* Copyright 2014-2015 Scott Paterson
4
  Plugin Name: Easy PayPal Donation Pro
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
includes/private_buttons_edit.php CHANGED
@@ -89,7 +89,7 @@
89
  update_post_meta($post_id, 'wpedon_button_scpricef', $wpedon_button_scpricef);
90
  $wpedon_button_scpriceg = sanitize_meta( 'currency_wpedon', $_POST['wpedon_button_scpriceg'], 'post' );
91
  update_post_meta($post_id, 'wpedon_button_scpriceg', $wpedon_button_scpriceg);
92
- $wpedon_button_scpriceh = sanitize_meta( 'currency_wpedon', $_POST['wpedon_button_scpriceg'], 'post' );
93
  update_post_meta($post_id, 'wpedon_button_scpriceh', $wpedon_button_scpriceh);
94
  $wpedon_button_scpricei = sanitize_meta( 'currency_wpedon', $_POST['wpedon_button_scpricei'], 'post' );
95
  update_post_meta($post_id, 'wpedon_button_scpricei', $wpedon_button_scpricei);
89
  update_post_meta($post_id, 'wpedon_button_scpricef', $wpedon_button_scpricef);
90
  $wpedon_button_scpriceg = sanitize_meta( 'currency_wpedon', $_POST['wpedon_button_scpriceg'], 'post' );
91
  update_post_meta($post_id, 'wpedon_button_scpriceg', $wpedon_button_scpriceg);
92
+ $wpedon_button_scpriceh = sanitize_meta( 'currency_wpedon', $_POST['wpedon_button_scpriceh'], 'post' );
93
  update_post_meta($post_id, 'wpedon_button_scpriceh', $wpedon_button_scpriceh);
94
  $wpedon_button_scpricei = sanitize_meta( 'currency_wpedon', $_POST['wpedon_button_scpricei'], 'post' );
95
  update_post_meta($post_id, 'wpedon_button_scpricei', $wpedon_button_scpricei);
includes/private_buttons_new.php CHANGED
@@ -85,7 +85,7 @@ global $current_user;
85
  update_post_meta($post_id, 'wpedon_button_scpricef', $wpedon_button_scpricef);
86
  $wpedon_button_scpriceg = sanitize_meta( 'currency_wpedon', $_POST['wpedon_button_scpriceg'], 'post' );
87
  update_post_meta($post_id, 'wpedon_button_scpriceg', $wpedon_button_scpriceg);
88
- $wpedon_button_scpriceh = sanitize_meta( 'currency_wpedon', $_POST['wpedon_button_scpriceg'], 'post' );
89
  update_post_meta($post_id, 'wpedon_button_scpriceh', $wpedon_button_scpriceh);
90
  $wpedon_button_scpricei = sanitize_meta( 'currency_wpedon', $_POST['wpedon_button_scpricei'], 'post' );
91
  update_post_meta($post_id, 'wpedon_button_scpricei', $wpedon_button_scpricei);
85
  update_post_meta($post_id, 'wpedon_button_scpricef', $wpedon_button_scpricef);
86
  $wpedon_button_scpriceg = sanitize_meta( 'currency_wpedon', $_POST['wpedon_button_scpriceg'], 'post' );
87
  update_post_meta($post_id, 'wpedon_button_scpriceg', $wpedon_button_scpriceg);
88
+ $wpedon_button_scpriceh = sanitize_meta( 'currency_wpedon', $_POST['wpedon_button_scpriceh'], 'post' );
89
  update_post_meta($post_id, 'wpedon_button_scpriceh', $wpedon_button_scpriceh);
90
  $wpedon_button_scpricei = sanitize_meta( 'currency_wpedon', $_POST['wpedon_button_scpricei'], 'post' );
91
  update_post_meta($post_id, 'wpedon_button_scpricei', $wpedon_button_scpricei);
readme.txt CHANGED
@@ -1,28 +1,28 @@
1
  === Easy PayPal Donation Pro ===
2
  Contributors: scottpaterson,wp-plugin
3
  Donate link: https://wpplugin.org/donate/
4
- Tags: donation, donate, donations, charity, paypal, paypal donation, ecommerce
5
  Author URI: https://wpplugin.org
6
  Requires at least: 3.0
7
- Tested up to: 4.4
8
- Stable tag: 1.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
12
- Add a PayPal Donation Button to your website and start collecting donations today. No Coding Required. Official PayPal Partner.
13
 
14
  == Description ==
15
  = Overview =
16
 
17
  This plugin will allow you to collect PayPal donations on your website.
18
 
19
- You can place a the Donation button anywhere on your site where you want to collect money. Your customers can use their PayPal account or Credit Card to donation money to you.
20
 
21
- What makes this plugin powerful is its simplicity. Just install the plugin and in just a few minutes customers from around the world can start donating to you.
22
 
23
  On the settings page of the plugin you will find clear instructions on how to sign up for a PayPal account if you don't have one already. The plugin also provides instructions for how to setup a PayPal Sandbox account - which will allow you to setup a fake PayPal buyer and seller account (with fake money) so you can test everything before you start selling to the public.
24
 
25
- If you have any problems, questions, or issues please create a support request and we will get back to you quickly.
26
 
27
  This PayPal plugin works with any WordPress theme.
28
 
@@ -35,13 +35,13 @@ WP Plugin is an offical PayPal Partner based in Boulder, Colorado. You can visit
35
  * Button Manager
36
  * Page / Post Button shortcode Inserter
37
  * Donation Widget
38
- * Built in support 25 currencies
39
- * Built in support 20 languages
40
  * Each button can have its own language and currency
41
  * Each button can have its own button image
42
  * Each button can have itw own PayPal account
43
  * PayPal testing with Sandbox mode
44
- * Customer can choose to make donation recurring monthly
45
  * Choose from 7 different PayPal donation buttons
46
  * Upload and use your own donation button
47
  * Choose how the PayPal window opens
@@ -58,13 +58,14 @@ WP Plugin is an offical PayPal Partner. Various trademarks held by their respect
58
  > 3. Search for Easy PayPal Button and click install.
59
  > 4. Configure values on the settings page.
60
  > 5. Make a donation button on the button page. Place the shortcode it creates anywhere on your site to show the button.
 
61
  == Frequently Asked Questions ==
62
 
63
- = How do I use this plugin =
64
  Configure values on the settings page. Make a donation button on the button page. Place the shortcode it creates anywhere on your site to show the button.
65
 
66
  = Can I put more then one shortcode on the same post / page? =
67
- Yes, there is no limit to the amount you can put on one post / page, or your entire site.
68
 
69
  == Screenshots ==
70
  1. Donation Button
@@ -76,6 +77,11 @@ Yes, there is no limit to the amount you can put on one post / page, or your ent
76
 
77
  == Changelog ==
78
 
 
 
 
 
 
79
  = 1.1 =
80
  * 12/20/15
81
  * Bug fixes
@@ -86,6 +92,11 @@ Yes, there is no limit to the amount you can put on one post / page, or your ent
86
 
87
  == Upgrade Notice ==
88
 
 
 
 
 
 
89
  = 1.1 =
90
  * 12/20/15
91
  * Bug fixes
1
  === Easy PayPal Donation Pro ===
2
  Contributors: scottpaterson,wp-plugin
3
  Donate link: https://wpplugin.org/donate/
4
+ Tags: donation, donate, donations, charity, paypal, paypal donation, ecommerce, gateway, payment, paypal button, paypal donation, paypal donate, paypal payment, paypal plugin
5
  Author URI: https://wpplugin.org
6
  Requires at least: 3.0
7
+ Tested up to: 4.5
8
+ Stable tag: 1.2
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
12
+ Add a PayPal Donation Button to your website and start collecting donations with PayPal today. No Coding Required. Official PayPal Partner.
13
 
14
  == Description ==
15
  = Overview =
16
 
17
  This plugin will allow you to collect PayPal donations on your website.
18
 
19
+ You can place a PayPal Donation button anywhere on your site where you want to collect money. Your customers can use their PayPal account or Credit Card to donation money to you.
20
 
21
+ What makes this PayPal donation plugin powerful is its simplicity. Just install the plugin and in just a few minutes customers from around the world can start donating to you via PayPal.
22
 
23
  On the settings page of the plugin you will find clear instructions on how to sign up for a PayPal account if you don't have one already. The plugin also provides instructions for how to setup a PayPal Sandbox account - which will allow you to setup a fake PayPal buyer and seller account (with fake money) so you can test everything before you start selling to the public.
24
 
25
+ If you have any problems, questions, or issues about this PayPal plugin then please create a support request and we will get back to you quickly.
26
 
27
  This PayPal plugin works with any WordPress theme.
28
 
35
  * Button Manager
36
  * Page / Post Button shortcode Inserter
37
  * Donation Widget
38
+ * Built in support for 18 languages (PayPal currently supports 18 languages)
39
+ * Built in support 25 currencies (PayPal currently supports 25 currencies)
40
  * Each button can have its own language and currency
41
  * Each button can have its own button image
42
  * Each button can have itw own PayPal account
43
  * PayPal testing with Sandbox mode
44
+ * Customer can choose to make a recurring monthly PayPal donation
45
  * Choose from 7 different PayPal donation buttons
46
  * Upload and use your own donation button
47
  * Choose how the PayPal window opens
58
  > 3. Search for Easy PayPal Button and click install.
59
  > 4. Configure values on the settings page.
60
  > 5. Make a donation button on the button page. Place the shortcode it creates anywhere on your site to show the button.
61
+ > 6. You are now ready to start collecting donations via PayPal on your site.
62
  == Frequently Asked Questions ==
63
 
64
+ = How do I use this PayPal plugin =
65
  Configure values on the settings page. Make a donation button on the button page. Place the shortcode it creates anywhere on your site to show the button.
66
 
67
  = Can I put more then one shortcode on the same post / page? =
68
+ Yes, there is no limit to the amount of PayPal donations buttons that you can put on one post / page, or your entire site.
69
 
70
  == Screenshots ==
71
  1. Donation Button
77
 
78
  == Changelog ==
79
 
80
+ = 1.2 =
81
+ * 2/8/15
82
+ * Bug fix - Dropdown menu option 8 was not saving
83
+ * Updated - Updated WordPress version tested up to tag
84
+
85
  = 1.1 =
86
  * 12/20/15
87
  * Bug fixes
92
 
93
  == Upgrade Notice ==
94
 
95
+ = 1.2 =
96
+ * 2/8/15
97
+ * Bug fix - Dropdown menu option 8 was not saving
98
+ * Updated - Updated WordPress version tested up to tag
99
+
100
  = 1.1 =
101
  * 12/20/15
102
  * Bug fixes