Skip to content

Commit

Permalink
Merge branch '1.0' into 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay Kumar committed Mar 23, 2022
2 parents 25c5efe + 3da10a1 commit ddf235c
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions CHANGELOG-1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,58 @@ CHANGELOG for 1.0.x

This changelog references any relevant changes introduced in 1.0 minor versions.

* 1.0.14 (2021-10-27)
* **Misc. Updates:**
* Compatibility with PHP 8.
* Added Errors catch during ticket conversion using refresh mailbox command errors will show on console in case of any errror.
* Added a manual check method to check ticket create process using raw content of emails.

* **Issue #69:** upgrade php-mime-mail-parser version to 7.
* **Issue #71:** Use IMAP IDLE to immediately get new tickets.
* **Issue #72:** Error configuring CRONTAB.
* **Issue #80:** Mailbox component doesn't extract inline image as attachment.
* **Issue #81:** Received Emails not creating/updating tickets.

* 1.0.13 (2021-08-23)
* **Issue #399:** Reply from collaborator gmail so collaborator name is not showing.

* **Misc. Updates:**
* Lowercase and upercase check condition added for searching mailbox.
* Option added for delete inbox emails after mails fetch and converted into ticket.
* Collaborator reply threads added into ticket threads.

* 1.0.12 (2021-08-21)
* **Issue #399:** Reply from collaborator gmail so collaborator name is not showing.

* **Misc. Updates:**
* Lowercase and upercase check condition added for searching mailbox.
* Option added for delete inbox emails after mails fetch and converted into ticket.
* Collaborator reply threads added into ticket threads.

* 1.0.11 (2021-06-19)
* **Misc. Updates:**
* Methods added for checking mailbox email exist in multiple to address mail and creating ticket for the same.

* 1.0.10 (2021-04-02)

* **Issue Fixes:**

* **Issue #58:** MailboxService fails to create new ticket when to is not canonically defined.
* **Issue #59:** getting exception when click on add new mailbox button.
* **Issue #60:** mailbox is accessible by agent using search bar.
* **Issue #61:** Email validation failure.
* **Issue #62:** Email validation failure.
* **Issue #64:** email are not converted into ticket as mailbox is case sensitive.
* **Issue #65:** email are not converted into ticket if sent from web form.
* **Issue #67:** The new MailboxService.php did not open ticket from emails.
* **Issue #68:** Emails from same sender with same subject line not created.

* **Misc. Updates:**
* Controller updates as per symfony version 4.3 for removing depreciation messages.
* Updates with precheck statement for ticket creation process.
* Code updates for Auto-forwording and forwording emails updates.
* Accept and convert both capitalize and non-capitalize email conversion.

* 1.0.9 (2020-07-22)
* **Issue #57:** Can't see embedded images in ticket.
* **Issue #56:** refresh-mailbox produces Parse Error.
Expand Down

0 comments on commit ddf235c

Please sign in to comment.