Releases: amalfra/supportbee
Releases · amalfra/supportbee
Just another release
Support new params in tickets API
- Adds support for new params in ticket endpoints. Thanks to @CapturedMomentum for creating the PR
Fixes for PSR-4
- Fixes standard issues for PSR-4
- Locks dependency versions to major versions to prevent breaking when a new version of library released
Latest PHP standards release
- From this release onwards support for legacy PHP versions are dropped. Now version 7.4+ is required.
- Uses psr-4 autoloading standards
- Updates the namespace to more standard one
- Uses Github actions for CI
Emails and create comment methods are here!
This release add supports for 3 new methods:
createComment
- Create a comment to the ticket with id ticket_id. Pass the information for comment as associative array in second parameter.emails
- Returns all the emails of the company.createEmail
- Creates an email for the company. Pass the information for email as associative array in second parameter.
Drop support for PHP5
From this release onwards PHP v5 won't be supported. PHP v7+ will be required to use this package
Adds reports methods
This release adds reports endpoint methods
avgFirstResponseTimeReport
ticketsCountReport
repliesCountReport
Add ticket labeling methods
This release adds ticket labeling methods addLabelToTicket
and removeLabelFromTicket
. Also fixes some bugs.
Beta v1
Alpha Version 2
Added all API method related to Ticket.