Plugin Directory

Changeset 789833


Ignore:
Timestamp:
10/18/2013 01:19:10 PM (12 years ago)
Author:
rjune
Message:

2.10 release: shortcode returns html instead of writing it; all day event fix

Location:
gcal-sidebar/trunk
Files:
2 edited

Legend:

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

    r789360 r789833  
    564564        }
    565565        $rval .= '  </' . $lt . '>';
     566    if($display)
     567        echo $rval;
     568    else
     569        return $rval;
    566570    }
    567571} // class GcalSidebar
  • gcal-sidebar/trunk/readme.txt

    r364399 r789833  
    44Tags: sidebar, google, calendar
    55Requires at least: 2.8
    6 Tested up to: 2.9.2
    7 Stable tag: 2.9
     6Tested up to: 3.6.1
     7Stable tag: 2.10
    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.10 =
     52* Added timezone modifier as per David
     53* shortcode now returns the html as it should, rather than write it directly to the page.
    5054
    5155= 2.9 =
Note: See TracChangeset for help on using the changeset viewer.