/* 
Outset v1.1
Date - 27/06/2014
================================= */

->	Removed extra <body> tag.
->	Bundled images license mentioned in Readme.txt.
->	Parameters in functions.php added under wp_enque_scripts.
->	Added only wp_title() between <title> and </title>
->	Various WordPress features added to after_setup_theme hook.
->	home_url() escaped with esc_url()
->	Google Fonts enqueued without protocol (http:)
->	Replaced get_bloginfo('template_directory') with get_template_directory_uri()
->	Prevented the Menu overlap over content by changing css from fixed-top to static-top.
->	Placed front-page.php into the page-templates folder. This way, any page can be set to Front Page template.
->	Fixed the error which was preventing pages from showing when set in the Reading Settings under Front Page displays.
->	Removed jquery enqueue.
->	Used get_stylesheet_uri() to load style.css in functions.php.
->	Changed the screenshot found in theme directory.




/* 
Outset v1.0
Date - 27/05/2014
================================= */

->	Everything Brand New. Theme added to WordPress repository.