Plugin Directory

Changeset 672809


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

3.1 release to fix major bugs

Location:
lazy-content-slider
Files:
2 added
8 edited
1 copied

Legend:

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

    r551403 r672809  
    4141    background:#f2f2f2;
    4242}
    43 #featured li.ui-tabs-selected{
    44     background:url('../images/selected-item-black.gif') top left no-repeat; 
    45 }
    46 #featured ul.ui-tabs-nav li.ui-tabs-selected a{
     43#featured li.ui-tabs-active{ 
     44    background:url('images/selected-item.gif') top left no-repeat;   
     45} 
     46#featured ul.ui-tabs-nav li.ui-tabs-active a{ 
    4747    background:#1c1c1c;
    4848    color:#fff;
  • lazy-content-slider/tags/3.1/css/style.css

    r551403 r672809  
    4141    background:#f2f2f2;
    4242}
    43 #featured li.ui-tabs-selected{
    44     background:url('../images/selected-item.gif') top left no-repeat; 
    45 }
    46 #featured ul.ui-tabs-nav li.ui-tabs-selected a{
    47     background:#ccc;
    48 }
     43#featured li.ui-tabs-active{ 
     44    background:url('images/selected-item.gif') top left no-repeat;   
     45} 
     46#featured ul.ui-tabs-nav li.ui-tabs-active a{ 
     47    background:#ccc;  
     48} 
    4949#featured .ui-tabs-panel{
    5050    width:400px; height:250px;
  • lazy-content-slider/tags/3.1/lzcs.php

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

    r672808 r672809  
    55Requires at least: 2.9.2
    66Tested up to: 3.5.1
    7 Stable tag: 3.0
     7Stable tag: 3.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9090= 3.0 =
    9191Updated all code to be compliant of newer version of jQuery
     92= 3.1 =
     93Updated all code to be compliant of newer version of jQuery
    9294
    9395== Changelog ==
     
    121123= 3.0 =
    122124Updated all code to be compliant of newer version of jQuery
     125= 3.1 =
     126Updated all code to be compliant of newer version of jQuery
  • lazy-content-slider/trunk/css/style-dark.css

    r551403 r672809  
    4141    background:#f2f2f2;
    4242}
    43 #featured li.ui-tabs-selected{
    44     background:url('../images/selected-item-black.gif') top left no-repeat; 
    45 }
    46 #featured ul.ui-tabs-nav li.ui-tabs-selected a{
     43#featured li.ui-tabs-active{ 
     44    background:url('images/selected-item.gif') top left no-repeat;   
     45} 
     46#featured ul.ui-tabs-nav li.ui-tabs-active a{ 
    4747    background:#1c1c1c;
    4848    color:#fff;
  • lazy-content-slider/trunk/css/style.css

    r551403 r672809  
    4141    background:#f2f2f2;
    4242}
    43 #featured li.ui-tabs-selected{
    44     background:url('../images/selected-item.gif') top left no-repeat; 
    45 }
    46 #featured ul.ui-tabs-nav li.ui-tabs-selected a{
    47     background:#ccc;
    48 }
     43#featured li.ui-tabs-active{ 
     44    background:url('images/selected-item.gif') top left no-repeat;   
     45} 
     46#featured ul.ui-tabs-nav li.ui-tabs-active a{ 
     47    background:#ccc;  
     48} 
    4949#featured .ui-tabs-panel{
    5050    width:400px; height:250px;
  • lazy-content-slider/trunk/lzcs.php

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

    r672808 r672809  
    55Requires at least: 2.9.2
    66Tested up to: 3.5.1
    7 Stable tag: 3.0
     7Stable tag: 3.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9090= 3.0 =
    9191Updated all code to be compliant of newer version of jQuery
     92= 3.1 =
     93Updated all code to be compliant of newer version of jQuery
    9294
    9395== Changelog ==
     
    121123= 3.0 =
    122124Updated all code to be compliant of newer version of jQuery
     125= 3.1 =
     126Updated all code to be compliant of newer version of jQuery
Note: See TracChangeset for help on using the changeset viewer.