Changeset 789833
- Timestamp:
- 10/18/2013 01:19:10 PM (12 years ago)
- Location:
- gcal-sidebar/trunk
- Files:
-
- 2 edited
-
gcal-sidebar.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gcal-sidebar/trunk/gcal-sidebar.php
r789360 r789833 564 564 } 565 565 $rval .= ' </' . $lt . '>'; 566 if($display) 567 echo $rval; 568 else 569 return $rval; 566 570 } 567 571 } // class GcalSidebar -
gcal-sidebar/trunk/readme.txt
r364399 r789833 4 4 Tags: sidebar, google, calendar 5 5 Requires at least: 2.8 6 Tested up to: 2.9.27 Stable tag: 2. 96 Tested up to: 3.6.1 7 Stable tag: 2.10 8 8 9 9 Gcal Sidebar pulls a Google calendar feed and displays it in the sidebar of your wordpress blog. It supports both widget and shortcode modes. … … 48 48 49 49 == 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. 50 54 51 55 = 2.9 =
Note: See TracChangeset
for help on using the changeset viewer.