Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Petter Walbø Johnsgård committed Jun 14, 2018
1 parent ede9eef commit 7101470
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

## [2.3.0] - 2018-06-14
* Added option to choose color on transparent theme. Default color is now `#fff` [#24](https://github.com/DekodeInteraktiv/hogan-banner/pull/24)

## [2.2.0] - 2018-06-13
* Added filter to turn off background option on full layout [#20](https://github.com/DekodeInteraktiv/hogan-banner/pull/20)

Expand Down
4 changes: 2 additions & 2 deletions hogan-banner.php
Original file line number Diff line number Diff line change
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.2.0
* Version: 2.3.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.2.0' );
define( 'HOGAN_BANNER_VERSION', '2.3.0' );

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

0 comments on commit 7101470

Please sign in to comment.