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,6 +17,8 @@ Use Chrome Dev Tools to debug your WordPress installation!
17
17
18
18
This implementation of PHP Console offers yet another tool to make it more easy 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 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 as if it were Javascript. It's very handy to keep everything in one place.
19
19
20
+
Note: PHP 5.4.0 minimum version is required your machine to use this plugin.
21
+
20
22
For support and pull requests, please refer to [WP PHP Console Github repo](https://github.com/nekojira/wp-php-console) and read the instructions there - thank you.
21
23
22
24
@@ -121,13 +123,16 @@ None yet.
121
123
122
124
== Changelog ==
123
125
126
+
= 1.3.8 =
127
+
* Internal changes (alternate PHP version check, automated SVN deploys)
0 commit comments