Skip to content

1.4.13

Compare
Choose a tag to compare
@gfazioli gfazioli released this 16 Jul 08:51
· 71 commits to master since this release
  • 🌟 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 your config/option.php file, every time you activate the plugin, the value of that option is reset to null, regardless of the current value.