Plugin Directory

Changeset 672810


Ignore:
Timestamp:
02/25/2013 03:37:15 AM (13 years ago)
Author:
leethompson
Message:

3.2 release to fix minorwq bugs

Location:
lazy-content-slider
Files:
4 edited
6 copied

Legend:

Unmodified
Added
Removed
  • lazy-content-slider/tags/3.2/css/style-dark.css

    r672809 r672810  
    4242}
    4343#featured li.ui-tabs-active{   
    44     background:url('images/selected-item.gif') top left no-repeat;   
     44    background:url('../images/selected-item.gif') top left no-repeat;   
    4545
    4646#featured ul.ui-tabs-nav li.ui-tabs-active a{   
  • lazy-content-slider/tags/3.2/css/style.css

    r672809 r672810  
    4242}
    4343#featured li.ui-tabs-active{   
    44     background:url('images/selected-item.gif') top left no-repeat;   
     44    background:url('../images/selected-item.gif') top left no-repeat;   
    4545
    4646#featured ul.ui-tabs-nav li.ui-tabs-active a{   
  • lazy-content-slider/tags/3.2/lzcs.php

    r672809 r672810  
    55Description: This is a content slider that shows 5 slides from a "Featured Category"                                                                                               
    66Author: Lee Thompson                                                                                                                                                               
    7 Version: 3.1
     7Version: 3.2
    88Author URI: http://mysqlhow2.com                                                                                                                                                   
    99                                                                                                                                                                                   
  • lazy-content-slider/tags/3.2/readme.txt

    r672809 r672810  
    55Requires at least: 2.9.2
    66Tested up to: 3.5.1
    7 Stable tag: 3.1
     7Stable tag: 3.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9292= 3.1 =
    9393Updated all code to be compliant of newer version of jQuery
     94= 3.1 =
     95Small fix for arrows
    9496
    9597== Changelog ==
     
    125127= 3.1 =
    126128Updated all code to be compliant of newer version of jQuery
     129= 3.1 =
     130Small fix for arrows
  • lazy-content-slider/trunk/css/style-dark.css

    r672809 r672810  
    4242}
    4343#featured li.ui-tabs-active{   
    44     background:url('images/selected-item.gif') top left no-repeat;   
     44    background:url('../images/selected-item.gif') top left no-repeat;   
    4545
    4646#featured ul.ui-tabs-nav li.ui-tabs-active a{   
  • lazy-content-slider/trunk/css/style.css

    r672809 r672810  
    4242}
    4343#featured li.ui-tabs-active{   
    44     background:url('images/selected-item.gif') top left no-repeat;   
     44    background:url('../images/selected-item.gif') top left no-repeat;   
    4545
    4646#featured ul.ui-tabs-nav li.ui-tabs-active a{   
  • lazy-content-slider/trunk/lzcs.php

    r672809 r672810  
    55Description: This is a content slider that shows 5 slides from a "Featured Category"                                                                                               
    66Author: Lee Thompson                                                                                                                                                               
    7 Version: 3.1
     7Version: 3.2
    88Author URI: http://mysqlhow2.com                                                                                                                                                   
    99                                                                                                                                                                                   
  • lazy-content-slider/trunk/readme.txt

    r672809 r672810  
    55Requires at least: 2.9.2
    66Tested up to: 3.5.1
    7 Stable tag: 3.1
     7Stable tag: 3.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9292= 3.1 =
    9393Updated all code to be compliant of newer version of jQuery
     94= 3.1 =
     95Small fix for arrows
    9496
    9597== Changelog ==
     
    125127= 3.1 =
    126128Updated all code to be compliant of newer version of jQuery
     129= 3.1 =
     130Small fix for arrows
Note: See TracChangeset for help on using the changeset viewer.