|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -### 1.4.0 (01 Dec 2015) |
4 | | -* Internal changes, improved usage of Composer in plugin development |
5 | | -* Support for WordPress language packs |
6 | | -* Updated PHP Console Library to 3.1.5 |
7 | | -* Tested up to WordPress 4.4 |
| 3 | +### 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 |
8 | 9 |
|
9 | 10 | ### 1.3.9 (09 sep 2015) |
10 | | -* Use WP Requirements as Composer dependency |
| 11 | + * Use WP Requirements as Composer dependency |
11 | 12 |
|
12 | 13 | ### 1.3.8 (14 jul 2015) |
13 | | -* Internal changes (alternate PHP version check, automated SVN deploys) |
| 14 | + * Internal changes (alternate PHP version check, automated SVN deploys) |
14 | 15 |
|
15 | 16 | ### 1.3.7 (09 jul 2015) |
16 | | -* Fixes a bug `Cannot send session cache limiter - headers already sent` |
17 | | -* Updated PHP Console Library to 3.1.4 |
| 17 | + * Fixes a bug `Cannot send session cache limiter - headers already sent` |
| 18 | + * Updated PHP Console Library to 3.1.4 |
18 | 19 |
|
19 | 20 | ### 1.3.5 (10 jun 2015) |
20 | | -* PHP 5.4.0 is the minimum required version to activate the plugin |
21 | | -* Updated PHP Console library to 3.1.3 |
| 21 | + * PHP 5.4.0 is the minimum required version to activate the plugin |
| 22 | + * Updated PHP Console library to 3.1.3 |
22 | 23 |
|
23 | 24 | ### 1.3.3 (30 apr 2015) |
24 | | -* Supports WordPress 4.2 |
| 25 | + * Supports WordPress 4.2 |
25 | 26 |
|
26 | 27 | ### 1.3.2 (03 mar 2015) |
27 | | -* Fixes "Fatal error: Using $this when not in object context" upon activation in some installations. |
| 28 | + * Fixes "Fatal error: Using $this when not in object context" upon activation in some installations. |
28 | 29 |
|
29 | 30 | ### 1.3.1 (09 feb 2015) |
30 | | -* Enhancement: earlier PC initialisation - props @Polfo |
31 | | -* Updated readme files. |
| 31 | + * Enhancement: earlier PC initialisation - props @Polfo |
| 32 | + * Updated readme files. |
32 | 33 |
|
33 | 34 | ### 1.3.0 (05 feb 2015) |
34 | | -* Fix: IP mask |
35 | | -* Enhancement: added configuration options - props @Polfo |
36 | | - - Register PC class |
37 | | - - Show Call Stack |
38 | | - - Short Path Names |
| 35 | + * Fix: IP mask |
| 36 | + * Enhancement: added configuration options - props @Polfo |
| 37 | + - Register PC class |
| 38 | + - Show Call Stack |
| 39 | + - Short Path Names |
39 | 40 |
|
40 | 41 | ### 1.2.3 (21 jan 2015) |
41 | | -* Fixes "Wrong PHP Console eval request signature" error when executing WordPress code from terminal, props @Polfo @barbushin |
| 42 | + * Fixes "Wrong PHP Console eval request signature" error when executing WordPress code from terminal, props @Polfo @barbushin |
42 | 43 |
|
43 | 44 | ### 1.2.2 (15 jan 2015) |
44 | | -* Bugfixes |
45 | | -* Submission to WordPress.org plugins repository. |
| 45 | + * Bugfixes |
| 46 | + * Submission to WordPress.org plugins repository. |
46 | 47 |
|
47 | 48 | ### 1.2.1 (12 dec 2014) |
48 | | -* Fixed allowed IPs bug. |
| 49 | + * Fixed allowed IPs bug. |
49 | 50 |
|
50 | 51 | ### 1.2.0 (11 dec 2014) |
51 | | -* Updated dependencies and got rid of git submodules. |
| 52 | + * Updated dependencies and got rid of git submodules. |
52 | 53 |
|
53 | 54 | ### 1.1.0 (07 nov 2014) |
54 | | -* Added donation link/button. |
55 | | -* PHP Console server is now instantiated later, allowing to catch all your theme functions too. |
56 | | -* Included PHP Console server library as git submodule rather than a composer dependency. |
| 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. |
57 | 58 |
|
58 | 59 | ### 1.0.0 (06 nov 2014) |
59 | | -* Added three options to set a custom password, enable on SSL only, authorized IP ranges. |
60 | | -* First public release. |
| 60 | + * Added three options to set a custom password, enable on SSL only, authorized IP ranges. |
| 61 | + * First public release. |
0 commit comments