This repository has been archived by the owner on Apr 17, 2022. It is now read-only.
Releases: calvinalkan/better-wordpress-hooks
Releases · calvinalkan/better-wordpress-hooks
custom payloads and bugfixes in test case
0.1.8 custom payloads and bugfixes in test case
testing module improvements
0.1.7 testing module improvements
Update dependency on calvinalkan/interfaces to 0.1.2
0.1.6 Update dependency on calvinalkan/interfaces to 0.1.2
Added changelog and documentation
0.1.5 fixed broken link in CHANGELOG.md
Default values, auto-resolving mapped-events,
0.1.4 Update config.yml
Fix bug with doc blocks that marked closures as wrong while being valid as a parameter in WordpressDispatcher::listen()
0.1.3 fixed type hints marking closures as wrong parameters for listen() (#4)
Fix bug with default return values.
default values now get returned if listeners are registered but none of them handled the event conditionally.
Bug fix conditional listenening
Fix a bug where conditional listening would not work if the listener got created as a string callable ( Listener@method)
Initial pre-release
0.1.0 update base-container dependency to a tagged release instead of dev-m…