Plugin Directory

Changeset 672648


Ignore:
Timestamp:
02/24/2013 07:47:50 PM (13 years ago)
Author:
leethompson
Message:

Fixed for Wordpress 3.5.1

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

Legend:

Unmodified
Added
Removed
  • lazy-content-slider/tags/2.5/lzcs.php

    r618263 r672648  
    55Description: This is a content slider that shows 5 slides from a "Featured Category"                                                                                               
    66Author: Lee Thompson                                                                                                                                                               
    7 Version: 2.4
     7Version: 2.5
    88Author URI: http://mysqlhow2.com                                                                                                                                                   
    99                                                                                                                                                                                   
     
    3232function add_jscss() {
    3333    wp_deregister_script( 'jquery-min' );
    34     wp_register_script( 'jquery-min', 'http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js');
     34    wp_register_script( 'jquery-min', 'http://ajax.googleapis.com/ajax/libs/jquery/1.9.2/jquery.min.js');
    3535    wp_enqueue_script( 'jquery-min' );
    3636    wp_deregister_script( 'jquery-ui' );
    37     wp_register_script( 'jquery-ui', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/jquery-ui.min.js');
     37    wp_register_script( 'jquery-ui', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/jquery-ui.min.js');
    3838    wp_enqueue_script( 'jquery-ui' );
    3939    $lzcscolor = get_option('lzcs_color');
  • lazy-content-slider/tags/2.5/readme.txt

    r618262 r672648  
    44Tags: slider,content,featured,rotator
    55Requires at least: 2.9.2
    6 Tested up to: 3.4.2
    7 Stable tag: 2.4
     6Tested up to: 3.5.1
     7Stable tag: 2.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8484Added Article count
    8585Cleaned up interface
     86= 2.5 =
     87Fixed bug works with wordpress 3.5.1
    8688
    8789
     
    110112Added Article count
    111113Cleaned up interface
     114= 2.5 =
     115Upgrade js version to work with wordpress 3.5.1
  • lazy-content-slider/trunk/lzcs.php

    r618263 r672648  
    55Description: This is a content slider that shows 5 slides from a "Featured Category"                                                                                               
    66Author: Lee Thompson                                                                                                                                                               
    7 Version: 2.4
     7Version: 2.5
    88Author URI: http://mysqlhow2.com                                                                                                                                                   
    99                                                                                                                                                                                   
     
    3232function add_jscss() {
    3333    wp_deregister_script( 'jquery-min' );
    34     wp_register_script( 'jquery-min', 'http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js');
     34    wp_register_script( 'jquery-min', 'http://ajax.googleapis.com/ajax/libs/jquery/1.9.2/jquery.min.js');
    3535    wp_enqueue_script( 'jquery-min' );
    3636    wp_deregister_script( 'jquery-ui' );
    37     wp_register_script( 'jquery-ui', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/jquery-ui.min.js');
     37    wp_register_script( 'jquery-ui', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/jquery-ui.min.js');
    3838    wp_enqueue_script( 'jquery-ui' );
    3939    $lzcscolor = get_option('lzcs_color');
  • lazy-content-slider/trunk/readme.txt

    r618262 r672648  
    44Tags: slider,content,featured,rotator
    55Requires at least: 2.9.2
    6 Tested up to: 3.4.2
    7 Stable tag: 2.4
     6Tested up to: 3.5.1
     7Stable tag: 2.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8484Added Article count
    8585Cleaned up interface
     86= 2.5 =
     87Fixed bug works with wordpress 3.5.1
    8688
    8789
     
    110112Added Article count
    111113Cleaned up interface
     114= 2.5 =
     115Upgrade js version to work with wordpress 3.5.1
Note: See TracChangeset for help on using the changeset viewer.