Skip to content

Commit

Permalink
v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stian-overasen committed Apr 4, 2018
1 parent 4663e5c commit 46d5dd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.1.7
- Simplify module registration. [PR #79](https://github.com/DekodeInteraktiv/hogan-core/pull/79)
- Deprecated helper function hogan_register_module().

## 1.1.6
- Fix assets bug introduced in 1.1.5

Expand Down
4 changes: 2 additions & 2 deletions hogan-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://github.com/DekodeInteraktiv/hogan-core
* GitHub Plugin URI: https://github.com/DekodeInteraktiv/hogan-core
* Description: Modular Flexible Content System for ACF Pro
* Version: 1.1.6
* Version: 1.1.7
* 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_CORE_VERSION', '1.1.6' );
define( 'HOGAN_CORE_VERSION', '1.1.7' );
define( 'HOGAN_CORE_PATH', plugin_dir_path( __FILE__ ) );
define( 'HOGAN_CORE_DIR', dirname( plugin_basename( __FILE__ ) ) );
define( 'HOGAN_CORE_URL', plugin_dir_url( __FILE__ ) );
Expand Down

0 comments on commit 46d5dd2

Please sign in to comment.