From 3e1fa320481d3a9c839cb5ae994b1ba96e101afb Mon Sep 17 00:00:00 2001 From: James Rosado Date: Wed, 31 May 2023 12:50:03 -0400 Subject: [PATCH] update readme and version for stable --- README.md | 5 +++++ package.json | 2 +- readme.txt | 7 ++++++- src/boldgrid-theme-framework.php | 2 +- style.css | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 55a891ef..7436bfd7 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,11 @@ Crio is a WordPress SuperTheme that allows front-end designers, developers and o ## Changelog ## +### 2.20.3 ### +* Bug Fix: PHP 8.1 + Crio Fatal Error | DreamHost [#82](https://github.com/BoldGrid/crio/issues/82) +* Bug Fix: PHP 8.2 Deprecated: Using ${var} in strings is deprecated, use {$var} instead [#81](https://github.com/BoldGrid/crio/issues/81) +* Bug Fix: DH PHP 8.2 & WP 6.2 Fatal Error [#78](https://github.com/BoldGrid/crio/issues/78) + ### 2.20.2 ### * Improvement: Add Border Radius to Blog > Blog Page > Border [#60](https://github.com/BoldGrid/crio/issues/60) * Bug Fix: Selecting transparent color color palette causes css syntax error[#66](https://github.com/BoldGrid/crio/issues/66) diff --git a/package.json b/package.json index e5be9117..0f49f946 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "boldgrid-theme-framework", - "version": "2.20.3-rc1", + "version": "2.20.3", "description": "BoldGrid Theme Framework", "main": "index.js", "engines": { diff --git a/readme.txt b/readme.txt index 8410cd4a..e84f8ca5 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: news, blog, e-commerce, sticky-post, theme-options, threaded-comments, ful Requires PHP: 5.6 Requires at least: 4.8 Tested up to: 6.2 -Stable tag: 2.20.3-rc1 +Stable tag: 2.20.3 License: GPL-3.0-or-later License URI: https://www.gnu.org/licenses/gpl-3.0-standalone.html @@ -22,6 +22,11 @@ This version changes the way the color palette CSS is generated. If you are usin ## Changelog ## +== 2.20.3 == +* Bug Fix: PHP 8.1 + Crio Fatal Error | DreamHost [#82](https://github.com/BoldGrid/crio/issues/82) +* Bug Fix: PHP 8.2 Deprecated: Using ${var} in strings is deprecated, use {$var} instead [#81](https://github.com/BoldGrid/crio/issues/81) +* Bug Fix: DH PHP 8.2 & WP 6.2 Fatal Error [#78](https://github.com/BoldGrid/crio/issues/78) + == 2.20.2 == * Improvement: Add Border Radius to Blog > Blog Page > Border [#60](https://github.com/BoldGrid/crio/issues/60) * Bug Fix: Selecting transparent color color palette causes css syntax error[#66](https://github.com/BoldGrid/crio/issues/66) diff --git a/src/boldgrid-theme-framework.php b/src/boldgrid-theme-framework.php index 1482ac71..bb6c5bbe 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.20.3-rc1 + * Version: 2.20.3 * Author: BoldGrid.com * Author URI: https://www.boldgrid.com/ * Text Domain: bgtfw diff --git a/style.css b/style.css index 9ffd8a9d..6bf03bef 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.20.3-rc1 +Version: 2.20.3 Requires at least: 5.5 Tested up to: 6.2 Requires PHP: 5.6