Skip to content

Releases: DekodeInteraktiv/hogan-core

1.4.3

Choose a tag to compare

@pederan pederan released this 26 Apr 08:28

1.4.3

  • Added filter to add attributes to the outer- and inner wrapper PR #98

1.4.2

Choose a tag to compare

@walbo walbo released this 23 Oct 11:08
  • Added filter to hide a module when fetched trough the rest api PR #95

1.4.1

Choose a tag to compare

@stian-overasen stian-overasen released this 28 Sep 12:48

Bugfix SearchWP indexing PR #93

1.4.0

Choose a tag to compare

@walbo walbo released this 29 May 08:15
  • Added default module width css PR #90

1.3.1

Choose a tag to compare

@pederan pederan released this 23 May 06:49
  • Added action hooks for rendering custom before and after fields for modules.

1.3.0

Choose a tag to compare

@stian-overasen stian-overasen released this 25 Apr 05:28

Cleanup field group registration PR #89

  • Register field groups directly into core, just like we do with modules.
  • New filter hogan/field_group/<name>/args for overriding all field group parameters.
  • New filter hogan/field_group/default/supported_post_types for adding Hogan support to custom post types without the hassle of writing the location parameter correctly. (This filter is for the default field group only, custom field groups must define the location parameter.)
  • Deprecated filters:
    • hogan/field_group/<name>/fields_before_flexible_content
    • hogan/field_group/<name>/fields_after_flexible_content
    • hogan/field_group/<name>/location
    • hogan/field_group/<name>/hide_on_screen
    • hogan/supported_post_types
  • Deprecated helper functions:
    • hogan_deregister_default_field_group()
    • hogan_register_field_group()
  • Removed core function get_field_group_default_location()

See readme for example code.

1.2.0

Choose a tag to compare

@pederan pederan released this 13 Apr 14:24

Removed

Fixed

  • Avoid collapsing new layouts. PR #86 (Fixes issue #29)

1.1.9

Choose a tag to compare

@stian-overasen stian-overasen released this 13 Apr 09:49

1.1.8

Choose a tag to compare

@pederan pederan released this 11 Apr 07:58
  • Fixed a bug where flexible content wasn't rendered in rest api. PR #81

1.1.7

Choose a tag to compare

@stian-overasen stian-overasen released this 04 Apr 09:26
  • Simplify module registration. PR #79
  • Deprecated helper function hogan_register_module().