found these lines inside the plugin:
´ // The next hook disables internal cron jobs native in WordPress. You can comment the line if breaks other plugins
remove_action('publish_future_post', 'check_and_publish_future_post');´
You really should warn in the plugin description about this line as not many people read the actual plugin code.