Changeset 672648
- Timestamp:
- 02/24/2013 07:47:50 PM (13 years ago)
- Location:
- lazy-content-slider
- Files:
-
- 4 edited
- 1 copied
-
tags/2.5 (copied) (copied from lazy-content-slider/trunk)
-
tags/2.5/lzcs.php (modified) (2 diffs)
-
tags/2.5/readme.txt (modified) (3 diffs)
-
trunk/lzcs.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lazy-content-slider/tags/2.5/lzcs.php
r618263 r672648 5 5 Description: This is a content slider that shows 5 slides from a "Featured Category" 6 6 Author: Lee Thompson 7 Version: 2. 47 Version: 2.5 8 8 Author URI: http://mysqlhow2.com 9 9 … … 32 32 function add_jscss() { 33 33 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'); 35 35 wp_enqueue_script( 'jquery-min' ); 36 36 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'); 38 38 wp_enqueue_script( 'jquery-ui' ); 39 39 $lzcscolor = get_option('lzcs_color'); -
lazy-content-slider/tags/2.5/readme.txt
r618262 r672648 4 4 Tags: slider,content,featured,rotator 5 5 Requires at least: 2.9.2 6 Tested up to: 3. 4.27 Stable tag: 2. 46 Tested up to: 3.5.1 7 Stable tag: 2.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 84 84 Added Article count 85 85 Cleaned up interface 86 = 2.5 = 87 Fixed bug works with wordpress 3.5.1 86 88 87 89 … … 110 112 Added Article count 111 113 Cleaned up interface 114 = 2.5 = 115 Upgrade js version to work with wordpress 3.5.1 -
lazy-content-slider/trunk/lzcs.php
r618263 r672648 5 5 Description: This is a content slider that shows 5 slides from a "Featured Category" 6 6 Author: Lee Thompson 7 Version: 2. 47 Version: 2.5 8 8 Author URI: http://mysqlhow2.com 9 9 … … 32 32 function add_jscss() { 33 33 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'); 35 35 wp_enqueue_script( 'jquery-min' ); 36 36 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'); 38 38 wp_enqueue_script( 'jquery-ui' ); 39 39 $lzcscolor = get_option('lzcs_color'); -
lazy-content-slider/trunk/readme.txt
r618262 r672648 4 4 Tags: slider,content,featured,rotator 5 5 Requires at least: 2.9.2 6 Tested up to: 3. 4.27 Stable tag: 2. 46 Tested up to: 3.5.1 7 Stable tag: 2.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 84 84 Added Article count 85 85 Cleaned up interface 86 = 2.5 = 87 Fixed bug works with wordpress 3.5.1 86 88 87 89 … … 110 112 Added Article count 111 113 Cleaned up interface 114 = 2.5 = 115 Upgrade js version to work with wordpress 3.5.1
Note: See TracChangeset
for help on using the changeset viewer.