Version Description
- Small fix - fixed broken support link URL
Download this release
Release Info
Developer | scottpaterson |
Plugin | PayPal Buy Now Button |
Version | 1.6.8 |
Comparing to | |
See all releases |
Code changes from version 1.6.7 to 1.6.8
- readme.txt +12 -2
- wp-ecommerce-paypal.php +3 -3
readme.txt
CHANGED
@@ -4,8 +4,8 @@ Donate link: https://wpplugin.org/donate/
|
|
4 |
Tags: PayPal payment, PayPal, button, payment, online payments, Stripe, Super Stripe, Stripe checkout, pay now, paypal plugin for wordpress, button, paypal button, payment form, pay online, paypal buy now, ecommerce, paypal plugin, shortcode, online, payments, payments for wordpress, paypal for wordpress, paypal donation, paypal transfer, payment processing, paypal widget, wp paypal, purchase button, money, invoice, invoicing, payment collect, secure, process credit cards, paypal integration, gateway, stripe, authorize, shopping cart, cart, shopping, shop
|
5 |
Author URI: https://wpplugin.org
|
6 |
Requires at least: 3.0
|
7 |
-
Tested up to: 4.
|
8 |
-
Stable tag: 1.6.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -45,6 +45,10 @@ WP Plugin is an offical PayPal Partner based in Boulder, Colorado. You can visit
|
|
45 |
> #### Easy PayPal Buy Now Button Pro
|
46 |
> We offer a Pro version of this plugin for business owners who need more features.<br />
|
47 |
>
|
|
|
|
|
|
|
|
|
48 |
> * Charge Fixed Tax <br />
|
49 |
> * Charge Tax Rate <br />
|
50 |
> * Charge Shipping & Handling per item<br />
|
@@ -91,6 +95,9 @@ Yes, there is no limit to the amount you can put on one post / page, or your ent
|
|
91 |
|
92 |
== Changelog ==
|
93 |
|
|
|
|
|
|
|
94 |
= 1.6.7 =
|
95 |
* New Feature - added PayPal payment action option
|
96 |
* Fixed bug - plugin descrition not showing
|
@@ -165,6 +172,9 @@ Yes, there is no limit to the amount you can put on one post / page, or your ent
|
|
165 |
|
166 |
== Upgrade Notice ==
|
167 |
|
|
|
|
|
|
|
168 |
= 1.6.7 =
|
169 |
New Feature - added PayPal payment action option
|
170 |
Fixed bug - plugin descrition not showing
|
4 |
Tags: PayPal payment, PayPal, button, payment, online payments, Stripe, Super Stripe, Stripe checkout, pay now, paypal plugin for wordpress, button, paypal button, payment form, pay online, paypal buy now, ecommerce, paypal plugin, shortcode, online, payments, payments for wordpress, paypal for wordpress, paypal donation, paypal transfer, payment processing, paypal widget, wp paypal, purchase button, money, invoice, invoicing, payment collect, secure, process credit cards, paypal integration, gateway, stripe, authorize, shopping cart, cart, shopping, shop
|
5 |
Author URI: https://wpplugin.org
|
6 |
Requires at least: 3.0
|
7 |
+
Tested up to: 4.3
|
8 |
+
Stable tag: 1.6.8
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
45 |
> #### Easy PayPal Buy Now Button Pro
|
46 |
> We offer a Pro version of this plugin for business owners who need more features.<br />
|
47 |
>
|
48 |
+
> * Manage buttons in a central location
|
49 |
+
> * View sales in your Admin Page
|
50 |
+
> * Coupons <br />
|
51 |
+
> * Inventory Management <br />
|
52 |
> * Charge Fixed Tax <br />
|
53 |
> * Charge Tax Rate <br />
|
54 |
> * Charge Shipping & Handling per item<br />
|
95 |
|
96 |
== Changelog ==
|
97 |
|
98 |
+
= 1.6.8 =
|
99 |
+
* Small fix - fixed broken support link URL
|
100 |
+
|
101 |
= 1.6.7 =
|
102 |
* New Feature - added PayPal payment action option
|
103 |
* Fixed bug - plugin descrition not showing
|
172 |
|
173 |
== Upgrade Notice ==
|
174 |
|
175 |
+
= 1.6.8 =
|
176 |
+
Small fix - fixed broken support link URL
|
177 |
+
|
178 |
= 1.6.7 =
|
179 |
New Feature - added PayPal payment action option
|
180 |
Fixed bug - plugin descrition not showing
|
wp-ecommerce-paypal.php
CHANGED
@@ -8,7 +8,7 @@ Tags: PayPal payment, PayPal, button, payment, online payments, Stripe, Super St
|
|
8 |
Author: Scott Paterson
|
9 |
Author URI: https://wpplugin.org
|
10 |
License: GPL2
|
11 |
-
Version: 1.6.
|
12 |
*/
|
13 |
|
14 |
/* Copyright 2014-2015 Scott Paterson
|
@@ -421,7 +421,7 @@ echo "Note: The Cancel and Return pages are not automatically created; /cancel a
|
|
421 |
<br /><br /><br />
|
422 |
|
423 |
|
424 |
-
|
425 |
|
426 |
|
427 |
</form>
|
@@ -482,7 +482,7 @@ WP Plugin is an offical PayPal Partner. Various trademarks held by their respect
|
|
482 |
|
483 |
<div class="dashicons dashicons-arrow-right" style="margin-bottom: 6px;"></div> <a target="_blank" href="https://wordpress.org/support/plugin/wp-ecommerce-paypal">Support Forum</a> <br />
|
484 |
|
485 |
-
<div class="dashicons dashicons-arrow-right" style="margin-bottom: 6px;"></div> <a target="_blank" href="https://wpplugin.org/
|
486 |
|
487 |
<div class="dashicons dashicons-arrow-right" style="margin-bottom: 6px;"></div> <a target="_blank" href="https://wpplugin.org/easy-paypal-button/">Easy PayPal Button Pro</a> <br />
|
488 |
|
8 |
Author: Scott Paterson
|
9 |
Author URI: https://wpplugin.org
|
10 |
License: GPL2
|
11 |
+
Version: 1.6.8
|
12 |
*/
|
13 |
|
14 |
/* Copyright 2014-2015 Scott Paterson
|
421 |
<br /><br /><br />
|
422 |
|
423 |
|
424 |
+
WPPlugin is an offical PayPal Partner. Various trademarks held by their respective owners.
|
425 |
|
426 |
|
427 |
</form>
|
482 |
|
483 |
<div class="dashicons dashicons-arrow-right" style="margin-bottom: 6px;"></div> <a target="_blank" href="https://wordpress.org/support/plugin/wp-ecommerce-paypal">Support Forum</a> <br />
|
484 |
|
485 |
+
<div class="dashicons dashicons-arrow-right" style="margin-bottom: 6px;"></div> <a target="_blank" href="https://wpplugin.org/documentation/">FAQ</a> <br />
|
486 |
|
487 |
<div class="dashicons dashicons-arrow-right" style="margin-bottom: 6px;"></div> <a target="_blank" href="https://wpplugin.org/easy-paypal-button/">Easy PayPal Button Pro</a> <br />
|
488 |
|