Skip to content

Releases: phpcr/phpcr-shell

1.6.1

03 Apr 08:35
@dbu dbu
1.6.1
e3fe298
Compare
Choose a tag to compare
  • Fixed phpdoc comments
  • Fixed AutoSaveSubscriber to actually work

1.6.0

16 Mar 09:22
@dbu dbu
1.6.0
206f8cd
Compare
Choose a tag to compare
  • Work with Jackalope 2.*.

1.5.0

10 Jul 10:18
@dbu dbu
1.5.0
8131524
Compare
Choose a tag to compare
  • If XDG_DATA_HOME is defined, it is now used as location where to store the history.
    If you have set XDG_DATA_HOME to something else than HOME, you can preserve your phpcr-shell history by moving the directory ~/.history_PHPCRSH to $XDB_DATA_HOME/.history_PHPCRSH.

1.4.0

02 May 14:02
@dbu dbu
1.4.0
Compare
Choose a tag to compare
  • Support Symfony 6, drop PHP 7.4 support #210

1.3.0

02 May 14:01
@dbu dbu
Compare
Choose a tag to compare
  • Support PHP 8.0 #209

1.2.0

11 Sep 07:06
Compare
Choose a tag to compare
Updated CHANGELOG

1.1.1

19 Sep 11:37
@dbu dbu
360febf
Compare
Choose a tag to compare

allow installation with symfony 4

1.1.0

03 Sep 13:13
@dbu dbu
Compare
Choose a tag to compare
  • [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

1.0.1

28 Sep 20:00
Compare
Choose a tag to compare
  • Fixed confirmation dialogs

1.0.0

23 Aug 17:09
Compare
Choose a tag to compare
  • Support for Symfony 3.0
  • Dropped support for Symfony < 2.8
  • Allow multiple args / options to be passed to aliased commands.
  • Show number of properties when listing.
  • Use Style CI