PayPal Donations - Version 1.4.9.3

Version Description

Download this release

Release Info

Developer artstorm
Plugin Icon 128x128 PayPal Donations
Version 1.4.9.3
Comparing to
See all releases

Code changes from version 1.4.9.2 to 1.4.9.3

Files changed (2) hide show
  1. paypal-donations.php +2 -1
  2. readme.txt +6 -3
paypal-donations.php CHANGED
@@ -3,7 +3,7 @@
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
@@ -52,6 +52,7 @@ class paypal_donations {
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',
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.3
7
  Author: Johan Steen
8
  Author URI: http://wpstorm.net/
9
  Text Domain: paypal-donations
52
  'BRL' => 'Brazilian Real',
53
  'TWD' => 'Taiwan New Dollar',
54
  'PHP' => 'Philippine Peso',
55
+ 'TRY' => 'Turkish Lira',
56
  'THB' => 'Thai Baht');
57
  var $localized_buttons = array('en_AU' => 'Australia - Australian English',
58
  'de_DE/AT' => 'Austria - German',
readme.txt CHANGED
@@ -3,8 +3,8 @@ 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,7 +60,10 @@ Please visit [PayPal Donations' Comments](http://wpstorm.net/wordpress-plugins/p
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 =
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.1
7
+ Stable tag: 1.4.9.3
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.3 - 18 Apr 2011 =
64
+ * Added Turkish Lira (TRY) to the list of currencies.
65
+
66
+ = Version 1.4.9.2 - 02 Apr 2011 =
67
  * 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)
68
 
69
  = Version 1.4.9.1 - 08 Jan 2011 =