-
Notifications
You must be signed in to change notification settings - Fork 2
/
readme.txt
41 lines (26 loc) · 1.02 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
=== GoCardless WordPress plugin ===
Contributors: DHaywoodSmith
Tags: payments, gocardless, subscription, subscriptions, direct debit
Requires at least: 2.0.0
Tested up to: 3.2.2
Stable tag: trunk
License: GPLv2
Create GoCardless subscriptions within WordPress.
== Description ==
This plugin enables you to use Wordpress to create subscriptions using GoCardless.
== Installation ==
1. Upload the `gocardless` directory to your `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Place the `[GoCardless]` template tag in your page or post
== Frequently Asked Questions ==
= Can I see a list of all active subscriptions? =
To see your active subscriptions click 'GoCardless' in the 'Plugins' menu.
= Can I cancel subscriptions? =
To cancel subscriptions follow the instructions above for listing subscriptions then use the 'Cancel' button.
== Screenshots ==
1. The GoCardless WordPress plugin in action!
== Changelog ==
= 0.1.1 =
* Fixed dashboard.
= 0.1.0 =
* Added basic functionality.