diff --git a/README.md b/README.md index b7912638..7f3df0b7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ * **Contributors:** rramo012, timph, jamesros161 * **Tags:** inspiration,customization,build,create,design * **Requires at least:** 4.9 -* **Tested up to:** 6.4 +* **Tested up to:** 6.5 * **License:** GPL-3.0-or-later * **License URI:** https://www.gnu.org/licenses/gpl-3.0-standalone.html @@ -41,6 +41,16 @@ Crio is a WordPress SuperTheme that allows front-end designers, developers and o ## Changelog ## +### 2.22.1 ### +* Bug Fix: Do not allow only a number for the font size [#112](https://github.com/BoldGrid/crio/issues/112) +* Bug Fix: Comments - currentcolor overrides Customizer settings [#57](https://github.com/BoldGrid/crio/issues/57) +* Bug Fix: Footer Widgets - content inherits Headings Color [#86](https://github.com/BoldGrid/crio/issues/86) +* Bug Fix: Cannot add new menu to Customizer footer [#56](https://github.com/BoldGrid/crio/issues/56) +* Bug Fix: Live preview changes Header Background of CPH when it should not [#77](https://github.com/BoldGrid/crio/issues/77) +* Bug Fix: Crio - WooCommerce Templates out of date [#114](https://github.com/BoldGrid/crio/issues/114) +* Bug Fix: Pattern background issue [#88](https://github.com/BoldGrid/crio/issues/88) +* Bug Fix: bgtfw-palette-selector controls are not updating their values when color palette is changed [#108](https://github.com/BoldGrid/crio/issues/108) + ### 2.22.0 ### * New Feature: Add Tutorial Videos to Customizer. diff --git a/package.json b/package.json index 42c4e300..523e53d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "boldgrid-theme-framework", - "version": "2.22.0", + "version": "2.22.1", "description": "BoldGrid Theme Framework", "main": "index.js", "engines": { diff --git a/readme.txt b/readme.txt index 5f47c7ce..a5d18812 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: boldgrid, timph, rramo012, bgnicolepaschen, joemoto, imh_brad, jam Tags: news, blog, e-commerce, sticky-post, theme-options, threaded-comments, full-width-template, footer-widgets, featured-images, flexible-header, custom-header, custom-logo, custom-background, custom-colors, custom-menu, editor-style, translation-ready, left-sidebar, right-sidebar, grid-layout, one-column, two-columns, three-columns, four-columns Requires PHP: 5.6 Requires at least: 4.8 -Tested up to: 6.4 -Stable tag: 2.22.0 +Tested up to: 6.5 +Stable tag: 2.22.1 License: GPL-3.0-or-later License URI: https://www.gnu.org/licenses/gpl-3.0-standalone.html @@ -22,6 +22,16 @@ This version changes the way the color palette CSS is generated. If you are usin ## Changelog ## +== 2.22.1 == +* Bug Fix: Do not allow only a number for the font size [#112](https://github.com/BoldGrid/crio/issues/112) +* Bug Fix: Comments - currentcolor overrides Customizer settings [#57](https://github.com/BoldGrid/crio/issues/57) +* Bug Fix: Footer Widgets - content inherits Headings Color [#86](https://github.com/BoldGrid/crio/issues/86) +* Bug Fix: Cannot add new menu to Customizer footer [#56](https://github.com/BoldGrid/crio/issues/56) +* Bug Fix: Live preview changes Header Background of CPH when it should not [#77](https://github.com/BoldGrid/crio/issues/77) +* Bug Fix: Crio - WooCommerce Templates out of date [#114](https://github.com/BoldGrid/crio/issues/114) +* Bug Fix: Pattern background issue [#88](https://github.com/BoldGrid/crio/issues/88) +* Bug Fix: bgtfw-palette-selector controls are not updating their values when color palette is changed [#108](https://github.com/BoldGrid/crio/issues/108) + == 2.22.0 == * New Feature: Add Tutorial Videos to Customizer. diff --git a/src/boldgrid-theme-framework.php b/src/boldgrid-theme-framework.php index 7bc4ab5a..164b9a82 100644 --- a/src/boldgrid-theme-framework.php +++ b/src/boldgrid-theme-framework.php @@ -3,7 +3,7 @@ * Plugin Name: BoldGrid Theme Framework * Plugin URI: https://www.boldgrid.com/docs/configuration-file * Description: BoldGrid Theme Framework is a library that allows you to easily make BoldGrid themes. Please see our reference guide for more information: https://www.boldgrid.com/docs/configuration-file - * Version: 2.22.0 + * Version: 2.22.1 * Author: BoldGrid.com * Author URI: https://www.boldgrid.com/ * Text Domain: bgtfw diff --git a/style.css b/style.css index 3449253a..71128e11 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ Author: BoldGrid Theme URI: https://www.boldgrid.com/themes/crio/ Author URI: https://www.boldgrid.com/ Description: Crio is a WordPress SuperTheme that allows front-end designers, developers and other web professionals to create without bounds or restrictions. Crio's advanced customization options are completely integrated with the WordPress Customizer API, providing you with a powerful, but familiar interface to customize your website. Our integration gives you granular control over many elements straight from the Customizer, and even device previews so you can see how your site looks on different devices. Crio’s unique color palette system keeps colors consistent across your site. Drag and drop colors in your palette to increase or decrease the usage of that color throughout your website. Use the advanced controls to create a custom Header, Footer, or Blog Page layout. Be Bold and stand above the rest with Prime by BoldGrid! -Version: 2.22.0 +Version: 2.22.1 Requires at least: 5.5 Tested up to: 6.4 Requires PHP: 5.6