Version Description
= 1.9.1 = * Updated jQuery to 1.9.1
= 1.8.0 = * Updated jQuery to 1.8.0
= 1.7.2 = * Updated jQuery to 1.7.2
Download this release
Release Info
Developer | Ramoonus |
Plugin | jQuery Updater |
Version | 2.0.0.2 |
Comparing to | |
See all releases |
Code changes from version 2.0.0.1 to 2.0.0.2
- jquery-updater.php +2 -2
- readme.txt +2 -2
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: 2.0.0.
|
7 |
Author: Ramoonus
|
8 |
Author URI: http://www.ramoonus.nl/
|
9 |
License: GPL3
|
@@ -14,7 +14,7 @@ function rw_jquery_update() {
|
|
14 |
if ( !is_admin() ) {
|
15 |
wp_deregister_script('jquery');
|
16 |
wp_enqueue_script('jquery', plugins_url('/js/jquery-2.0.0.min.js', __FILE__), false, '2.0.0');
|
17 |
-
wp_enqueue_script('jquery-migrate', plugins_url('/js/jquery-migrate-1.1.1.min.js
|
18 |
}
|
19 |
}
|
20 |
add_action('init', 'rw_jquery_update');
|
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: 2.0.0.2
|
7 |
Author: Ramoonus
|
8 |
Author URI: http://www.ramoonus.nl/
|
9 |
License: GPL3
|
14 |
if ( !is_admin() ) {
|
15 |
wp_deregister_script('jquery');
|
16 |
wp_enqueue_script('jquery', plugins_url('/js/jquery-2.0.0.min.js', __FILE__), false, '2.0.0');
|
17 |
+
wp_enqueue_script('jquery-migrate', plugins_url('/js/jquery-migrate-1.1.1.min.js', __FILE__), false, '1.1.1');
|
18 |
}
|
19 |
}
|
20 |
add_action('init', 'rw_jquery_update');
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.ramoonus.nl/donate/
|
|
4 |
Tags: jquery, update, jquery ui, javascript, jq
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.5
|
7 |
-
Stable tag: 2.0.0.
|
8 |
|
9 |
This plugin updates jQuery to the latest stable version on your website.
|
10 |
|
@@ -34,7 +34,7 @@ None at this moment.
|
|
34 |
Not relevant.
|
35 |
|
36 |
== Changelog ==
|
37 |
-
= 2.0.0.1 =
|
38 |
* Added jquery-migrate-1.1.1.min.js
|
39 |
|
40 |
= 2.0.0 =
|
4 |
Tags: jquery, update, jquery ui, javascript, jq
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.5
|
7 |
+
Stable tag: 2.0.0.2
|
8 |
|
9 |
This plugin updates jQuery to the latest stable version on your website.
|
10 |
|
34 |
Not relevant.
|
35 |
|
36 |
== Changelog ==
|
37 |
+
= 2.0.0.1 / 2.0.0.2 =
|
38 |
* Added jquery-migrate-1.1.1.min.js
|
39 |
|
40 |
= 2.0.0 =
|