Skip to content

Commit 7bee701

Browse files
author
Sanjeev Papnoi
committed
updates
2 parents afc6e19 + 78b0760 commit 7bee701

20 files changed

+3395
-2458
lines changed

CHANGELOG-1.0.md

+41
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,47 @@ CHANGELOG for 1.0.x
33

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

6+
* 1.0.17 (2021-10-27)
7+
8+
* **Misc. Updates:**
9+
* Compatibility with PHP 8.
10+
* Updated error pages design and added links.
11+
* Saved reply search option added with default focus on search bar to save clicks.
12+
* Added yellow background for note on ticket reply box.
13+
* Layout updates on ticket view for scroller and search dropdown.
14+
* Cache clear button added on dashboard so that user can clear cache of project without
15+
running command using CMD.
16+
* Ticket conversion issue during mailbox refresh command so now user will able to see
17+
error on CMD if any error.
18+
* Added route for dubugging ticket creation issue using email.
19+
* All Attachment remove from it's physical path as well if we delete any ticket or profile etc.
20+
* Ticket Transfer functionality added if removing a agent all tickets will assigned to another agent using workflow.
21+
* Added some default workflow and email templates for collaborators.
22+
* Updated "last update" filter on customer ticket listing.
23+
24+
* **Bug Fixes:**
25+
* **Issue #492:** agent password creation redirects to customer login page.
26+
* **Issue #488:** Better managment of email fetching in case of errors.
27+
* **Issue #485:** Crontab.
28+
* **Issue #484:** No puedo enviar ni recibir correos
29+
* **Issue #483:** Get laravel 8 Uvdesk
30+
* **Issue #480:** Improve 404 page enhancement.
31+
* **Issue #476:** Fix the default email template to customer when ticket is created.
32+
* **Issue #475:** Error when downloading attachment from customer side
33+
* **Issue #474:** Add an option to not rename attachments.
34+
* **Issue #472:** Login Button backend shows no reaktion.
35+
* **Issue #465:** Sort ticket by latest updated.
36+
* **Issue #466:** Loading issue of Tickets which have more Text messages.
37+
* **Issue #464:** Line breaks are not or not nicely displayed.
38+
* **Issue #462:** Error Create Ticket.
39+
* **Issue #461:** swiftmailer.yaml
40+
* **Issue #459:** Disable cloudflare CDN for static contents.
41+
* **Issue #457:** swift error.
42+
* **Issue #455:** Move the HelpDesk string to the custom field.
43+
* **Issue #454:** Can not install UVdesk after install of Composer 2.x.
44+
* **Issue #452:** error deleting ticket permanently.
45+
* **Issue #452:** User login error message not translated.
46+
647
* 1.0.16 (2021-08-23)
748
* **Misc. Updates:**
849
* Kudos feature added for UVdesk opensource.

README.md

+25-5
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,17 @@ The development of the uvdesk community edition is led by the [uvdesk][10] team
5858
Features
5959
----------------
6060

61-
* Translation Support (Multilingual)
61+
* [Translation Support (Multilingual)][32]
6262
* Unlimited Agents, Group, Team, Customers, Tickets etc
6363
* Agent Privileges
6464
* No limit on the number of Mailbox/Email integration
6565
* Saved Replies for common queries
6666
* Filter based on ticket status, Id, agent, customer, etc
6767
* Block Spam
68+
* [Agent Activity][29]
69+
* [Marketing Announcement][30]
70+
* [Kudos][31]
71+
* reCAPTCHA option
6872
* Standard automated workflows
6973
* Notes for agents
7074
* Custom branding
@@ -79,7 +83,7 @@ Features
7983
* Powerful Knowledgebase/Faq (article, category & folder)
8084
* Ticket types, Multiple Tags
8185
* Email Templates
82-
* [API][16] ([Doc][25])
86+
* [API][16]-[Doc][25]
8387
* Edit/delete/pinned ticket and thread
8488
* Add a collaborator and much more.
8589
* Check Apps [here.][26]
@@ -97,7 +101,7 @@ Requirements
97101
* **OS**: Ubuntu 16.04 LTS or higher / Windows 7 or Higher (WAMP / XAMPP).
98102
* **SERVER**: Apache 2 or NGINX.
99103
* **RAM**: 3 GB or higher.
100-
* **PHP**: 7.2 or higher and less than 8.
104+
* **PHP**: 7.3 or higher.
101105
* **Processor**: Clock Cycle 1 Ghz or higher.
102106
* **For MySQL users**: 5.7.23 or higher.
103107
* **Composer**: 1.6.5 or higher and less than 2.
@@ -171,6 +175,17 @@ http(s)://example.com/public
171175
After opening your project in the web browser, you will be greeted by the web installer which will guide you in configuring your project.
172176

173177

178+
##### Run project on localhost (dev mode)
179+
```bash
180+
php bin/console server:run
181+
```
182+
183+
**How to clear cache:**
184+
185+
```bash
186+
php bin/console c:c
187+
```
188+
174189
**How to log in as admin/agent:**
175190

176191
*Below url is the default url for admin/agent login if you have not made any changes for /member prefix.*
@@ -192,7 +207,7 @@ Docker Runtime
192207
Modules
193208
--------------
194209

195-
[Available modules](https://store.webkul.com/UVdesk/UVdesk-Open-Source.html)
210+
[Available Modules/Apps](https://store.webkul.com/UVdesk/UVdesk-Open-Source.html)
196211

197212
Need something else ? email us at [email protected]
198213

@@ -259,4 +274,9 @@ Support this project by becoming a sponsor. Your logo will show up here with a l
259274
[25]: https://github.com/uvdesk/api-bundle/wiki/Ticket-Related-APIs
260275
[26]: https://store.webkul.com/UVdesk/UVdesk-Open-Source.html
261276
[27]: https://support.uvdesk.com/en/blog/prerequisites-mac
262-
[28]: https://support.uvdesk.com/en/blog/prerequisites-centos7
277+
[28]: https://support.uvdesk.com/en/blog/prerequisites-centos7
278+
[29]: https://www.uvdesk.com/en/blog/uvdesk-agent-activity/
279+
[30]: https://www.uvdesk.com/en/blog/uvdesk-marketing-announcement/
280+
[31]: https://support.uvdesk.com/es/blog/uvdesk-what-is-kudos
281+
[32]: https://www.uvdesk.com/en/blog/language-translation-in-uvdesk-open-source-helpdesk/
282+

composer.json

+42-27
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,44 @@
44
"type": "project",
55
"license": "MIT",
66
"require": {
7-
"php": "^7.2",
7+
"php": "^7.3 || ^8.0",
88
"ext-ctype": "*",
99
"ext-iconv": "*",
10-
"doctrine/doctrine-bundle": "^1.12.13",
10+
"doctrine/doctrine-bundle": "^2.4",
11+
"composer/package-versions-deprecated": "1.11.99.3",
12+
"doctrine/annotations": "^1.0",
1113
"doctrine/doctrine-fixtures-bundle": "^3.4.0",
1214
"doctrine/doctrine-migrations-bundle": "^2.2.2",
15+
"doctrine/orm": "^2.9",
1316
"google/recaptcha": "^1.2.4",
1417
"ocramius/proxy-manager": "2.2.3",
15-
"knplabs/knp-paginator-bundle": "^4.1.1",
18+
"knplabs/knp-paginator-bundle": "^5.4.0",
19+
"phpdocumentor/reflection-docblock": "^5.2",
1620
"sensio/framework-extra-bundle": "^5.5.3",
17-
"symfony/asset": "4.3.*",
18-
"symfony/console": "4.3.*",
19-
"symfony/dotenv": "4.3.*",
20-
"symfony/expression-language": "4.3.*",
21+
"symfony/asset": "4.4.*",
22+
"symfony/console": "4.4.*",
23+
"symfony/dotenv": "4.4.*",
24+
"symfony/expression-language": "4.4.*",
2125
"symfony/flex": "^1.12.2",
22-
"symfony/form": "4.3.*",
23-
"symfony/framework-bundle": "4.3.*",
24-
"symfony/http-client": "4.3.*",
25-
"symfony/intl": "4.3.*",
26+
"symfony/form": "^4.4.25",
27+
"symfony/framework-bundle": "4.4.*",
28+
"symfony/http-client": "4.4.*",
29+
"symfony/intl": "4.4.*",
30+
"symfony/mime": "4.4.*",
2631
"symfony/monolog-bundle": "^3.6.0",
27-
"symfony/orm-pack": "*",
28-
"symfony/process": "4.3.*",
29-
"symfony/security-bundle": "4.3.*",
30-
"symfony/serializer-pack": "*",
32+
"symfony/process": "4.4.*",
33+
"symfony/property-access": "^4.4",
34+
"symfony/property-info": "^4.4",
35+
"symfony/proxy-manager-bridge": "^4.4",
36+
"symfony/security-bundle": "4.4.*",
37+
"symfony/serializer": "^4.4",
3138
"symfony/swiftmailer-bundle": "^3.4.0",
32-
"symfony/translation": "4.3.*",
33-
"symfony/twig-bundle": "4.3.*",
34-
"symfony/validator": "4.3.*",
35-
"symfony/var-dumper": "4.3.*",
36-
"symfony/web-link": "4.3.*",
37-
"symfony/yaml": "4.3.*",
39+
"symfony/translation": "4.4.*",
40+
"symfony/twig-bundle": "4.4.*",
41+
"symfony/validator": "4.4.*",
42+
"symfony/var-dumper": "4.4.*",
43+
"symfony/web-link": "4.4.*",
44+
"symfony/yaml": "4.4.*",
3845
"uvdesk/composer-plugin": "^1.0",
3946
"uvdesk/core-framework": "^1.0",
4047
"uvdesk/extension-framework": "^1.0",
@@ -43,11 +50,15 @@
4350
"uvdesk/mailbox-component": "^1.0"
4451
},
4552
"require-dev": {
46-
"symfony/debug-pack": "*",
53+
"phpunit/phpunit": "^9.5",
54+
"symfony/browser-kit": "^4.4",
55+
"symfony/css-selector": "^4.4",
56+
"symfony/debug-bundle": "^4.4",
4757
"symfony/maker-bundle": "^1.0",
48-
"symfony/profiler-pack": "*",
49-
"symfony/test-pack": "*",
50-
"symfony/web-server-bundle": "4.3.*"
58+
"symfony/phpunit-bridge": "^5.3",
59+
"symfony/stopwatch": "^4.4",
60+
"symfony/web-profiler-bundle": "4.4.*",
61+
"symfony/web-server-bundle": "4.4.*"
5162
},
5263
"config": {
5364
"preferred-install": {
@@ -79,15 +90,19 @@
7990
],
8091
"post-update-cmd": [
8192
"@auto-scripts"
82-
]
93+
],
94+
"auto-scripts": {
95+
"cache:clear": "symfony-cmd",
96+
"assets:install %PUBLIC_DIR%": "symfony-cmd"
97+
}
8398
},
8499
"conflict": {
85100
"symfony/symfony": "*"
86101
},
87102
"extra": {
88103
"symfony": {
89104
"allow-contrib": false,
90-
"require": "4.3.*"
105+
"require": "4.4.*"
91106
}
92107
},
93108
"prefer-stable": true,

0 commit comments

Comments
 (0)