PluginProbe
Subscriptions for WooCommerce with Stripe Recurring Payments / 1.3.0
Subscriptions for WooCommerce with Stripe Recurring Payments v1.3.0
2.0.0 1.11.2 1.11.1 1.11.0 1.10.9 1.10.8 1.10.7 1.10.6 1.10.5 1.10.4 1.10.3 1.10.2 1.10.1 1.10.0 1.9.6 1.9.5 trunk 1.3.0 1.3.1 1.3.2 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 All 61 releases
subscription / readme.txt

readme.txt in Subscriptions for WooCommerce with Stripe Recurring Payments 1.3.0, at readme.txt

139 lines 4.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Subscription for WooCommerce ===
2 Contributors: naminbd, ok9xnirab
3 Donate link:
4 Tags: woocommerce, subscription, woocommerce subscription
5 Requires at least: 4.0
6 Tested up to: 6.6
7 Stable tag: 1.3.0
8 Requires PHP: 7.0
9 License: GPLv2 or later
10 License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
12 Allow your customers to order once and get their products and services every month/week.
13
14 == Description ==
15
16 A powerfull plugin that allow to enable subscription on woocommerce products.
17
18 ## Features
19
20 ### Free
21
22 1. Simple product support
23 2. Free trial
24 3. BIlling cycle ( daily, weekly, monthly, yearly)
25 4. Customer Emails
26 5. admin subscription management area
27 6. Subscription list and subscription management tools for customers
28
29 ### Premium
30
31 1. Simple & Variable Product Subscriptions
32 2. Stripe Auto-renewal support
33 3. advanced subscriptional product customizations
34 4. Support sign-up fees
35
36 == Installation ==
37
38 = Installation from within WordPress =
39
40 1. Visit 'Plugins > 'Add New'.
41 2. Search for 'WooCommerce Subscription'.
42 3. Install and activate the 'WooCommerce Subscription' plugin.
43
44 = Manual installation =
45
46 1. Upload the entire `WooCommerce Subscription` folder to the `/wp-content/plugins/` directory.
47 2. Visit 'Plugins'.
48 3. Activate the `WooCommerce Subscription` plugin.
49
50 == Frequently Asked Questions ==
51 =How to overwrite the frontend templates ?=
52 Just copy `myaccount` directory which is located in the `templates` folder & paste it to `yourtheme/subscription/`.
53 =Is it compatible with all WordPress themes ?=
54 Compatibility with all themes is impossible, because there are too many, but generally if themes are developed according to WordPress and WooCommerce guidelines, **Subscription for WooCommerce** is compatible with them.
55 Sometimes, especially when new versions are released, it might only require some time for them to be all updated, but you can be sure that they will be tested and will be working in a few days.
56 =Can I create subscriptions from the backend ?=
57 **No**, Currently this feature is not available.
58 =Is it possible to set a minimum subscription time ?=
59 Customer can set status to **Pending cancellation**, which subscription will be cancelled automatically when the period end. This feature only work when subscribed product's user-cancell option is set to **yes**.
60
61
62 == Screenshots ==
63
64 1. Create product with subscription
65 2. Subscription product view
66 3. Cart page
67 4. Cart page [ block ]
68 5. Mini Cart [ block ]
69 6. Checkout Page
70 7. Checkout Page [ block ]
71 8. Thank you Page
72 9. Manage wooCommerce order from user
73 10. My Account subscription lists
74 11. Manage subscription from user
75 12. Subscription lists from wp-admin
76 13. Manage subscription from wp-admin
77 14. Subscription settings
78 15. Manage wooCommerce order from admin
79
80
81 == Changelog ==
82
83 = 1.3 =
84 - **New**: Stripe renewal added.
85 - **New**: Trial feature added.
86 - **New**: Subscription limit added.
87 - **Fix**: Cancel by customer.
88 - **Update**: Improve user experience and bug fixing!
89
90 = 1.2.1 =
91 - **Fix**: pagination bug on `subscriptions` template.
92 - **Fix**: Variable product exists on cart when pro plugin is deactivated!
93 - **Fix**: Display '1' inside cart-price after recurring type.
94 - **Update**: Improve order's **Related Subscriptions** description and status.
95
96 = 1.2 =
97 - **New**: Block pages support added.
98 - **Update**: Rebuild the plugin for better long term support.
99
100 = 1.1.4 =
101 - **Update:** Subscription status will be `pending` when order status is `processing`.
102 - **New**: `subscript_order_status_to_post_status` hook added to filter post status during order status changed event.
103
104 = 1.1.3 =
105 - **New**: Subscription storeAPI checkout support added.
106
107 = 1.1.2 =
108 - **Fix:** Handle order deletion.
109 - **Update:** WP timezone setting support added.
110 - **New:** Compatible with pro version.
111
112 = 1.1.1 =
113 - **Fix:** Displaying `/1{type}` inside product details.
114
115 = 1.1 =
116 - **Update:** We rebuild our plugin from scratch to provide better & long terms supports
117 - **Fix:** Severals UI & compatibility issues
118
119 = 1.0.4 =
120 - **New:** Display color based subscription status
121 - **New:** Add required plugin installer
122 - **Fix:** Subscription customer box overflow issue
123 - Plugin action links added
124
125 = 1.0.3 =
126 - **Update:** Code clean-up
127 - **Fix:** Some minor issues
128
129 = 1.0.2 =
130 - **Update:** Change plugin name
131 - **Update:** Did some Code refactoring
132 - **Fix:** WPCodingStandard related issues using `phpcbf`
133
134 = 1.0.1 =
135 - **Fix:** "total" amount not display in "My Subscription's"
136
137 = 1.0.0 =
138 - **New:** Initial release
139