PluginProbe
Double Opt-In for Contact Form 7 – Secure, GDPR-Compliant Email Verification / 5.6.0
Double Opt-In for Contact Form 7 – Secure, GDPR-Compliant Email Verification v5.6.0
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 3.0.70 3.0.71 3.0.72 All 35 releases
← All changes | vendor/composer/autoload_static.php +26 -4 5.3.25.6.0 View file →
@@ -3,9 +3,9 @@
3 3 // autoload_static.php @generated by Composer
4 4
5 5 namespace Composer\Autoload;
6 6
7 -class ComposerStaticInitd983b20e9cb113a4a1e664a1e43033b6
7 +class ComposerStaticInit292675813cb4e197aba687c330d4d94b
8 8 {
9 9 public static $prefixLengthsPsr4 = array (
10 10 'F' =>
11 11 array (
@@ -28,13 +28,15 @@
28 28 'Forge12\\DoubleOptIn\\Addon\\AddonRegistry' => __DIR__ . '/../..' . '/src/Addon/AddonRegistry.php',
29 29 'Forge12\\DoubleOptIn\\Admin\\AdminNoticeIncompleteForms' => __DIR__ . '/../..' . '/src/Admin/AdminNoticeIncompleteForms.php',
30 30 'Forge12\\DoubleOptIn\\Admin\\AdminPageController' => __DIR__ . '/../..' . '/src/Admin/AdminPageController.php',
31 31 'Forge12\\DoubleOptIn\\Admin\\AdminRestController' => __DIR__ . '/../..' . '/src/Admin/AdminRestController.php',
32 + 'Forge12\\DoubleOptIn\\Admin\\FollowUpRestController' => __DIR__ . '/../..' . '/src/Admin/FollowUpRestController.php',
32 33 'Forge12\\DoubleOptIn\\Admin\\FormSettingsController' => __DIR__ . '/../..' . '/src/Admin/FormSettingsController.php',
33 34 'Forge12\\DoubleOptIn\\Admin\\ResendController' => __DIR__ . '/../..' . '/src/Admin/ResendController.php',
34 35 'Forge12\\DoubleOptIn\\Admin\\SingleConsentExportController' => __DIR__ . '/../..' . '/src/Admin/SingleConsentExportController.php',
35 36 'Forge12\\DoubleOptIn\\Audit\\AuditLogger' => __DIR__ . '/../..' . '/src/Audit/AuditLogger.php',
36 37 'Forge12\\DoubleOptIn\\Bridge\\WordPressHookBridge' => __DIR__ . '/../..' . '/src/Bridge/WordPressHookBridge.php',
38 + 'Forge12\\DoubleOptIn\\Consent\\ConsentGate' => __DIR__ . '/../..' . '/src/Consent/ConsentGate.php',
37 39 'Forge12\\DoubleOptIn\\Container\\BootableProviderInterface' => __DIR__ . '/../..' . '/src/Container/BootableProviderInterface.php',
38 40 'Forge12\\DoubleOptIn\\Container\\Container' => __DIR__ . '/../..' . '/src/Container/Container.php',
39 41 'Forge12\\DoubleOptIn\\Container\\ContainerInterface' => __DIR__ . '/../..' . '/src/Container/ContainerInterface.php',
40 42 'Forge12\\DoubleOptIn\\Container\\NotFoundException' => __DIR__ . '/../..' . '/src/Container/NotFoundException.php',
@@ -63,8 +65,17 @@
63 65 'Forge12\\DoubleOptIn\\Events\\Mail\\MailPreparingEvent' => __DIR__ . '/../..' . '/src/Events/Mail/MailPreparingEvent.php',
64 66 'Forge12\\DoubleOptIn\\Events\\Mail\\MailSentEvent' => __DIR__ . '/../..' . '/src/Events/Mail/MailSentEvent.php',
65 67 'Forge12\\DoubleOptIn\\Events\\Mail\\ReminderSentEvent' => __DIR__ . '/../..' . '/src/Events/Mail/ReminderSentEvent.php',
66 68 'Forge12\\DoubleOptIn\\Files\\FileStorage' => __DIR__ . '/../..' . '/src/Files/FileStorage.php',
69 + 'Forge12\\DoubleOptIn\\FollowUp\\FollowUpAction' => __DIR__ . '/../..' . '/src/FollowUp/FollowUpAction.php',
70 + 'Forge12\\DoubleOptIn\\FollowUp\\FollowUpAdapterInterface' => __DIR__ . '/../..' . '/src/FollowUp/FollowUpAdapterInterface.php',
71 + 'Forge12\\DoubleOptIn\\FollowUp\\FollowUpAdapterRegistry' => __DIR__ . '/../..' . '/src/FollowUp/FollowUpAdapterRegistry.php',
72 + 'Forge12\\DoubleOptIn\\FollowUp\\FollowUpAttempt' => __DIR__ . '/../..' . '/src/FollowUp/FollowUpAttempt.php',
73 + 'Forge12\\DoubleOptIn\\FollowUp\\FollowUpCoordinator' => __DIR__ . '/../..' . '/src/FollowUp/FollowUpCoordinator.php',
74 + 'Forge12\\DoubleOptIn\\FollowUp\\FollowUpRecord' => __DIR__ . '/../..' . '/src/FollowUp/FollowUpRecord.php',
75 + 'Forge12\\DoubleOptIn\\FollowUp\\FollowUpResult' => __DIR__ . '/../..' . '/src/FollowUp/FollowUpResult.php',
76 + 'Forge12\\DoubleOptIn\\FollowUp\\FollowUpStatus' => __DIR__ . '/../..' . '/src/FollowUp/FollowUpStatus.php',
77 + 'Forge12\\DoubleOptIn\\FollowUp\\LoopbackClassifier' => __DIR__ . '/../..' . '/src/FollowUp/LoopbackClassifier.php',
67 78 'Forge12\\DoubleOptIn\\FormSettings\\FormSettingsDTO' => __DIR__ . '/../..' . '/src/FormSettings/FormSettingsDTO.php',
68 79 'Forge12\\DoubleOptIn\\FormSettings\\FormSettingsService' => __DIR__ . '/../..' . '/src/FormSettings/FormSettingsService.php',
69 80 'Forge12\\DoubleOptIn\\FormSettings\\FormSettingsValidator' => __DIR__ . '/../..' . '/src/FormSettings/FormSettingsValidator.php',
70 81 'Forge12\\DoubleOptIn\\Frontend\\ErrorNotification' => __DIR__ . '/../..' . '/src/Frontend/ErrorNotification.php',
@@ -71,11 +82,18 @@
71 82 'Forge12\\DoubleOptIn\\Health\\DatabaseTableHealthCheck' => __DIR__ . '/../..' . '/src/Health/DatabaseTableHealthCheck.php',
72 83 'Forge12\\DoubleOptIn\\Health\\HealthCheckInterface' => __DIR__ . '/../..' . '/src/Health/HealthCheckInterface.php',
73 84 'Forge12\\DoubleOptIn\\Health\\HealthCheckRegistry' => __DIR__ . '/../..' . '/src/Health/HealthCheckRegistry.php',
74 85 'Forge12\\DoubleOptIn\\Health\\HealthCheckResult' => __DIR__ . '/../..' . '/src/Health/HealthCheckResult.php',
86 + 'Forge12\\DoubleOptIn\\Health\\HealthRepairController' => __DIR__ . '/../..' . '/src/Health/HealthRepairController.php',
87 + 'Forge12\\DoubleOptIn\\Health\\LegacyMonolithCheck' => __DIR__ . '/../..' . '/src/Health/LegacyMonolithCheck.php',
88 + 'Forge12\\DoubleOptIn\\Health\\LegacyMonolithDetector' => __DIR__ . '/../..' . '/src/Health/LegacyMonolithDetector.php',
89 + 'Forge12\\DoubleOptIn\\Health\\LegacyProEnvironment' => __DIR__ . '/../..' . '/src/Health/LegacyProEnvironment.php',
75 90 'Forge12\\DoubleOptIn\\Health\\SiteHealthIntegration' => __DIR__ . '/../..' . '/src/Health/SiteHealthIntegration.php',
91 + 'Forge12\\DoubleOptIn\\Health\\StaleConsentFieldCheck' => __DIR__ . '/../..' . '/src/Health/StaleConsentFieldCheck.php',
92 + 'Forge12\\DoubleOptIn\\Health\\StaleProMarkersCheck' => __DIR__ . '/../..' . '/src/Health/StaleProMarkersCheck.php',
76 93 'Forge12\\DoubleOptIn\\Integration\\AbstractFormIntegration' => __DIR__ . '/../..' . '/src/Integration/AbstractFormIntegration.php',
77 94 'Forge12\\DoubleOptIn\\Integration\\AdminPanelInterface' => __DIR__ . '/../..' . '/src/Integration/AdminPanelInterface.php',
95 + 'Forge12\\DoubleOptIn\\Integration\\CF7FollowUpAdapter' => __DIR__ . '/../..' . '/src/Integration/CF7FollowUpAdapter.php',
78 96 'Forge12\\DoubleOptIn\\Integration\\CF7Integration' => __DIR__ . '/../..' . '/src/Integration/CF7Integration.php',
79 97 'Forge12\\DoubleOptIn\\Integration\\FormData' => __DIR__ . '/../..' . '/src/Integration/FormData.php',
80 98 'Forge12\\DoubleOptIn\\Integration\\FormDataInterface' => __DIR__ . '/../..' . '/src/Integration/FormDataInterface.php',
81 99 'Forge12\\DoubleOptIn\\Integration\\FormIntegrationInterface' => __DIR__ . '/../..' . '/src/Integration/FormIntegrationInterface.php',
@@ -93,8 +111,9 @@
93 111 'Forge12\\DoubleOptIn\\Providers\\AdminServiceProvider' => __DIR__ . '/../..' . '/src/Providers/AdminServiceProvider.php',
94 112 'Forge12\\DoubleOptIn\\Providers\\CoreServiceProvider' => __DIR__ . '/../..' . '/src/Providers/CoreServiceProvider.php',
95 113 'Forge12\\DoubleOptIn\\Providers\\EmailTemplateServiceProvider' => __DIR__ . '/../..' . '/src/Providers/EmailTemplateServiceProvider.php',
96 114 'Forge12\\DoubleOptIn\\Providers\\EventServiceProvider' => __DIR__ . '/../..' . '/src/Providers/EventServiceProvider.php',
115 + 'Forge12\\DoubleOptIn\\Providers\\FollowUpServiceProvider' => __DIR__ . '/../..' . '/src/Providers/FollowUpServiceProvider.php',
97 116 'Forge12\\DoubleOptIn\\Providers\\FormSettingsServiceProvider' => __DIR__ . '/../..' . '/src/Providers/FormSettingsServiceProvider.php',
98 117 'Forge12\\DoubleOptIn\\Providers\\GdprServiceProvider' => __DIR__ . '/../..' . '/src/Providers/GdprServiceProvider.php',
99 118 'Forge12\\DoubleOptIn\\Providers\\HealthServiceProvider' => __DIR__ . '/../..' . '/src/Providers/HealthServiceProvider.php',
100 119 'Forge12\\DoubleOptIn\\Providers\\IntegrationServiceProvider' => __DIR__ . '/../..' . '/src/Providers/IntegrationServiceProvider.php',
@@ -100,8 +119,11 @@
100 119 'Forge12\\DoubleOptIn\\Providers\\IntegrationServiceProvider' => __DIR__ . '/../..' . '/src/Providers/IntegrationServiceProvider.php',
101 120 'Forge12\\DoubleOptIn\\Providers\\LicensingServiceProvider' => __DIR__ . '/../..' . '/src/Providers/LicensingServiceProvider.php',
102 121 'Forge12\\DoubleOptIn\\Providers\\MigrationServiceProvider' => __DIR__ . '/../..' . '/src/Providers/MigrationServiceProvider.php',
103 122 'Forge12\\DoubleOptIn\\Providers\\RepositoryServiceProvider' => __DIR__ . '/../..' . '/src/Providers/RepositoryServiceProvider.php',
123 + 'Forge12\\DoubleOptIn\\Repository\\FollowUpRepository' => __DIR__ . '/../..' . '/src/Repository/FollowUpRepository.php',
124 + 'Forge12\\DoubleOptIn\\Repository\\FollowUpRepositoryInterface' => __DIR__ . '/../..' . '/src/Repository/FollowUpRepositoryInterface.php',
125 + 'Forge12\\DoubleOptIn\\Repository\\FollowUpSchema' => __DIR__ . '/../..' . '/src/Repository/FollowUpSchema.php',
104 126 'Forge12\\DoubleOptIn\\Repository\\OptInRepository' => __DIR__ . '/../..' . '/src/Repository/OptInRepository.php',
105 127 'Forge12\\DoubleOptIn\\Repository\\OptInRepositoryInterface' => __DIR__ . '/../..' . '/src/Repository/OptInRepositoryInterface.php',
106 128 'Forge12\\DoubleOptIn\\Service\\OptInLinkGenerator' => __DIR__ . '/../..' . '/src/Service/OptInLinkGenerator.php',
107 129 'Forge12\\DoubleOptIn\\Service\\OptInValidator' => __DIR__ . '/../..' . '/src/Service/OptInValidator.php',
@@ -112,11 +134,11 @@
112 134
113 135 public static function getInitializer(ClassLoader $loader)
114 136 {
115 137 return \Closure::bind(function () use ($loader) {
116 - $loader->prefixLengthsPsr4 = ComposerStaticInitd983b20e9cb113a4a1e664a1e43033b6::$prefixLengthsPsr4;
117 - $loader->prefixDirsPsr4 = ComposerStaticInitd983b20e9cb113a4a1e664a1e43033b6::$prefixDirsPsr4;
118 - $loader->classMap = ComposerStaticInitd983b20e9cb113a4a1e664a1e43033b6::$classMap;
138 + $loader->prefixLengthsPsr4 = ComposerStaticInit292675813cb4e197aba687c330d4d94b::$prefixLengthsPsr4;
139 + $loader->prefixDirsPsr4 = ComposerStaticInit292675813cb4e197aba687c330d4d94b::$prefixDirsPsr4;
140 + $loader->classMap = ComposerStaticInit292675813cb4e197aba687c330d4d94b::$classMap;
119 141
120 142 }, null, ClassLoader::class);
121 143 }
122 144 }