1.0.7.1
- fix previous fix (whoops!)
1.0.7
1.0.6.1
- moved location of the Changelog section in the README
1.0.6
- 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
Implemented 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.