Releases: DekodeInteraktiv/hogan-expandable-list
Releases · DekodeInteraktiv/hogan-expandable-list
1.2.2
This is a bugfix release.
- Fixes a bug where the container height might some times cut off items due to differences in how height is calcualted between devices and browsers
1.2.1
- Added plugin version number to asset loading to fix cached asset versions
1.2.0
- Add option for thumbnail next to title. PR #16
1.1.6
Add option for offsetting list item anchor. PR #15
1.1.5
Add custom item name option. PR #13
1.1.4
Output content without wp_kses_post(). PR #11
1.1.3
Add function for opening item by url hash. PR #8
1.1.2
- Update module to new registration method introduced in Hogan Core 1.1.7
- Set hogan-core dependency
"dekodeinteraktiv/hogan-core": ">=1.1.7"
- Add Dekode Coding Standards
1.1.1
wp_enqueue_scripts
action hook removed. Handled by hogan-core
.
1.1.0
- Remove heading field, provided from Core in #53
- Breaking change: heading field has to be added using filter (was default on before).