Skip to content

Releases: doctrine/DoctrinePHPCRBundle

1.3.4

04 Jun 08:07
@dbu dbu
Compare
Choose a tag to compare
  • Fixed bug with default_locale option in configuration.
  • Fixed error on invalid configuration with Symfony 3.

1.3.3

29 Mar 13:37
@dbu dbu
Compare
Choose a tag to compare
  • fix bug with locale fallback defaults
  • improve symfony toolbar

1.3.2

19 Feb 16:16
@dbu dbu
Compare
Choose a tag to compare
  • Configure curl options, when using a new enough version of jackalope-jackrabbit to support that configuration

1.3.1

29 Dec 08:23
@dbu dbu
Compare
Choose a tag to compare
  • More friendly default for checking database connection
  • Cleanup dependencies to install with symfony 2.8

1.3.0

09 Dec 07:16
@dbu dbu
Compare
Choose a tag to compare
Merge pull request #241 from WouterJ/new_toolbar

Support new 2.8/3.0 toolbar and profiler design

1.3.0-RC2

12 Nov 11:55
@dbu dbu
Compare
Choose a tag to compare
1.3.0-RC2 Pre-release
Pre-release
Merge pull request #231 from doctrine/disable-deprecations

deprecations warning only for new versions

minor new features and improved code style quality and Symfony 2.8/3.0 compatibility

10 Aug 08:12
Compare
Choose a tag to compare
  • cleaned up coding style
  • improved Symfony 2.8/3.0 compatibility
  • automatically define an admin session for each session configured (ManagerRegistry::getAdminConnection()
  • removed support for Midgard PHPCR
  • add support for backtraces in the profiler with Jackalope 1.2+
  • close connections and clear managers on shutdown
  • added support for custom locale chooser and added config option for locale namespace alias

Fix PhpcrOdmQueryBuilderLoader and depend on symfony version that fixed DoctrineType

22 May 10:13
Compare
Choose a tag to compare

Note that for Symfony 2.4 there is no fixed DoctrineType version available but we didn't want to drop 2.4 support in a minor release.

added support for memcached

04 Feb 17:33
Compare
Choose a tag to compare
Merge pull request #184 from EmmanuelVella/patch-3

Add Memcached cache

1.2.2

23 Jan 14:48
Compare
Choose a tag to compare
Merge pull request #180 from dantleech/phpcr_shell_1

Changed PHPCR Shell instantiation.