Changeset 3351046
- Timestamp:
- 08/27/2025 09:41:35 AM (7 months ago)
- Location:
- support-genix-lite
- Files:
-
- 4 edited
- 1 copied
-
tags/1.4.25 (copied) (copied from support-genix-lite/trunk)
-
tags/1.4.25/api/v1/APBDWPSTicketAPI.php (modified) (1 diff)
-
tags/1.4.25/support-genix-lite.php (modified) (2 diffs)
-
trunk/api/v1/APBDWPSTicketAPI.php (modified) (1 diff)
-
trunk/support-genix-lite.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
support-genix-lite/tags/1.4.25/api/v1/APBDWPSTicketAPI.php
r3351038 r3351046 23 23 } 24 24 25 function routes() {} 25 function routes() 26 { 27 $this->RegisterRestRoute('GET', 'file-dl/(?P<type>[a-zA-Z0-9-]+)/(?P<ticket_or_reply_id>[0-9_]+)/(?P<file>[^/]+)', [$this, "file_dl"]); 28 } 26 29 27 30 function SetRoutePermission($route) -
support-genix-lite/tags/1.4.25/support-genix-lite.php
r3351038 r3351046 4 4 Plugin URI: http://supportgenix.com 5 5 Description: The Ultimate Helpdesk & Customer Support Ticket System for WordPress. 6 Version: 1.4.2 46 Version: 1.4.25 7 7 Author: Support Genix 8 8 Author URI: https://supportgenix.com … … 19 19 $appWpSUpportLiteFile = __FILE__; 20 20 $appWpSUpportLitePath = dirname($appWpSUpportLiteFile); 21 $appWpSUpportLiteVersion = '1.4.2 4';21 $appWpSUpportLiteVersion = '1.4.25'; 22 22 23 23 if (!defined('SUPPORT_GENIX_LITE_FILE_PATH')) { -
support-genix-lite/trunk/api/v1/APBDWPSTicketAPI.php
r3351038 r3351046 23 23 } 24 24 25 function routes() {} 25 function routes() 26 { 27 $this->RegisterRestRoute('GET', 'file-dl/(?P<type>[a-zA-Z0-9-]+)/(?P<ticket_or_reply_id>[0-9_]+)/(?P<file>[^/]+)', [$this, "file_dl"]); 28 } 26 29 27 30 function SetRoutePermission($route) -
support-genix-lite/trunk/support-genix-lite.php
r3351038 r3351046 4 4 Plugin URI: http://supportgenix.com 5 5 Description: The Ultimate Helpdesk & Customer Support Ticket System for WordPress. 6 Version: 1.4.2 46 Version: 1.4.25 7 7 Author: Support Genix 8 8 Author URI: https://supportgenix.com … … 19 19 $appWpSUpportLiteFile = __FILE__; 20 20 $appWpSUpportLitePath = dirname($appWpSUpportLiteFile); 21 $appWpSUpportLiteVersion = '1.4.2 4';21 $appWpSUpportLiteVersion = '1.4.25'; 22 22 23 23 if (!defined('SUPPORT_GENIX_LITE_FILE_PATH')) {
Note: See TracChangeset
for help on using the changeset viewer.