Skip to content

Releases: jackalope/jackalope-jackrabbit

2.0.0

03 Apr 06:19
@dbu dbu
2.0.0
c4d7055
Compare
Choose a tag to compare
  • Added static typing whereever possible. This should not change anything, but the added strictness
    might trigger errors where it was more tolerant for incorrect types before.
  • Renamed cli-config.php.dist to cli-config.dist.php and cleaned up to be better documented.
  • Dropped support for PHP 7.
  • Allow installation with Symfony 7.

2.0.0-beta2

08 Jan 15:01
@dbu dbu
2.0.0-beta2
04c223f
Compare
Choose a tag to compare
2.0.0-beta2 Pre-release
Pre-release

Changes since 2.0.0-beta1

  • Dropped support for PHP 7.
  • Allow installation with Symfony 7.
  • Changes of 1.4.5 and 1.4.6

1.4.6

14 Nov 08:18
@dbu dbu
1.4.6
737de4e
Compare
Choose a tag to compare
  • Revert BC break with the command return type declarations.

1.4.5

20 Sep 17:24
@dbu dbu
1.4.5
f5459a3
Compare
Choose a tag to compare
  • Improved the bin/jackrabbit.sh script to detect when the .jar fails to be started.

2.0.0-beta1

20 Feb 17:44
@dbu dbu
2.0.0-beta1
f183b66
Compare
Choose a tag to compare
2.0.0-beta1 Pre-release
Pre-release
  • Added static typing whereever possible. This should not change anything, but the added strictness
    might trigger errors where it was more tolerant for incorrect types before.
  • Renamed cli-config.php.dist to cli-config.dist.php and cleaned up to be better documented.

1.4.4

02 May 12:08
@dbu dbu
1.4.4
Compare
Choose a tag to compare
  • Make content type check with jackrabbit case insensitive, as newer versions seem to return UTF-8 uppercase.

1.4.3

29 Apr 11:38
@dbu dbu
1.4.3
2d69d4d
Compare
Choose a tag to compare
  • Support PHP 8.1
  • Allow installation with Symfony 6
  • Allow to use another jackrabbit version in jackrabbit.sh script by setting the environment variable JACKRABBIT_VERSION

1.4.2

11 Nov 22:12
@dbu dbu
1.4.2
Compare
Choose a tag to compare
  • Added the repository factory option jackalope.jackrabbit_version to allow
    specifying the version of the Jackrabbit backend. The version is used to
    decide if the backend supports full UTF-8 for node names (so you can use
    emojis in node and property names). The minimum Jackrabbit version supporting
    emojis is 2.18.0.

1.4.1

08 Oct 12:39
@dbu dbu
1.4.1
7381adf
Compare
Choose a tag to compare
  • Allow PHP 8.0

1.4.0

12 Feb 11:01
@dbu dbu
1.4.0
Compare
Choose a tag to compare
  • PHP minimum requirement bumped to 7.2, tested with up to 7.4.