Plugin Directory

Changeset 3466109


Ignore:
Timestamp:
02/20/2026 09:36:41 PM (6 weeks ago)
Author:
techjewel
Message:

releasing FluentCommunity version 2.2.07

Location:
fluent-community
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • fluent-community/tags/2.2.07/fluent-community.php

    r3466107 r3466109  
    66 * Plugin Name: FluentCommunity
    77 * Description: The super-fast Community Plugin for WordPress
    8  * Version: 2.2.06
     8 * Version: 2.2.07
    99 * Author: WPManageNinja LLC
    1010 * Author URI: https://fluentcommunity.co
     
    1515 */
    1616
    17 define('FLUENT_COMMUNITY_PLUGIN_VERSION', '2.2.06');
     17define('FLUENT_COMMUNITY_PLUGIN_VERSION', '2.2.07');
    1818define('FLUENT_COMMUNITY_PLUGIN_DIR', plugin_dir_path(__FILE__));
    1919define('FLUENT_COMMUNITY_PLUGIN_URL', plugin_dir_url(__FILE__));
  • fluent-community/tags/2.2.07/readme.txt

    r3466107 r3466109  
    33Tags: community, forum, social network, LMS
    44Requires at least: 6.0
    5 Tested up to: 6.8
     5Tested up to: 6.9
    66Requires PHP: 7.3
    7 Stable tag: 2.2.05
     7Stable tag: 2.2.07
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    251251== Changelog ==
    252252
    253 = 2.2.06 (Date: Feb 20, 2026) =
     253= 2.2.07 (Date: Feb 20, 2026) =
    254254- Fixed: Issue with Notification System
    255255- Fixed: Fixed Duplicate Post issues for pinned posts
  • fluent-community/trunk/fluent-community.php

    r3466107 r3466109  
    66 * Plugin Name: FluentCommunity
    77 * Description: The super-fast Community Plugin for WordPress
    8  * Version: 2.2.06
     8 * Version: 2.2.07
    99 * Author: WPManageNinja LLC
    1010 * Author URI: https://fluentcommunity.co
     
    1515 */
    1616
    17 define('FLUENT_COMMUNITY_PLUGIN_VERSION', '2.2.06');
     17define('FLUENT_COMMUNITY_PLUGIN_VERSION', '2.2.07');
    1818define('FLUENT_COMMUNITY_PLUGIN_DIR', plugin_dir_path(__FILE__));
    1919define('FLUENT_COMMUNITY_PLUGIN_URL', plugin_dir_url(__FILE__));
  • fluent-community/trunk/readme.txt

    r3466107 r3466109  
    33Tags: community, forum, social network, LMS
    44Requires at least: 6.0
    5 Tested up to: 6.8
     5Tested up to: 6.9
    66Requires PHP: 7.3
    7 Stable tag: 2.2.05
     7Stable tag: 2.2.07
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    251251== Changelog ==
    252252
    253 = 2.2.06 (Date: Feb 20, 2026) =
     253= 2.2.07 (Date: Feb 20, 2026) =
    254254- Fixed: Issue with Notification System
    255255- Fixed: Fixed Duplicate Post issues for pinned posts
Note: See TracChangeset for help on using the changeset viewer.