WP Easy Paypal Payment Accept - Version 2.2.1

Version Description

Download this release

Release Info

Developer mra13
Plugin Icon 128x128 WP Easy Paypal Payment Accept
Version 2.2.1
Comparing to
See all releases

Code changes from version 2.2 to 2.2.1

Files changed (2) hide show
  1. WP_Accept_Paypal_Payment.php +4 -3
  2. readme.txt +3 -3
WP_Accept_Paypal_Payment.php CHANGED
@@ -1,8 +1,8 @@
1
  <?php
2
  /*
3
  Plugin Name: WP Easy Paypal Payment Accept
4
- Version: v2.2
5
- Plugin URI: http://www.tipsandtricks-hq.com/?page_id=120
6
  Author: Ruhul Amin
7
  Author URI: http://www.antique-hq.com/
8
  Plugin Description: Easy to use Wordpress plugin to accept paypal payment for a service or product or donation in one click. Can be used in the sidebar, posts and pages.
@@ -19,6 +19,7 @@ Plugin Description: Easy to use Wordpress plugin to accept paypal payment for a
19
  GNU General Public License for more details.
20
  */
21
 
 
22
  $wp_paypal_payment_version = 2.2;
23
 
24
  // Some default options
@@ -317,7 +318,7 @@ function wp_paypal_payment_widget_control()
317
  {
318
  ?>
319
  <p>
320
- <a href="options-general.php?page=WP-accept-paypal-payment/WP_Accept_Paypal_Payment.php"><? _e("Settings", "paypal_payment_options_page"); ?></a>
321
  </p>
322
  <?php
323
 
1
  <?php
2
  /*
3
  Plugin Name: WP Easy Paypal Payment Accept
4
+ Version: v2.2.1
5
+ Plugin URI: http://www.tipsandtricks-hq.com/?p=120
6
  Author: Ruhul Amin
7
  Author URI: http://www.antique-hq.com/
8
  Plugin Description: Easy to use Wordpress plugin to accept paypal payment for a service or product or donation in one click. Can be used in the sidebar, posts and pages.
19
  GNU General Public License for more details.
20
  */
21
 
22
+
23
  $wp_paypal_payment_version = 2.2;
24
 
25
  // Some default options
318
  {
319
  ?>
320
  <p>
321
+ <? _e("Set the Plugin Settings from the Settings menu"); ?>
322
  </p>
323
  <?php
324
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.tipsandtricks-hq.com/
4
  Tags: Paypal payment, shop, donation, plugin
5
  Requires at least: 2.0.2
6
  Tested up to: 2.7
7
- Stable tag: 2.2
8
 
9
  Easy to use Wordpress plugin to accept paypal payment for a service or product or donation in one click.
10
 
@@ -24,7 +24,7 @@ There are three ways you can use this plugin:
24
 
25
  == Installation ==
26
 
27
- 1. Unzip and Upload the folder 'WP-accept-paypal-payment' to the '/wp-content/plugins/' directory (It is important that the name of this plugin directory is 'WP-accept-paypal-payment' so rename the directory if necessary. For example if the directory name is something like 'wordpress-easy-paypal-payment-plugin' after unzipping, then rename that directory to 'WP-accept-paypal-payment' and upload it to your '/wp-content/plugins/' directory).
28
  2. Activate the plugin through the 'Plugins' menu in WordPress
29
  3. Go to Settings and configure the options eg. your email, Subject text etc.
30
  4. Use the Widget or add the trigger text <!-- wp_paypal_payment --> to a post or page where u want it to appear.
@@ -35,6 +35,6 @@ There are three ways you can use this plugin:
35
  3. Can this plugin be used to accept paypal payment for a service or a product? Yes
36
 
37
  == Screenshots ==
38
- Visit the plugin site at for screenshots.
39
  Check out this Plugin in action at http://www.antique-hq.com/written-appraisal
40
 
4
  Tags: Paypal payment, shop, donation, plugin
5
  Requires at least: 2.0.2
6
  Tested up to: 2.7
7
+ Stable tag: 2.2.1
8
 
9
  Easy to use Wordpress plugin to accept paypal payment for a service or product or donation in one click.
10
 
24
 
25
  == Installation ==
26
 
27
+ 1. Unzip and Upload the folder 'WP-accept-paypal-payment' to the '/wp-content/plugins/' directory
28
  2. Activate the plugin through the 'Plugins' menu in WordPress
29
  3. Go to Settings and configure the options eg. your email, Subject text etc.
30
  4. Use the Widget or add the trigger text <!-- wp_paypal_payment --> to a post or page where u want it to appear.
35
  3. Can this plugin be used to accept paypal payment for a service or a product? Yes
36
 
37
  == Screenshots ==
38
+ Visit the plugin site at for screenshots http://www.tipsandtricks-hq.com/?p=120.
39
  Check out this Plugin in action at http://www.antique-hq.com/written-appraisal
40