Skip to content

Releases: unfulvio/wp-php-console

1.3.5

19 Jun 11:10
Compare
Choose a tag to compare

Also, PHP 5.4.0 is the minimum required version to activate the plugin. In theory WP PHP Console would have issued fatal errors on hosts where PHP version was < 5.3.0 since it uses Composer and PHP Console library who assumes namespaces and other PHP 5.3 or 5.4 features. However, in those rare chances WP PHP Console is run on ancient PHP versions (WordPress still supports 5.2.4!) the plugin can gracefully refuse to activate to avoid triggering those errors.

1.3.2

03 Mar 04:39
Compare
Choose a tag to compare

Fixes "Fatal error: Using $this when not in object context" upon activation in some installations.

1.3.1

09 Feb 03:20
Compare
Choose a tag to compare

Enhancement: earlier PC initialisation - props @Polfo
Updated readme files

1.3.0

05 Feb 05:17
Compare
Choose a tag to compare

Added configuration options - props @Polfo

  • Register PC class
  • Show Call Stack
  • Short Path Names

1.2.3

21 Jan 08:20
Compare
Choose a tag to compare

Fixes a PHP Console error when executing WordPress own PHP code from the terminal, due to magic quotes.

props @Polfo and @barbushin

1.2.1

12 Dec 11:00
Compare
Choose a tag to compare
fixed allowed IP option bug

1.2.0

11 Dec 05:11
Compare
Choose a tag to compare

Updated dependencies, removed git submodules (bad choice especially in WordPress plugins), using composer instead. You won't need to init git submodules when downloading the repo straight into a WordPress installation anymore.

1.1.0

07 Nov 04:42
Compare
Choose a tag to compare

If you encounter any bug or your PHP Console doesn't work, make sure you have followed instructions in README.md. Also read carefully usage instructions of PHP Console library and Google Chrome extension. If you're still in trouble, perhaps it's worth having a look at your server configuration. If you need to post an issue make sure you have taken these step first, and always describe your configuration environment in a bug report. If you want to contribute, just submit pull requests here on Github.