Skip to content

Releases: thecodingmachine/utils.patcher

Dumper feature

04 Oct 14:35

Choose a tag to compare

Adding the ability to dump patches when they are executed.
Useful to see applied SQL.

See #10

Bugfix release

29 Jun 13:45

Choose a tag to compare

Fixing error message when an error occurs. #9

Additional security in the UI

08 Jun 08:17

Choose a tag to compare

Adding a confirm box to avoid mis-clicks on the reset database button.

Adds support for DB resets

07 Jun 16:55

Choose a tag to compare

This release adds the notion of "reset" to the patching system (purging and reapplying all the patches).

V2 release

07 Jun 15:22

Choose a tag to compare

V2 requires PHP >= 7.1

Security fix

29 Jun 14:11

Choose a tag to compare

Merge pull request #4 from ThibBal/fix_logged

Add @Logged over defaultAction (list), runPatch and runAllPatches