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
@@ -17,7 +17,7 @@ Use Chrome Dev Tools to debug your WordPress installation!
17
17
18
18
This implementation of PHP Console is a handy tool to make it easier to test on the fly any WordPress specific function or class (including those introduced by your active theme and plugins!) from a terminal and inspect results, catch errors and warnings with complete call stack trace straight from the Chrome JavaScript console. In other words, besides debugging, you can execute PHP or WordPress-specific PHP code straight from the terminal and print PHP variables in Chrome Dev Tools JavaScript console along with your normal JavaScript debugging and testing. Keep everything in one place, without leaving the browser to check for your logs or writing temporary PHP test code on a PHP file and refresh your browser page.
19
19
20
-
Note: PHP version 5.4.0 or above is required to use this plugin.
20
+
Note: PHP version 5.4.0 or above is required to use this plugin.
21
21
22
22
For support and pull requests, please refer to [WP PHP Console GitHub repo](https://github.com/unfulvio/wp-php-console) and read the instructions there - thank you.
23
23
@@ -43,7 +43,7 @@ Make sure the PHP Console Chrome extension is enabled through [chrome://extensio
43
43
44
44
= Options =
45
45
46
-
**Allow only on SSL**
46
+
**Allow only on SSL**
47
47
Forces PHP Console to connect on a SSL connection only (of course then if you don't actually have SSL (https), PHP Console simply won't work).
48
48
49
49
**Allowed IP Masks**
@@ -86,7 +86,7 @@ You *can* but it is probably not a good idea. You should do your debugging and t
86
86
87
87
= Will there be items logged in my debug.log files when a PHP error occurs? =
88
88
89
-
Generally no, WP PHP Console will intercept those. However, it's always a good idea to keep an eye on the logs too. Furthermore, WP PHP Console is unable to catch many server errors that result in a 500 error code on the browser. For those you may have traces left in the debug.log file.
89
+
Generally no, WP PHP Console will intercept those. However, it's always a good idea to keep an eye on the logs too. Furthermore, WP PHP Console is unable to catch many server errors that result in a 500 error code on the browser. For those you may have traces left in the debug.log file.
90
90
91
91
= Why are PHP arrays shown as objects? =
92
92
@@ -127,9 +127,12 @@ None.
127
127
128
128
== Changelog ==
129
129
130
+
= 1.5.1 =
131
+
* Misc: Bump WordPress compatibility to mark support for the latest versions
0 commit comments