Skip to content

Releases: phpcr/phpcr-utils

2.0.3

Choose a tag to compare

@dbu dbu released this 29 Nov 12:34
2.0.3
  • Allow installation with Symfony Console 8.x.
  • Test with PHP 8.5.

2.0.2

Choose a tag to compare

@dbu dbu released this 09 Apr 14:47
2.0.2
  • Return type for PHPCR\Util\QOM\QueryBuilder::getQuery is not nullable.

2.0.1

Choose a tag to compare

@dbu dbu released this 12 Jan 13:52
2.0.1
df25fda
  • The SQL generator now escapes single quotes '. This avoids SQL injection risks. If you escaped
    strings manually (by duplicating the ') you will need to stop doing that as otherwise the query
    will be run with duplicated single quotes.

2.0.0

Choose a tag to compare

@dbu dbu released this 02 Dec 10:12
2.0.0
  • Support Symfony 7
  • Drop support for Symfony 2
  • Remove deprecated code, clean up workarounds for Symfony 2.
  • Drop support for PHP 7, test with PHP 8.3
  • Adjusted commands to have the return type declarations.

1.8.1

Choose a tag to compare

@dbu dbu released this 27 Nov 14:19
1.8.1
0117929
  • Codestyle fixes.

1.8.0

Choose a tag to compare

@dbu dbu released this 20 Feb 16:31
1.8.0
  • Fixed handling of QOM fulltext search expression which should never be string but a QOM\StaticOperandInterface.
  • Fixed EOF detection while parsing CND with PHP 7+.

1.7.0

Choose a tag to compare

@dbu dbu released this 17 Feb 01:14
1.7.0
  • Introduced phpstan and fixed a couple of undeclared properties and other findings.
  • Test with PHP 8.2
  • Drop support for PHP 7.1

1.6.3

Choose a tag to compare

@dbu dbu released this 20 Nov 10:41
1.6.3
  • Fix more deprecations with PHP 8.1. Round floats when using them as a timestamp, rather than the implicit conversion that floored them.

1.6.2

Choose a tag to compare

@dbu dbu released this 02 May 12:12
1.6.2
  • Fix deprecations of PHP 8.1

1.6.1

Choose a tag to compare

@dbu dbu released this 20 Dec 07:53
1.6.1
  • Fixed handling of windows style newlines in SQL2 parsing.