Skip to content

Commit 95eb9cf

Browse files
allendavBrent Shepherd
andauthored
Update to 0.9.0, mark clearly as beta (#565)
* Update to 0.9.0, mark clearly as beta * Fix/542 mark beta 090 plus readme updates (#568) * Update readme * Update plugin description Co-authored-by: Brent Shepherd <[email protected]> * Fix text that says PHP 5.6 to say PHP 7.0 * Additional wording updates from claraclee Co-authored-by: Brent Shepherd <[email protected]>
1 parent 0336538 commit 95eb9cf

4 files changed

Lines changed: 57 additions & 23 deletions

File tree

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
*** WooCommerce Payments Changelog ***
22

3+
2020-04-08 - version 0.9.0
4+
* Release for Public Beta
5+
36
2020-03-10 - version 0.8.2
47
* Add - Dispute file evidence upload support
58
* Add - Basic support for Pay for Order

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "woocommerce-payments",
3-
"version": "0.8.2",
3+
"version": "0.9.0",
44
"main": "webpack.config.js",
55
"author": "Automattic",
66
"license": "GPL-2.0-or-later",

readme.txt

Lines changed: 50 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,56 +4,87 @@ Tags: woocommerce, payment, payment request, credit card, automattic
44
Requires at least: 5.0
55
Tested up to: 5.4
66
Requires PHP: 7.0
7-
Stable tag: 0.8.2
7+
Stable tag: 0.9.0
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

11-
WooCommerce Payments supports credit cards in checkout and an integrated merchant dashboard for managing those payments.
11+
Securely accept credit and debit cards on your site. Manage transactions without leaving your WordPress dashboard. Only with WooCommerce Payments
1212

1313
== Description ==
1414

15-
WooCommerce Payments, powered by Stripe and WordPress.com, supports credit cards in checkout and an integrated merchant dashboard for managing those payments.
15+
Securely accept major credit and debit cards on your WooCommerce site. View and manage your transactions without leaving your WordPress dashboard.
1616

17-
WooCommerce Payments is available for Store Owners and Merchants in:
17+
The only payments plugin designed exclusively for WooCommerce, by WooCommerce.
1818

19-
* United States
19+
Currently in public beta.
2020

21-
== Installation ==
21+
**See and manage all transactions in your WooCommerce Payments integrated dashboard**
2222

23-
This section describes how to install the plugin and get it working.
23+
Features normally only available at your payment provider's website are now part of your site's dashboard.
2424

25-
1. Install and activate WooCommerce if you haven't already done so
26-
1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly.
27-
1. Activate the plugin through the 'Plugins' screen in WordPress
28-
1. Connect to WordPress.com if you haven't already done so
29-
1. Enable WooCommerce Payments from WooCommerce > Settings
25+
- View the details of [payments, refunds and other transactions](https://docs.woocommerce.com/document/payments/#section-4)
26+
- View and respond to [disputes / chargebacks](https://docs.woocommerce.com/document/payments/disputes/)
27+
- [View deposits](https://docs.woocommerce.com/document/payments/#section-5) from your account balance to your bank account or debit card
3028

31-
== Frequently Asked Questions ==
29+
**Accept all major credit and debit cards**
30+
31+
Increase conversion rates by securely accepting all major credit and debit cards directly on your site.
32+
33+
**Pay as you go**
3234

33-
= What merchant countries are supported? =
35+
No set up fees. No monthly fees. Just 2.9% + $0.30 per transaction on U.S.-issued cards. See all the [fees](https://docs.woocommerce.com/document/payments/faq/fees/).
3436

35-
* United States of America
37+
== Getting Started ==
38+
39+
= Requirements =
40+
41+
* United States-based business.
42+
* WordPress 5.3 or newer.
43+
* WooCommerce 3.9 or newer.
44+
* WooCommerce Admin 1.0 or newer (if running a WooCommerce version less than 4.0)
45+
* [Jetpack](http://wordpress.org/plugins/jetpack) 5.3 or newer.
46+
* PHP version 7.0 or newer. PHP 7.2 or newer is recommended.
47+
48+
== Installation ==
3649

37-
= What currencies are supported? =
50+
Install and activate the WooCommerce and Jetpack plugins, if you haven't already done so, and connect your site to WordPress.com
3851

39-
* US Dollars (USD)
52+
1. Log in to your WordPress dashboard.
53+
1. Go to: Plugins > Add New.
54+
1. Enter "WooCommerce Payments" in the Search field.
55+
1. Click "Install Now".
56+
1. Go to: Payments
57+
1. Create your WooCommerce Payments account.
58+
59+
== Frequently Asked Questions ==
60+
61+
= What countries and currencies are supported? =
62+
63+
If you are an individual or business based in the United States, you can sign-up with WooCommerce Payments. After completing sign up, you can accept payments from customers anywhere in the world in USD. [Learn more](https://docs.woocommerce.com/document/payments/countries/).
4064

4165
= This works with WooCommerce, right? =
4266

4367
Yep! WooCommerce version 3.9 or newer, please.
4468

4569
= Why is a WordPress.com account and connection required? =
4670

47-
We use the connection to authenticate each request.
71+
WooCommerce Payments uses the WordPress.com connection to authenticate each request, connecting your store with our payments partner.
72+
73+
= How is WooCommerce Payments related to Stripe? =
74+
75+
WooCommerce Payments is proudly powered by [Stripe](https://stripe.com/). When you sign up for WooCommerce Payments, your personal and business information is verified with Stripe and stored in an account connected to the WooCommerce Payments service. This account is then used in the background for managing your business account information and activity via WooCommerce Payments. [Learn more](https://docs.woocommerce.com/document/payments/powered-by-stripe/).
4876

4977
= Are there Terms of Service and data usage policies? =
5078

51-
Absolutely! You can read our Terms of Service [here](https://en.wordpress.com/tos).
79+
You can read our Terms of Service [here](https://en.wordpress.com/tos).
5280

5381
== Screenshots ==
5482

5583
== Changelog ==
5684

85+
= 0.9.0 =
86+
* Release for Public Beta
87+
5788
= 0.8.2 =
5889

5990
* Add - Dispute file evidence upload support

woocommerce-payments.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?php
22
/**
3-
* Plugin Name: WooCommerce Payments
3+
* Plugin Name: WooCommerce Payments (Beta)
44
* Plugin URI: https://github.com/Automattic/woocommerce-payments
5-
* Description: Feature plugin for accepting payments via a WooCommerce-branded payment gateway.
5+
* Description: Accept payments via credit card. Manage transactions within WordPress. Beta.
66
* Author: Automattic
77
* Author URI: https://woocommerce.com/
88
* Text Domain: woocommerce-payments
99
* Domain Path: /languages
1010
* WC requires at least: 3.9
1111
* WC tested up to: 4.0
1212
* Requires WP: 5.3
13-
* Version: 0.8.3-dev
13+
* Version: 0.9.0-beta
1414
*
1515
* @package WooCommerce\Payments
1616
*

0 commit comments

Comments
 (0)