Skip to content

Releases: amalfra/supportbee

Just another release

03 Dec 12:16
Compare
Choose a tag to compare

This release doesn't make many changes to the lib code but improves test and linting.

Support new params in tickets API

12 Mar 15:42
7d9944b
Compare
Choose a tag to compare
  • Adds support for new params in ticket endpoints. Thanks to @CapturedMomentum for creating the PR

Fixes for PSR-4

29 Jan 14:42
Compare
Choose a tag to compare
  • 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

25 Jul 17:44
Compare
Choose a tag to compare
  • 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!

02 Dec 13:07
Compare
Choose a tag to compare

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

01 Dec 09:53
Compare
Choose a tag to compare

From this release onwards PHP v5 won't be supported. PHP v7+ will be required to use this package

Adds reports methods

15 Nov 15:21
Compare
Choose a tag to compare

This release adds reports endpoint methods

  • avgFirstResponseTimeReport
  • ticketsCountReport
  • repliesCountReport

Add ticket labeling methods

20 May 06:11
Compare
Choose a tag to compare

This release adds ticket labeling methods addLabelToTicket and removeLabelFromTicket. Also fixes some bugs.

Beta v1

27 May 04:26
Compare
Choose a tag to compare

POST method bug fix.

Alpha Version 2

30 Oct 15:24
Compare
Choose a tag to compare
Alpha Version 2 Pre-release
Pre-release

Added all API method related to Ticket.