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
+6-4Lines changed: 6 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` or `HTTP_X_ORIGINAL_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_FOR` for all your links instead of your site URL. No configuration needed.
9
9
10
10
We like to use [NGrok](http://ngrok.com/) for this.
11
11
@@ -44,8 +44,10 @@ Download and install just like any other WordPress plugin. If you want to be rea
44
44
45
45
## Changelog
46
46
47
-
### 1.0.1 - 2020.nn.nn
48
-
* Tweak - Add a field at checkout when selecting the bogus payment gateway to specify the desired payment result
47
+
### 1.0.1 - 2021.nn.nn
48
+
* Tweak - Add a field at checkout when selecting the bogus payment gateway to specify the desired payment result
49
+
* Fix - Fix support for ngrok.io
50
+
* Misc - Remove support for ForwardHQ
49
51
50
52
### 1.0.0 - 2018-11-06
51
53
* Refactor - Use namespaces and rename classes
@@ -63,7 +65,7 @@ Download and install just like any other WordPress plugin. If you want to be rea
63
65
### 0.7.0 - 2017.04.12
64
66
* Feature - Use the Bogus gateway for Subscriptions automatic renewals
65
67
* Fix - Subscriptions integration throwing a warning in WooCommerce 3.0+
66
-
68
+
67
69
### 0.6.0 - 2017.02.18
68
70
* Feature - Adds a bogus gateway that calls `$order->payment_complete()` when used
0 commit comments