Plugin Directory

Changeset 3409613


Ignore:
Timestamp:
12/03/2025 01:58:31 PM (4 months ago)
Author:
sflwa
Message:

Version Bump for WP 6.9

Location:
ticket-status-sync-for-fluentsupport-to-mainwp
Files:
15 added
2 edited

Legend:

Unmodified
Added
Removed
  • ticket-status-sync-for-fluentsupport-to-mainwp/trunk/readme.txt

    r3400988 r3409613  
    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.1
     5Version: 1.2.2
    66Author: South Florida Web Advisors
    77Author URI: https://sflwa.net
    88Requires at least: 6.7
    99Requires PHP: 7.4
    10 Tested up to: 6.8
    11 Stable tag: 1.2.1
     10Tested up to: 6.9
     11Stable tag: 1.2.2
    1212License: GPLv2 or later
    1313
     
    4848== Changelog ==
    4949
     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
    5054= 1.2.1 =
    5155* 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  
    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.1
     6 * Version:     1.2.2
    77 * Author:      South Florida Web Advisors
    88 * Author URI:  https://sflwa.net
    99 * License: GPLv2 or later
    1010 * Requires at least: 6.7
    11  * Tested up to: 6.8
     11 * Tested up to: 6.9
    1212 * Stable tag: 1.2.1
    1313 * Text Domain: ticket-status-sync-for-fluentsupport-to-mainwp
     
    1515 */
    1616
     17
     18
     19
     20
     21
    1722// Use the required namespace structure for all custom classes
    1823namespace MainWP\Extensions\FluentSupport;
     
    2833    define( 'MAINWP_FLUENTSUPPORT_PLUGIN_URL', plugin_dir_url( MAINWP_FLUENTSUPPORT_PLUGIN_FILE ) );
    2934}
     35
     36
     37// Notice of Use
     38require_once( plugin_dir_path( __FILE__ ) . 'sflwa-notice-handler.php' );
     39
     40
     41
     42
     43
    3044
    3145// -------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.