File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed
src/PHPCR/Shell/Console/Application Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
6
11
7
12
### Bug fixes
8
13
@@ -19,13 +24,6 @@ alpha-5
19
24
20
25
### Features
21
26
22
- - [ query] Full support for manipulating multivalue properties
23
-
24
- alpha-5
25
- -------
26
-
27
- ### Features
28
-
29
27
- [ shell] Added "shell: clear " command to support clearing the console output
30
28
- [ general] The shell supports being embedded as a dependency
31
29
- [ node: edit ] New command ` node:edit ` enables editing of entire node
Original file line number Diff line number Diff line change 16
16
class SessionApplication extends BaseApplication
17
17
{
18
18
const APP_NAME = 'PHPCRSH ' ;
19
- const APP_VERSION = '1.0.0-alpha5 ' ;
19
+ const APP_VERSION = '1.0.0-alpha6 ' ;
20
20
21
21
protected $ shellApplication ;
22
22
You can’t perform that action at this time.
0 commit comments