Theme Name: Poloray Theme Changelog
======================================
* Version 1.3.2
1. Added welcome page.
2. Fixed Errors.

* Version 1.3.1
1. Few Social Icons options added.
2. Few Links Updated.

* Version 1.3.0
1. Theme URI and footer links updated.

* Version 1.2.9
1. Remove error on 404 page.
2. Change Styling on post.

* Version 1.2.8
***************************************
*  Support Link Button Added In WordPress Customize

* Version 1.2.7
***************************************
* Feature Box error in customizer fixed.
* Fixed some style issue.

* Version 1.2.6
***************************************
* Feature Box Heading Issue Fixed.

* Version 1.2.5
***************************************
* Theme option to WordPress customizer API migration.

* Version 1.2.4
***************************************
1. Theme check issue fixed.
2. All text domain matched with theme directory.
3. Language .pot file matched with text domain.
4. Use add_theme_support( 'title-tag' ) with after_theme_setup hook and removed title tag from header.php.
5. Escaped Some Hard coded link. 

* Version 1.2.3
***************************************
1. Site title and site description added in header, if site logo uploaded via theme option, site title and description will be disappeared.

* Version 1.2.2
***************************************
1. Deprecated php function error fixed.
2. Theme option upload button style issue fixed.
3. Google analytics option removed.
4. All supporting function are hooked to after_setup_theme hook.
5. Removed function exists wrapper.
6. Removed query_posts, used wp_query instead.
7. Removed wp_enqueue_script('jquery');
8. Removed unused jquery.
9. Theme url changed.
10.wp_title filtered with additional content.
11.Added plugin notification for recommends plugin.

* Version 1.2.1
***************************************
1. Remove @package wordpress from all files fixed.
2. Themes are required to prefix all options, custom functions, custom variables fixed.

* Version 1.2
***************************************
1. Remove @package WordPress? from files *fixed.
2. Themes may optionally link the default stylesheet (style.css) directly in the document head, or via wp_enqueue_style(). Whichever method is used, the 
default stylesheet must be referenced via get_stylesheet_uri() *fixed.
3. Themes are required to prefix all options, custom functions, custom variables, and custom constants with theme-slug (or appropriate variant) *fixed.
4. Themes are required to declare copyright and license information as specified by the applicable license  *fixed.
5. Blog style missmatch *fixed.
6. Translatable text issue *fixed.

* Version 1.1
***************************************
1. One of the translatable string *fixed.

* Version 1.0
***************************************
1. Poloray Theme is created on 20/11/2012.
