Title: v2 bugs
Last modified: August 22, 2016

---

# v2 bugs

 *  Resolved [hollymcr](https://wordpress.org/support/users/hollymcr/)
 * (@hollymcr)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/v2-bugs/)
 * 1. [feed-id] is broken, causes PHP to abort.
    get_feed_id() doesn’t exist. (class-
   gce-event.php#367)
 * 2. [is-list], [is-grid] etc always return false. Cause appears to be in get_event_markup();
   $this->type isn’t set before diverting to use-builder(). Alternatively use_builder
   should set $this->type itself. Simple fix is to move the assignment to $this-
   >type above the if statement.
 *     ```
       if( empty( $use_simple ) ) {
           return $this->use_builder();
       }
       //Set the display type (either tooltip or list)
       $this->type = $display_type;
       ```
   
 * I suspect this also affects other shortcodes but I don’t know my way around the
   gcal code to confirm.
 * [https://wordpress.org/plugins/google-calendar-events/](https://wordpress.org/plugins/google-calendar-events/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Contributor [Phil Derksen](https://wordpress.org/support/users/pderksen/)
 * (@pderksen)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/v2-bugs/#post-5278394)
 * We investigated and this looks like a bug we didn’t catch in the rewrite. We’ll
   try to release a patch ASAP. Thanks for letting us know!
 *  Plugin Contributor [Nick Young](https://wordpress.org/support/users/nickyoung87/)
 * (@nickyoung87)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/v2-bugs/#post-5278430)
 * This should be fixed now with the 2.0.1 update, let us know if you encounter 
   anymore issues.
 * Thanks!
 *  Thread Starter [hollymcr](https://wordpress.org/support/users/hollymcr/)
 * (@hollymcr)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/v2-bugs/#post-5278517)
 * Seems fixed for me now, thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘v2 bugs’ is closed to new replies.

 * ![](https://ps.w.org/google-calendar-events/assets/icon-256x256.png?rev=1263960)
 * [Simple Calendar - Google Calendar Plugin](https://wordpress.org/plugins/google-calendar-events/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/google-calendar-events/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/google-calendar-events/)
 * [Active Topics](https://wordpress.org/support/plugin/google-calendar-events/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/google-calendar-events/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/google-calendar-events/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [hollymcr](https://wordpress.org/support/users/hollymcr/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/v2-bugs/#post-5278517)
 * Status: resolved