Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Releases: Dhii/wp-events

0.3.0

22 Jun 03:20
d492445
Compare
Choose a tag to compare

Stable release.

0.3-alpha2

29 May 10:56
feee39e
Compare
Choose a tag to compare
0.3-alpha2 Pre-release
Pre-release

Fixed

  • Events no longer receive only the first hook argument.

0.3-alpha1

11 May 10:28
Compare
Choose a tag to compare
0.3-alpha1 Pre-release
Pre-release

Added

  • EventManager can now optionally stop event propagation across all hook handlers.
  • Added unit and functional tests.

Changed

  • Refactored codebase, separating logic into traits.
  • Improved the event cache clearing mechanism for increased performance.

0.2

18 Jan 12:21
Compare
Choose a tag to compare
0.2

Fixed

  • Reflection parameter detection in EventManager.

0.1

07 Jul 15:43
Compare
Choose a tag to compare
0.1
Merge pull request #1 from Dhii/task/implement-psr-14

Implementations for PSR-14