Plugin was working fine until I updated my server to PHP 7.2. Now whenever I try to update a product the page sends me to a 500.
Adding an empty array to line 205 fixed the issue.
update_post_meta($post_id, ‘_coming_soon’, wp_kses($_POST[‘_coming_soon’], array()));