Skip to content

Releases: phpcr/phpcr-utils

1.3.0

07 Apr 07:24
@dbu dbu
Compare
Choose a tag to compare
  • Upgraded to PHP 5.6 / 7

1.2.10

12 Dec 14:35
@dbu dbu
Compare
Choose a tag to compare
  • fix issue in sql parser with php 7 (all versions < 1.2.10 will not work correctly with php 7)

1.2.9

12 Feb 16:03
@dbu dbu
Compare
Choose a tag to compare
  • support for nested join statements in Sql2ToQomQueryConverter

1.2.8

10 Oct 08:53
@dbu dbu
Compare
Choose a tag to compare
  • fixed quoting of property name
  • use ramsey/uuid if available

1.2.7

14 Jul 06:16
Compare
Choose a tag to compare

improved compatibility with Symfony 3.0

1.2.6

11 Jun 07:19
@dbu dbu
Compare
Choose a tag to compare
  • handle multivalue in ValueConverter::determineType
  • remove jackrabbit specific non-standard limitation in ValueConverter::convertType

1.2.5

02 May 12:28
@dbu dbu
Compare
Choose a tag to compare
Merge pull request #148 from phpcr/show_full_path_for_top_level_node

always show the full path for the top level node in the dump

1.2.4

12 Feb 17:43
@dbu dbu
Compare
Choose a tag to compare
Merge pull request #146 from phpcr/fix-validate-namespaces

fix namespace validation

1.2.3

10 Feb 08:06
@dbu dbu
Compare
Choose a tag to compare

This release added validation namespaces to assertValidAbsolutePath but the implementation is broken in some cases. Use 1.2.4 if you want to use this feature.

1.1.2

20 Dec 11:14
@dbu dbu
Compare
Choose a tag to compare

fix minimal requirements.