Skip to content

Commit

Permalink
Merge pull request #9 from FameThemes/development
Browse files Browse the repository at this point in the history
Development 1.0.7
  • Loading branch information
KienTrong committed Apr 28, 2016
2 parents 46f3c84 + 7129d85 commit a0bb3a8
Show file tree
Hide file tree
Showing 7 changed files with 101 additions and 62 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
====================================================================
CHANGELOG
====================================================================
## 1.0.7
*

## 1.0.6
* Add Sanitize widget data.

Expand Down
58 changes: 0 additions & 58 deletions README.md

This file was deleted.

2 changes: 1 addition & 1 deletion assets/js/customizer.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

jQuery( document ).ready( function( $ ){
$('#customize-info .accordion-section-title').append('<a target="_blank" style="text-transform: uppercase; background: #D54E21; color: #fff; font-size: 10px; line-height: 14px; padding: 2px 5px; display: inline-block;" href="https://www.famethemes.com/themes/codilight/?utm_source=codilight_lite_customizer&utm_medium=text_link&utm_campaign=codilight_lite">Upgrade to Codilight Premium</a>');
$('#customize-info .accordion-section-title').append('<a target="_blank" style="text-transform: uppercase; background: #D54E21; color: #fff; font-size: 10px; line-height: 14px; padding: 2px 5px; display: inline-block;" href="https://www.famethemes.com/themes/codilight-lite?utm_source=codilight_lite_customizer&utm_medium=text_link&utm_campaign=codilight_lite#compare">Upgrade to Codilight Premium</a>');
} );
2 changes: 1 addition & 1 deletion assets/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion inc/customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function codilight_lite_customize_register( $wp_customize ) {
array(
'section' => 'colors',
'type' => 'custom_message',
'description' => wp_kses_post( 'Check out <a target="_blank" href="https://www.famethemes.com/themes/codilight/?utm_source=codilight_lite_customizer&utm_medium=text_link&utm_campaign=codilight_lite">Codilight Premium</a> version for full control over site color styling!', 'codilight-lite' )
'description' => wp_kses_post( 'Check out <a target="_blank" href="https://www.famethemes.com/themes/codilight-lite?utm_source=codilight_lite_customizer&utm_medium=text_link&utm_campaign=codilight_lite#compare">Codilight Premium</a> version for full control over site color styling!', 'codilight-lite' )
)
));

Expand Down
94 changes: 94 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0bb3a8

Please sign in to comment.