Use Google Libraries - Version 1.0.9.1

Version Description

  • Added Incompatible Plugins and Incompatible Themes sections to the README
Download this release

Release Info

Developer jczorkmid
Plugin Icon wp plugin Use Google Libraries
Version 1.0.9.1
Comparing to
See all releases

Code changes from version 1.0.9 to 1.0.9.1

Files changed (2) hide show
  1. README.txt +39 -2
  2. use-google-libraries.php +1 -1
README.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://jasonpenney.net/donate
4
  Tags: javascript, performance, CDN, Google, jQuery, Prototype, MooTools, Dojo, Google AJAX Libraries API
5
  Requires at least: 2.9.1
6
  Tested up to: 2.9.1
7
- Stable tag: 1.0.9
8
 
9
  Allows your site to use common javascript libraries from Google's AJAX
10
  Libraries CDN, rather than from Wordpress's own copies.
@@ -51,9 +51,46 @@ Google has stated that they intend to keep every file they've hosted
51
  available indefinitely, so you shouldn't need to worry about them
52
  disappearing.
53
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  == Changelog ==
55
 
56
- = 1.0.8 =
 
 
 
 
 
57
 
58
  + more https detection
59
  + inline jQuery.noConflict()
4
  Tags: javascript, performance, CDN, Google, jQuery, Prototype, MooTools, Dojo, Google AJAX Libraries API
5
  Requires at least: 2.9.1
6
  Tested up to: 2.9.1
7
+ Stable tag: 1.0.9.1
8
 
9
  Allows your site to use common javascript libraries from Google's AJAX
10
  Libraries CDN, rather than from Wordpress's own copies.
51
  available indefinitely, so you shouldn't need to worry about them
52
  disappearing.
53
 
54
+ = Why isn't in doing anything? =
55
+
56
+ Firstly, if you are using a caching plugin, flush the cache or
57
+ temporarily disable it to be sure it's not doing anything. That said,
58
+ I've done my best to make **Use Google Libraries** gracefully step out
59
+ of the way when things are not as expected. While not, perhaps,
60
+ giving you the greatest benefit it helps ensure you site doesn't just
61
+ flat out stop working.
62
+
63
+ In general, anything that calls wp_eneque_script before 'init' will
64
+ stop **Use Google Libraries** from loading. Please see the section on
65
+ **Incompatible Plugins** and **Incompatible Themes** for specific
66
+ information.
67
+
68
+
69
+
70
+ == Incompatible Plugins ==
71
+
72
+
73
+ = Popularity Contest =
74
+
75
+ As of version 2.0b2 enabling this plugin prevents UGL from loading due
76
+ to it enqueing jQuery before 'init'.
77
+
78
+
79
+ == Incompatible Themes ==
80
+
81
+ = K2 =
82
+
83
+ I've had scattered reports that UGL is stepping out of the way when
84
+ using K2.
85
+
86
  == Changelog ==
87
 
88
+ = 1.0.9.1 =
89
+
90
+ + Added **Incompatible Plugins** and **Incompatible Themes** sections
91
+ to the README
92
+
93
+ = 1.0.9 =
94
 
95
  + more https detection
96
  + inline jQuery.noConflict()
use-google-libraries.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Use Google Libraries
4
  Plugin URI: http://jasonpenney.net/wordpress-plugins/use-google-libraries/
5
  Description:Allows your site to use common javascript libraries from Google's AJAX Libraries CDN, rather than from Wordpress's own copies.
6
- Version: 1.0.9
7
  Author: Jason Penney
8
  Author URI: http://jasonpenney.net/
9
  */
3
  Plugin Name: Use Google Libraries
4
  Plugin URI: http://jasonpenney.net/wordpress-plugins/use-google-libraries/
5
  Description:Allows your site to use common javascript libraries from Google's AJAX Libraries CDN, rather than from Wordpress's own copies.
6
+ Version: 1.0.9.1
7
  Author: Jason Penney
8
  Author URI: http://jasonpenney.net/
9
  */