Changeset 744658
- Timestamp:
- 07/22/2013 11:02:06 PM (13 years ago)
- Location:
- jquery-vertical-scroller/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
sg-jqvs-widget-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jquery-vertical-scroller/trunk/readme.txt
r690806 r744658 3 3 Tags: widget, jQuery, vertical slider, velocity, direction, post scroller, Free scrolling news wordpress plugin, News plugin WordPress, Scrolling posts WordPress, Vertical posts, Vertical scrolling posts, WordPress dynamic posts, scroller, ticker, widget, Recent Posts scroller 4 4 Requires at least: 3.4 5 Tested up to: 3.5 6 Stable tag: 2. 15 Tested up to: 3.5.2 6 Stable tag: 2.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 110 110 == Changelog == 111 111 112 = 2.1 = 113 * Updated shortcode function to add excerpt and date 114 * Updated widget to add date 115 112 116 = 2.0 = 113 117 * Added shortcode support … … 130 134 == Upgrade Notice == 131 135 132 = 2.1 = 133 * Updated shortcode function to add excerpt and date 134 * Updated widget to add date 136 = 2.2 = 137 * Added full content support in shortcode 135 138 * As usual, if you any hiccups, email us at info@sirisgraphics.com -
jquery-vertical-scroller/trunk/sg-jqvs-widget-plugin.php
r690806 r744658 346 346 $content = $content . $theexcerpt; 347 347 } 348 if ( $includecontent == 'content' ) { 349 $theexcerpt = "<p>" . get_the_content() . "</p>"; 350 $content = $content . $theexcerpt; 351 } 348 352 $content = $content . "</li>"; 349 353 endforeach;
Note: See TracChangeset
for help on using the changeset viewer.