Skip to content

Latest commit

 

History

History
71 lines (55 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

71 lines (55 loc) · 1.81 KB

Change Log

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.

[1.3.0] - 2018-05-29

Fixed

  • php 7.2 compatibility

1.2.0 - 2017-12-18

Removed

  • removed default channel selection
  • removed obsolete test assertions
  • removed config file

Fixed

  • fixed body type php doc accept string parameters

Updated

  • updated line formatting
  • updated imports

1.1.1 - 2017-10-30

Changed

  • change custom grouping fields to private for constancy

1.1.0 - 2017-09-21

Added

  • add custom grouping support

1.0.2 - 2017-06-29

Fixed

  • tests

Added

  • travis config
  • travis and packagist badges

Changed

  • phpunit version to php ^4.0 to support php 5.4
  • minimum php version support to 5.5

Removed

  • guzzle dependency from composer.lock

1.0.1 - 2017-06-29

Fixed

  • sending of single message
  • default allowed channel being empty

1.0.0 - 2017-06-29

Fixed

  • a single channel will not be converted to an unusable nested array

Added

  • configurable api endpoint

0.0.1 - 2017-03-30

Added

  • initial code