Changeset 3475076
- Timestamp:
- 03/05/2026 02:05:35 AM (4 weeks ago)
- Location:
- ticket-status-sync-for-fluentsupport-to-mainwp
- Files:
-
- 14 added
- 3 edited
-
tags/1.2.6 (added)
-
tags/1.2.6/class (added)
-
tags/1.2.6/class/class-ticket-status-sync-for-fluentsupport-to-mainwp-admin.php (added)
-
tags/1.2.6/class/class-ticket-status-sync-for-fluentsupport-to-mainwp-db.php (added)
-
tags/1.2.6/class/class-ticket-status-sync-for-fluentsupport-to-mainwp-overview.php (added)
-
tags/1.2.6/class/class-ticket-status-sync-for-fluentsupport-to-mainwp-utility.php (added)
-
tags/1.2.6/class/class-ticket-status-sync-for-fluentsupport-to-mainwp-widget.php (added)
-
tags/1.2.6/css (added)
-
tags/1.2.6/css/ticket-status-sync-for-fluentsupport-to-mainwp.css (added)
-
tags/1.2.6/js (added)
-
tags/1.2.6/js/ticket-status-sync-for-fluentsupport-to-mainwp.js (added)
-
tags/1.2.6/readme.txt (added)
-
tags/1.2.6/sflwa-notice-handler.php (added)
-
tags/1.2.6/ticket-status-sync-for-fluentsupport-to-mainwp.php (added)
-
trunk/class/class-ticket-status-sync-for-fluentsupport-to-mainwp-utility.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/ticket-status-sync-for-fluentsupport-to-mainwp.php (modified) (1 diff)
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 182 182 // Pull all tickets, not just open ones 183 183 // ========================================================== 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'; 185 185 $response = self::execute_remote_get( $bulk_endpoint, $username, $password ); 186 186 -
ticket-status-sync-for-fluentsupport-to-mainwp/trunk/readme.txt
r3458357 r3475076 3 3 Plugin URI: https://github.com/sflwa/fs-mainwp 4 4 Description: Integrates FluentSupport ticket data from a single "Support Site" into the MainWP Dashboard. 5 Version: 1.2. 55 Version: 1.2.6 6 6 Author: South Florida Web Advisors 7 7 Author URI: https://sflwa.net … … 9 9 Requires PHP: 7.4 10 10 Tested up to: 6.9 11 Stable tag: 1.2. 511 Stable tag: 1.2.6 12 12 License: GPLv2 or later 13 13 … … 48 48 == Changelog == 49 49 50 = 1.2.6 = 51 * Added Sort & Order by to Ticket Query to match requirement from FluentSupport 52 50 53 = 1.2.5 = 51 54 * 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 4 4 * Plugin URI: https://github.com/sflwa/ticket-status-sync-for-fluentsupport-to-mainwp 5 5 * Description: Integrates FluentSupport ticket data from a single "Support Site" into the MainWP Dashboard. 6 * Version: 1.2. 56 * Version: 1.2.6 7 7 * Author: South Florida Web Advisors 8 8 * Author URI: https://sflwa.net
Note: See TracChangeset
for help on using the changeset viewer.