Skip to content

Releases: DekodeInteraktiv/hogan-core

1.4.3

26 Apr 08:28
Compare
Choose a tag to compare

1.4.3

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

1.4.2

23 Oct 11:08
Compare
Choose a tag to compare
  • Added filter to hide a module when fetched trough the rest api PR #95

1.4.1

28 Sep 12:48
Compare
Choose a tag to compare

Bugfix SearchWP indexing PR #93

1.4.0

29 May 08:15
Compare
Choose a tag to compare
  • Added default module width css PR #90

1.3.1

23 May 06:49
Compare
Choose a tag to compare
  • Added action hooks for rendering custom before and after fields for modules.

1.3.0

25 Apr 05:28
Compare
Choose a tag to compare

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

13 Apr 14:24
Compare
Choose a tag to compare

Removed

Fixed

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

1.1.9

13 Apr 09:49
Compare
Choose a tag to compare

1.1.8

11 Apr 07:58
Compare
Choose a tag to compare
  • Fixed a bug where flexible content wasn't rendered in rest api. PR #81

1.1.7

04 Apr 09:26
Compare
Choose a tag to compare
  • Simplify module registration. PR #79
  • Deprecated helper function hogan_register_module().