All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Allow passing NULL as value to PushwooshMessage::application()
- Coverage information
- Support for Laravel's notification channels
- Require correct configuration of package by removing placeholder data
- Docblocks on all classes and methods
- Unit tests for the main classes (
Contextmapp\Pushwoosh\PushwooshManager
andContextmapp\Pushwoosh\PushwooshFactory
)
- Code style fixes
Contexmtapp\Pushwoosh\Exceptions\InvalidConfigurationException
had an incorrect namespacePushwooshServiceProvider
called non-existent methodconnection
onPushwooshManager
PushwooshManager
called incorrect methodmake
onPushwooshFactory
- Initial release