Skip to content

Commit e04e3e7

Browse files
author
Petter Walbø Johnsgård
committed
v1.1.10
1 parent 33c8a6b commit e04e3e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 1.1.10
44
- Exclude current post from `dynamic_content` [#39](https://github.com/DekodeInteraktiv/hogan-grid/pull/39)
55
- Added option to select multiple post types in dynamic content. [#41](https://github.com/DekodeInteraktiv/hogan-grid/issues/41)
66

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.9
7+
* Version: 1.1.10
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.9' );
27+
define( 'HOGAN_GRID_VERSION', '1.1.10' );
2828

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

0 commit comments

Comments
 (0)