Skip to content

Commit

Permalink
v1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
stian-overasen committed Apr 13, 2018
1 parent 9fedb76 commit 740682d
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.1.9
- Bugfix. [PR #85](https://github.com/DekodeInteraktiv/hogan-core/pull/85)

## 1.1.8
- Fixed a bug where flexible content wasn't rendered in rest api. [PR #81](https://github.com/DekodeInteraktiv/hogan-core/pull/81)

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.8
* Version: 1.1.9
* 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.8' );
define( 'HOGAN_CORE_VERSION', '1.1.9' );
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 740682d

Please sign in to comment.