Skip to content

Commit 94b8360

Browse files
author
Petter Walbø Johnsgård
committed
v1.3.3
1 parent 4a7ee56 commit 94b8360

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.3
4+
- Added filter to hide expand icon and more images link [#21](https://github.com/DekodeInteraktiv/hogan-gallery/pull/21)
5+
36
## 1.3.2
47
- Translations and dependency updates.
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.2
7+
* Version: 1.3.3
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.2' );
27+
define( 'HOGAN_GALLERY_VERSION', '1.3.3' );
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)