Skip to content

Commit

Permalink
v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dekode-kevin committed Feb 3, 2022
1 parent 6568e42 commit a787f7d
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.4.2
- Add filter for dynamic content limit

## 1.4.1
- Add better print css

Expand Down
4 changes: 2 additions & 2 deletions hogan-grid.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://github.com/dekodeinteraktiv/hogan-grid
* GitHub Plugin URI: https://github.com/dekodeinteraktiv/hogan-grid
* Description: Card Grid Module for Hogan
* Version: 1.4.1
* Version: 1.4.2
* 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_GRID_VERSION', '1.4.1' );
define( 'HOGAN_GRID_VERSION', '1.4.2' );

add_action( 'plugins_loaded', __NAMESPACE__ . '\\hogan_grid_load_textdomain' );
add_action( 'hogan/include_modules', __NAMESPACE__ . '\\hogan_grid_register_module', 10, 1 );
Expand Down

0 comments on commit a787f7d

Please sign in to comment.