Theme Name: Sunny and Blue File Name: Changelog Tested up to: 4.5.1 Stable tag: 1.0.7 == Changelog == = 1.0.7 = * Simplified archive.php by leveraging the_archive_title. * Removed improper echo of the_permalink() and the_title() in archive.php and tag.php * Removed improper echo of do_action('comic-post-info') in archive.php and tag.php * Removed unused get_the_post_thumbnail * Added check that the plugin is enabled before trying to output shortcode in archive.php * Replaced use of get_template_part with require_once function in functions.php * Replaced wp_nav_menu depth of 100 with 0 for unlimited depth in header.php * Moved all references to add_theme_support to a function hooked onto after_setup_theme * Removed Copyright from footer * Widgetized footer * Added esc_url to get_permalink calls in archive.php and tag.php * Corrected WordPress spelling in style.css * Changed Author URL to http://www.sunnyandblue.com/ * Changed Theme URL to http://www.sunnyandblue.com/sunny-blue-theme/ * Removed unused wow.min.js * Removed copy jQuery file * Removed imports of styles in style.css and added them to sunny_and_blue_enqueue_style * Standardized prefix handles for scripts and styles. i.e. Custom scripts and styles require prefixed handles, third party should not be prefixed. * Added licensing for comic in screenshot, BootStrap, scrollSpeed, and wp_bootstrap_navwalker * Making text translation ready = 1.0.6 = * Prevent navigation bar from overlapping with WordPress admin navigation bar = 1.0.5 = * wp_enqueue_style for default style.css. * Removed custom functions from functions.php and moved to seperate file (includes/sunny-and-blue-functions.php). * Moved wp_bootstrap_navwalker.php to includes/ folder = 1.0.4 = * Fixed walker menu bug. * Removed restriction on menu depth. * Updated footer content description * Removed jquery enqueue script = 1.0.3 = * Removed double quote = 1.0.2 = * More security enhancements * Minor CSS and code adjustments * Added license for background.png * Added description to all templates * Removed hard coded link = 1.0.1 = * Fixed single post, index and single page issue that was not displaying when Comic Easel plugin was not installed * Fixed sub-menu issue. Sub-menus were not being displayed. = 1.0.0 = Initial Release