Plugin Directory

Changeset 1455971


Ignore:
Timestamp:
07/17/2016 01:57:27 PM (10 years ago)
Author:
VamsiTech
Message:

Fixed a defect in Shortcode.

Location:
jquery-vertical-scroller
Files:
20 added
3 edited

Legend:

Unmodified
Added
Removed
  • jquery-vertical-scroller/readme.txt

    r1407861 r1455971  
    33Tags: 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
    44Requires at least: 3.4
    5 Tested up to: 4.5.1
    6 Stable tag: 2.9
     5Tested up to: 4.5.3
     6Stable tag: 2.9.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    135135== Changelog ==
    136136
     137= 2.9.1 =
     138* Fixed defect with shortcode code
     139
    137140= 2.9 =
    138 * Tested with WordPress 4.5.1
     141* Tested with Wordpress 4.5.1
    139142
    140143= 2.8 =
     
    187190== Upgrade Notice ==
    188191
    189 = 2.9 =
    190 * Tested with WordPress 4.5.1
     192= 2.9.1 =
     193* Fixed defect with shortcode code
  • jquery-vertical-scroller/sg-jqvs-widget-plugin.php

    r1407857 r1455971  
    44Plugin URI: http://sirisgraphics.com/development/jquery-vertical-scroller-2-0
    55Description: A plugin to add a widget to scroll posts in your sidebar or footer widgets for WordPress powered by jQuery
    6 Version: 2.9
     6Version: 2.9.1
    77Author: Vamsi Pulavarthi
    88Author URI: http://sirisgraphics.com/
     
    409409        }
    410410        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>";
    412412            $content = $content . $theexcerpt;
    413413        }
  • jquery-vertical-scroller/sgjvs_stylesheet.css

    r1407857 r1455971  
    33Plugin URI: http://sirisgraphics.com/development/jquery-vertical-scroller-2-0
    44Description: A plugin to add a widget to scroll posts in your sidebar or footer widgets for WordPress powered by jQuery
    5 Version: 2.9
     5Version: 2.9.1
    66Author: Vamsi Pulavarthi
    77Author URI: http://sirisgraphics.com/
Note: See TracChangeset for help on using the changeset viewer.