Skip to content

Commit 0de548c

Browse files
authored
2.18.1 rc (#778)
* update versions and readme * fix css selectors for footer boldgrid-sections (#775) * removed checkboxes to prevent TGMPA from breaking (#777) * update version for stable
1 parent 4c13001 commit 0de548c

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ user guide for more information.
3636

3737
## Changelog ##
3838

39+
### 2.18.1 ###
40+
* Bug Fix: Some footer designs are altered when upgrading from 2.17 to 2.18 [#774](https://github.com/BoldGrid/boldgrid-theme-framework/issues/774)
41+
* Bug Fix: PHP 8.1 installing recommended plugins [#776](https://github.com/BoldGrid/boldgrid-theme-framework/issues/776)
42+
3943
### 2.18.0 ###
4044
* New Feature: Support for Crio Premium's MegaMenus feature.
4145

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "boldgrid-theme-framework",
3-
"version": "2.18.0",
3+
"version": "2.18.1",
44
"description": "BoldGrid Theme Framework",
55
"main": "index.js",
66
"engines": {

src/assets/scss/admin.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,13 @@
8383
#toplevel_page_crio .wp-menu-image img {
8484
width: 20px;
8585
}
86+
87+
body.appearance_page_bgtfw-install-plugins {
88+
#tgmpa-plugins {
89+
.check-column,
90+
.bulkactions {
91+
display: none;
92+
}
93+
}
94+
}
95+

src/assets/scss/boldgrid/_header.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
margin-left: -15px;
99
margin-right: -15px;
1010
}
11-
> .boldgrid-section {
11+
> .boldgrid-section,
12+
> .bgtfw-footer > .boldgrid-section {
1213
display: flex;
1314
justify-content: center;
1415
flex-direction: column;

src/boldgrid-theme-framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: BoldGrid Theme Framework
44
* Plugin URI: https://www.boldgrid.com/docs/configuration-file
55
* 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
6-
* Version: 2.18.0
6+
* Version: 2.18.1
77
* Author: BoldGrid.com <[email protected]>
88
* Author URI: https://www.boldgrid.com/
99
* Text Domain: bgtfw

0 commit comments

Comments
 (0)