Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.37 KB

CHANGELOG.md

File metadata and controls

49 lines (30 loc) · 1.37 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.

[5.2.0]

  • Added support for illuminate collections v9
  • Added tests for php 8.1
  • Allow psr/cache next versions

[5.1.1]

Fixed

  • Fix pagination issue

[5.1.0]

Added

  • Added methods to upload and download Attachments of a record
  • Added methods to list Notes of a record

[5.0.0]

Added

  • Added changelog file

Fixed

Changed

  • Updated ZohoClient dependency to v4
  • Moved any use of spatie/enum to normal const

Removed

  • Removed spatie/enum dependency to lower the list of dependencies
  • Removed the throttle option. You can pass in a custom http client implementation with a throttle middleware if you need this feature (example: a custom guzzle client with https://github.com/caseyamcl/guzzle_retry_middleware)

4.0.2 - 2020-10-19