Skip to content

Releases: thecodingmachine/utils.patcher

Dumper feature

Choose a tag to compare

@moufmouf moufmouf released this 04 Oct 14:35

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

See #10

Bugfix release

Choose a tag to compare

@moufmouf moufmouf released this 29 Jun 13:45

Fixing error message when an error occurs. #9

Additional security in the UI

Choose a tag to compare

@moufmouf moufmouf released this 08 Jun 08:17

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

Adds support for DB resets

Choose a tag to compare

@moufmouf moufmouf released this 07 Jun 16:55

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

V2 release

Choose a tag to compare

@moufmouf moufmouf released this 07 Jun 15:22

V2 requires PHP >= 7.1

Security fix

Choose a tag to compare

@moufmouf moufmouf released this 29 Jun 14:11
Merge pull request #4 from ThibBal/fix_logged

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