Plugin Directory

Changeset 790952


Ignore:
Timestamp:
10/20/2013 08:53:00 PM (12 years ago)
Author:
rjune
Message:

Bugfix release

Location:
gcal-sidebar/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gcal-sidebar/trunk/gcal-sidebar.php

    r789833 r790952  
    44Plugin URI: http://www.oriontechnologysolutions.com/gcal-sidebar/
    55Description: Pulls a Google Calendar feed and displays it in your sidebar.
    6 Version: 2.10
     6Version: 2.11
    77Author: Orion Technology Solutions
    88Author URI: http://www.oriontechnologysolutions.com
     
    5959        $rval .= $this->display_feed($calGroup, $atts, false);
    6060        $rval .= "</div>";
     61    return $rval;
    6162    }
    6263    /** @see WP_Widget::widget */
     
    511512        $after_title = '';
    512513
    513         $rval .= echo '<' . $lt . ' id="events">';
     514        $rval .= '<' . $lt . ' id="events">';
    514515
    515516        $date = '';
     
    569570        return $rval;
    570571    }
    571 } // class GcalSidebar
     572} // class GcalSdebar
    572573
    573574
  • gcal-sidebar/trunk/readme.txt

    r789833 r790952  
    55Requires at least: 2.8
    66Tested up to: 3.6.1
    7 Stable tag: 2.10
     7Stable tag: 2.11
    88
    99Gcal Sidebar pulls a Google calendar feed and displays it in the sidebar of your wordpress blog. It supports both widget and shortcode modes.
     
    4848
    4949== Changelog ==
     50
     51= 2.11 =
     52* left an extra echo statement in. Removed it.
     53
    5054
    5155= 2.10 =
Note: See TracChangeset for help on using the changeset viewer.