diff --git a/src/Plugin.php b/src/Plugin.php index 3ee43ad..bb93cf0 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -138,7 +138,7 @@ public function save_post($post_id, $post) { } # Make sure to not update in Rails when a new 'draft' post is added to WP - if ($post->post_status == 'draft' && $post->post_date == $post->post_modified) { + if ($post->post_status == 'future' || ($post->post_status == 'draft' && $post->post_date == $post->post_modified)) { return false; }