forked from seanvoss/striper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
112 lines (98 loc) · 3.29 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
==== Striper - Stripe Integration for WooCommerce ====
Contributors: seanvoss, giuliom
Tags: woocommerce, stripe, payments, free stripe integration
Requires at least: 3.0
Tested up to: 4.0
Stable tag: 0.30
Donate link: https://blog.seanvoss.com/shop/striper/
License: GPLv2 or later
Striper for WooCommerce allows your users to pay via Stripe.
== Description ==
The Stripe plugin extends WooCommerce allowing you to take payments directly on your store via Stripe’s API. Stripe is available in the United States, Canada, the UK, Australia, Belgium, France, Germany, Ireland, The Netherlands and more
WooCommerce version requisites:
* Requires at least: 2.1
* Tested up to: 2.2.2
* Customization of the CC form *
Using the wc filter 'woocommerce_credit_card_form_fields'. must preserve fields id(later we could allow their customization via filters)
== Installation ==
1. Install the WooCommerce Stripe Plugin
2. Activate the plugin
3. Go to the WooCommerce Settings Page
4. Access Payment Gateways Tab
5. Select "Striper"
6. Check the Enable/Disable Checkbox.
7. Enter the settings that you would like you to use
== Future Plans ==
Add Subscriptions to eliminate the need for WooSubscriptions.
== Frequently Asked Questions ==
None at this time
== Changelog ==
= 0.30 =
* Feature: use the default WC CC form with its customization filters
* Bug fix: Force SSL warning bad link, gh-17
* Bug fix: no need of explicit unset of 'order_awaiting_payment' session variable in newer WC versions, gh-21
* Enhancement: prepare plugin messages for I18N
* Enhancement: checks on WC version
* Refactoring: wc gateway admin settings API
* Use the logging system provided by WC
* Use wc_add_notice() instead of deprecated $woocommerce->add_error()
* Security checks to prevent direct access to plugin files
* Code cleanup
= 0.29 =
* Fixing bug where Striper is not the payment type selected.
= 0.28 =
* Changing the success url, & removing pass by reference
= 0.27 =
* Add new #id for checkout and ability to capture user at Stripe
= 0.26 =
* Add option to setInterval JS
= 0.25 =
* Fix if Stripe is invoked elsewhere
= 0.24 =
* Fix for versions < PHP 5.3
= 0.23 =
* Added non-default image url
= 0.22 =
* Missed country and state from prior commit
= 0.21 =
* Pass the name and address of the purchasing user to stripe
= 0.20 =
* Pull out the seperate JS
= 0.19 =
* Revent to 0.16, users continue having issues
= 0.18 =
* Fixes intermittant infinite loop, and fixes the image submit button
= 0.17 =
* Drastic change in how the JS code executes
= 0.16 =
* Doubling up on the JS code, hopefully to satisfy all users setups.
= 0.15 =
* Fixes plugin for new WooCommerce, upgrade to WooCommerce 2.0.20
= 0.14 =
* Fixes Auth vs Charge & Moves Javascript to external file
= 0.12 =
* Fixes disabling other payment types when enabled
= 0.11 =
* Moves Capture to default functionality, change price after authorize, it will automatically refund the difference
= 0.10 =
* Adds Capture to Admin Box
= 0.9 =
* Minor Fixes
= 0.8 =
* Fixes loading jQuery if not present
= 0.7 =
* Fixes email payment
= 0.6 =
* Fixes Making more selective about which .checkout to use
= 0.5 =
* Fixes Live Plugin Key
= 0.4 =
* Update Plugin Namespace.
* Note: If upgrading will have to re-input stripe keys
= 0.3 =
* Update Links
= 0.2 =
* Readme Update
= 0.1 =
* Initial Release
== Screenshots ==