Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

31 lines (26 loc) · 1.06 KB

Changelog

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.

[0.3.1] - 2018-10-02

Fixed

  • Allow passing NULL as value to PushwooshMessage::application()

[0.3.0] - 2018-08-31

Added

  • Coverage information
  • Support for Laravel's notification channels

Fixed

  • Require correct configuration of package by removing placeholder data

[0.2.0] - 2018-08-28

Added

  • Docblocks on all classes and methods
  • Unit tests for the main classes (Contextmapp\Pushwoosh\PushwooshManager and Contextmapp\Pushwoosh\PushwooshFactory)

Changed

  • Code style fixes

Fixed

  • Contexmtapp\Pushwoosh\Exceptions\InvalidConfigurationException had an incorrect namespace
  • PushwooshServiceProvider called non-existent method connection on PushwooshManager
  • PushwooshManager called incorrect method make on PushwooshFactory

[0.1.0] - 2017-09-21

Added

  • Initial release