Skip to content

Commit 07dc295

Browse files
committed
update versions for release
1 parent da4fa5e commit 07dc295

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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.2 ###
40+
* Bug Fix: Fixed Container CPH = 0 padding on mobile [#779](https://github.com/BoldGrid/boldgrid-theme-framework/issues/779)
41+
* Update: Remove unnecessary woocommerce template override global/quantity-input.php
42+
3943
### 2.18.1 ###
4044
* 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)
4145
* Bug Fix: PHP 8.1 installing recommended plugins [#776](https://github.com/BoldGrid/boldgrid-theme-framework/issues/776)

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.1",
3+
"version": "2.18.2",
44
"description": "BoldGrid Theme Framework",
55
"main": "index.js",
66
"engines": {

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.1
6+
* Version: 2.18.2
77
* Author: BoldGrid.com <[email protected]>
88
* Author URI: https://www.boldgrid.com/
99
* Text Domain: bgtfw

0 commit comments

Comments
 (0)