Use Google Libraries - Version 1.0.6.1

Version Description

  • moved location of the Changelog section in the README
Download this release

Release Info

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

Code changes from version 1.0.6 to 1.0.6.1

Files changed (2) hide show
  1. README.txt +30 -21
  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.6
6
  Tested up to: 2.8
7
- Stable tag: 1.0.6
8
 
9
  Allows your site to use common javascript libraries from Google's AJAX
10
  Libraries CDN, rather than from Wordpress's own copies.
@@ -26,7 +26,7 @@ This provides numerous potential performance benefits:
26
  For a more detailed look see Dave Ward's [3 reasons why you should let
27
  Google host jQuery for
28
  you](http://encosia.com/2008/12/10/3-reasons-why-you-should-let-google-host-jquery-for-you/).
29
- .
30
  = Supported Libraries and Components =
31
 
32
  * [Dojo](http://dojotoolkit.org/)
@@ -50,6 +50,34 @@ Google has stated that they intend to keep every file they've hosted
50
  available indefinitely, so you shouldn't need to worry about them
51
  disappearing.
52
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  == Technical Details ==
54
 
55
  **Use Google Libraries** uses the following hooks (each with a priority of 1000).
@@ -84,25 +112,6 @@ inspired by John Blackbourn's
84
  **[Google AJAX Libraries](http://lud.icro.us/wordpress-plugin-google-ajax-libraries/)**,
85
  which has very similar goals to this plugin.
86
 
87
- == Changelog ==
88
-
89
- = 1.0.6 =
90
-
91
- + Disables script concatenation in WordPress 2.8, since it seems to have
92
- issues when some of the dependencies are outside of the concatenation.
93
- + Persists flag to load scripts in the footer in WordPress 2.8
94
-
95
- = 1.0.5 =
96
-
97
- Implemented a pair of
98
- [suggestions](http://jasonpenney.net/wordpress-plugins/use-google-libraries/comment-page-1/#comment-32427)
99
- from [Peter Wilson](http://peterwilson.cc/).
100
-
101
- + It should detect when a page is loaded over https and load the libraries over https accordingly
102
- + It no longer drops the micro version number from the url. The reasons for this are twofold:
103
- + It ensures the version requested is the version received.
104
- + Google's servers set the expires header for 12 months for these urls, as opposed to 1 hour. This allows clients to cache the file for up to a year without needing to retrieve it again from Google's servers. If the version requested by your WordPress install changes, so will the URL so there's no worry that you'll keep loading an old version.
105
-
106
  == Future Plans ==
107
 
108
  + add ability to enable/disable loading from Google for specific libraries
4
  Tags: javascript, performance, CDN, Google, jQuery, Prototype, MooTools, Dojo, Google AJAX Libraries API
5
  Requires at least: 2.6
6
  Tested up to: 2.8
7
+ Stable tag: 1.0.6.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.
26
  For a more detailed look see Dave Ward's [3 reasons why you should let
27
  Google host jQuery for
28
  you](http://encosia.com/2008/12/10/3-reasons-why-you-should-let-google-host-jquery-for-you/).
29
+
30
  = Supported Libraries and Components =
31
 
32
  * [Dojo](http://dojotoolkit.org/)
50
  available indefinitely, so you shouldn't need to worry about them
51
  disappearing.
52
 
53
+ == Changelog ==
54
+
55
+ = 1.0.6.1 =
56
+
57
+ + moved location of the Changelog section in the README
58
+
59
+ = 1.0.6 =
60
+
61
+ + Disables script concatenation in WordPress 2.8, since it seems to have
62
+ issues when some of the dependencies are outside of the concatenation.
63
+ + Persists flag to load scripts in the footer in WordPress 2.8
64
+
65
+ = 1.0.5 =
66
+
67
+ Implemented a pair of
68
+ [suggestions](http://jasonpenney.net/wordpress-plugins/use-google-libraries/comment-page-1/#comment-32427)
69
+ from [Peter Wilson](http://peterwilson.cc/).
70
+
71
+ + It should detect when a page is loaded over https and load the libraries over https accordingly
72
+ + It no longer drops the micro version number from the url. The reasons for this are twofold:
73
+ + It ensures the version requested is the version received.
74
+ + Google's servers set the expires header for 12 months for these
75
+ urls, as opposed to 1 hour. This allows clients to cache the file
76
+ for up to a year without needing to retrieve it again from Google's
77
+ servers. If the version requested by your WordPress install
78
+ changes, so will the URL so there's no worry that you'll keep
79
+ loading an old version.
80
+
81
  == Technical Details ==
82
 
83
  **Use Google Libraries** uses the following hooks (each with a priority of 1000).
112
  **[Google AJAX Libraries](http://lud.icro.us/wordpress-plugin-google-ajax-libraries/)**,
113
  which has very similar goals to this plugin.
114
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
115
  == Future Plans ==
116
 
117
  + add ability to enable/disable loading from Google for specific libraries
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.6
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.6.1
7
  Author: Jason Penney
8
  Author URI: http://jasonpenney.net/
9
  */