Skip to content

Commit ab19721

Browse files
committed
1.5.0 pre-release
1 parent 475e64f commit ab19721

File tree

9 files changed

+580
-451
lines changed

9 files changed

+580
-451
lines changed

ChangeLog.md

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

3+
### 1.5.0 (29 May 2016)
4+
* Fix: Tries to address an incompatibility between WordPress and PHP Console: "PHP Warning: session_start(): Cannot send session cache limiter - headers already sent"
5+
* Misc: Internal changes, new Settings class, deprecated methods and properties in main Plugin class
6+
* Misc: Updated PHP Console Library to 3.1.6
7+
* Misc: Tested up to WordPress 4.5.2
8+
39
### 1.4.0 (11 Jan 2016)
410
* Enhancement: Support for WordPress language packs
5-
* Tweak: Improved error and exception handling
611
* Misc: Improved error and exception handling and usage of Composer in plugin development
712
* Misc: Updated PHP Console Library to 3.1.5
813
* Misc: Tested up to WordPress 4.4.1
@@ -39,10 +44,10 @@
3944
- Short Path Names
4045

4146
### 1.2.3 (21 jan 2015)
42-
* Fixes "Wrong PHP Console eval request signature" error when executing WordPress code from terminal, props @Polfo @barbushin
47+
* Fix: Fixes "Wrong PHP Console eval request signature" error when executing WordPress code from terminal, props @Polfo @barbushin
4348

4449
### 1.2.2 (15 jan 2015)
45-
* Misc: Bugfixes
50+
* Fix: Bugfixes
4651
* Misc: Submission to WordPress.org plugins repository.
4752

4853
### 1.2.1 (12 dec 2014)

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
],
1717
"require": {
1818
"php": ">=5.4.0",
19-
"composer/installers": "v1.0.22",
19+
"composer/installers": "^1.0",
20+
"nekojira/wp-requirements": "^1.4",
2021
"php-console/php-console": "~3.1",
21-
"nekojira/wp-requirements": "^1.4",
2222
"xrstf/composer-php52": "1.*"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)