Skip to content

Commit fecfc5e

Browse files
v1.1.9
1 parent ac4c615 commit fecfc5e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

3+
## 1.1.9
4+
- Module name translation fix.
5+
36
## 1.1.8
47
- Update module to new registration method introduced in [Hogan Core 1.1.7](https://github.com/DekodeInteraktiv/hogan-core/releases/tag/1.1.7)
58
- Set hogan-core dependency `"dekodeinteraktiv/hogan-core": ">=1.1.7"`

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