Skip to content

Commit 920fe84

Browse files
committed
v1.3.4
1 parent 4f29f97 commit 920fe84

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.3.4
4+
- Fixed offset vertical margins for grid layout [#22](https://github.com/DekodeInteraktiv/hogan-gallery/pull/22)
5+
36
## 1.3.3
47
- Added filter to hide expand icon and more images link [#21](https://github.com/DekodeInteraktiv/hogan-gallery/pull/21)
58

hogan-gallery.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-gallery
55
* GitHub Plugin URI: https://github.com/dekodeinteraktiv/hogan-gallery
66
* Description: Image Gallery Module for Hogan
7-
* Version: 1.3.3
7+
* Version: 1.3.4
88
* Author: Dekode
99
* Author URI: https://en.dekode.no
1010
* License: GPL-3.0-or-later
@@ -24,7 +24,7 @@
2424
exit; // Exit if accessed directly.
2525
}
2626

27-
define( 'HOGAN_GALLERY_VERSION', '1.3.3' );
27+
define( 'HOGAN_GALLERY_VERSION', '1.3.4' );
2828

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

0 commit comments

Comments
 (0)