Releases: matteosister/patch-manager
Releases · matteosister/patch-manager
4.0.1
4.0.0
- Drop support for PHP < 8.0
3.0.0
- Removed unsafe handlers that allowed modifying arbitrary data for a potential attacker
Cypress\PatchManager\Handler\DataDoctrineHandler
Cypress\PatchManager\Handler\DataHandler
2.0.0
Upgraded dependencies
Code cleaning
Set-up Github Workflow
Dropped support for PHP < 7.4
Dropped support for Symfony < 4.0
1.0.1
0.1.1
security release
0.1.0
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
dependency updated for security reasons
Initial release
0.0.1 0.0.1