=== Speed Up - JavaScript To Footer ===
Contributors: nigro.simone
Donate link: http://paypal.me/snwp
Tags: javascript, scripts, wp_enqueue_scripts, footer, head, performance, jquery, seo, optimize, front-end optimization, performance, speed, web performance optimization, wordpress optimization tool
Requires at least: 3.5
Tested up to: 6.0
Stable tag: 1.0.11
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Move all the possible JavaScript files from head to footer and improve page load times.

== Description ==

This small plugin (2 Kb) moves JavaScript to the footer and improve page load times.
Note: this only works if your other plugins and theme add the JavaScripts correctly.

Configurations are not required! You just have to install it and after the plugin does it all, none further action it's required. 

== Installation ==

1. Upload the complete `javascript-to-footer` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress

== Changelog ==

= 1.0.11 =
* Tested up to Wordpress 6.0

= 1.0.10 =
* Tested up to Wordpress 5.9

= 1.0.9 =
* Tested up to Wordpress 5.7

= 1.0.8 =
* Tested up to Wordpress 5.5

= 1.0.7 =
* Readme

= 1.0.6 =
* Tested up to Wordpress 5.3

= 1.0.5 =
* Tested up to Wordpress 5.2

= 1.0.4 =
* Tested up to Wordpress 4.9

= 1.0.3 =
* Fix Plugin URI
* Add preload scritp in the head

= 1.0.2 =
* Tested up to Wordpress 4.7

= 1.0.1 =
* Fix: move only scritps to footer and not styles.

= 1.0.0 =
* Initial release.