Use Google Libraries

Wordpress Plugin
Download latest - 1.6.2.2

Developers

jczorkmid

Download Stats

Today 75
Yesterday 131
Last Week 792
All Time 671,594



Releases (23 )

Version Release Date Change Log
1.6.2.2 2017-05-03
  • Updated supported version.
1.6.2.1 2015-04-24
  • Bypass functionality when running under 4.2+ until next version to avoid breaking sites.
1.6.2 2014-10-24
  • added some missing jQuery UI modules (hopefully fixes issues from support forums I couldn't reproduce previously).
1.6.1 2014-09-05
  • same as 1.6 (due to SVN issue with 1.6)
1.6 2014-09-05

= 1.5.2 = Better SSL support. Required for WordPress 3.6!

1.5.2 2013-05-22
  • using protocol-relative URLS with WordPress >
1.5.1 2013-05-18

= 1.5 = Detects when Google isn't hosting requested version. Required for WordPress 3.4!

1.5 2012-06-13
  • using wp_remote_head to query that the replacement URL is actually hosted by google. If it's not, then the WordPress supplied version will be used.
  • Using the Transient API to store the replacement URLS, rather than recalculating and re-querying them every load.
1.5b1 2012-05-30

= 1.2.1 = Required for WordPress 3.3.2

1.2.1 2012-04-24
  • Added check for WordPress including non-standard versions of scripts (fixes WordPress 3.2.2/swfobject).
  • Fixed incorrect case in HTTPS check.
1.2 2011-12-07
  • Reworked handling for cases where multiple js files are combined into one on Google's servers. In the past this has been mostly a non-issue because the dependencies took care of it, but due to changes in the latest jQuery UI this stopped working as expected.
1.1.2 2011-01-04
  • Updated jQuery UI to work with WordPress 3.1rc1
1.1.0.1 2010-06-19
  • Re-disable script concatenation. Seemed to break widget admin page.
1.1 2010-06-18
  • No longer disable script concatenation when using WordPress 3.0 or greater
  • Attempt to detect when another plugin or theme has called 'wp_register_script' and/or 'wp_enque_script' before 'init' and work around it.
  • Limited debugging output when WP_DEBUG is enabled.
1.0.9.2 2010-02-08
  • Hopefully fix issue with plugin loading for some users
1.0.9.1 2010-02-07
  • Added Incompatible Plugins and Incompatible Themes sections to the README
1.0.9 2010-02-06
1.0.7.1 2009-12-20
  • fix previous fix (whoops!)
1.0.7 2009-06-23
  • Quick and dirty workaround for scriptaculous loading (thanks to Gregory Lam for bringing it to my attention
1.0.6.1 2009-06-22
  • moved location of the Changelog section in the README
1.0.6 2009-06-13
  • Disables script concatenation in WordPress 2.8, since it seems to have issues when some of the dependencies are outside of the concatenation.
  • Persists flag to load scripts in the footer in WordPress 2.8
1.0.5 2009-03-20

Implimented a pair of suggestions from Peter Wilson.

  • It should detect when a page is loaded over https and load the libraries over https accordingly
  • It no longer drops the micro version number from the url. The reasons for this are twofold:
    • It ensures the version requested is the version received.
    • 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.

=

1.0 2008-11-26