PluginProbe
Double Opt-In for Contact Form 7 – Secure, GDPR-Compliant Email Verification / 5.6.2
Double Opt-In for Contact Form 7 – Secure, GDPR-Compliant Email Verification v5.6.2
5.6.2 5.6.3 5.6.1 5.6.0 5.5.0 5.4.0 5.3.2 5.3.1 5.1.6 5.1.5 trunk 2.1.5 2.11 2.12 2.13 2.15 3.0.0 3.0.1 3.0.2 3.0.3 3.0.5 3.0.51 3.0.60 3.0.61 3.0.62 All 38 releases
← All changes | vendor/composer/autoload_classmap.php +29 -0 5.1.5 → 5.6.2 View file →
@@ -13,13 +13,15 @@
13 13 'Forge12\\DoubleOptIn\\Addon\\AddonRegistry' => $baseDir . '/src/Addon/AddonRegistry.php',
14 14 'Forge12\\DoubleOptIn\\Admin\\AdminNoticeIncompleteForms' => $baseDir . '/src/Admin/AdminNoticeIncompleteForms.php',
15 15 'Forge12\\DoubleOptIn\\Admin\\AdminPageController' => $baseDir . '/src/Admin/AdminPageController.php',
16 16 'Forge12\\DoubleOptIn\\Admin\\AdminRestController' => $baseDir . '/src/Admin/AdminRestController.php',
17 + 'Forge12\\DoubleOptIn\\Admin\\FollowUpRestController' => $baseDir . '/src/Admin/FollowUpRestController.php',
17 18 'Forge12\\DoubleOptIn\\Admin\\FormSettingsController' => $baseDir . '/src/Admin/FormSettingsController.php',
18 19 'Forge12\\DoubleOptIn\\Admin\\ResendController' => $baseDir . '/src/Admin/ResendController.php',
19 20 'Forge12\\DoubleOptIn\\Admin\\SingleConsentExportController' => $baseDir . '/src/Admin/SingleConsentExportController.php',
20 21 'Forge12\\DoubleOptIn\\Audit\\AuditLogger' => $baseDir . '/src/Audit/AuditLogger.php',
21 22 'Forge12\\DoubleOptIn\\Bridge\\WordPressHookBridge' => $baseDir . '/src/Bridge/WordPressHookBridge.php',
23 + 'Forge12\\DoubleOptIn\\Consent\\ConsentGate' => $baseDir . '/src/Consent/ConsentGate.php',
22 24 'Forge12\\DoubleOptIn\\Container\\BootableProviderInterface' => $baseDir . '/src/Container/BootableProviderInterface.php',
23 25 'Forge12\\DoubleOptIn\\Container\\Container' => $baseDir . '/src/Container/Container.php',
24 26 'Forge12\\DoubleOptIn\\Container\\ContainerInterface' => $baseDir . '/src/Container/ContainerInterface.php',
25 27 'Forge12\\DoubleOptIn\\Container\\NotFoundException' => $baseDir . '/src/Container/NotFoundException.php',
@@ -48,14 +50,35 @@
48 50 'Forge12\\DoubleOptIn\\Events\\Mail\\MailPreparingEvent' => $baseDir . '/src/Events/Mail/MailPreparingEvent.php',
49 51 'Forge12\\DoubleOptIn\\Events\\Mail\\MailSentEvent' => $baseDir . '/src/Events/Mail/MailSentEvent.php',
50 52 'Forge12\\DoubleOptIn\\Events\\Mail\\ReminderSentEvent' => $baseDir . '/src/Events/Mail/ReminderSentEvent.php',
51 53 'Forge12\\DoubleOptIn\\Files\\FileStorage' => $baseDir . '/src/Files/FileStorage.php',
54 + 'Forge12\\DoubleOptIn\\FollowUp\\FollowUpAction' => $baseDir . '/src/FollowUp/FollowUpAction.php',
55 + 'Forge12\\DoubleOptIn\\FollowUp\\FollowUpAdapterInterface' => $baseDir . '/src/FollowUp/FollowUpAdapterInterface.php',
56 + 'Forge12\\DoubleOptIn\\FollowUp\\FollowUpAdapterRegistry' => $baseDir . '/src/FollowUp/FollowUpAdapterRegistry.php',
57 + 'Forge12\\DoubleOptIn\\FollowUp\\FollowUpAttempt' => $baseDir . '/src/FollowUp/FollowUpAttempt.php',
58 + 'Forge12\\DoubleOptIn\\FollowUp\\FollowUpCoordinator' => $baseDir . '/src/FollowUp/FollowUpCoordinator.php',
59 + 'Forge12\\DoubleOptIn\\FollowUp\\FollowUpRecord' => $baseDir . '/src/FollowUp/FollowUpRecord.php',
60 + 'Forge12\\DoubleOptIn\\FollowUp\\FollowUpResult' => $baseDir . '/src/FollowUp/FollowUpResult.php',
61 + 'Forge12\\DoubleOptIn\\FollowUp\\FollowUpStatus' => $baseDir . '/src/FollowUp/FollowUpStatus.php',
62 + 'Forge12\\DoubleOptIn\\FollowUp\\LoopbackClassifier' => $baseDir . '/src/FollowUp/LoopbackClassifier.php',
52 63 'Forge12\\DoubleOptIn\\FormSettings\\FormSettingsDTO' => $baseDir . '/src/FormSettings/FormSettingsDTO.php',
53 64 'Forge12\\DoubleOptIn\\FormSettings\\FormSettingsService' => $baseDir . '/src/FormSettings/FormSettingsService.php',
54 65 'Forge12\\DoubleOptIn\\FormSettings\\FormSettingsValidator' => $baseDir . '/src/FormSettings/FormSettingsValidator.php',
55 66 'Forge12\\DoubleOptIn\\Frontend\\ErrorNotification' => $baseDir . '/src/Frontend/ErrorNotification.php',
67 + 'Forge12\\DoubleOptIn\\Health\\DatabaseTableHealthCheck' => $baseDir . '/src/Health/DatabaseTableHealthCheck.php',
68 + 'Forge12\\DoubleOptIn\\Health\\HealthCheckInterface' => $baseDir . '/src/Health/HealthCheckInterface.php',
69 + 'Forge12\\DoubleOptIn\\Health\\HealthCheckRegistry' => $baseDir . '/src/Health/HealthCheckRegistry.php',
70 + 'Forge12\\DoubleOptIn\\Health\\HealthCheckResult' => $baseDir . '/src/Health/HealthCheckResult.php',
71 + 'Forge12\\DoubleOptIn\\Health\\HealthRepairController' => $baseDir . '/src/Health/HealthRepairController.php',
72 + 'Forge12\\DoubleOptIn\\Health\\LegacyMonolithCheck' => $baseDir . '/src/Health/LegacyMonolithCheck.php',
73 + 'Forge12\\DoubleOptIn\\Health\\LegacyMonolithDetector' => $baseDir . '/src/Health/LegacyMonolithDetector.php',
74 + 'Forge12\\DoubleOptIn\\Health\\LegacyProEnvironment' => $baseDir . '/src/Health/LegacyProEnvironment.php',
75 + 'Forge12\\DoubleOptIn\\Health\\SiteHealthIntegration' => $baseDir . '/src/Health/SiteHealthIntegration.php',
76 + 'Forge12\\DoubleOptIn\\Health\\StaleConsentFieldCheck' => $baseDir . '/src/Health/StaleConsentFieldCheck.php',
77 + 'Forge12\\DoubleOptIn\\Health\\StaleProMarkersCheck' => $baseDir . '/src/Health/StaleProMarkersCheck.php',
56 78 'Forge12\\DoubleOptIn\\Integration\\AbstractFormIntegration' => $baseDir . '/src/Integration/AbstractFormIntegration.php',
57 79 'Forge12\\DoubleOptIn\\Integration\\AdminPanelInterface' => $baseDir . '/src/Integration/AdminPanelInterface.php',
80 + 'Forge12\\DoubleOptIn\\Integration\\CF7FollowUpAdapter' => $baseDir . '/src/Integration/CF7FollowUpAdapter.php',
58 81 'Forge12\\DoubleOptIn\\Integration\\CF7Integration' => $baseDir . '/src/Integration/CF7Integration.php',
59 82 'Forge12\\DoubleOptIn\\Integration\\FormData' => $baseDir . '/src/Integration/FormData.php',
60 83 'Forge12\\DoubleOptIn\\Integration\\FormDataInterface' => $baseDir . '/src/Integration/FormDataInterface.php',
61 84 'Forge12\\DoubleOptIn\\Integration\\FormIntegrationInterface' => $baseDir . '/src/Integration/FormIntegrationInterface.php',
@@ -60,8 +83,9 @@
60 83 'Forge12\\DoubleOptIn\\Integration\\FormDataInterface' => $baseDir . '/src/Integration/FormDataInterface.php',
61 84 'Forge12\\DoubleOptIn\\Integration\\FormIntegrationInterface' => $baseDir . '/src/Integration/FormIntegrationInterface.php',
62 85 'Forge12\\DoubleOptIn\\Integration\\FormIntegrationRegistry' => $baseDir . '/src/Integration/FormIntegrationRegistry.php',
63 86 'Forge12\\DoubleOptIn\\Integration\\OptInError' => $baseDir . '/src/Integration/OptInError.php',
87 + 'Forge12\\DoubleOptIn\\Integration\\SubmittedContent' => $baseDir . '/src/Integration/SubmittedContent.php',
64 88 'Forge12\\DoubleOptIn\\Licensing\\AddonLicenseRegistry' => $baseDir . '/src/Licensing/AddonLicenseRegistry.php',
65 89 'Forge12\\DoubleOptIn\\Licensing\\AddonLicenseRegistryInterface' => $baseDir . '/src/Licensing/AddonLicenseRegistryInterface.php',
66 90 'Forge12\\DoubleOptIn\\Migration\\AvadaDeprecationNotice' => $baseDir . '/src/Migration/AvadaDeprecationNotice.php',
67 91 'Forge12\\DoubleOptIn\\Migration\\GrandfatherLicenseClient' => $baseDir . '/src/Migration/GrandfatherLicenseClient.php',
@@ -72,14 +96,19 @@
72 96 'Forge12\\DoubleOptIn\\Providers\\AdminServiceProvider' => $baseDir . '/src/Providers/AdminServiceProvider.php',
73 97 'Forge12\\DoubleOptIn\\Providers\\CoreServiceProvider' => $baseDir . '/src/Providers/CoreServiceProvider.php',
74 98 'Forge12\\DoubleOptIn\\Providers\\EmailTemplateServiceProvider' => $baseDir . '/src/Providers/EmailTemplateServiceProvider.php',
75 99 'Forge12\\DoubleOptIn\\Providers\\EventServiceProvider' => $baseDir . '/src/Providers/EventServiceProvider.php',
100 + 'Forge12\\DoubleOptIn\\Providers\\FollowUpServiceProvider' => $baseDir . '/src/Providers/FollowUpServiceProvider.php',
76 101 'Forge12\\DoubleOptIn\\Providers\\FormSettingsServiceProvider' => $baseDir . '/src/Providers/FormSettingsServiceProvider.php',
77 102 'Forge12\\DoubleOptIn\\Providers\\GdprServiceProvider' => $baseDir . '/src/Providers/GdprServiceProvider.php',
103 + 'Forge12\\DoubleOptIn\\Providers\\HealthServiceProvider' => $baseDir . '/src/Providers/HealthServiceProvider.php',
78 104 'Forge12\\DoubleOptIn\\Providers\\IntegrationServiceProvider' => $baseDir . '/src/Providers/IntegrationServiceProvider.php',
79 105 'Forge12\\DoubleOptIn\\Providers\\LicensingServiceProvider' => $baseDir . '/src/Providers/LicensingServiceProvider.php',
80 106 'Forge12\\DoubleOptIn\\Providers\\MigrationServiceProvider' => $baseDir . '/src/Providers/MigrationServiceProvider.php',
81 107 'Forge12\\DoubleOptIn\\Providers\\RepositoryServiceProvider' => $baseDir . '/src/Providers/RepositoryServiceProvider.php',
108 + 'Forge12\\DoubleOptIn\\Repository\\FollowUpRepository' => $baseDir . '/src/Repository/FollowUpRepository.php',
109 + 'Forge12\\DoubleOptIn\\Repository\\FollowUpRepositoryInterface' => $baseDir . '/src/Repository/FollowUpRepositoryInterface.php',
110 + 'Forge12\\DoubleOptIn\\Repository\\FollowUpSchema' => $baseDir . '/src/Repository/FollowUpSchema.php',
82 111 'Forge12\\DoubleOptIn\\Repository\\OptInRepository' => $baseDir . '/src/Repository/OptInRepository.php',
83 112 'Forge12\\DoubleOptIn\\Repository\\OptInRepositoryInterface' => $baseDir . '/src/Repository/OptInRepositoryInterface.php',
84 113 'Forge12\\DoubleOptIn\\Service\\OptInLinkGenerator' => $baseDir . '/src/Service/OptInLinkGenerator.php',
85 114 'Forge12\\DoubleOptIn\\Service\\OptInValidator' => $baseDir . '/src/Service/OptInValidator.php',