Releases: diablomedia/doctrine1-bundle
Releases · diablomedia/doctrine1-bundle
Adding reset method to Registry
Fixing Production Deployment
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
Updated to support Symfony 6 & 7, including the redesigned profiler introduced in Symfony 6.
First Release!
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