1.4.13
-
π Remove undefined checks from upgrader_post_install: the
$hook_extra['type']
and$hook_extra['action']
variables doesn't exist in most cases, causing the hook to never run. By checking for the plugin name instead, we ensure the hook executes correctly. -
π Allow null as option default value. Currently, if you set a default value of
null
for an option in yourconfig/option.php
file, every time you activate the plugin, the value of that option is reset tonull
, regardless of the current value.