Skip to content

Commit 5915504

Browse files
author
Petter Walbø Johnsgård
committed
v1.1.7
1 parent 48e225e commit 5915504

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Changelog
22

3-
## Unreleased
3+
## 1.1.7
44
- Fixed a fatal type error bug when no cards is selected backend. [#36](https://github.com/DekodeInteraktiv/hogan-grid/issues/36)
5+
- Added classname `.hogan-grid-has-theme` to all sections that have a theme. [#34](https://github.com/DekodeInteraktiv/hogan-grid/issues/34)
56

67
## 1.1.6
78
- Added `hogan/module/grid/theme` filter. With this you can now add section theme classname.

hogan-grid.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://github.com/dekodeinteraktiv/hogan-grid
55
* GitHub Plugin URI: https://github.com/dekodeinteraktiv/hogan-grid
66
* Description: Card Grid Module for Hogan
7-
* Version: 1.1.6
7+
* Version: 1.1.7
88
* Author: Dekode
99
* Author URI: https://dekode.no
1010
* License: GPL-3.0-or-later
@@ -24,7 +24,7 @@
2424
exit; // Exit if accessed directly.
2525
}
2626

27-
define( 'HOGAN_GRID_VERSION', '1.1.6' );
27+
define( 'HOGAN_GRID_VERSION', '1.1.7' );
2828

2929
add_action( 'plugins_loaded', __NAMESPACE__ . '\\hogan_grid_load_textdomain' );
3030
add_action( 'hogan/include_modules', __NAMESPACE__ . '\\hogan_grid_register_module' );

0 commit comments

Comments
 (0)