diff --git a/README.md b/README.md index 53220a3de..434acc82c 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,9 @@ user guide for more information. ## Changelog ## +### 2.13.1 ### +* Bug Fix: Responsive Utilities from PPB are not respected in latest Crio version [#637](https://github.com/BoldGrid/boldgrid-theme-framework/issues/637) + ### 2.13.0 ### * New Feature: Add controls for submenu backround, link, and active link colors [#587](https://github.com/BoldGrid/boldgrid-theme-framework/issues/587) * Feature Update: Update PPB and Crio Google Fonts [#276](https://github.com/BoldGrid/post-and-page-builder/issues/276) diff --git a/package.json b/package.json index 03299bdc5..cddf2f255 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "boldgrid-theme-framework", - "version": "2.13.0", + "version": "2.13.1", "description": "BoldGrid Theme Framework", "main": "index.js", "engines": { diff --git a/src/assets/scss/boldgrid/_bootstrap-additions.scss b/src/assets/scss/boldgrid/_bootstrap-additions.scss index ff969fb66..50c99c233 100644 --- a/src/assets/scss/boldgrid/_bootstrap-additions.scss +++ b/src/assets/scss/boldgrid/_bootstrap-additions.scss @@ -92,7 +92,7 @@ #main-wrapper.full-width .main .entry-content .boldgrid-section { - display: flex !important; + display: flex; justify-content: center; flex-direction: column; align-items: center; diff --git a/src/boldgrid-theme-framework.php b/src/boldgrid-theme-framework.php index 0466b9bf5..da2864984 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.13.0 + * Version: 2.13.1 * Author: BoldGrid.com * Author URI: https://www.boldgrid.com/ * Text Domain: bgtfw