Skip to content

Releases: diablomedia/doctrine1-bundle

Adding reset method to Registry

20 May 21:35
8662b83
Compare
Choose a tag to compare

Fixes this bundle when used in Symfony tests.

Fixing Production Deployment

30 Apr 18:05
5b7456d
Compare
Choose a tag to compare

The previous release didn't remove the ProfilerController in builds where the profiler service wasn't available (production), which would cause exceptions on application start up. This release removes the ProfilerController from the service list when Symfony "compiles" the application which will fix production deployments.

Symfony 6 & 7 support

29 Apr 23:27
3dde1be
Compare
Choose a tag to compare

Updated to support Symfony 6 & 7, including the redesigned profiler introduced in Symfony 6.

First Release!

16 Apr 23:41
49483db
Compare
Choose a tag to compare
Fixing errors and such so Actions runs work (#2)

* removing prefer-lowest for now, removing php 8 function for preg errors

* fixing phpstan error for php 8, adding php 7.1 to mix to see if we can keep that minimum

* removing php 7.1 from matrix and bumping minimum to 7.2

* bumping actions/cache version

* fixing wrong URL in badges