Skip to content

Commit afc6e19

Browse files
author
Sanjeev Papnoi
committed
updates
1 parent bb49152 commit afc6e19

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG-1.0.md

+36
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@ CHANGELOG for 1.0.x
22
===================
33

44
This changelog references any relevant changes introduced in 1.0 minor versions.
5+
6+
* 1.0.16 (2021-08-23)
7+
* **Misc. Updates:**
8+
* Kudos feature added for UVdesk opensource.
9+
https://support.uvdesk.com/es/blog/uvdesk-what-is-kudos
10+
* Added a new option for mailbox setting that Email should be deleted from inbox after fetch and converted into ticket if user select that checkbox.
11+
* Added password encryption for Swift mailer and Mailbox.
12+
* Corrected and added timestamp setting for agent and customer both.
13+
* Collaborator replies adding to the ticket thread.
14+
* Flash Message with a warning if swift mailer is not setup or working with ticket create process.
15+
* Profile picture remove option added for customer and agent both.
16+
* Reply to CC and BCC users from customer panel if added.
17+
* Fixed multiple security issues with opensource.
18+
* Added multiple missing translation in files.
19+
20+
* **Bug Fixes:**
21+
* **Issue #423:** Status of the ticket not transalted in customer ticket list.
22+
* **Issue #428:** Attachment and Logo Issue - Web Installer Public Folder Issue.
23+
* **Issue #435:** Newer TLDs are considered invalid.
24+
* **Issue #437:** can’t upload logo after updating to 1.0.14.
25+
* **Issue #438:** Unable to finish installation - Error during load/superuser.
26+
* **Issue #439:** Update jQuery and Underscore.js
27+
* **Issue #433:** Email should be deleted from mailbox after fetch.
28+
* **Issue #429:** Invalid type for path "uvdesk_mailbox.mailboxes.Support.imap_server.password". Expected scalar, but got object.
29+
* **Issue #417:** Potential Security vulnerability.
30+
* **Issue #401:** Need to implement a workflow that alert if any issue with sending email occurs.
31+
* **Issue #382:** Improve new user experience: install and setup.
32+
* **Issue #410:** Unable to create super user during installation.
33+
* **Issue #375:** [Feature request] support extensions.
34+
* **Issue #372:** Option to remove emails from mailbox after they are fetched.
35+
* **Issue #340:** Option for operator and for the customer to remove the profile picture.
36+
* **Issue #326:** Issue with translations on visitor and operator side.
37+
* **Issue #279:** Add possibility to delete emails when is added to the ticket.
38+
* **Issue #350:** Users avatar not delted from the server
39+
* **Issue #276:** Issues wth swiftmailer password if contains specials characters. Also save password not encrypted seems not good for security.
40+
541
* 1.0.15 (2021-08-21)
642
* **Misc. Updates:**
743
* Kudos feature added for UVdesk opensource.

src/Controller/ConfigureHelpdesk.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
class ConfigureHelpdesk extends Controller
1919
{
20-
const HELPDESK_VERSION = '1.0.15';
20+
const HELPDESK_VERSION = '1.0.16';
2121
const DB_ENV_PATH_TEMPLATE = "DATABASE_URL=DB_DRIVER://DB_USER:DB_PASSWORD@DB_HOST/DB_NAME\n";
2222
const DB_ENV_PATH_PARAM_TEMPLATE = "env(DATABASE_URL): 'DB_DRIVER://DB_USER:DB_PASSWORD@DB_HOST/DB_NAME'\n";
2323
const DEFAULT_JSON_HEADERS = [

0 commit comments

Comments
 (0)