You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This is a simple and opinionated plugin for helping develop/debug WooCommerce &
5
5
6
6
### Use Forwarded URLs
7
7
8
-
Once activated, this plugin will make WordPress use HTTP_X_FORWARDED_HOST for all your links instead of your site URL. No configuration needed.
8
+
Once activated, this plugin will make WordPress use `HTTP_X_FORWARDED_HOST` for all your links instead of your site URL. No configuration needed.
9
9
10
10
We like [ForwardHQ](https://fwd.wf) for this, along with a `ForwardFile` in your WordPress root.
11
11
@@ -14,11 +14,11 @@ We like [ForwardHQ](https://fwd.wf) for this, along with a `ForwardFile` in your
14
14
Adds a "renew" link to each subscription under WooCommerce > Subscriptions for easy renewal processing. This is particularly useful for testing
15
15
payment gateways that supports subscriptions.
16
16
17
-
Allows minutes and hours-long Subscription periods for quicker testing.
17
+
Allows for minutes and hours-long Subscription periods for quicker testing.
18
18
19
19
### Memberships
20
20
21
-
Allows minutes and hours-long Membership lengths for quicker testing.
21
+
Allows for minutes and hours-long Membership lengths for quicker testing.
22
22
23
23
### Bogus Gateway
24
24
@@ -34,7 +34,7 @@ Adds a testing payment gateway that will call the `$order->payment_complete()` m
34
34
35
35
### Misc
36
36
37
-
* Removes the WooThemes Updater notice
37
+
* Removes the WooCommmerce Updater notice
38
38
* Removes the strong password requirement for customer accounts
39
39
* Helper for logging actions/filters fired during a page load -- simply add `?wcdh_hooks=actions|filters|all`, reload the page, and your desired hooks will be printed to the error log, along with the fired count
40
40
@@ -44,6 +44,9 @@ Download and install just like any other WordPress plugin. If you want to be rea
44
44
45
45
## Changelog
46
46
47
+
### 0.7.0 - 2017.04.12
48
+
* Fix - Subscriptions integration throwing a warning in WooCommerce 3.0+
49
+
47
50
### 0.6.0 - 2017.02.18
48
51
* Feature - Adds a bogus gateway that calls `$order->payment_complete()` when used
0 commit comments