jQuery Updater - Version 1.6.1.1.1

Version Description

  • Promise: less numbers when 1.6.2 comes out
  • Updated jQuery to 1.6.2 rc 1 (
  • Warning beta release: unminified, un-conflicted
Download this release

Release Info

Developer Ramoonus
Plugin Icon wp plugin jQuery Updater
Version 1.6.1.1.1
Comparing to
See all releases

Code changes from version 1.6.1.1 to 1.6.1.1.1

Files changed (3) hide show
  1. jquery-updater.php +2 -2
  2. js/jquery-1.6.2rc1.js +8984 -0
  3. readme.txt +6 -1
jquery-updater.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: jQuery updater
4
  Plugin URI: http://www.ramoonus.nl/wordpress/jquery-updater/
5
  Description: This plugin updates jQuery to the latest (stable) version.
6
- Version: 1.6.1.1
7
  Author: Ramoonus
8
  Author URI: http://www.ramoonus.nl/
9
  License: GPL2
@@ -15,7 +15,7 @@ function rw_jquery_update() {
15
  if (!is_admin()) { // when not in admin screen
16
  wp_deregister_script('jquery'); // deregister
17
  // wp_register_script( $handle, $src, $deps, $ver, $in_footer );
18
- wp_register_script('jquery', plugins_url('/js/jquery-1.6.1.min.js', __FILE__), false, '1.6.1.1');
19
  wp_enqueue_script('jquery'); // load
20
  }
21
  }
3
  Plugin Name: jQuery updater
4
  Plugin URI: http://www.ramoonus.nl/wordpress/jquery-updater/
5
  Description: This plugin updates jQuery to the latest (stable) version.
6
+ Version: 1.6.1.1.1
7
  Author: Ramoonus
8
  Author URI: http://www.ramoonus.nl/
9
  License: GPL2
15
  if (!is_admin()) { // when not in admin screen
16
  wp_deregister_script('jquery'); // deregister
17
  // wp_register_script( $handle, $src, $deps, $ver, $in_footer );
18
+ wp_register_script('jquery', plugins_url('/js/jquery-1.6.2rc1.js', __FILE__), false, '1.6.1.1.1');
19
  wp_enqueue_script('jquery'); // load
20
  }
21
  }
js/jquery-1.6.2rc1.js ADDED
@@ -0,0 +1,8984 @@