Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjeev Papnoi committed Oct 27, 2021
2 parents afc6e19 + 78b0760 commit 7bee701
Show file tree
Hide file tree
Showing 20 changed files with 3,395 additions and 2,458 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG-1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,47 @@ CHANGELOG for 1.0.x

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

* 1.0.17 (2021-10-27)

* **Misc. Updates:**
* Compatibility with PHP 8.
* Updated error pages design and added links.
* Saved reply search option added with default focus on search bar to save clicks.
* Added yellow background for note on ticket reply box.
* Layout updates on ticket view for scroller and search dropdown.
* Cache clear button added on dashboard so that user can clear cache of project without
running command using CMD.
* Ticket conversion issue during mailbox refresh command so now user will able to see
error on CMD if any error.
* Added route for dubugging ticket creation issue using email.
* All Attachment remove from it's physical path as well if we delete any ticket or profile etc.
* Ticket Transfer functionality added if removing a agent all tickets will assigned to another agent using workflow.
* Added some default workflow and email templates for collaborators.
* Updated "last update" filter on customer ticket listing.

* **Bug Fixes:**
* **Issue #492:** agent password creation redirects to customer login page.
* **Issue #488:** Better managment of email fetching in case of errors.
* **Issue #485:** Crontab.
* **Issue #484:** No puedo enviar ni recibir correos
* **Issue #483:** Get laravel 8 Uvdesk
* **Issue #480:** Improve 404 page enhancement.
* **Issue #476:** Fix the default email template to customer when ticket is created.
* **Issue #475:** Error when downloading attachment from customer side
* **Issue #474:** Add an option to not rename attachments.
* **Issue #472:** Login Button backend shows no reaktion.
* **Issue #465:** Sort ticket by latest updated.
* **Issue #466:** Loading issue of Tickets which have more Text messages.
* **Issue #464:** Line breaks are not or not nicely displayed.
* **Issue #462:** Error Create Ticket.
* **Issue #461:** swiftmailer.yaml
* **Issue #459:** Disable cloudflare CDN for static contents.
* **Issue #457:** swift error.
* **Issue #455:** Move the HelpDesk string to the custom field.
* **Issue #454:** Can not install UVdesk after install of Composer 2.x.
* **Issue #452:** error deleting ticket permanently.
* **Issue #452:** User login error message not translated.

* 1.0.16 (2021-08-23)
* **Misc. Updates:**
* Kudos feature added for UVdesk opensource.
Expand Down
30 changes: 25 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,17 @@ The development of the uvdesk community edition is led by the [uvdesk][10] team
Features
----------------

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


##### Run project on localhost (dev mode)
```bash
php bin/console server:run
```

**How to clear cache:**

```bash
php bin/console c:c
```

**How to log in as admin/agent:**

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

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

Need something else ? email us at [email protected]

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

69 changes: 42 additions & 27 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,44 @@
"type": "project",
"license": "MIT",
"require": {
"php": "^7.2",
"php": "^7.3 || ^8.0",
"ext-ctype": "*",
"ext-iconv": "*",
"doctrine/doctrine-bundle": "^1.12.13",
"doctrine/doctrine-bundle": "^2.4",
"composer/package-versions-deprecated": "1.11.99.3",
"doctrine/annotations": "^1.0",
"doctrine/doctrine-fixtures-bundle": "^3.4.0",
"doctrine/doctrine-migrations-bundle": "^2.2.2",
"doctrine/orm": "^2.9",
"google/recaptcha": "^1.2.4",
"ocramius/proxy-manager": "2.2.3",
"knplabs/knp-paginator-bundle": "^4.1.1",
"knplabs/knp-paginator-bundle": "^5.4.0",
"phpdocumentor/reflection-docblock": "^5.2",
"sensio/framework-extra-bundle": "^5.5.3",
"symfony/asset": "4.3.*",
"symfony/console": "4.3.*",
"symfony/dotenv": "4.3.*",
"symfony/expression-language": "4.3.*",
"symfony/asset": "4.4.*",
"symfony/console": "4.4.*",
"symfony/dotenv": "4.4.*",
"symfony/expression-language": "4.4.*",
"symfony/flex": "^1.12.2",
"symfony/form": "4.3.*",
"symfony/framework-bundle": "4.3.*",
"symfony/http-client": "4.3.*",
"symfony/intl": "4.3.*",
"symfony/form": "^4.4.25",
"symfony/framework-bundle": "4.4.*",
"symfony/http-client": "4.4.*",
"symfony/intl": "4.4.*",
"symfony/mime": "4.4.*",
"symfony/monolog-bundle": "^3.6.0",
"symfony/orm-pack": "*",
"symfony/process": "4.3.*",
"symfony/security-bundle": "4.3.*",
"symfony/serializer-pack": "*",
"symfony/process": "4.4.*",
"symfony/property-access": "^4.4",
"symfony/property-info": "^4.4",
"symfony/proxy-manager-bridge": "^4.4",
"symfony/security-bundle": "4.4.*",
"symfony/serializer": "^4.4",
"symfony/swiftmailer-bundle": "^3.4.0",
"symfony/translation": "4.3.*",
"symfony/twig-bundle": "4.3.*",
"symfony/validator": "4.3.*",
"symfony/var-dumper": "4.3.*",
"symfony/web-link": "4.3.*",
"symfony/yaml": "4.3.*",
"symfony/translation": "4.4.*",
"symfony/twig-bundle": "4.4.*",
"symfony/validator": "4.4.*",
"symfony/var-dumper": "4.4.*",
"symfony/web-link": "4.4.*",
"symfony/yaml": "4.4.*",
"uvdesk/composer-plugin": "^1.0",
"uvdesk/core-framework": "^1.0",
"uvdesk/extension-framework": "^1.0",
Expand All @@ -43,11 +50,15 @@
"uvdesk/mailbox-component": "^1.0"
},
"require-dev": {
"symfony/debug-pack": "*",
"phpunit/phpunit": "^9.5",
"symfony/browser-kit": "^4.4",
"symfony/css-selector": "^4.4",
"symfony/debug-bundle": "^4.4",
"symfony/maker-bundle": "^1.0",
"symfony/profiler-pack": "*",
"symfony/test-pack": "*",
"symfony/web-server-bundle": "4.3.*"
"symfony/phpunit-bridge": "^5.3",
"symfony/stopwatch": "^4.4",
"symfony/web-profiler-bundle": "4.4.*",
"symfony/web-server-bundle": "4.4.*"
},
"config": {
"preferred-install": {
Expand Down Expand Up @@ -79,15 +90,19 @@
],
"post-update-cmd": [
"@auto-scripts"
]
],
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
}
},
"conflict": {
"symfony/symfony": "*"
},
"extra": {
"symfony": {
"allow-contrib": false,
"require": "4.3.*"
"require": "4.4.*"
}
},
"prefer-stable": true,
Expand Down
Loading

0 comments on commit 7bee701

Please sign in to comment.