File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## 1.1.7
44- Fixed a fatal type error bug when no cards is selected backend. [ #36 ] ( https://github.com/DekodeInteraktiv/hogan-grid/issues/36 )
5+ - Added classname ` .hogan-grid-has-theme ` to all sections that have a theme. [ #34 ] ( https://github.com/DekodeInteraktiv/hogan-grid/issues/34 )
56
67## 1.1.6
78- Added ` hogan/module/grid/theme ` filter. With this you can now add section theme classname.
Original file line number Diff line number Diff line change 44 * Plugin URI: https://github.com/dekodeinteraktiv/hogan-grid
55 * GitHub Plugin URI: https://github.com/dekodeinteraktiv/hogan-grid
66 * Description: Card Grid Module for Hogan
7- * Version: 1.1.6
7+ * Version: 1.1.7
88 * Author: Dekode
99 * Author URI: https://dekode.no
1010 * License: GPL-3.0-or-later
2424 exit ; // Exit if accessed directly.
2525}
2626
27- define ( 'HOGAN_GRID_VERSION ' , '1.1.6 ' );
27+ define ( 'HOGAN_GRID_VERSION ' , '1.1.7 ' );
2828
2929add_action ( 'plugins_loaded ' , __NAMESPACE__ . '\\hogan_grid_load_textdomain ' );
3030add_action ( 'hogan/include_modules ' , __NAMESPACE__ . '\\hogan_grid_register_module ' );
You can’t perform that action at this time.
0 commit comments