Skip to content

v1.8

Compare
Choose a tag to compare
@alajusticia alajusticia released this 18 Jul 12:09
· 1 commit to v1 since this release

This version adds support for soft deletion in the expirable:purge command, by @zmorris in #5

  • Add mode key to expirable.php configuration file to specify the type of delete used by the expirable:purge command, value defaulting to hard.

  • Add --mode=hard/soft option to expirable:purge command, taking the mode key in expirable.php configuration file if not specified, otherwise defaulting to hard for backward compatibility.