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-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
WooCommerce Dev Helper
2
2
======================
3
3
4
-
This is a simple and opinionated plugin for helping develop/debug WooCommerce & extensions.
4
+
This is a simple and opinionated plugin for helping develop/debug WooCommerce & extensions. DO NOT USE ON A PRODUCTION SERVER.
5
5
6
6
### Use Forwarded URLs
7
7
@@ -26,6 +26,7 @@ Allows minutes and hours-long Membership lengths for quicker testing.
26
26
*`wp_var_dump()` - helper for `var_dump`, allowing you to return the output instead of printing
27
27
*`wp_var_log()` - helper for `error_log` that uses `print_r()` or optionally `wp_var_dump()`
28
28
*`wp_print_r()` - helper for `print_r` that wraps the output in `<pre>` HTML tags
29
+
*`wc_dev_session` - JS helper to get all the current session data in console
29
30
30
31
### Misc
31
32
@@ -39,11 +40,14 @@ Download and install just like any other WordPress plugin. If you want to be rea
39
40
40
41
## Changelog
41
42
43
+
### 0.5.0 - 2017.01.19
44
+
* Feature - Dump the current session in AJAX to display in browser console
45
+
42
46
### 0.4.2 - 2016.10.21
43
-
* Tweak - Filter the human access length for membership plans that have a length in minutes or hours set via this helper plugin (Memberships 1.7.2+)
47
+
* Tweak - Filter the human access length for membership plans that have a length in minutes or hours set via this helper plugin (Memberships 1.7.2+)
44
48
45
49
### 0.4.1 - 2016.10.18
46
-
* Fix - Minutes and hours-long periods in membership plans did not work properly or when creating a user membership in admin and setting the length from the membership plan default
50
+
* Fix - Minutes and hours-long periods in membership plans did not work properly or when creating a user membership in admin and setting the length from the membership plan default
47
51
48
52
### 0.4.0 - 2016.06.06
49
53
* Feature - Added minutes and hours Subscription periods for quicker Subscriptions testing
0 commit comments