Skip to content

Releases: uvdesk/api-bundle

v1.1.2

13 Jun 13:40
Compare
Choose a tag to compare

🚀 Release Notes v1.1.2

Changelog (v1.1.1.1...v1.1.2)

  • Update: Dropped dependency on uvdesk/composer-plugin in support of symfony/flex
  • Feature: Add api endpoints for sessions, me, agents, customers, groups, teams, ticket, threads, and ticket-type helpdesk resources

Please refer to CHANGELOG-1.1.md for more information regarding updates included in this release.

v1.1.1.1

14 Feb 11:04
Compare
Choose a tag to compare

🚀 Release Notes v1.1.1

Changelog (v1.1.1...v1.1.1.1)

  • Feature: Add support for api authentication using both Basic/Bearer header token values

Please refer to CHANGELOG-1.1.md for more information regarding updates included in this release.

v1.1.1

13 Sep 11:03
Compare
Choose a tag to compare

🚀 Release Notes v1.1.1

Changelog (v1.1.0...v1.1.1)

  • Bug Fixes: Entity reference updates and other miscellaneous bug fixes

Please refer to CHANGELOG-1.1.md for more information regarding updates included in this release.

v1.1.0

25 Mar 12:31
Compare
Choose a tag to compare

🚀 Release Notes v1.1.0

Changelog (v1.0.4...v1.1.0)

  • Feature: Improved compatibility with PHP 8 and Symfony 5 components
  • Bug #29: Update ticket data serializer (papnoisanjeev)

Please refer to CHANGELOG-1.1.md for more information regarding updates included in this release.

Stable Release v1.0.4

08 Nov 13:53
Compare
Choose a tag to compare

Release Notes v1.0.4

🚀 [Misc. Updates]

  • Compatibility with PHP 8.
  • Composer 2 support.

🐛 [Bug Fixes]

  • Issue #10: API bundle compatibility with composer latest version 2.0.

Please refer to CHANGELOG-1.0.md for more information regarding updates included in this release.

Stable Release v1.0.3

03 Mar 14:25
Compare
Choose a tag to compare

Release Notes v1.0.3

🐛 [Bug Fixes]

  • Issue #16: I can't fetch tickets belonging to a particular email.
  • Issue #15: I can't assign a ticket using the API.
  • Issue #14: API GET tickets ActAsType customer.
  • Issue #13: Still Cannot Create Multiple attachments for a ticket.
  • Issue #12: create with multiple attachments.
  • Issue #11: Cannot download attachment from uvdesk api bundle.
  • Issue #9: Can not reply a thread.
  • Issue #8: Create new ticket with attachment Fixed in master.
  • Issue #7: No route found.
  • Issue #6: Unable to assign ticket type when creating.

Please refer to CHANGELOG-1.0.md for more information regarding updates included in this release.

Stable Release v1.0.2

30 Mar 05:45
Compare
Choose a tag to compare

Release Notes v1.0.2

New API's

Ticket API's:

  • Getting all Ticket Types.
  • Deleting the ticket forever action after trash.
  • Assigning a ticket to agent.
  • Adding and removing collaborator for a ticket.
  • Downloading the attachent for a ticket.
  • Downloading zip file for a ticket.

Updating the ticket properties:

  • Updating a agent on a ticket.
  • Updating a status on a ticket.
  • Updating a priority on a ticket.
  • Updating a group on a ticket.
  • Updating a team on a ticket.
  • Updating a type on a ticket.
  • Removing label on a ticket.

Please refer to CHANGELOG-1.0.md for more information regarding updates included in this release.

Stable Release v1.0.1

24 Feb 08:33
Compare
Choose a tag to compare

Release Notes v1.0.1:

🚀 New Updates

  • Ticket Related APIs: Added Ticket Related APIs like Ticket Create, Fetch all tickets, View or load a ticket, Trash ticket, Ticket reply (Add a reply to ticket).

Please refer to CHANGELOG-1.0.md for more information regarding updates included in this release.

Stable Release v1.0.0

21 Jan 10:00
Compare
Choose a tag to compare

Release Notes:

Features

  • Access Token Generate: Can easily create multiple token from member panel and use it for API request.

Please refer to CHANGELOG-1.0.md for more information regarding updates included in this release.