-------------------------------------------------------
    CHANGELOG
-------------------------------------------------------

Keep a change log to describe all the changes made to program source files. The purpose of this is so that people investigating 
bugs in the future will know about the changes that might have introduced the bug. Often a new bug can be found by looking at 
what was recently changed. More importantly, change logs can help you eliminate conceptual inconsistencies between different 
parts of a program, by giving you a history of how the conflicting concepts arose and who they came from.

-------------------------------------------------------
    CHANGELOG Version Numbers
-------------------------------------------------------

[major].[minor].[patch]

These 3 levels are defined as:

1. An increment in the major version indicates a break in backward compatibility.
2. An increment in the minor version indicates the addition of new features or a significant change to existing features.
3. An increment in the patch version indicates that minor features have been changed or bugs have been fixed.

-------------------------------------------------------
    Changes Made to this Theme
-------------------------------------------------------




April 7, 2016 - 1.1.3
--------------------------------------
- Changed the responsive containers to react to mobile devices more efficiently
- Updated the style.css description
- Added button links to the customizer for theme review, support, tutorials, demo, etc.
- Removed the theme info page from the Appearance menu group in the admin.
- Updated the language .pot file

November 28, 2015 - 1.1.2
--------------------------------------
- Tested theme in WordPress version 4.4
- Added enqueue method for inline styles
- Replaced Genericons with Font Awesome icons
- Replaced the Social network icons with the Font Awesome versions, plus added Deviant Art, Xing, and VK
- Added enable/disable settings for various in-page elements
- Added option to disable Font Awesome
- Added option to disable the Bootstrap grid if you use a plugin for loading Bootstrap
- Cleaned up styling on various elements and layouts, including minor font size adjustments
- Updated the Google fonts link in the functions file
- Fixed missing language strings
- Updated the shapedpixelspro.pot language file
- escaped language strings
- sanitized functions throughout the theme
- Added a theme Information page to the Appearance Menu group
- Fixed the customizer preview of the blog not displaying correctly
- Updated how the logo is added from the customizer
- Enhanced Structured Data (scheme.org) for the theme



March 2, 2015 - 1.0.2
--------------------------------------
- Updated the Theme URL in the style.css as well added a link to the readme.txt for the Demo site



March 2, 2015 - 1.0.1
--------------------------------------
- Renamed the language .pot file to reflect the theme's text domain
- Fixed the default values in the Customizer.php file for Featured Image and Page Width
- Added a license.txt file with a link to the GPL license as well theme image license details
- Changed the enqueue for Google Fonts URL in functions.php
- Changed the function prefix name from shapedpixels to shaped_pixels (all files)
- Adjusted the width of the content container to be a bit smaller (it was too wide)



February 1, 2015 - 1.0.0
--------------------------------------
- Theme Released