I.Theme
cpro, Copyright 2017 Tomasz Kisielewski cpro is licensed under GNU General Public License V2 or later. You can find a copy of it in the license.txt file. cpro is distributed under the terms of the GNU GPL
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program.
II. Resources
a) Underscores cpro is based on Underscores. Resource URI: http://underscores.me/ Copyright: Automattic, automattic.com License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html
b) Bootstrap All files from the /bootstrap folder are from the Bootstrap v3 package. Resource URI: http://getbootstrap.com/ Copyright: 2011-2014 Twitter, Inc License: MIT License URI: http://opensource.org/licenses/MIT
c) Icons The icon set used in cpro is FontAwesome. Copyright: Dave Gandy Resource URI: http://fontawesome.io License: SIL Open Font License, Version 1.1 License URI: https://scripts.sil.org/OFL?
d) jQuery Waypoints Copyright: 2011-2014 Caleb Troughton Resource URI: http://imakewebthings.com/jquery-waypoints/ License: MIT License URI: http://opensource.org/licenses/MIT
e) OwlCarousel Copyright: 2013 Bartosz Wojciechowski Resource URI: http://www.owlgraphic.com/owlcarousel/ License: MIT License URI: http://opensource.org/licenses/MIT
f) jquery-match-height master by @liabru Resource URI: http://brm.io/jquery-match-height/ License: MIT
g) WP Bootstrap Navwalker by Edward McIntyre Resource URI: https://github.com/twittem/wp-bootstrap-navwalker License: GNU GPL
h) Understrap by Holger Koenemann Resource URI: https://github.com/understrap/understrap-bs3 License: GNU GPL
III. Documentation
Theme documentation is available on http://www.tkthemes.com/free-templates/wordpress/cpro Theme demo is available on http://cpro.tkthemes.com/
== Changelog == 1.0.1
- Nothing changed but version number to resubmit to wordpress.org directory 1.0.2 ( 16 July 2017 )
- Corrected: Scrolling down, the script that enables the sticky header
- Corrected: Static home Page is showing a Read More link pointing to this same page
- Corrected: author.php to show author display name instead of nickname, profile changed to bio
- Corrected: Comments are showing the ordered list number, list-style: none
- Corrected: Custom logo layout
- Corrected: Header Area with navigation looks like its kinda closed, added 50px margin
- Corrected: Carousel should be disabled no matter what page is on
- Corrected: header.php removed theme_mod cpro_theme_script_code_setting as it is not used by theme
- Corrected: display of some html tags
- Corrected: Social Links - defaults should be empty, not '# 1.0.3 ( 19 July 2017 )
- Missing pagonation added to blog page
- Removed rtl.css and rtl-language-support tag from style.css
- Corrected: Unescaped data inside function cpro_customize_css()
- custom-comments.php: add prefix to functions
- Clean up: removed unused images
- body font-size increased to 17px
- static banner removed, re-positioned and re-styled showcase page so it can be used instead.
- updated copyright info in readme.txt 1.0.4 (25 July 2017 )
- removed unused files
- renamed page-contact-us.php, converted it to a page template template-contact-us 1.0.5 (27 August 2017)
- added missing translation functions
- translation updated
- header.php "alt" for logo image is taken from media library, if no alt present it is default to blog name
- content-secondary.php, content-top.php, showcase.php improved logic so warning page is displayed only to the user in cap of setting theme options, the duplicate front page will not be displayed
- content-secondary.php, content-top.php, showcase.php missing wp_link_pages added
- wp_bootstrap_navwalker.php "Add menu" translation added, esc_attr() replaced with esc_html()
- extras.php removed version compare
- removed wp-com.php
- removed sticky.php
- echo get_the_post_thumbnail($post->ID, 'large') replaced with the_post_thumbnail( 'full' ) in several files