Plugin Directory

Changeset 3475076


Ignore:
Timestamp:
03/05/2026 02:05:35 AM (4 weeks ago)
Author:
sflwa
Message:

Fix for FluentSupport 2.0 which required order by in the API query

Location:
ticket-status-sync-for-fluentsupport-to-mainwp
Files:
14 added
3 edited

Legend:

Unmodified
Added
Removed
  • ticket-status-sync-for-fluentsupport-to-mainwp/trunk/class/class-ticket-status-sync-for-fluentsupport-to-mainwp-utility.php

    r3400988 r3475076  
    182182            // Pull all tickets, not just open ones
    183183            // ==========================================================
    184             $bulk_endpoint = $base_endpoint . '/tickets?filters[status_type]=all&per_page=100&page=' . $current_page;
     184            $bulk_endpoint = $base_endpoint . '/tickets?filters[status_type]=all&per_page=100&page=' . $current_page . '&order_by=id&order_type=desc';
    185185            $response = self::execute_remote_get( $bulk_endpoint, $username, $password );
    186186           
  • ticket-status-sync-for-fluentsupport-to-mainwp/trunk/readme.txt

    r3458357 r3475076  
    33Plugin URI: https://github.com/sflwa/fs-mainwp
    44Description: Integrates FluentSupport ticket data from a single "Support Site" into the MainWP Dashboard.
    5 Version: 1.2.5
     5Version: 1.2.6
    66Author: South Florida Web Advisors
    77Author URI: https://sflwa.net
     
    99Requires PHP: 7.4
    1010Tested up to: 6.9
    11 Stable tag: 1.2.5
     11Stable tag: 1.2.6
    1212License: GPLv2 or later
    1313
     
    4848== Changelog ==
    4949
     50= 1.2.6 =
     51* Added Sort & Order by to Ticket Query to match requirement from FluentSupport
     52
    5053= 1.2.5 =
    5154* Added Last Sync Log to settings screen
  • ticket-status-sync-for-fluentsupport-to-mainwp/trunk/ticket-status-sync-for-fluentsupport-to-mainwp.php

    r3458357 r3475076  
    44 * Plugin URI:  https://github.com/sflwa/ticket-status-sync-for-fluentsupport-to-mainwp
    55 * Description: Integrates FluentSupport ticket data from a single "Support Site" into the MainWP Dashboard.
    6  * Version:     1.2.5
     6 * Version:     1.2.6
    77 * Author:      South Florida Web Advisors
    88 * Author URI:  https://sflwa.net
Note: See TracChangeset for help on using the changeset viewer.