Skip to content
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.

Releases: calvinalkan/better-wordpress-hooks

custom payloads and bugfixes in test case

17 May 03:40
Compare
Choose a tag to compare
0.1.8

custom payloads and bugfixes in test case

testing module improvements

16 May 22:47
Compare
Choose a tag to compare
0.1.7

testing module improvements

Update dependency on calvinalkan/interfaces to 0.1.2

16 May 22:22
Compare
Choose a tag to compare
0.1.6

Update dependency on calvinalkan/interfaces to 0.1.2

Added changelog and documentation

07 May 18:51
Compare
Choose a tag to compare
0.1.5

fixed broken link in CHANGELOG.md

Default values, auto-resolving mapped-events,

07 May 18:16
4ea272c
Compare
Choose a tag to compare

Fix bug with doc blocks that marked closures as wrong while being valid as a parameter in WordpressDispatcher::listen()

22 Apr 01:45
e21b8ed
Compare
Choose a tag to compare
0.1.3

fixed type hints marking closures as wrong parameters for listen() (#4)

Fix bug with default return values.

21 Apr 19:51
Compare
Choose a tag to compare

default values now get returned if listeners are registered but none of them handled the event conditionally.

Bug fix conditional listenening

21 Apr 19:20
Compare
Choose a tag to compare

Fix a bug where conditional listening would not work if the listener got created as a string callable ( Listener@method)

Initial pre-release

21 Apr 00:21
Compare
Choose a tag to compare
update base-container dependency to a tagged release instead of dev-m…

…aster