• Resolved miguelgaton

    (@miguelgaton)


    Hello,

    We have detected an issue. If we publish posts it works fine, but if we schedule posts when the date arrives and the post is published your plugin do not flush homepage, feed rss, etc.

    Could you check that posts and fix it?

    regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter miguelgaton

    (@miguelgaton)

    Hello again,

    I can confirmed the bug. We have fixed it adding “publish_future_post” to the list of events to control.

    Now the fonction is:

    protected function get_register_events()
    {
    $actions = array(
    ‘publish_future_post’,
    ‘save_post’,
    ‘deleted_post’,
    ‘trashed_post’,
    ‘edit_post’,
    ‘delete_attachment’,
    ‘switch_theme’,
    );
    return apply_filters(‘vcaching_events’, $actions);
    }

    Could you fix it?

    Plugin Author Razvan Stanga

    (@razvanstanga)

    v1.8.3 will soon be available.
    thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Scheduled posts flush HOME, categories, feeds??’ is closed to new replies.