Version Description
Download this release
Release Info
Developer | artstorm |
Plugin | PayPal Donations |
Version | 1.4.9.2 |
Comparing to | |
See all releases |
Code changes from version 1.4.9.1 to 1.4.9.2
- paypal-donations.php +7 -3
- readme.txt +7 -4
paypal-donations.php
CHANGED
@@ -3,12 +3,12 @@
|
|
3 |
Plugin Name: PayPal Donations
|
4 |
Plugin URI: http://wpstorm.net/wordpress-plugins/paypal-donations/
|
5 |
Description: Easy and simple setup and insertion of PayPal donate buttons with a shortcode or through a sidebar Widget. Donation purpose can be set for each button. A few other customization options are available as well.
|
6 |
-
Version: 1.4.9.
|
7 |
Author: Johan Steen
|
8 |
Author URI: http://wpstorm.net/
|
9 |
Text Domain: paypal-donations
|
10 |
|
11 |
-
Copyright
|
12 |
|
13 |
This program is free software; you can redistribute it and/or modify
|
14 |
it under the terms of the GNU General Public License as published by
|
@@ -48,7 +48,11 @@ class paypal_donations {
|
|
48 |
'HUF' => 'Hungarian Forint',
|
49 |
'CZK' => 'Czech Koruna',
|
50 |
'ILS' => 'Israeli Shekel',
|
51 |
-
'MXN' => 'Mexican Peso'
|
|
|
|
|
|
|
|
|
52 |
var $localized_buttons = array('en_AU' => 'Australia - Australian English',
|
53 |
'de_DE/AT' => 'Austria - German',
|
54 |
'nl_NL/BE' => 'Belgium - Dutch',
|
3 |
Plugin Name: PayPal Donations
|
4 |
Plugin URI: http://wpstorm.net/wordpress-plugins/paypal-donations/
|
5 |
Description: Easy and simple setup and insertion of PayPal donate buttons with a shortcode or through a sidebar Widget. Donation purpose can be set for each button. A few other customization options are available as well.
|
6 |
+
Version: 1.4.9.2
|
7 |
Author: Johan Steen
|
8 |
Author URI: http://wpstorm.net/
|
9 |
Text Domain: paypal-donations
|
10 |
|
11 |
+
Copyright 2011 Johan Steen (email : artstorm [at] gmail [dot] com)
|
12 |
|
13 |
This program is free software; you can redistribute it and/or modify
|
14 |
it under the terms of the GNU General Public License as published by
|
48 |
'HUF' => 'Hungarian Forint',
|
49 |
'CZK' => 'Czech Koruna',
|
50 |
'ILS' => 'Israeli Shekel',
|
51 |
+
'MXN' => 'Mexican Peso',
|
52 |
+
'BRL' => 'Brazilian Real',
|
53 |
+
'TWD' => 'Taiwan New Dollar',
|
54 |
+
'PHP' => 'Philippine Peso',
|
55 |
+
'THB' => 'Thai Baht');
|
56 |
var $localized_buttons = array('en_AU' => 'Australia - Australian English',
|
57 |
'de_DE/AT' => 'Austria - German',
|
58 |
'nl_NL/BE' => 'Belgium - Dutch',
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
=== PayPal Donations ===
|
2 |
Contributors: artstorm
|
3 |
Donate link: http://wpstorm.net/wordpress-plugins/paypal-donations/#donation
|
4 |
Tags: paypal, donation, shortcode, widget, donate, button, sidebar
|
5 |
Requires at least: 2.7
|
6 |
-
Tested up to: 3.
|
7 |
-
Stable tag: 1.4.9.
|
8 |
|
9 |
Easy and simple setup and insertion of PayPal donate buttons with a shortcode or through a sidebar Widget. Donation purpose can be set for each button. A few other customization options are available as well.
|
10 |
|
@@ -60,7 +60,10 @@ Please visit [PayPal Donations' Comments](http://wpstorm.net/wordpress-plugins/p
|
|
60 |
|
61 |
== Changelog ==
|
62 |
|
63 |
-
= Version 1.4.9.
|
|
|
|
|
|
|
64 |
* Included Turkish translation by [Ersan Özdil](http://www.tml.web.tr/).
|
65 |
|
66 |
= Version 1.4.9 - 08 Jul 2010 =
|
1 |
+
=== PayPal Donations ===
|
2 |
Contributors: artstorm
|
3 |
Donate link: http://wpstorm.net/wordpress-plugins/paypal-donations/#donation
|
4 |
Tags: paypal, donation, shortcode, widget, donate, button, sidebar
|
5 |
Requires at least: 2.7
|
6 |
+
Tested up to: 3.1
|
7 |
+
Stable tag: 1.4.9.2
|
8 |
|
9 |
Easy and simple setup and insertion of PayPal donate buttons with a shortcode or through a sidebar Widget. Donation purpose can be set for each button. A few other customization options are available as well.
|
10 |
|
60 |
|
61 |
== Changelog ==
|
62 |
|
63 |
+
= Version 1.4.9.2 - 02 Apr 2011 =
|
64 |
+
* Added four new currencies that PayPal supports for donations to choose from: Brazilian Real (BRL), Taiwan New Dollar (TWD), Philippine Peso (PHP), Thai Baht (THB)
|
65 |
+
|
66 |
+
= Version 1.4.9.1 - 08 Jan 2011 =
|
67 |
* Included Turkish translation by [Ersan Özdil](http://www.tml.web.tr/).
|
68 |
|
69 |
= Version 1.4.9 - 08 Jul 2010 =
|