Releases: phpcr/phpcr-shell
Releases · phpcr/phpcr-shell
1.6.1
1.6.0
1.5.0
- If
XDG_DATA_HOME
is defined, it is now used as location where to store the history.
If you have setXDG_DATA_HOME
to something else thanHOME
, you can preserve your phpcr-shell history by moving the directory~/.history_PHPCRSH
to$XDB_DATA_HOME/.history_PHPCRSH
.
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
- [cd] Allow trailing slash on path. #189
- [versioning] Fix node type check to use the PHPCR method for it. #190
- [node:list] Fix node counting. #188
- [query] Fix date formatting. #198
- [query] Remove header "Index" from the result table as there is never any data output. #197
- Fixed tests and styling, test with PHP 7. #194, #196