Changeset 2070447
- Timestamp:
- 04/18/2019 06:49:16 AM (7 years ago)
- Location:
- ticketrilla
- Files:
-
- 8 added
- 5 edited
-
assets/banner-1544x500.png (added)
-
assets/banner-772x250.png (modified) (previous)
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
assets/screenshot-3.png (added)
-
assets/screenshot-4.png (added)
-
assets/screenshot-5.png (added)
-
tags/v.1.0.2/assets/css/added.css (added)
-
tags/v.1.0.2/readme.txt (modified) (2 diffs)
-
tags/v.1.0.2/templates/debug.php (added)
-
tags/v.1.0.2/ticketrilla-client.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/ticketrilla-client.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ticketrilla/tags/v.1.0.2/readme.txt
r2045742 r2070447 1 1 === Ticketrilla: Client === 2 2 3 Tags: support, tickets 4 Requires at least: 4.9.8 5 Tested up to: 5.0.3 3 Contributors: ticketrilla 4 Tags: helpdesk, support, support system, support center,tickets, ticket, ticket system, license, envato licensing 5 Requires at least: 4.9.1 6 Tested up to: 5.1.1 6 7 Stable tag: trunk 7 8 Requires PHP: 5.6.0 … … 13 14 == Description == 14 15 15 Client's plugin for support of WP products 16 <h2>Ticketrilla is helpdesk for your WordPress products</h2> 17 Get support without leaving your site! 18 <h3>Main features</h3> 19 <ul> 20 <li>Receiving support for all purchased products in one place - on your website</li> 21 <li>Absolutelly free</li> 22 <li>Simplicity and ease of use</li> 23 <li>Automatic search for products providing support via Ticketrilla</li> 24 <li>Duplication of tickets on your server. You can view tickets even when the developer server is disconnected</li> 25 <li>Full security of file transfer, including executable code</li> 26 </ul> 27 28 == Installation == 29 <ol> 30 <li>Upload the 'Ticketrilla: Client' folder to the '/wp-content/plugins' directory</li> 31 <li>Activate the plugin throught the 'Plugin' menu in WordPress</li> 32 </ol> 33 34 Then you need to connect to the developers' servers that provide support through Ticketrilla. To do this, select the menu "Ticketrilla". In the list of "available products" you will see the products that are installed on your server and for which support is available. 35 If the product list is empty then you can ask the developers to begin to the support through Ticketrilla. And perhaps you will be able to receive support without leaving your site in the near future! 36 37 == Frequently Asked Questions == 38 39 = Why list of supported products is empty? = 40 41 None of the products installed on your server provide support through Ticketrilla. 42 You can write a request to support of the most necessary products to begin providing support through Ticketrilla. 43 44 = What happens if the developer turns off his support server?? = 45 46 All correspondence is duplicated to your server. Therefore, you will be able to view the tickets and responses that you received before. 47 48 = Can I to send files throught Ticketrilla? = 49 50 Yes. Any files transfer is protected. Even if you received from the developer a file with executable code, for example .php, then do not worry about server security. Immediately run the transferred files is impossible. First you must download the file to your computer and publish it on the server only after checking. 51 52 == Screenshots == 53 54 1. The main page. Here you can go to support an already connected product and connect to the support of new products 55 2. Window of connection to product support. In the 'License' field you must select the type of license that the seller gave you. If you do not know what type of license to choose, then connect with the 'Ticketrilla' license and create the first ticket. In it check with the developer and after answering you can change the type of license and enter the token. 56 3. Your ticket list 57 4. Page of tickets. This is where all communication with support, transfer and receipt of files and etc. 58 5. In the settings you can enable automatic uploading of files to your server and specify the file size limit 16 59 17 60 == Changelog == -
ticketrilla/tags/v.1.0.2/ticketrilla-client.php
r2045742 r2070447 3 3 /* 4 4 Plugin Name: Ticketrilla: Client 5 Plugin URI: https://ticketrilla. net/5 Plugin URI: https://ticketrilla.com/ 6 6 Author: Daniil Babkin 7 Author URI: https://ticketrilla. net7 Author URI: https://ticketrilla.com 8 8 Version: 1.0.2 9 9 Description: Client's plugin for support of WP products -
ticketrilla/trunk/readme.txt
r2045742 r2070447 1 1 === Ticketrilla: Client === 2 2 3 Tags: support, tickets 4 Requires at least: 4.9.8 5 Tested up to: 5.0.3 3 Contributors: ticketrilla 4 Tags: helpdesk, support, support system, support center,tickets, ticket, ticket system, license, envato licensing 5 Requires at least: 4.9.1 6 Tested up to: 5.1.1 6 7 Stable tag: trunk 7 8 Requires PHP: 5.6.0 … … 13 14 == Description == 14 15 15 Client's plugin for support of WP products 16 <h2>Ticketrilla is helpdesk for your WordPress products</h2> 17 Get support without leaving your site! 18 <h3>Main features</h3> 19 <ul> 20 <li>Receiving support for all purchased products in one place - on your website</li> 21 <li>Absolutelly free</li> 22 <li>Simplicity and ease of use</li> 23 <li>Automatic search for products providing support via Ticketrilla</li> 24 <li>Duplication of tickets on your server. You can view tickets even when the developer server is disconnected</li> 25 <li>Full security of file transfer, including executable code</li> 26 </ul> 27 28 == Installation == 29 <ol> 30 <li>Upload the 'Ticketrilla: Client' folder to the '/wp-content/plugins' directory</li> 31 <li>Activate the plugin throught the 'Plugin' menu in WordPress</li> 32 </ol> 33 34 Then you need to connect to the developers' servers that provide support through Ticketrilla. To do this, select the menu "Ticketrilla". In the list of "available products" you will see the products that are installed on your server and for which support is available. 35 If the product list is empty then you can ask the developers to begin to the support through Ticketrilla. And perhaps you will be able to receive support without leaving your site in the near future! 36 37 == Frequently Asked Questions == 38 39 = Why list of supported products is empty? = 40 41 None of the products installed on your server provide support through Ticketrilla. 42 You can write a request to support of the most necessary products to begin providing support through Ticketrilla. 43 44 = What happens if the developer turns off his support server?? = 45 46 All correspondence is duplicated to your server. Therefore, you will be able to view the tickets and responses that you received before. 47 48 = Can I to send files throught Ticketrilla? = 49 50 Yes. Any files transfer is protected. Even if you received from the developer a file with executable code, for example .php, then do not worry about server security. Immediately run the transferred files is impossible. First you must download the file to your computer and publish it on the server only after checking. 51 52 == Screenshots == 53 54 1. The main page. Here you can go to support an already connected product and connect to the support of new products 55 2. Window of connection to product support. In the 'License' field you must select the type of license that the seller gave you. If you do not know what type of license to choose, then connect with the 'Ticketrilla' license and create the first ticket. In it check with the developer and after answering you can change the type of license and enter the token. 56 3. Your ticket list 57 4. Page of tickets. This is where all communication with support, transfer and receipt of files and etc. 58 5. In the settings you can enable automatic uploading of files to your server and specify the file size limit 16 59 17 60 == Changelog == -
ticketrilla/trunk/ticketrilla-client.php
r2045742 r2070447 3 3 /* 4 4 Plugin Name: Ticketrilla: Client 5 Plugin URI: https://ticketrilla. net/5 Plugin URI: https://ticketrilla.com/ 6 6 Author: Daniil Babkin 7 Author URI: https://ticketrilla. net7 Author URI: https://ticketrilla.com 8 8 Version: 1.0.2 9 9 Description: Client's plugin for support of WP products
Note: See TracChangeset
for help on using the changeset viewer.