Changeset 3409613
- Timestamp:
- 12/03/2025 01:58:31 PM (4 months ago)
- Location:
- ticket-status-sync-for-fluentsupport-to-mainwp
- Files:
-
- 15 added
- 2 edited
-
tags/1.2.2 (added)
-
tags/1.2.2/class (added)
-
tags/1.2.2/class/class-ticket-status-sync-for-fluentsupport-to-mainwp-admin.php (added)
-
tags/1.2.2/class/class-ticket-status-sync-for-fluentsupport-to-mainwp-db.php (added)
-
tags/1.2.2/class/class-ticket-status-sync-for-fluentsupport-to-mainwp-overview.php (added)
-
tags/1.2.2/class/class-ticket-status-sync-for-fluentsupport-to-mainwp-utility.php (added)
-
tags/1.2.2/class/class-ticket-status-sync-for-fluentsupport-to-mainwp-widget.php (added)
-
tags/1.2.2/css (added)
-
tags/1.2.2/css/ticket-status-sync-for-fluentsupport-to-mainwp.css (added)
-
tags/1.2.2/js (added)
-
tags/1.2.2/js/ticket-status-sync-for-fluentsupport-to-mainwp.js (added)
-
tags/1.2.2/readme.txt (added)
-
tags/1.2.2/sflwa-notice-handler.php (added)
-
tags/1.2.2/ticket-status-sync-for-fluentsupport-to-mainwp.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/sflwa-notice-handler.php (added)
-
trunk/ticket-status-sync-for-fluentsupport-to-mainwp.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ticket-status-sync-for-fluentsupport-to-mainwp/trunk/readme.txt
r3400988 r3409613 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. 15 Version: 1.2.2 6 6 Author: South Florida Web Advisors 7 7 Author URI: https://sflwa.net 8 8 Requires at least: 6.7 9 9 Requires PHP: 7.4 10 Tested up to: 6. 811 Stable tag: 1.2. 110 Tested up to: 6.9 11 Stable tag: 1.2.2 12 12 License: GPLv2 or later 13 13 … … 48 48 == Changelog == 49 49 50 = 1.2.2 = 51 * Version Bump for WordPress 6.9 52 * ADD: Dismisable Admin Alert to let Dev know you are using the plugin 53 50 54 = 1.2.1 = 51 55 * FIX: Improved coding standards compliance across widget and overview classes. -
ticket-status-sync-for-fluentsupport-to-mainwp/trunk/ticket-status-sync-for-fluentsupport-to-mainwp.php
r3400988 r3409613 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. 16 * Version: 1.2.2 7 7 * Author: South Florida Web Advisors 8 8 * Author URI: https://sflwa.net 9 9 * License: GPLv2 or later 10 10 * Requires at least: 6.7 11 * Tested up to: 6. 811 * Tested up to: 6.9 12 12 * Stable tag: 1.2.1 13 13 * Text Domain: ticket-status-sync-for-fluentsupport-to-mainwp … … 15 15 */ 16 16 17 18 19 20 21 17 22 // Use the required namespace structure for all custom classes 18 23 namespace MainWP\Extensions\FluentSupport; … … 28 33 define( 'MAINWP_FLUENTSUPPORT_PLUGIN_URL', plugin_dir_url( MAINWP_FLUENTSUPPORT_PLUGIN_FILE ) ); 29 34 } 35 36 37 // Notice of Use 38 require_once( plugin_dir_path( __FILE__ ) . 'sflwa-notice-handler.php' ); 39 40 41 42 43 30 44 31 45 // -------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.