Skip to content

Latest commit

 

History

History
109 lines (47 loc) · 3.51 KB

File metadata and controls

109 lines (47 loc) · 3.51 KB

2.9.0 (2026-02-20)

Features

  • add FIRST and LAST priority constants to HookInterface (37d230d)

2.8.0 (2026-02-20)

Features

  • add getMinPriority and getMaxPriority methods (ae47217)

2.7.0 (2026-02-10)

Features

  • support per-hook priority via int|array parameter (be64915)

2.6.0 (2026-02-03)

Features

  • deprecate acceptedArgs parameter (6fe645e)

2.5.0 (2026-02-03)

Features

  • add requireTypedParameters option for type hint enforcement (d70045a)

2.4.0 (2026-02-02)

Features

  • instruct Hook class to implement a HookInterface interface (306c67d)

2.3.0 (2026-01-09)

Features

  • handle invalid number of arguments in a better way (bf8ee54)

2.2.0 (2026-01-08)

Features

  • avoid circular dependency (de1f7bc)

2.1.0 (2025-12-15)

Features

  • return the first argument on empty collection of filters/actions if exists (3a69208)

2.0.0 (2025-12-02)

Features

BREAKING CHANGES

  • Not compatible with PHP7 anymore

1.1.0 (2025-11-20)

Features

  • extra array check is not needed (5f4cc60)

1.0.3 (2025-10-03)

Bug Fixes

  • add php requirement version for compatibility (c6564f1)

1.0.2 (2025-10-03)

Bug Fixes

  • add license for composer package (5105b17)

1.0.1 (2025-10-03)

Bug Fixes

  • add licence template for composer package (23bf96c)

1.0.0 (2025-10-03)

Features