File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### 1.3.3 (30 apr 2015)
4
+ * Supports WordPress 4.2
5
+
3
6
### 1.3.2 (03 mar 2015)
4
7
* Fixes "Fatal error: Using $this when not in object context" upon activation in some installations.
5
8
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ Contributors: nekojira
3
3
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GSTFUY3LMCA5W
4
4
Tags: development, debug, debugging
5
5
Requires at least: 3.6.0
6
- Tested up to: 4.1
7
- Stable tag: 1.3.2
6
+ Tested up to: 4.2. 1
7
+ Stable tag: 1.3.3
8
8
License: GPLv2 or later
9
9
License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
10
@@ -119,6 +119,9 @@ None yet.
119
119
120
120
== Changelog ==
121
121
122
+ = 1.3.3 =
123
+ * Supports WordPress 4.2
124
+
122
125
= 1.3.2 =
123
126
* Fixes "Fatal error: Using $this when not in object context" upon activation in some installations.
124
127
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nekojira/wp-php-console" ,
3
3
"description" : " A WordPress implementation of PHP Console." ,
4
- "version" : " 1.3.2 " ,
4
+ "version" : " 1.3.3 " ,
5
5
"keywords" : [
6
6
" wordpress" ,
7
7
" debug" ,
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ class WP_PHP_Console {
54
54
public function __construct () {
55
55
56
56
$ this ->plugin_name = 'wp-php-console ' ;
57
- $ this ->version = '1.3.2 ' ;
57
+ $ this ->version = '1.3.3 ' ;
58
58
$ this ->options = get_option ( 'wp_php_console ' );
59
59
60
60
// Perform PHP Console initialisation required asap for other code to be able to output to the JavaScript console
Original file line number Diff line number Diff line change 9
9
* Plugin Name: WP PHP Console
10
10
* Plugin URI: https://github.com/nekojira/wp-php-console/
11
11
* 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.3.2
12
+ * Version: 1.3.3
13
13
* Author: nekojira
14
14
* Author URI: https://github.com/nekojira/
15
15
* License: GPL-2.0+
You can’t perform that action at this time.
0 commit comments