Changeset 3465389
- Timestamp:
- 02/19/2026 09:48:57 PM (6 weeks ago)
- Location:
- fluent-community
- Files:
-
- 4 edited
- 4 copied
-
tags/2.2.03 (copied) (copied from fluent-community/trunk)
-
tags/2.2.03/Modules/Course/Http/Controllers/CourseController.php (copied) (copied from fluent-community/trunk/Modules/Course/Http/Controllers/CourseController.php)
-
tags/2.2.03/app/Services/Helper.php (modified) (1 diff)
-
tags/2.2.03/fluent-community.php (copied) (copied from fluent-community/trunk/fluent-community.php) (2 diffs)
-
tags/2.2.03/readme.txt (copied) (copied from fluent-community/trunk/readme.txt) (2 diffs)
-
trunk/app/Services/Helper.php (modified) (1 diff)
-
trunk/fluent-community.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fluent-community/tags/2.2.03/app/Services/Helper.php
r3465178 r3465389 1960 1960 1961 1961 // If portal is mounted at site root, ignore unrelated query args like page builders / previews. 1962 if ($portalSlug === '' && $requestUri === '' && !empty($_GET) && !isset($_GET['fcom_route'])) {1962 if ($portalSlug === '' && $requestUri === '' && !empty($_GET) && (!isset($_GET['fcom_route']) && !isset($_GET['fcom_action']))) { 1963 1963 return false; 1964 1964 } -
fluent-community/tags/2.2.03/fluent-community.php
r3465373 r3465389 6 6 * Plugin Name: FluentCommunity 7 7 * Description: The super-fast Community Plugin for WordPress 8 * Version: 2.2.0 28 * Version: 2.2.03 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 2');17 define('FLUENT_COMMUNITY_PLUGIN_VERSION', '2.2.03'); 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.03/readme.txt
r3465373 r3465389 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.3 7 Stable tag: 2.2.0 27 Stable tag: 2.2.03 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 2(Date: Feb 19, 2026) =253 = 2.2.03 (Date: Feb 19, 2026) = 254 254 - Hotfix: Course Enrollment Issue Fixed 255 - Hotfix: Auth Issue fixed when community is on root path 255 256 256 257 = 2.2.01 (Date: Feb 19, 2026) = -
fluent-community/trunk/app/Services/Helper.php
r3465178 r3465389 1960 1960 1961 1961 // If portal is mounted at site root, ignore unrelated query args like page builders / previews. 1962 if ($portalSlug === '' && $requestUri === '' && !empty($_GET) && !isset($_GET['fcom_route'])) {1962 if ($portalSlug === '' && $requestUri === '' && !empty($_GET) && (!isset($_GET['fcom_route']) && !isset($_GET['fcom_action']))) { 1963 1963 return false; 1964 1964 } -
fluent-community/trunk/fluent-community.php
r3465373 r3465389 6 6 * Plugin Name: FluentCommunity 7 7 * Description: The super-fast Community Plugin for WordPress 8 * Version: 2.2.0 28 * Version: 2.2.03 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 2');17 define('FLUENT_COMMUNITY_PLUGIN_VERSION', '2.2.03'); 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
r3465373 r3465389 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.3 7 Stable tag: 2.2.0 27 Stable tag: 2.2.03 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 2(Date: Feb 19, 2026) =253 = 2.2.03 (Date: Feb 19, 2026) = 254 254 - Hotfix: Course Enrollment Issue Fixed 255 - Hotfix: Auth Issue fixed when community is on root path 255 256 256 257 = 2.2.01 (Date: Feb 19, 2026) =
Note: See TracChangeset
for help on using the changeset viewer.