Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

Latest commit

 

History

History
77 lines (44 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

77 lines (44 loc) · 1.63 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.

v2.7.0

Deprecated

  • Package is abandoned and soon will be completely removed. Migrate on this package

v2.6.0

Added

  • Lumen support #7

v2.5.1

Changed

  • Maximal phpunit version now is 7.4.x. Reason - since 7.5.0 frameworks contains assertions like assertIsString, assertIsArray and others, already declared in class AbstractUnitTestCase

v2.5.0

Changed

  • Maximal PHP version now is undefined
  • Maximal Laravel version now is 5.7.*
  • CI changed to Travis CI
  • CodeCov integrated

v2.4.0

Fixed

  • Return type of webhook option has type object #6

v2.3.0

Added

  • Config settings for manage web-hooks

v2.2.0

Added

  • is_force flag to makeReport method #2

Changed

  • Issues & PR templates
  • Update requirement avto-dev/b2b-api-php to version 2.3.0

v2.1.0

Changed

  • CI config updated
  • Required minimal PHPUnit version now 5.7.10
  • Required minimal Laravel version now 5.4.3
  • Disabled HTML coverage report (CI errors)
  • Unimportant PHPDoc blocks removed