Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
pederan committed May 23, 2018
1 parent 5fcaecd commit e150d1f
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.1
- Added action hooks for rendering custom before and after fields for modules.

## 1.3.0
- Cleanup field group registration [PR #89](https://github.com/DekodeInteraktiv/hogan-core/pull/89)

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.3.0
* Version: 1.3.1
* 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.3.0' );
define( 'HOGAN_CORE_VERSION', '1.3.1' );
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 e150d1f

Please sign in to comment.