Releases: phpcr/phpcr-utils
Releases · phpcr/phpcr-utils
1.2.10
- fix issue in sql parser with php 7 (all versions < 1.2.10 will not work correctly with php 7)
1.2.9
- support for nested join statements in Sql2ToQomQueryConverter
1.2.8
- fixed quoting of property name
- use ramsey/uuid if available
1.2.7
improved compatibility with Symfony 3.0
1.2.6
- handle multivalue in ValueConverter::determineType
- remove jackrabbit specific non-standard limitation in ValueConverter::convertType
1.2.5
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
Merge pull request #146 from phpcr/fix-validate-namespaces
fix namespace validation
1.2.3
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
fix minimal requirements.