=== Scripts === Contributors: OneManOneLaptop Tags: javascript,jquery,wp_enqueue_script Requires at least: 3.3.1 Version: 0.0.1 Tested up to: 3.3.1 Stable Tag: 0.0.1 This plugin provides a central location for the installation and inclusion of javascript libraries in a theme or plugin. All to often i have packaged a copy of a javascript libaray with a plugin. This essentially creates a fork of that library unecessarily, this plugin was designed to overcome that problem. == Description == Enabling this plugin allows you to define which of wordpresses included javascript files youd like to use on the frontend, also allowing you to download and make available a range of frontend development libraries straight from their github repostiory locations. = Documentation = All of the documentation is on github https://github.com/onemanonelaptop/scripts If you have any problems or recommendations for improvement please use the github issue queue https://github.com/onemanonelaptop/scripts/issues == Installation == 1. Verify that you have PHP5, which is required for this plugin. 2. Upload the whole `scripts` directory to the `/wp-content/plugins/` directory or choose Plugins -> Add New from your Dashboard. 3. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == == Upgrade Notice == == Screenshots == 1. Options Page Overview == Changelog == = 0.0.1 = * Alpha Version