diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6eca462..c3fe2ce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
====================================================================
CHANGELOG
====================================================================
+## 1.0.7
+*
+
## 1.0.6
* Add Sanitize widget data.
diff --git a/README.md b/README.md
deleted file mode 100644
index e91aacc..0000000
--- a/README.md
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
-Thank you for downloading our theme!
-
-
-====================================================================
-Description
-====================================================================
-Codilight Lite is a news magazine style WordPress theme from FameThemes which is a perfect option to create any kind of
-magazine or blog websites.
-
-====================================================================
-SUPPORT
-====================================================================
-Support for this WordPress theme is conducted through the WordPress free theme support forum.
-* FameThemes Website : http://www.famethemes.com
-* Support Ticket: http://www.famethemes.com/dashboard/tickets/
-* Support Forum for free theme: https://wordpress.org/support/theme/codilight-lite
-
-====================================================================
-DOCUMENTATION
-====================================================================
-
-Go to http://docs.famethemes.com/category/30-codilight-lite for theme documentation & troubleshooting guides.
-
-====================================================================
-LICENSES
-====================================================================
-
-* Underscores
-Based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc., [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html)
-
-* Normalize
-normalize.css http://necolas.github.io/normalize.css/, (C) 2012-2015 Nicolas Gallagher and Jonathan Neal, [MIT](http://opensource.org/licenses/MIT)
-
-* Google Fonts
-
-Source: https://www.google.com/fonts/specimen/Raleway
-License: SIL Open Font License, 1.1 - scripts.sil.org/OFL
-
-Source: https://www.google.com/fonts/specimen/Open+Sans
-License: SIL Open Font License, 1.1 - scripts.sil.org/OFL
-
-* FitVids
-Source: https://github.com/davatron5000/FitVids.js/blob/master/jquery.fitvids.js
-License: Released under the WTFPL license - http://sam.zoy.org/wtfpl/
-
-* FontAwesome
-Source: https://fortawesome.github.io/Font-Awesome/
-License: GPL - https://fortawesome.github.io/Font-Awesome/license/
-
-* Slickjs
-Source: https://github.com/kenwheeler/slick
-License: MIT: https://github.com/kenwheeler/slick/blob/master/LICENSE
-
-* Screenshot Images
-Pixabay: https://pixabay.com/en/service/terms/ (http://creativecommons.org/publicdomain/zero/1.0 - CC0)
-Pexels: https://www.pexels.com/photo-license/ (http://creativecommons.org/publicdomain/zero/1.0 - CC0)
diff --git a/assets/js/customizer.js b/assets/js/customizer.js
index d5a3081..746fc6b 100644
--- a/assets/js/customizer.js
+++ b/assets/js/customizer.js
@@ -1,4 +1,4 @@
jQuery( document ).ready( function( $ ){
- $('#customize-info .accordion-section-title').append('Upgrade to Codilight Premium');
+ $('#customize-info .accordion-section-title').append('Upgrade to Codilight Premium');
} );
diff --git a/assets/sass/style.scss b/assets/sass/style.scss
index 60e1d08..516ff6f 100644
--- a/assets/sass/style.scss
+++ b/assets/sass/style.scss
@@ -4,7 +4,7 @@ Theme URI: http://www.famethemes.com/themes/codilight-lite
Author: FameThemes
Author URI: http://www.famethemes.com
Description: Codilight Lite is a news magazine style WordPress theme from FameThemes which is a perfect option to create any kind of magazine or blog websites.
-Version: 1.0.6
+Version: 1.0.7
Text Domain: codilight-lite
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
diff --git a/inc/customizer.php b/inc/customizer.php
index 5b6a42c..90f64ca 100644
--- a/inc/customizer.php
+++ b/inc/customizer.php
@@ -108,7 +108,7 @@ function codilight_lite_customize_register( $wp_customize ) {
array(
'section' => 'colors',
'type' => 'custom_message',
- 'description' => wp_kses_post( 'Check out Codilight Premium version for full control over site color styling!', 'codilight-lite' )
+ 'description' => wp_kses_post( 'Check out Codilight Premium version for full control over site color styling!', 'codilight-lite' )
)
));
diff --git a/readme.txt b/readme.txt
new file mode 100644
index 0000000..216cd66
--- /dev/null
+++ b/readme.txt
@@ -0,0 +1,94 @@
+=== Codilight Lite ===
+
+Contributors: famethemes
+Tags: two-columns, left-sidebar, right-sidebar, green, light, responsive-layout, custom-background, custom-colors, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
+
+Requires at least: 4.0
+Tested up to: 4.5.1
+Stable tag: 1.0.6
+License: GPLv2 or later
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
+
+Codilight Lite Theme, Copyright 2015 FameThemes
+Codilight Lite is distributed under the terms of the GNU GPL
+
+== Description ==
+
+Codilight Lite is a news magazine style WordPress theme from FameThemes which is a perfect option to create any kind of magazine or blog websites.
+
+== Installation ==
+
+1. In your admin panel, go to Appearance > Themes and click the Add New button.
+2. Click Upload and Choose File, then select the theme's .zip file. Click Install Now.
+3. Click Activate to use your new theme right away.
+
+== Frequently Asked Questions ==
+
+= Theme Support =
+
+* FameThemes Website: http://www.famethemes.com
+* Support Ticket: http://www.famethemes.com/dashboard/tickets/
+* Support Forum for free theme: https://wordpress.org/support/theme/codilight-lite
+
+= Theme Document =
+
+* Go to http://docs.famethemes.com/category/30-codilight-lite for theme documentation & troubleshooting guides.
+
+== Credits ==
+
+* Based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc., [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html)
+* normalize.css http://necolas.github.io/normalize.css/, (C) 2012-2016 Nicolas Gallagher and Jonathan Neal, [MIT](http://opensource.org/licenses/MIT)
+* Google Fonts https://www.google.com/fonts/specimen/Raleway License: SIL Open Font License, 1.1 - scripts.sil.org/OFL
+* Google Fonts https://www.google.com/fonts/specimen/Open+Sans License: SIL Open Font License, 1.1 - scripts.sil.org/OFL
+* Font Awesome http://fontawesome.io/, (C) Dave Gandy, [MIT](http://opensource.org/licenses/MIT)
+* Slickjs https://github.com/kenwheeler/slick [MIT](https://github.com/kenwheeler/slick/blob/master/LICENSE)
+* Screenshot Images Pixabay https://pixabay.com/en/service/terms/ [CC0](https://creativecommons.org/publicdomain/zero/1.0/)
+* Screenshot Images Pexels https://www.pexels.com/photo-license/ [CC0](https://creativecommons.org/publicdomain/zero/1.0/)
+
+== Changelog ==
+
+= 1.0.7 =
+* Remove CHANGELOG.md, moved to readme.txt
+* Remove README.md, moved to readme.txt
+* Add readme.txt files for better theme info/changelog.
+
+= 1.0.6 =
+* Add Sanitize widget data.
+
+= 1.0.5 =
+* Change Action hooks prefix.
+* Fix Dashboard: Correct capability.
+* Fix Menu Link: Correct capability.
+* Fix Escaping: admin_url().
+* Fix Escaping and translating URLs.
+* Fix Proper ellipsis.
+* Update Pagination.
+* Remove Textarea customizer control.
+* Remove widget Advertising.
+* Remove file rtl.css.
+* Add css hyphens for long page title issue.
+
+= 1.0.4 =
+* Add css hyphens for long title issue.
+* Change theme tag.
+* Remove unwanted bootstrap file.
+* Fixed widget PHP notices when update data.
+
+= 1.0.3 =
+* Add prefix for custom image size names.
+* Fixed header translate texts.
+* Remove widget notices with themecheck plugin.
+* Disabled logo by default.
+
+= 1.0.2 =
+* Fixed customizer select sanitize callback.
+* All text in theme dashboard are now internationalized.
+
+= 1.0.1 =
+* Add more widgets and blocks.
+* Add editor style
+* Add layout and sidebar settings to customizer.
+* Update theme screenshot.
+
+= 1.0 - May 12 2015 =
+* Initial release
diff --git a/style.css b/style.css
index 37e35ec..5c807c2 100644
--- a/style.css
+++ b/style.css
@@ -5,7 +5,7 @@ Theme URI: http://www.famethemes.com/themes/codilight-lite
Author: FameThemes
Author URI: http://www.famethemes.com
Description: Codilight Lite is a news magazine style WordPress theme from FameThemes which is a perfect option to create any kind of magazine or blog websites.
-Version: 1.0.6
+Version: 1.0.7
Text Domain: codilight-lite
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html