Skip to content

Commit

Permalink
2.18.1 rc (#778)
Browse files Browse the repository at this point in the history
* update versions and readme

* fix css selectors for footer boldgrid-sections (#775)

* removed checkboxes to prevent TGMPA from breaking (#777)

* update version for stable
  • Loading branch information
jamesros161 authored Dec 21, 2022
1 parent 4c13001 commit 0de548c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ user guide for more information.

## Changelog ##

### 2.18.1 ###
* 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)
* Bug Fix: PHP 8.1 installing recommended plugins [#776](https://github.com/BoldGrid/boldgrid-theme-framework/issues/776)

### 2.18.0 ###
* New Feature: Support for Crio Premium's MegaMenus feature.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boldgrid-theme-framework",
"version": "2.18.0",
"version": "2.18.1",
"description": "BoldGrid Theme Framework",
"main": "index.js",
"engines": {
Expand Down
10 changes: 10 additions & 0 deletions src/assets/scss/admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,13 @@
#toplevel_page_crio .wp-menu-image img {
width: 20px;
}

body.appearance_page_bgtfw-install-plugins {
#tgmpa-plugins {
.check-column,
.bulkactions {
display: none;
}
}
}

3 changes: 2 additions & 1 deletion src/assets/scss/boldgrid/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
margin-left: -15px;
margin-right: -15px;
}
> .boldgrid-section {
> .boldgrid-section,
> .bgtfw-footer > .boldgrid-section {
display: flex;
justify-content: center;
flex-direction: column;
Expand Down
2 changes: 1 addition & 1 deletion src/boldgrid-theme-framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.18.0
* Version: 2.18.1
* Author: BoldGrid.com <[email protected]>
* Author URI: https://www.boldgrid.com/
* Text Domain: bgtfw
Expand Down

0 comments on commit 0de548c

Please sign in to comment.