# 3.1.0 - Feb 2023 - WP6.1 and PHP8 compatibility
# Version 3.0.2 - FIXED: Some options were not showing in the customizer # Version 3.0.1 - REVISED: Blocco now fully translatable # 3.0.0 * Move files called via get_template_part() to 'templates/parts/'' folder * Move images, js, and css folders to 'assets/' folder * Move customizer JS to 'assets/js' folder * Move Custom Backaground and Infinite Scroll setup to blocco_setup() in functions.php. Remove those files. * Add front-page-nav.php template part. Move out of function for better customization control. * AudioTheme: Fix front page thumbnail display for archive menu items * AudioTheme: Remove comment support from single track pages. Tracks do not currently support comments. * Clean up template files and formatting * A few other minor bug and CSS fixes * Had a beer for lunch. # v2.1.5 * Update Jetpack Infinite Scroll styles to show default pagination when Jetpack IS is disabled. * Update 'audiotheme' script to enqueue only on single record and track pages. * Fix image media heights on responsive devices < 767 * Fix image media entry-thumbnail widths from displaying full size. * Fix post block title position on single post/pages when "Hide block thumbnail" is checked. * Remove audiotheme-shim file. Not needed as we check for the plugins activation before loading files and functions. # v2.1.4 * Add plugin compatibility file. Move plugin functions to this file. # v2.1.3 * Fix error by removing Gravity Forms from supported plugins. Not needed. # v2.1.2 * Add Gravity Forms to supported plugins * Updated comment styles * Various bug fixes # v2.1.1 * Enqueue default AudioTheme script * Remove dequeue of AudioTheme style * Update sidebar layout structure * Update theme responsive styles * Update AudioTheme responsive styles * Remove "allowed tags" from being displayed below comment form # v2.1.0 * Added AudioTheme integration * Added front page block menu display. Use a custom menu as block items! * Tons of updates, tweaks, fixes, and additions # v2.0.3 * Update sample-data.xml * Update fitvids.js script to include VideoPress * Fix video resize issue with VideoPress videos # v2.0.2 * Fix: Menu Color Classes No Longer Working * Fix: Comments extending past sidebar # v2.0.1 * Fix: Sub menus display * Fix: Text overflow wraps # v2.0.0 * Added custom accent color option to theme customizer * Added Post Options custom metabox * Added ability to insert a custom block thumbnail image * Added Full Width template (templates/full-width.php) * Added Custom Background support * Added Custom Header support (logo) * Added Post Format support (video) * Added Theme Updater script to help convert from v1.x to v2.x * Added single post navigation * Added multiple post pagination * Added copyright text * Added post tags * Added text based logo integration * Added editor styles * Added widget styling for all default widgets * Added i18n integration * Added various action hooks to allow for better child themeing * Added Search form page template * Added Archive page template * Added menu drop downs * Updated post titles to be truncated if title exceeds block height. (add ellipsis to end of title) * Updated mobile menu integration and styles * Updated file formatting * Updated titles to be truncated if they do not fit * Updated title to use a filter * Updated theme styles to be enqueued via functions.php * Updated function locations for better organization (inc/template-tags.php and tweaks.php) * Updated theme tags * Updated comments structure * Updated screenshot * Updated Options Framework options to the Theme Customizer * Removed custom video url functionality and meta box * Removed custom pagination functionality * Removed Options Framework integration and options * Removed PressTrends integration * Removed auto menu setup functionality for Social Media * Removed hiding of some default widgets # v1.1.1 * FIXED: White Content Background Cut Off in Posts & Pages on Scroll (functions.php, style.css) # v1.1.0 * FIXED: Pagination on Home Page if Home Page Category is Enabled (index.php, options.php, foreword.php) * FIXED: Broken Layout on Video Posts in Desktop v(style.css) * FIXED: Home Menu Item Color Fix When on Home Page (foreword.php) * REVISED: Mobile Optimization Updates (style.css, style-iphone.css, style-ipad.css, header.php. functions.php, foreword.php) * REVISED: Title Tag Updated to Display Site Name and Post Title (header.php) # v1.0.1 * REVISED: Updated Theme Description (style.css) # v1.0.0 * NEW: Initial Release