|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 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 |
| 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 |
9 | 9 |
|
10 | 10 | ### 1.3.9 (09 sep 2015) |
11 | | - * Use WP Requirements as Composer dependency |
| 11 | + * Misc: Use WP Requirements as Composer dependency |
12 | 12 |
|
13 | 13 | ### 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) |
15 | 15 |
|
16 | 16 | ### 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 |
19 | 19 |
|
20 | 20 | ### 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 |
23 | 23 |
|
24 | 24 | ### 1.3.3 (30 apr 2015) |
25 | | - * Supports WordPress 4.2 |
| 25 | + * Misc: Supports WordPress 4.2 |
26 | 26 |
|
27 | 27 | ### 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. |
29 | 29 |
|
30 | 30 | ### 1.3.1 (09 feb 2015) |
31 | 31 | * Enhancement: earlier PC initialisation - props @Polfo |
32 | | - * Updated readme files. |
| 32 | + * Misc: Updated readme files. |
33 | 33 |
|
34 | 34 | ### 1.3.0 (05 feb 2015) |
35 | 35 | * Fix: IP mask |
|
42 | 42 | * Fixes "Wrong PHP Console eval request signature" error when executing WordPress code from terminal, props @Polfo @barbushin |
43 | 43 |
|
44 | 44 | ### 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. |
47 | 47 |
|
48 | 48 | ### 1.2.1 (12 dec 2014) |
49 | | - * Fixed allowed IPs bug. |
| 49 | + * Fix: Fixed allowed IPs bug. |
50 | 50 |
|
51 | 51 | ### 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. |
53 | 53 |
|
54 | 54 | ### 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. |
58 | 57 |
|
59 | 58 | ### 1.0.0 (06 nov 2014) |
60 | | - * Added three options to set a custom password, enable on SSL only, authorized IP ranges. |
61 | 59 | * First public release. |
0 commit comments