Skip to content

Releases: DekodeInteraktiv/hogan-core

1.1.6

03 Apr 17:45
Compare
Choose a tag to compare
  • Fix assets bug introduced in 1.1.5 PR #78

1.1.5

03 Apr 17:45
Compare
Choose a tag to compare
  • Load Hogan late to enable filters from theme. PR #74 (Fixes issue #37)
  • Add optional wrapper around heading and lead. PR #76 (Fixes issue #60)
  • Add Dekode Coding Standards. PR #73 (Fixes issue #72)

1.1.4

23 Mar 09:11
Compare
Choose a tag to compare
  • Fixed a bug where enqueue module assets was runned multiple times #70
  • Added include_file helper function for modules #71

1.1.3

14 Mar 12:19
Compare
Choose a tag to compare
  • Added hogan_get_link_title helper function. #68

1.1.2

12 Mar 11:02
Compare
Choose a tag to compare
  • Added hogan_url_to_postid helper function. A cached version of url_to_postid. #63
  • Fix a bug where flexible content was rendered multiple times on the same page. #66

1.1.1

20 Feb 12:21
Compare
Choose a tag to compare
  • Check if server runs required php version
  • Added filters to hogan toolbars. hogan/tinymce/toolbar/{hogan|hogan_caption}

1.1.0

15 Feb 10:24
Compare
Choose a tag to compare

Breaking changes

  • Hogan is no longer added by default to the post types post. Use the filter hogan/supported_post_types to declare Hogan support to different post types.

Changed

Added

  • hogan_module - Helper function to render template with static content.
  • hogan_enqueue_module_assets - Helper function to enqueue module assets.

1.0.17

06 Feb 08:24
Compare
Choose a tag to compare
Bump version

1.0.16

05 Feb 10:53
3f31791
Compare
Choose a tag to compare

Bugfix get_current_post_layouts(). This would previously return modules for first post only in a loop. Array _current_layouts is now two dimensional with post id as key.

1.0.15

31 Jan 15:49
Compare
Choose a tag to compare
  • Add caption component
  • Check if template file exists and prevent directory traversal includes
  • Only run enqueue_assets once per module per page