v2.2
This version adds support for soft deletion in the expirable:purge
command, by @zmorris in #5
-
Add
mode
key toexpirable.php
configuration file to specify the type of delete used by theexpirable:purge
command, value defaulting tohard
. -
Add
--mode=hard/soft
option toexpirable:purge
command, taking themode
key inexpirable.php
configuration file if not specified, otherwise defaulting tohard
for backward compatibility.