Skip to content

Commit 48bc5e8

Browse files
committed
Minor refactoring to break down complexity of main class
1 parent ae3b6a8 commit 48bc5e8

File tree

5 files changed

+207
-177
lines changed

5 files changed

+207
-177
lines changed

ChangeLog.md

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
# Changelog
22

33
### 1.4.0 (11 Jan 2016)
4-
* Improved error and exception handling
5-
* Internal changes, improved usage of Composer in plugin development
6-
* Support for WordPress language packs
7-
* Updated PHP Console Library to 3.1.5
8-
* Tested up to WordPress 4.4.1
4+
* Enhancement: Support for WordPress language packs
5+
* Tweak: Improved error and exception handling
6+
* Misc: Improved error and exception handling and usage of Composer in plugin development
7+
* Misc: Updated PHP Console Library to 3.1.5
8+
* Misc: Tested up to WordPress 4.4.1
99

1010
### 1.3.9 (09 sep 2015)
11-
* Use WP Requirements as Composer dependency
11+
* Misc: Use WP Requirements as Composer dependency
1212

1313
### 1.3.8 (14 jul 2015)
14-
* Internal changes (alternate PHP version check, automated SVN deploys)
14+
* Misc: Internal changes (alternate PHP version check, automated SVN deploys)
1515

1616
### 1.3.7 (09 jul 2015)
17-
* Fixes a bug `Cannot send session cache limiter - headers already sent`
18-
* Updated PHP Console Library to 3.1.4
17+
* Fix: Fixes a bug `Cannot send session cache limiter - headers already sent`
18+
* Misc: Updated PHP Console Library to 3.1.4
1919

2020
### 1.3.5 (10 jun 2015)
21-
* PHP 5.4.0 is the minimum required version to activate the plugin
22-
* Updated PHP Console library to 3.1.3
21+
* Misc: PHP 5.4.0 is the minimum required version to activate the plugin
22+
* Misc: Updated PHP Console library to 3.1.3
2323

2424
### 1.3.3 (30 apr 2015)
25-
* Supports WordPress 4.2
25+
* Misc: Supports WordPress 4.2
2626

2727
### 1.3.2 (03 mar 2015)
28-
* Fixes "Fatal error: Using $this when not in object context" upon activation in some installations.
28+
* Fix: Fixes "Fatal error: Using $this when not in object context" upon activation in some installations.
2929

3030
### 1.3.1 (09 feb 2015)
3131
* Enhancement: earlier PC initialisation - props @Polfo
32-
* Updated readme files.
32+
* Misc: Updated readme files.
3333

3434
### 1.3.0 (05 feb 2015)
3535
* Fix: IP mask
@@ -42,20 +42,18 @@
4242
* Fixes "Wrong PHP Console eval request signature" error when executing WordPress code from terminal, props @Polfo @barbushin
4343

4444
### 1.2.2 (15 jan 2015)
45-
* Bugfixes
46-
* Submission to WordPress.org plugins repository.
45+
* Misc: Bugfixes
46+
* Misc: Submission to WordPress.org plugins repository.
4747

4848
### 1.2.1 (12 dec 2014)
49-
* Fixed allowed IPs bug.
49+
* Fix: Fixed allowed IPs bug.
5050

5151
### 1.2.0 (11 dec 2014)
52-
* Updated dependencies and got rid of git submodules.
52+
* Misc: Updated dependencies and got rid of git submodules.
5353

5454
### 1.1.0 (07 nov 2014)
55-
* Added donation link/button.
56-
* PHP Console server is now instantiated later, allowing to catch all your theme functions too.
57-
* Included PHP Console server library as git submodule rather than a composer dependency.
55+
* Fix: PHP Console server is now instantiated later, allowing to catch all your theme functions too.
56+
* Misc: Included PHP Console server library as git submodule rather than a composer dependency.
5857

5958
### 1.0.0 (06 nov 2014)
60-
* Added three options to set a custom password, enable on SSL only, authorized IP ranges.
6159
* First public release.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unfulvio/wp-php-console",
33
"description": "A WordPress implementation of PHP Console.",
44
"type": "wordpress-plugin",
5-
"version": "1.4.0",
5+
"version": "1.4.1",
66
"keywords": ["wordpress", "debug", "debugging", "development", "php-console", "console", "terminal", "command-line", "cli" ],
77
"homepage": "https://github.com/unfulvio/wp-php-console",
88
"license": "GPLv2.0+",

0 commit comments

Comments
 (0)