Changeset 2118922
- Timestamp:
- 07/07/2019 02:46:05 PM (7 years ago)
- File:
-
- 1 edited
-
pp-express-wc4jp/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pp-express-wc4jp/trunk/readme.txt
r1838283 r2118922 1 === PayPal Express Checkout WC4JP === 2 Contributors: artisan-workshop-1, shohei.tanaka 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=info@artws.info&item_name=Donation+for+Artisan¤cy_code=JPY 4 Tags: woocommerce, paypal, express checkout, japan 1 === WooCommerce PayPal Checkout Payment Gateway === 2 Contributors: automattic, woothemes, akeda, dwainm, royho, allendav, slash1andy, woosteve, spraveenitpro, mikedmoore, fernashes, shellbeezy, danieldudzic, mikaey, fullysupportedphil, dsmithweb, corsonr, bor0, zandyring, pauldechov, robobot3000 3 Tags: ecommerce, e-commerce, commerce, woothemes, wordpress ecommerce, store, sales, sell, shop, shopping, cart, checkout, configurable, paypal 5 4 Requires at least: 4.4 6 Tested up to: 4.97 Stable tag: 1. 5.25 Tested up to: 5.2.0 6 Stable tag: 1.6.15 8 7 License: GPLv3 9 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html 10 9 11 10 Accept PayPal, Credit Cards and Debit Cards on your WooCommerce store. 12 Supported by Artisan Workshop, official PayPal Partner in Japan.13 Main developer is WooCommerce14 11 15 12 == Description == 16 13 17 This is a PayPal ExpressPayment Gateway for WooCommerce.18 19 PayPal Express allows you to securely sell your products and subscriptions online using In-Context Checkout to help you meet security requirements without causing your theme to suffer. In-Context Checkout uses a modal iFrame, hosted on PayPal's servers, that overlays the checkout form and provides a secure means for your customers to enter their account information.14 This is a PayPal Checkout Payment Gateway for WooCommerce. 15 16 PayPal Checkout allows you to securely sell your products and subscriptions online using In-Context Checkout to help you meet security requirements without causing your theme to suffer. In-Context Checkout uses a modal window, hosted on PayPal's servers, that overlays the checkout form and provides a secure means for your customers to enter their account information. 20 17 21 18 Also, with Integrated PayPal Setup (Easy Setup), connecting to PayPal is as simple as clicking a button - no complicated API keys to cut and paste. … … 31 28 Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New. 32 29 33 In the search field type "WooCommerce PayPal ExpressCheckout" and click Search Plugins. Once you’ve found our plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.30 In the search field type "WooCommerce PayPal Checkout" and click Search Plugins. Once you’ve found our plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”. 34 31 35 32 = Manual installation = … … 48 45 = Does this plugin work with credit cards or just PayPal? = 49 46 50 This plugin supports payments using both credit and debit cards as well as PayPal. 47 This plugin supports payments using both credit and debit cards as well as PayPal. The new Smart Payment Buttons feature dynamically displays PayPal, Venmo (US Only), PayPal Credit, or other local payment options* in a single stack—without needing to leave the merchant's website. 48 49 *PayPal Checkout features may not be available in all countries. 51 50 52 51 = Does this support Checkout with PayPal from the cart view? = … … 77 76 = How to remove 'Proceed to Checkout' button from cart page? = 78 77 79 If PayPal ExpressCheckout is the only enabled payment gateway and you want to remove the 'Proceed to Checkout' button from the cart, you can use this snippet:78 If PayPal Checkout is the only enabled payment gateway and you want to remove the 'Proceed to Checkout' button from the cart, you can use this snippet: 80 79 81 80 https://gist.github.com/mikejolley/ad2ecc286c9ad6cefbb7065ba6dfef48 82 81 82 = Where can I contribute? = 83 84 The GitHub repository for PayPal Checkout is here: 85 86 https://github.com/woocommerce/woocommerce-gateway-paypal-express-checkout 87 88 Please use this to inform us about bugs, or make contributions via PRs. 89 90 == Screenshots == 91 92 1. Click the "Setup or link an existing PayPal account" button. If you want to test before going live, you can switch the Environment, above the button, to Sandbox. 93 2. API credentials will be set after linking, or you can set them manually. 94 3. See PayPal button settings below. 95 4. Checkout with PayPal directly from the Cart. 96 5. And without leaving the store. 97 6. Confirm details after clicking "Continue". 98 7. Choose PayPal from regular checkout page. 99 8. Choose PayPal from single product page. 100 9. Initiate checkout from mini-cart. 101 83 102 == Changelog == 84 103 85 = 1.5.2 - 2018-03-12 = 104 = 1.6.15 - 2019-06-19 = 105 * Fix - Prevent PHP errors when no billing details are present in PP response 106 * Fix - Require billing address for virtual products when enabled 107 * Add - Hook when a payment error occurs 108 109 = 1.6.14 - 2019-05-08 = 110 * Fix - Failing checkout when no addons are used 111 112 = 1.6.12 - 2019-05-08 = 113 * Fix - Better handling of virtual subscriptions when billing address is not required 114 * Fix - Prevent errors showing when purchasing a virtual product with WP_DEBUG enabled 115 116 = 1.6.11 - 2019-04-17 = 117 * Fix/Performance - Prevent db option updates during bootstrap on each page load 118 * Tweak = WC 3.6 compatibiliy. 119 120 = 1.6.10 - 2019-03-05 = 121 * Fix - Use only product attributes when adding to cart 122 123 = 1.6.9 - 2019-02-03 = 124 * Fix - Avoid SPB render error by tweaking 'allowed' funding methods' empty value 125 126 = 1.6.8 - 2019-01-25 = 127 * Fix - Guard against themes applying filter with too few params 128 129 = 1.6.7 - 2019-01-25 = 130 * Fix - Error 10413 when using coupons 131 * Fix: All variation details when using buttons on product pages are kept 132 * Fix: Always render the PayPal buttons in the mini cart 133 134 = 1.6.6 - 2019-01-09 = 135 * Fix - Discount items were not being included 136 * Add - Filter for order details to accept decimal quantities of products 137 * Fix - Unable to buy variation from product page 138 * Fix - Can use PayPal from product page without inputting required fields 139 * Add - Display PayPal fees under the totals on the order admin page 140 * Add - Prefill name, phone, and email info in PayPal Guest Checkout from checkout screen 141 142 = 1.6.5 - 2018-10-31 = 143 * Fix - Truncate the line item descriptions to avoid exceeding PayPal character limits. 144 * Update - WC 3.5 compatibility. 145 * Fix - checkout.js script loading when not needed. 146 * Fix - Missing shipping total and address when starting from checkout page. 147 148 = 1.6.4 - 2018-09-27 = 149 * Fix - Billing address from Checkout form not being passed to PayPal via Smart Payment Button. 150 * Fix - Checkout form not being validated until after Smart Payment Button payment flow. 151 152 = 1.6.3 - 2018-08-15 = 153 * Fix - Fatal error caused by a fix for Smart Payment Buttons. 154 155 = 1.6.2 - 2018-08-15 = 156 * Fix - Tax not applied on the (Confirm your PayPal order) page at the checkout. 157 158 = 1.6.1 - 2018-07-04 = 159 * Fix - GDPR Fatal error exporting user data when they have PPEC subscriptions. 160 * Fix - PayPal Credit still being disabled by default. 161 * Update - Rename 'PayPal Express Checkout' to 'PayPal Checkout'. 162 * Fix - Missing PayPal branding in "Buy Now" Smart Payment Button. 163 * Fix - PHP warning when PayPal Credit not supported and no funding methods hidden. 164 * Fix - Smart Payment Buttons gateway not inheriting IPN and subscription handling. 165 * Fix - Single product Smart Payment Button failing without existing session. 166 * Fix - When cart is empty, JS error on cart page and mini-cart payment buttons showing. 167 * Add - Locale filter. 168 169 = 1.6.0 - 2018-06-27 = 170 * Add - Smart Payment Buttons mode as alternative to directly embedded image links for all instances of PayPal button. 171 * Fix - Help tip alignment for image settings. 172 * Update - Enable PayPal Credit by default, and restrict its support by currency. 173 * Update - Omit 'Express Checkout' portion of default payment method title. 174 * Update - Enable Express Checkout on regular checkout page by default. 175 * Update - Enable Express Checkout on single product page by default. 176 177 = 1.5.6 - 2018-06-06 = 178 * Fix - Virtual products cause issues with billing details validation. 179 180 = 1.5.5 - 2018-05-23 = 181 * Update - WC 3.4 compatibility 182 * Update - Privacy policy notification. 183 * Update - Export/erasure hooks added. 184 185 = 1.5.4 - 2018-05-08 = 186 * Add - Hook to make billing address not required `woocommerce_paypal_express_checkout_address_not_required` (bool). 187 * Fix - Duplicate checkout settings when PP Credit option is enabled. 188 * Fix - Impossible to open API credentials after saving Settings. 189 * Fix - Prevent filtering if PPEC is not enabled. 190 * Fix - Single Product checkout: Quantity being duplicated due to multiple AJAX calls. 191 * Fix - When returning from PayPal, place order buttons says "proceed to payment". 192 * Tweak - Default billing address to be required. 193 194 = 1.5.3 - 2018-03-28 = 195 * Fix - wp_enqueue_media was not correctly loaded causing weird behavior with other parts of system wanting to use it. 196 * Fix - Typo in activation hook. 197 198 = 1.5.2 - 2018-02-20 = 86 199 * Tweak - Express checkout shouldn't display "Review your order before the payment". 87 200 * Fix - Compatibility with Subscriptions and Checkout from Single Product page. 88 201 * Fix - Make sure session object exists before use to prevent fatal error. 89 202 90 = 1.0.0 = 91 * Tweak - Use shipping discount instead of tax when adjustment negative. 92 * Fix - Cannot process refunds on "authorize" transactions. 93 * Add - Option for displaying express checkout button on the product page. 94 * Fix - If there are no shipping options in WooCommerce, PayPal doesn't pass a shipping address to WC. 95 * Add - Option to set Billing phone number mandatory. 96 * Add - Option to disable checkout with PayPal button on Cart page. 97 * Fix - Trigger required shipping cost before checkout. 98 99 ( The original plugin is Version 1.4.0, WooCommerce PayPal Express Checkout Payment Gateway ) 203 [See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce-gateway-paypal-express-checkout/master/changelog.txt).
Note: See TracChangeset
for help on using the changeset viewer.