Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 3.05 KB

CHANGELOG.md

File metadata and controls

49 lines (31 loc) · 3.05 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.1 (2023-10-17)

Bug Fixes

  • add missing sandbox options (4f30372)
  • fix failing tests (7bd0ee4)
  • fix undefined array key warning (5b2321f)

2.0.0 (2023-08-24)

⚠ BREAKING CHANGES

  • drop php 8.0 compatibility and require php 8.1
  • move status parameter to last
  • allow to provide offers options on subscription switch
  • remove offers list sandbox mode parameter

Features

  • add price to options (3965f48)
  • allow to provide offers options on subscription switch (9985fea)
  • drop php 8.0 compatibility and require php 8.1 (c68eea4)
  • offers: add sandbox param (992a8ab)

Bug Fixes

  • deps: update dependency guzzlehttp/guzzle to v7.4.5 [security] (d5b47e9)
  • deps: update dependency guzzlehttp/guzzle to v7.7.0 (d14c670)
  • lint code (1f6f9a7)
  • move status parameter to last (01c8a6f)
  • remove offers list sandbox mode parameter (79db151)
  • rename request options parameter (93ad74e)

1.0.0 (2022-08-04)

Features

  • add customers & payments methods (974e88b)
  • subscribe: delete access and refresh tokens and all api calls where it's needed (0e1b8e4)
  • subscribe: remove useless requestWithRetry (0b0b88c)
  • subscribe: rewrite example (bbbb8b7)