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 11Changelog
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
Original file line number Diff line number Diff line change 1616class 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
You can’t perform that action at this time.
0 commit comments