Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Petter Walbø Johnsgård committed Aug 14, 2018
1 parent c6ef40c commit c58b450
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog

## [2.4.0] - 2018-08-14
* Added object-fit polyfill [#29](https://github.com/DekodeInteraktiv/hogan-banner/pull/29).

## [2.3.2] - 2018-06-28
* Fix so that content div is not rendered if no content is inserted [#28](https://github.com/DekodeInteraktiv/hogan-banner/pull/28)

Expand Down
4 changes: 2 additions & 2 deletions hogan-banner.php
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://github.com/dekodeinteraktiv/hogan-banner
* GitHub Plugin URI: https://github.com/dekodeinteraktiv/hogan-banner
* Description: Banner Module for Hogan.
* Version: 2.3.2
* Version: 2.4.0
* Author: Dekode
* Author URI: https://dekode.no
* License: GPL-3.0-or-later
Expand All @@ -24,7 +24,7 @@
exit; // Exit if accessed directly.
}

define( 'HOGAN_BANNER_VERSION', '2.3.2' );
define( 'HOGAN_BANNER_VERSION', '2.4.0' );

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

0 comments on commit c58b450

Please sign in to comment.