Skip to content

Commit 823e758

Browse files
author
Fulvio N.
committed
bump to 1.3.0
1 parent 5cbf518 commit 823e758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wp-php-console.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Plugin Name: WP PHP Console
1010
* Plugin URI: https://github.com/nekojira/wp-php-console/
1111
* 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.
12-
* Version: 1.2.3
12+
* Version: 1.3.0
1313
* Author: nekojira
1414
* Author URI: https://github.com/nekojira/
1515
* License: GPL-2.0+
@@ -35,4 +35,4 @@
3535
/**
3636
* Instantiate this plugin.
3737
*/
38-
$wpPhpConsole = new WP_PHP_Console();
38+
$wpPhpConsole = new WP_PHP_Console();

0 commit comments

Comments
 (0)