Skip to content

Commit 71468cb

Browse files
committed
Preparing for alpha6
1 parent baa9298 commit 71468cb

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

CHANGELOG.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
Changelog
22
=========
33

4-
dev-master
5-
----------
4+
alpha-6
5+
-------
6+
7+
### Features
8+
9+
- [query] Full support for manipulating multivalue properties via functions.
10+
See http://phpcr.readthedocs.org/en/latest/phpcr-shell/querying.html
611

712
### Bug fixes
813

@@ -19,13 +24,6 @@ alpha-5
1924

2025
### Features
2126

22-
- [query] Full support for manipulating multivalue properties
23-
24-
alpha-5
25-
-------
26-
27-
### Features
28-
2927
- [shell] Added "shell:clear" command to support clearing the console output
3028
- [general] The shell supports being embedded as a dependency
3129
- [node:edit] New command `node:edit` enables editing of entire node

src/PHPCR/Shell/Console/Application/SessionApplication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
class SessionApplication extends BaseApplication
1717
{
1818
const APP_NAME = 'PHPCRSH';
19-
const APP_VERSION = '1.0.0-alpha5';
19+
const APP_VERSION = '1.0.0-alpha6';
2020

2121
protected $shellApplication;
2222

0 commit comments

Comments
 (0)