== Changelog ==

= 1.0 =
* Initial release
* Released: February 17, 2016

= 1.1 =
* Registered stylesheets (bootstrap, bootstrapsocial, fontawesome) and included them as dependencies for the main stylesheet
* Corrected theme URI
* Released: February 18, 2016

= 1.3 =
* Added class "example-fullscreen-banner" for the demo/example full screen image banner
* Removed "include()" from parts/ files and replaced with "get_template_part()"
* Changed textdomain from vega_wp to vega
* Custom CSS hooked to wp_head, removed from header.php
* Blog feed CSS for max-width:680px fixed
* Fix for background colors for frontpage sections
* Fix for show/hide front page open content 
* Fix for form-control:focus in blue, green themes
* Changed code for icon columns to use a loop and panels in customize/scustomizer.php
* Made images in page and post content automatically responsive ("img-responsive" class not needed)
* Simplified code by using new function "vega_wp_get_option()" instead of get_theme_mod
* Separated theme defaults into customizer/theme-defaults.php
* Replaced text boxes with select/dropdowns for numeric options (number of icon columns, number of latest posts on front page)
* Released: March 13, 2016

= 1.3.1 =
* Removed variables from some translation functions in customizer.php
* Fixed domain (vega_wp changed to vega_wp) in a few lines
* Released: March 13, 2016

= 1.3.2 =
* btn-custom:focus state was missing for green.css and blue.css
* Added flag to hide upgrade/info message in customizer
* Third-party assets enqueued with a generic handle

= 1.4 =
* Changed fonts to Lato and Raleway
* Changed styling of some elements
* Added ID fields to each front page sections
* Added one-page scrolling mechanism so a single-page website can be created
* Removed scrollReveal.js and added wow.js to animate elements
* Changed background colors
* Changed size of top navigation (made it wider)
* Prefixed global variables

= 1.4.2 =
* Changed the front page CTA and Open Content sections to use pages rather than fields to input text/html
* Changed link to sample data file (vega.zip to vega-sample-data.zip)

= 1.4.3 =
* Fixed background color for each front page section (moved color assignment inside "show" condition for each section).
* get_stylesheet_uri instead of get_template_directory_uri in a couple of places
* Removed option to hide admin bar
* Replaced "include" with "get_template_part" in two files

1.5
* Changed sanitization of some items 
* Escaped outputs
