Skip to content

Releases: matteosister/patch-manager

4.0.1

22 Mar 09:57
9e46a21
Compare
Choose a tag to compare

Add support for Symfony 6.0

4.0.0

30 May 09:35
771d867
Compare
Choose a tag to compare
  • Drop support for PHP < 8.0

3.0.0

30 Nov 16:50
97922a0
Compare
Choose a tag to compare
  • Removed unsafe handlers that allowed modifying arbitrary data for a potential attacker
    • Cypress\PatchManager\Handler\DataDoctrineHandler
    • Cypress\PatchManager\Handler\DataHandler

2.0.0

24 Sep 10:23
48bca4f
Compare
Choose a tag to compare

Upgraded dependencies
Code cleaning
Set-up Github Workflow
Dropped support for PHP < 7.4
Dropped support for Symfony < 4.0

1.0.1

30 Oct 11:40
084ed19
Compare
Choose a tag to compare

Enhanced compatibility with Symfony 3.X (onwards) DI changes: autowire and autoconfigure services, service injection in controllers.

0.1.1

31 Jul 21:20
Compare
Choose a tag to compare

security release

0.1.0

31 Jul 21:13
Compare
Choose a tag to compare

added ability to check if an handler is able to handle a subject by calling canHandle()

The PatchOperationHandler interface now forces you to create a canHandle method in your custom handlers.
Just return true if you don't want to change the actual behavior.

_Careful! BC break!_

The namespace has changed from PatchManager to Cypress\PatchManager

Security release

02 May 15:56
Compare
Choose a tag to compare

dependency updated for security reasons

Initial release

06 Dec 00:36
Compare
Choose a tag to compare
0.0.1

0.0.1