Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Petter Walbø Johnsgård committed May 22, 2018
1 parent 4fe059e commit 31c691e
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.0
- Added "Masonry" layout [#15](https://github.com/DekodeInteraktiv/hogan-gallery/pull/15)

## 1.2.3
- Add screen reader text to PhotoSwipe buttons [#12](https://github.com/DekodeInteraktiv/hogan-gallery/pull/12)
- Update `hogan-scripts` dependency [#13](https://github.com/DekodeInteraktiv/hogan-gallery/pull/12)
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.2.3
* Version: 1.3.0
* 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.2.3' );
define( 'HOGAN_GALLERY_VERSION', '1.3.0' );

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 31c691e

Please sign in to comment.