jQuery Updater - Version 1.6.0

Version Description

  • Equals 1.1.2 but has the same number as jQuery
Download this release

Release Info

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

Code changes from version 1.1.2 to 1.6.0

Files changed (2) hide show
  1. jquery-updater.php +3 -0
  2. readme.txt +4 -1
jquery-updater.php CHANGED
@@ -21,4 +21,7 @@ function rw_jquery_update() {
21
  }
22
  // load
23
  add_action('init', 'rw_jquery_update');
 
 
 
24
  ?>
21
  }
22
  // load
23
  add_action('init', 'rw_jquery_update');
24
+
25
+ // noconflict code
26
+ // @since 1.6.0
27
  ?>
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.ramoonus.nl
4
  Tags: jquery
5
  Requires at least: 3.0.0
6
  Tested up to: 3.2
7
- Stable tag: 1.1.2
8
 
9
  This plugin should only be used for development purposes, this plugin updates jQuery to the latest (stable) version.
10
 
@@ -25,6 +25,9 @@ Its recommended to flush the cache after upgrading.
25
  Not relevant.
26
 
27
  == Changelog ==
 
 
 
28
  = 1.1.2 =
29
  * jQuery 1.6.0
30
 
4
  Tags: jquery
5
  Requires at least: 3.0.0
6
  Tested up to: 3.2
7
+ Stable tag: 1.6.0
8
 
9
  This plugin should only be used for development purposes, this plugin updates jQuery to the latest (stable) version.
10
 
25
  Not relevant.
26
 
27
  == Changelog ==
28
+ = 1.6.0 =
29
+ * Equals 1.1.2 but has the same number as jQuery
30
+
31
  = 1.1.2 =
32
  * jQuery 1.6.0
33