Skip to content

Commit

Permalink
v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Petter Walbø Johnsgård committed Oct 15, 2018
1 parent 4a7ee56 commit 94b8360
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.3.3
- Added filter to hide expand icon and more images link [#21](https://github.com/DekodeInteraktiv/hogan-gallery/pull/21)

## 1.3.2
- Translations and dependency updates.

Expand Down
4 changes: 2 additions & 2 deletions hogan-gallery.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://github.com/dekodeinteraktiv/hogan-gallery
* GitHub Plugin URI: https://github.com/dekodeinteraktiv/hogan-gallery
* Description: Image Gallery Module for Hogan
* Version: 1.3.2
* Version: 1.3.3
* Author: Dekode
* Author URI: https://en.dekode.no
* License: GPL-3.0-or-later
Expand All @@ -24,7 +24,7 @@
exit; // Exit if accessed directly.
}

define( 'HOGAN_GALLERY_VERSION', '1.3.2' );
define( 'HOGAN_GALLERY_VERSION', '1.3.3' );

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

0 comments on commit 94b8360

Please sign in to comment.