=== HeadJS Plus === Contributors: ramoonus Donate link: http://www.ramoonus.nl/donate/ Tags: javascript, js, css, headjs, head.js, asynch, adopt-me Requires at least: 3.0 Tested up to: 4.3 Stable tag: 0.96.1 A plugin to load your Javascript files via Head JS. == Description == This plugin reformats your page to utilize Head JS in your WordPress site. 6 Based on the initial plugin by Durin It strips out all your old javascript declarations and puts them into head.js calls so that they are loaded in parallel (see the Head JS website for more details). For example, this:
Becomes:
== Installation ==
1. Upload `headjs-plus` directory to `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
== Changelog ==
= 0.96.1 =
* Fixed a major bug.
= 0.96 =
* Updated the Javascript library to version 0.96
= 0.1.1 =
* Initial release.