Skip to content

Releases: phpcr/phpcr-shell

1.7.0

Choose a tag to compare

@dbu dbu released this 24 Mar 12:03
1.7.0
51d9154
  • Allow installation with Symfony 8.

1.6.2

Choose a tag to compare

@dbu dbu released this 02 Feb 09:53
1.6.2
  • Switch to PSR-4 notation for composer.

1.6.1

Choose a tag to compare

@dbu dbu released this 03 Apr 08:35
1.6.1
e3fe298
  • Fixed phpdoc comments
  • Fixed AutoSaveSubscriber to actually work

1.6.0

Choose a tag to compare

@dbu dbu released this 16 Mar 09:22
1.6.0
206f8cd
  • Work with Jackalope 2.*.

1.5.0

Choose a tag to compare

@dbu dbu released this 10 Jul 10:18
1.5.0
8131524
  • 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

Choose a tag to compare

@dbu dbu released this 02 May 14:02
1.4.0
  • Support Symfony 6, drop PHP 7.4 support #210

1.3.0

Choose a tag to compare

@dbu dbu released this 02 May 14:01
  • Support PHP 8.0 #209

1.2.0

Choose a tag to compare

@dantleech dantleech released this 11 Sep 07:06
Updated CHANGELOG

1.1.1

Choose a tag to compare

@dbu dbu released this 19 Sep 11:37
360febf

allow installation with symfony 4

1.1.0

Choose a tag to compare

@dbu dbu released this 03 Sep 13:13
  • [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