Plugin Directory

Changeset 3351046


Ignore:
Timestamp:
08/27/2025 09:41:35 AM (7 months ago)
Author:
palscode
Message:

Update to version 1.4.25 from GitHub

Location:
support-genix-lite
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • support-genix-lite/tags/1.4.25/api/v1/APBDWPSTicketAPI.php

    r3351038 r3351046  
    2323    }
    2424
    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    }
    2629
    2730    function SetRoutePermission($route)
  • support-genix-lite/tags/1.4.25/support-genix-lite.php

    r3351038 r3351046  
    44Plugin URI: http://supportgenix.com
    55Description: The Ultimate Helpdesk & Customer Support Ticket System for WordPress.
    6 Version: 1.4.24
     6Version: 1.4.25
    77Author: Support Genix
    88Author URI: https://supportgenix.com
     
    1919$appWpSUpportLiteFile = __FILE__;
    2020$appWpSUpportLitePath = dirname($appWpSUpportLiteFile);
    21 $appWpSUpportLiteVersion = '1.4.24';
     21$appWpSUpportLiteVersion = '1.4.25';
    2222
    2323if (!defined('SUPPORT_GENIX_LITE_FILE_PATH')) {
  • support-genix-lite/trunk/api/v1/APBDWPSTicketAPI.php

    r3351038 r3351046  
    2323    }
    2424
    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    }
    2629
    2730    function SetRoutePermission($route)
  • support-genix-lite/trunk/support-genix-lite.php

    r3351038 r3351046  
    44Plugin URI: http://supportgenix.com
    55Description: The Ultimate Helpdesk & Customer Support Ticket System for WordPress.
    6 Version: 1.4.24
     6Version: 1.4.25
    77Author: Support Genix
    88Author URI: https://supportgenix.com
     
    1919$appWpSUpportLiteFile = __FILE__;
    2020$appWpSUpportLitePath = dirname($appWpSUpportLiteFile);
    21 $appWpSUpportLiteVersion = '1.4.24';
     21$appWpSUpportLiteVersion = '1.4.25';
    2222
    2323if (!defined('SUPPORT_GENIX_LITE_FILE_PATH')) {
Note: See TracChangeset for help on using the changeset viewer.