Skip to content

Commit 19f0616

Browse files
author
Akshay Kumar
committed
Resolve merge conflicts while merging latest changes from branch 1.0 into 1.1
2 parents 4995234 + 43a6915 commit 19f0616

File tree

2 files changed

+53
-4
lines changed

2 files changed

+53
-4
lines changed

CHANGELOG-1.0.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,58 @@ CHANGELOG for 1.0.x
33

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

6+
* 1.0.13 (2021-10-27)
7+
8+
* **Misc. Updates:**
9+
* Compatibility with PHP 8.
10+
* Filter option on customer side with ticket listing.
11+
12+
* **Bug. Fixes:**
13+
* Removed CC/BCC option for collaborator reply.
14+
* Preview option fixed for Article.
15+
* login issue on customer login is timestamp not set on branding.
16+
17+
* 1.0.12 (2021-08-21)
18+
* **Bug. Fixes:**
19+
* **Issue #118:** date icon should be appear in broadcast message.
20+
* **Issue #135:** customer is not able to add reply on ticket.
21+
22+
* **Misc. Updates:**
23+
* Reply rosolved from customer end if added CC and BCC in reply.
24+
* Date icon added for broadcast message.
25+
* Profile picture remove option added.
26+
* Default image show in Tickets thread when removed profile picture.
27+
* Added kudos feature.
28+
29+
* 1.0.10 (2021-06-19)
30+
* **Bug. Fixes:**
31+
* **Issue #130:** getting exception on marketing announcement when sort by Created At
32+
* **Issue #132:** When an agent logs in on the customer endpoint, redirect them.
33+
* **Issue #131:** email login is case sensitive
34+
35+
* **Misc. Updates:**
36+
* Added Marketing Announcement feature.
37+
* Broadcast message field type changed to text and added validation for 300 characters for the same.
38+
* Colors issue fixed for knowledgebase which is set from branding section.
39+
40+
* 1.0.9 (2021-04-02)
41+
* **Bug. Fixes:**
42+
* **Issue #103:** Doctrine Entities Mapping error on KnowledgebaseWebsite#website.
43+
* **Issue #107:** Getting exception while viewing categories/folder/articles at backend.
44+
* **Issue #108:** contact us form is not working.
45+
* **Issue #117:** [Feature request] Support HTML in Knowledgebase.
46+
* **Issue #110:** customer panel showing error.
47+
* **Issue #111:** add image upload icon in tinymc editor for articles.
48+
* **Issue #112:** video attachment in article is not working.
49+
* **Issue #119:** back date should be disabled while creating broadcast message.
50+
* **Issue #120:** getting exception when sort category,article based on created date.
51+
* **Issue #121:** duplicate editor options are visible in knowledgebase article editor.
52+
* **Issue #122:** ticket list pagination is missing at customer panel.
53+
* **Issue #122:** getting error while creating ticket from the front end.
54+
55+
* **Misc. Updates:**
56+
* Added multiple option for Article Editor.
57+
658
* 1.0.8 (2020-07-21)
759
* **Issue #102:** Footer cookie link issue on mobile.
860
* **Issue #101:** Missed mobile menu to login, Missed operator three dots menù in a ticket.

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@
1818
"psr-4": { "Webkul\\UVDesk\\SupportCenterBundle\\": "" }
1919
},
2020
"extra": {
21-
"uvdesk-package-extension": "Webkul\\UVDesk\\SupportCenterBundle\\Package\\Composer",
22-
"branch-alias": {
23-
"dev-master": "1.1.x-dev"
24-
}
21+
"uvdesk-package-extension": "Webkul\\UVDesk\\SupportCenterBundle\\Package\\Composer"
2522
},
2623
"minimum-stability": "stable"
2724
}

0 commit comments

Comments
 (0)