Changeset 3466109
- Timestamp:
- 02/20/2026 09:36:41 PM (6 weeks ago)
- Location:
- fluent-community
- Files:
-
- 4 edited
- 1 copied
-
tags/2.2.07 (copied) (copied from fluent-community/trunk)
-
tags/2.2.07/fluent-community.php (modified) (2 diffs)
-
tags/2.2.07/readme.txt (modified) (2 diffs)
-
trunk/fluent-community.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fluent-community/tags/2.2.07/fluent-community.php
r3466107 r3466109 6 6 * Plugin Name: FluentCommunity 7 7 * Description: The super-fast Community Plugin for WordPress 8 * Version: 2.2.0 68 * Version: 2.2.07 9 9 * Author: WPManageNinja LLC 10 10 * Author URI: https://fluentcommunity.co … … 15 15 */ 16 16 17 define('FLUENT_COMMUNITY_PLUGIN_VERSION', '2.2.0 6');17 define('FLUENT_COMMUNITY_PLUGIN_VERSION', '2.2.07'); 18 18 define('FLUENT_COMMUNITY_PLUGIN_DIR', plugin_dir_path(__FILE__)); 19 19 define('FLUENT_COMMUNITY_PLUGIN_URL', plugin_dir_url(__FILE__)); -
fluent-community/tags/2.2.07/readme.txt
r3466107 r3466109 3 3 Tags: community, forum, social network, LMS 4 4 Requires at least: 6.0 5 Tested up to: 6. 85 Tested up to: 6.9 6 6 Requires PHP: 7.3 7 Stable tag: 2.2.0 57 Stable tag: 2.2.07 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 251 251 == Changelog == 252 252 253 = 2.2.0 6(Date: Feb 20, 2026) =253 = 2.2.07 (Date: Feb 20, 2026) = 254 254 - Fixed: Issue with Notification System 255 255 - Fixed: Fixed Duplicate Post issues for pinned posts -
fluent-community/trunk/fluent-community.php
r3466107 r3466109 6 6 * Plugin Name: FluentCommunity 7 7 * Description: The super-fast Community Plugin for WordPress 8 * Version: 2.2.0 68 * Version: 2.2.07 9 9 * Author: WPManageNinja LLC 10 10 * Author URI: https://fluentcommunity.co … … 15 15 */ 16 16 17 define('FLUENT_COMMUNITY_PLUGIN_VERSION', '2.2.0 6');17 define('FLUENT_COMMUNITY_PLUGIN_VERSION', '2.2.07'); 18 18 define('FLUENT_COMMUNITY_PLUGIN_DIR', plugin_dir_path(__FILE__)); 19 19 define('FLUENT_COMMUNITY_PLUGIN_URL', plugin_dir_url(__FILE__)); -
fluent-community/trunk/readme.txt
r3466107 r3466109 3 3 Tags: community, forum, social network, LMS 4 4 Requires at least: 6.0 5 Tested up to: 6. 85 Tested up to: 6.9 6 6 Requires PHP: 7.3 7 Stable tag: 2.2.0 57 Stable tag: 2.2.07 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 251 251 == Changelog == 252 252 253 = 2.2.0 6(Date: Feb 20, 2026) =253 = 2.2.07 (Date: Feb 20, 2026) = 254 254 - Fixed: Issue with Notification System 255 255 - Fixed: Fixed Duplicate Post issues for pinned posts
Note: See TracChangeset
for help on using the changeset viewer.