PluginProbe
FluentCommunity – Ultra-Fast High-Performance Social Network, Community, LMS & Online Courses / 2.10.0
FluentCommunity – Ultra-Fast High-Performance Social Network, Community, LMS & Online Courses v2.10.0
2.10.0 2.10.01 2.9.1 2.9.0 2.8.1 2.8.0 2.7.7 2.7.5 2.7.0 2.6.01 2.6.0 2.5.0 2.4.01 trunk 1.0.90 1.0.91 1.0.92 1.0.93 1.0.94 1.0.95 1.0.96 1.0.97 1.0.98 1.0.99 1.1.0 All 77 releases
← All changes | app/Models/NotificationSubscription.php +6 -2 1.0.942.10.0 View file →
@@ -5,11 +5,15 @@
5 5 use FluentCommunity\App\Models\XProfile;
6 6 use FluentCommunity\App\Models\User;
7 7
8 8 /**
9 - * Meta Model - DB Model for Notifications table
9 + * Legacy notification preference rows in fcom_notification_users.
10 10 *
11 - * Database Model
11 + * @deprecated 2.8.2 Preferences moved to fcom_notification_prefs; use
12 + * NotificationPreference and the NotificationPref service instead.
13 + * Retained so the pre-2.8.2 rows stay readable and third-party code
14 + * referencing this model does not fatal. Nothing in the plugin
15 + * writes through it any more.
12 16 *
13 17 * @package FluentCommunity\App\Models
14 18 *
15 19 * @version 1.0.0