Skip to content

Commit

Permalink
Magento 2.2.x compatibility updates revision
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay kumar committed Feb 6, 2018
1 parent cc1c578 commit c22b184
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 12 deletions.
27 changes: 20 additions & 7 deletions CHANGE-LOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,24 @@ Legend
+ Features
- Bugs

-------------------------------- Version 2.0.2 --------------------------------------

+Compatible with Magento ver 2.2.x.
+Customer can assign collaborator to its ticket.
+Add logger for log the error.

-------------------------------- Version 2.0.1 --------------------------------------

+Admin can enable or disable the module from backend
+Admin can change the assigned agent from a ticket
+Admin can delete the ticket from backend
+customer can attach a file during creation of ticket

-------------------------------- Version 2.0.0 --------------------------------------
+Integrate Uvdesk Helpdesk System with magento
+Admin can manage tickets from magento backend.
+Admin can reply on tickets.
+Admin can delete any ticket.
+Customers can reply to tickets from their magento store account on front-end.
+Real time synchronization between Uvdesk Helpdesk System and magento Store tickets.

+Integrate Uvdesk Helpdesk System with magento
+Admin can manage tickets from magento backend.
+Admin can reply on tickets.
+Admin can delete any ticket.
+Customers can reply to tickets from their magento store account on front-end.
+Real time synchronization between Uvdesk Helpdesk System and magento Store tickets.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ If you are having trouble understanding workflow of this module then this is for
](http://webkul.com/blog/uvdesk-magento2-free-helpdesk-ticket-system/)

### Installation

Install through composer:
- Run Following:
``` composer config repositories.magento2_uv_desk_connector vcs https://github.com/uvdesk/magento.git ```
``` composer require webkul/uvdeskconnector:dev-master ```
``` php bin/magento setup:upgrade ```
``` php bin/magento setup:di:compile ```
``` php bin/magento setup:static-content:deploy ```
- Flush the cache and reindex all.


Manual Installation:
- Unzip the respective extension zip and then move "app" folder (inside "src" folder) into magento root directory.
- Run Following Command via terminal
Expand All @@ -31,8 +42,4 @@ This is an open source project. If you'd like to contribute
``` git commit -m "your changes ```
- Push to your branch
``` git push -u origin your-branch ```
- Create new pull request.

### Install through composer
composer config repositories.magento2_uv_desk_connector vcs https://github.com/uvdesk/magento.git
composer require webkul/uvdeskconnector:dev-master
- Create new pull request.

0 comments on commit c22b184

Please sign in to comment.