Skip to content

Commit 9b80768

Browse files
author
Petter Walbø Johnsgård
committed
v1.1.11
1 parent 1b8e37f commit 9b80768

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.1.11
4+
- Update `hogan-scripts` - Fixes the grid on IOS8. [#52](https://github.com/DekodeInteraktiv/hogan-grid/pull/52)
5+
- Optimize xsmall grid padding [#50](https://github.com/DekodeInteraktiv/hogan-grid/pull/50)
6+
- Add grid size option [#46](https://github.com/DekodeInteraktiv/hogan-grid/pull/46)
7+
38
## 1.1.10
49
- Exclude current post from `dynamic_content` [#39](https://github.com/DekodeInteraktiv/hogan-grid/pull/39)
510
- Added option to select multiple post types in dynamic content. [#41](https://github.com/DekodeInteraktiv/hogan-grid/issues/41)

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