Skip to content

Releases: uvdesk/api-bundle

v1.1.4

05 Sep 09:53
v1.1.4

Choose a tag to compare

Release Notes v1.1.4

🚀 [Misc. Updates]

  • Code Refactoring.

🥇 [Improvements]

  • Added support for custom fields in ticket creation and view requests.
  • Added agent creation event and returned the agent ID in the response.
  • On ticket reply, returning thread details in the JSON response.
  • On ticket creation, returning ticket data in the JSON response.
  • On agent create or update, returning agent data in the JSON response.
  • On customer create or update, returning customer data in the JSON response.
  • On group create or update, returning group data in the JSON response.
  • On team create or update, returning team data in the JSON response.

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

v1.1.3

18 Dec 11:19
v1.1.3

Choose a tag to compare

Release Notes v1.1.3

🚀 [Misc. Updates]

  • License and support email address updated.
  • Code Refactoring.

🐛 [Bug Fixes]

  • Issue #74 - another error on update customer data.
  • Issue #73 - got error on customer create.
  • Issue #63 - IF space in last when create ticket then showing error.
  • Issue #62 - Should be shown a proper messages when using the session logout api.
  • Issue #55 - When create an agent from api side then group, team, agent-priv, ticket-view option added.
  • Issue #54 - When using session/login api then showing an error regarding UserAccessScopes.
  • Issue #45 - When we are using the expired token from session logout api then token not expired/disabled from admin panel.
  • Issue #44 - when we have multiple access token on our admin panel then copy the below token using copy button then always copy on the first token only.
  • Issue #40 - When replying from the customer account with using API, email not received on agent side.
  • Issue #39 - When replying with a note and forward option added to the customer account so should not be added as a note and forward in the tickets.
  • Issue #38 - When ticket is in the trashed tab should not be the agent updated.
  • Issue #32 - Ticket channel should be API when ticket created from API.

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

v1.1.2

13 Jun 13:40

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

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

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

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

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

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

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

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.