Skip to content

Releases: DekodeInteraktiv/hogan-expandable-list

1.2.2

23 Mar 14:07
cd0c598
Compare
Choose a tag to compare

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

13 Aug 09:56
Compare
Choose a tag to compare
  • Added plugin version number to asset loading to fix cached asset versions

1.2.0

10 Aug 12:54
Compare
Choose a tag to compare
  • Add option for thumbnail next to title. PR #16

1.1.6

04 Nov 13:43
Compare
Choose a tag to compare

Add option for offsetting list item anchor. PR #15

1.1.5

01 Nov 13:10
Compare
Choose a tag to compare

Add custom item name option. PR #13

1.1.4

07 Oct 11:58
Compare
Choose a tag to compare

Output content without wp_kses_post(). PR #11

1.1.3

26 Nov 13:18
Compare
Choose a tag to compare

Add function for opening item by url hash. PR #8

1.1.2

05 Apr 14:17
76d89cc
Compare
Choose a tag to compare
  • 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

23 Mar 13:37
Compare
Choose a tag to compare

wp_enqueue_scripts action hook removed. Handled by hogan-core.

1.1.0

16 Feb 08:41
Compare
Choose a tag to compare
  • Remove heading field, provided from Core in #53
  • Breaking change: heading field has to be added using filter (was default on before).