Skip to content

Commit

Permalink
bump to v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nekorjira committed Jan 21, 2015
1 parent 1c6936f commit ac34dcd
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
5 changes: 4 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
### 1.2.1 (15 jan 2015)
### 1.2.3 (21 jan 2015)
* Fixes "Wrong PHP Console eval request signature" error when executing WordPress code from terminal, props @Polfo @barbushin

### 1.2.2 (15 jan 2015)
* Submission to WordPress.org plugins repository.

### 1.2.1 (12 dec 2014)
Expand Down
9 changes: 7 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ An implementation of PHP Console for WordPress. Use Chrome Dev Tools to debug yo

WP PHP Console allows you to handle WordPress PHP errors & exceptions, dump variables, execute PHP code remotely and many other things using Google Chrome extension PHP Console and PhpConsole server library.

For support and pull requests, please refer to https://github.com/nekojira/wp-php-console and read the instructions there - thank you.
[PHP Console](https://github.com/barbushin/php-console) is a PHP library by barbushin.

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.

== Installation ==

Expand All @@ -38,7 +40,7 @@ To install the extension, take the following steps:

= Is this an official plugin from PHP Console author? =

No, it isn't, but it makes use of PHP Console library.
No, but it makes use of Sergey's PHP Console library as it is.

= Does it work with Firefox? Internet Explorer? Opera? Other browsers? =

Expand All @@ -50,6 +52,9 @@ None yet.

== Changelog ==

= 1.2.3 =
* Fixes "Wrong PHP Console eval request signature" error when executing WordPress code from terminal

= 1.2.2 =
* Bugfixes
* Submission to WordPress.org plugins repo
Expand Down
2 changes: 1 addition & 1 deletion lib/class-wp-php-console.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class WP_PHP_Console {
public function __construct() {

$this->plugin_name = 'wp-php-console';
$this->version = '1.1.0';
$this->version = '1.2.3';
$this->options = get_option( 'wp-php-console' );

add_action( 'plugins_loaded', array( $this, 'set_locale' ) );
Expand Down
2 changes: 1 addition & 1 deletion wp-php-console.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Plugin Name: WP PHP Console
* Plugin URI: https://github.com/nekojira/wp-php-console/
* Description: An implementation of PHP Console for WordPress. Easily debug and trace PHP errors and warnings from your Chrome dev tools console using a Google Chrome extension.
* Version: 1.2.2
* Version: 1.2.3
* Author: nekojira
* Author URI: https://github.com/nekojira/
* License: GPL-2.0+
Expand Down

0 comments on commit ac34dcd

Please sign in to comment.