This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
1.2.0
- Reversed order of
EventQueue->ircWhois()
parameters to correct their optionality (@hashworks) - Added
PluginContainerInterface
to allow plugins nested within other plugins, like EventFilter, to have plugin processors applied (@Renegade334) - Added
EventQueueFactoryAwareInterface
, which plugins can implement to get access to connection-specific event queues when invoking commands asynchronously (@Renegade334) - Added
EventLoopAwareInterface
implementation toAbstractPlugin
(@Renegade334) - Updated to client 2.2 and connection 2.0 (@hashworks)
- Updated test suite to use PHPUnit 4.6 and Phake 2.1 (@Renegade334)