Changeset 1455971
- Timestamp:
- 07/17/2016 01:57:27 PM (10 years ago)
- Location:
- jquery-vertical-scroller
- Files:
-
- 20 added
- 3 edited
-
readme.txt (modified) (3 diffs)
-
sg-jqvs-widget-plugin.php (modified) (2 diffs)
-
sgjvs_stylesheet.css (modified) (1 diff)
-
tags/2.9 (added)
-
tags/2.9/assets (added)
-
tags/2.9/assets/banner-772x250.png (added)
-
tags/2.9/assets/screenshot-1.png (added)
-
tags/2.9/assets/screenshot-2.png (added)
-
tags/2.9/assets/screenshot-3.png (added)
-
tags/2.9/assets/screenshot-4.png (added)
-
tags/2.9/languages (added)
-
tags/2.9/languages/it.mo (added)
-
tags/2.9/languages/it.po (added)
-
tags/2.9/languages/sg-jqvs-it_IT.mo (added)
-
tags/2.9/languages/sg-jqvs-it_IT.po (added)
-
tags/2.9/languages/sg-jqvs-sr_RS.mo (added)
-
tags/2.9/languages/sg-jqvs-sr_RS.po (added)
-
tags/2.9/license.txt (added)
-
tags/2.9/readme.txt (added)
-
tags/2.9/scripts (added)
-
tags/2.9/scripts/jquery-scroller-v1.min.js (added)
-
tags/2.9/sg-jqvs-widget-plugin.php (added)
-
tags/2.9/sgjvs_stylesheet.css (added)
Legend:
- Unmodified
- Added
- Removed
-
jquery-vertical-scroller/readme.txt
r1407861 r1455971 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: 4.5. 16 Stable tag: 2.9 5 Tested up to: 4.5.3 6 Stable tag: 2.9.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 135 135 == Changelog == 136 136 137 = 2.9.1 = 138 * Fixed defect with shortcode code 139 137 140 = 2.9 = 138 * Tested with Word Press 4.5.1141 * Tested with Wordpress 4.5.1 139 142 140 143 = 2.8 = … … 187 190 == Upgrade Notice == 188 191 189 = 2.9 =190 * Tested with WordPress 4.5.1192 = 2.9.1 = 193 * Fixed defect with shortcode code -
jquery-vertical-scroller/sg-jqvs-widget-plugin.php
r1407857 r1455971 4 4 Plugin URI: http://sirisgraphics.com/development/jquery-vertical-scroller-2-0 5 5 Description: A plugin to add a widget to scroll posts in your sidebar or footer widgets for WordPress powered by jQuery 6 Version: 2.9 6 Version: 2.9.1 7 7 Author: Vamsi Pulavarthi 8 8 Author URI: http://sirisgraphics.com/ … … 409 409 } 410 410 if ( $includecontent == 'excerpt' ) { 411 $theexcerpt = "<p class='sgjvs_sc_excerpt >" . get_the_excerpt() . "</p>";411 $theexcerpt = "<p class='sgjvs_sc_excerpt'>" . get_the_excerpt() . "</p>"; 412 412 $content = $content . $theexcerpt; 413 413 } -
jquery-vertical-scroller/sgjvs_stylesheet.css
r1407857 r1455971 3 3 Plugin URI: http://sirisgraphics.com/development/jquery-vertical-scroller-2-0 4 4 Description: A plugin to add a widget to scroll posts in your sidebar or footer widgets for WordPress powered by jQuery 5 Version: 2.9 5 Version: 2.9.1 6 6 Author: Vamsi Pulavarthi 7 7 Author URI: http://sirisgraphics.com/
Note: See TracChangeset
for help on using the changeset viewer.