Changeset 3381644
- Timestamp:
- 10/21/2025 06:36:17 AM (8 weeks ago)
- Location:
- simplybook/trunk
- Files:
-
- 166 added
- 34 edited
-
app/Controllers (added)
-
app/Controllers/AdminController.php (added)
-
app/Controllers/BlockController.php (added)
-
app/Controllers/CapabilityController.php (added)
-
app/Controllers/DashboardController.php (added)
-
app/Controllers/DesignSettingsController.php (added)
-
app/Controllers/OnboardingNoticeController.php (added)
-
app/Controllers/ReviewController.php (added)
-
app/Controllers/ScheduleController.php (added)
-
app/Controllers/ServicesController.php (added)
-
app/Controllers/SettingsController.php (added)
-
app/Controllers/TrialExpirationController.php (added)
-
app/Controllers/WidgetController.php (added)
-
app/Controllers/WidgetTrackingController.php (added)
-
app/Exceptions (added)
-
app/Exceptions/ApiException.php (added)
-
app/Exceptions/BuilderException.php (added)
-
app/Exceptions/EmptyResponseException.php (added)
-
app/Exceptions/FormException.php (added)
-
app/Exceptions/RestDataException.php (added)
-
app/Exceptions/SettingsException.php (added)
-
app/Features (added)
-
app/Features/AbstractLoader.php (added)
-
app/Features/Notifications (added)
-
app/Features/Notifications/Notices (added)
-
app/Features/Notifications/Notices/AbstractNotice.php (added)
-
app/Features/Notifications/Notices/AddMandatoryProviderNotice.php (added)
-
app/Features/Notifications/Notices/AddMandatoryServiceNotice.php (added)
-
app/Features/Notifications/Notices/FailedAuthenticationNotice.php (added)
-
app/Features/Notifications/Notices/MaxedOutProvidersNotice.php (added)
-
app/Features/Notifications/Notices/MaxedOutServicesNotice.php (added)
-
app/Features/Notifications/Notices/PublishWidgetNotice.php (added)
-
app/Features/Notifications/NotificationListener.php (added)
-
app/Features/Notifications/NotificationsController.php (added)
-
app/Features/Notifications/NotificationsEndpoints.php (added)
-
app/Features/Notifications/NotificationsLoader.php (added)
-
app/Features/Notifications/NotificationsRepository.php (added)
-
app/Features/Notifications/NotificationsService.php (added)
-
app/Features/Onboarding (added)
-
app/Features/Onboarding/OnboardingController.php (added)
-
app/Features/Onboarding/OnboardingLoader.php (added)
-
app/Features/Onboarding/OnboardingService.php (added)
-
app/Features/TaskManagement (added)
-
app/Features/TaskManagement/TaskManagementController.php (added)
-
app/Features/TaskManagement/TaskManagementEndpoints.php (added)
-
app/Features/TaskManagement/TaskManagementListener.php (added)
-
app/Features/TaskManagement/TaskManagementLoader.php (added)
-
app/Features/TaskManagement/TaskManagementRepository.php (added)
-
app/Features/TaskManagement/TaskManagementService.php (added)
-
app/Features/TaskManagement/Tasks (added)
-
app/Features/TaskManagement/Tasks/AbstractTask.php (added)
-
app/Features/TaskManagement/Tasks/AcceptPaymentsTask.php (added)
-
app/Features/TaskManagement/Tasks/AddAllProvidersTask.php (added)
-
app/Features/TaskManagement/Tasks/AddAllServicesTask.php (added)
-
app/Features/TaskManagement/Tasks/AddMandatoryProviderTask.php (added)
-
app/Features/TaskManagement/Tasks/AddMandatoryServiceTask.php (added)
-
app/Features/TaskManagement/Tasks/CustomizeDesignTask.php (added)
-
app/Features/TaskManagement/Tasks/FailedAuthenticationTask.php (added)
-
app/Features/TaskManagement/Tasks/GatherClientInfoTask.php (added)
-
app/Features/TaskManagement/Tasks/GoToSimplyBookSystemTask.php (added)
-
app/Features/TaskManagement/Tasks/InstallAppTask.php (added)
-
app/Features/TaskManagement/Tasks/MaxedOutProvidersTask.php (added)
-
app/Features/TaskManagement/Tasks/MaximumBookingsTask.php (added)
-
app/Features/TaskManagement/Tasks/PostOnSocialMediaTask.php (added)
-
app/Features/TaskManagement/Tasks/PublishWidgetTask.php (added)
-
app/Features/TaskManagement/Tasks/TrialExpiredTask.php (added)
-
app/Http (added)
-
app/Http/ApiClient.php (added)
-
app/Http/DTO (added)
-
app/Http/DTO/ApiResponseDTO.php (added)
-
app/Http/Endpoints (added)
-
app/Http/Endpoints/AbstractCrudEndpoint.php (added)
-
app/Http/Endpoints/BlockEndpoints.php (added)
-
app/Http/Endpoints/CompanyRegistrationEndpoint.php (added)
-
app/Http/Endpoints/DomainEndpoint.php (added)
-
app/Http/Endpoints/LogOutEndpoint.php (added)
-
app/Http/Endpoints/LoginUrlEndpoint.php (added)
-
app/Http/Endpoints/NoticesDismissEndpoint.php (added)
-
app/Http/Endpoints/ProvidersEndpoint.php (added)
-
app/Http/Endpoints/PublicThemeListEndpoint.php (added)
-
app/Http/Endpoints/RelatedPluginEndpoints.php (added)
-
app/Http/Endpoints/RemotePluginsEndpoint.php (added)
-
app/Http/Endpoints/ServicesEndpoint.php (added)
-
app/Http/Endpoints/ServicesProvidersEndpoint.php (added)
-
app/Http/Endpoints/SettingEndpoints.php (added)
-
app/Http/Endpoints/StatisticsEndpoint.php (added)
-
app/Http/Endpoints/SubscriptionEndpoints.php (added)
-
app/Http/Endpoints/ThemeColorEndpoint.php (added)
-
app/Http/Endpoints/TipsTricksEndpoint.php (added)
-
app/Http/Endpoints/WaitForRegistrationEndpoint.php (added)
-
app/Http/Endpoints/WidgetEndpoint.php (added)
-
app/Http/Entities (added)
-
app/Http/Entities/AbstractEntity.php (added)
-
app/Http/Entities/Service.php (added)
-
app/Http/Entities/ServiceProvider.php (added)
-
app/Http/JsonRpcClient.php (added)
-
app/Interfaces (added)
-
app/Interfaces/ControllerInterface.php (added)
-
app/Interfaces/FeatureInterface.php (added)
-
app/Interfaces/MultiEndpointInterface.php (added)
-
app/Interfaces/NoticeInterface.php (added)
-
app/Interfaces/ProviderInterface.php (added)
-
app/Interfaces/SingleEndpointInterface.php (added)
-
app/Interfaces/TaskInterface.php (added)
-
app/Managers (added)
-
app/Managers/AbstractManager.php (added)
-
app/Managers/ControllerManager.php (added)
-
app/Managers/EndpointManager.php (added)
-
app/Managers/FeatureManager.php (added)
-
app/Managers/ProviderManager.php (added)
-
app/Providers (added)
-
app/Providers/ClientServiceProvider.php (added)
-
app/Providers/ConfigServiceProvider.php (added)
-
app/Providers/Provider.php (added)
-
app/Providers/RequestServiceProvider.php (added)
-
app/Services (added)
-
app/Services/CallbackUrlService.php (added)
-
app/Services/CapabilityService.php (added)
-
app/Services/DesignSettingsService.php (added)
-
app/Services/LoginUrlService.php (added)
-
app/Services/NoticeDismissalService.php (added)
-
app/Services/RelatedPluginService.php (added)
-
app/Services/StatisticsService.php (added)
-
app/Services/SubscriptionDataService.php (added)
-
app/Services/ThemeColorService.php (added)
-
app/Services/WidgetTrackingService.php (added)
-
app/Support (added)
-
app/Support/Builders (added)
-
app/Support/Builders/CompanyBuilder.php (added)
-
app/Support/Builders/PageBuilder.php (added)
-
app/Support/Builders/WidgetScriptBuilder.php (added)
-
app/Support/Helpers (added)
-
app/Support/Helpers/Event.php (added)
-
app/Support/Helpers/Request.php (added)
-
app/Support/Helpers/Storage.php (added)
-
app/Support/Helpers/Uninstall.php (added)
-
app/Support/Utility (added)
-
app/Support/Utility/ColorUtility.php (added)
-
app/Support/Utility/StringUtility.php (added)
-
app/Support/Widgets (added)
-
app/Support/Widgets/ElementorWidget.php (added)
-
app/Traits (added)
-
app/Traits/HasAllowlistControl.php (added)
-
app/Traits/HasApiAccess.php (added)
-
app/Traits/HasEncryption.php (added)
-
app/Traits/HasLogging.php (added)
-
app/Traits/HasNonces.php (added)
-
app/Traits/HasRestAccess.php (added)
-
app/Traits/HasTokenManagement.php (added)
-
app/Traits/HasUserAccess.php (added)
-
app/Traits/HasViews.php (added)
-
app/Traits/LegacyLoad.php (added)
-
app/Traits/LegacySave.php (added)
-
assets/languages/simplybook.pot (modified) (11 diffs)
-
bootstrap (added)
-
bootstrap/App.php (added)
-
bootstrap/Plugin.php (added)
-
composer.json (modified) (2 diffs)
-
config/env.php (added)
-
config/fields/design.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
simplybook.php (modified) (2 diffs)
-
vendor/autoload.php (modified) (1 diff)
-
vendor/autoload_packages.php (modified) (1 diff)
-
vendor/automattic/jetpack-autoloader/CHANGELOG.md (modified) (2 diffs)
-
vendor/automattic/jetpack-autoloader/README.md (modified) (1 diff)
-
vendor/automattic/jetpack-autoloader/composer.json (modified) (1 diff)
-
vendor/automattic/jetpack-autoloader/src/AutoloadGenerator.php (modified) (1 diff)
-
vendor/composer/autoload_classmap.php (modified) (1 diff)
-
vendor/composer/autoload_files.php (modified) (1 diff)
-
vendor/composer/autoload_psr4.php (modified) (1 diff)
-
vendor/composer/autoload_real.php (modified) (2 diffs)
-
vendor/composer/autoload_static.php (modified) (6 diffs)
-
vendor/composer/installed.json (modified) (9 diffs)
-
vendor/composer/installed.php (modified) (5 diffs)
-
vendor/composer/jetpack_autoload_classmap.php (modified) (4 diffs)
-
vendor/composer/jetpack_autoload_filemap.php (modified) (2 diffs)
-
vendor/jetpack-autoloader/class-autoloader-handler.php (modified) (1 diff)
-
vendor/jetpack-autoloader/class-autoloader-locator.php (modified) (1 diff)
-
vendor/jetpack-autoloader/class-autoloader.php (modified) (1 diff)
-
vendor/jetpack-autoloader/class-container.php (modified) (1 diff)
-
vendor/jetpack-autoloader/class-hook-manager.php (modified) (1 diff)
-
vendor/jetpack-autoloader/class-latest-autoloader-guard.php (modified) (1 diff)
-
vendor/jetpack-autoloader/class-manifest-reader.php (modified) (1 diff)
-
vendor/jetpack-autoloader/class-path-processor.php (modified) (1 diff)
-
vendor/jetpack-autoloader/class-php-autoloader.php (modified) (1 diff)
-
vendor/jetpack-autoloader/class-plugin-locator.php (modified) (1 diff)
-
vendor/jetpack-autoloader/class-plugins-handler.php (modified) (1 diff)
-
vendor/jetpack-autoloader/class-shutdown-handler.php (modified) (1 diff)
-
vendor/jetpack-autoloader/class-version-loader.php (modified) (1 diff)
-
vendor/jetpack-autoloader/class-version-selector.php (modified) (1 diff)
-
views (added)
-
views/admin (added)
-
views/admin/complete-onboarding-notice.php (added)
-
views/admin/dashboard.html (added)
-
views/admin/rest-api-notice.php (added)
-
views/admin/review-notice.php (added)
-
views/admin/trial-notice.php (added)
-
views/public (added)
-
views/public/demo-alert.php (added)
Legend:
- Unmodified
- Added
- Removed
-
simplybook/trunk/assets/languages/simplybook.pot
r3376213 r3381644 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: SimplyBook.me - Booking and reservations calendar 3.2. 1\n"5 "Project-Id-Version: SimplyBook.me - Booking and reservations calendar 3.2.2\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/simplybook\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-10- 08T09:04:04+00:00\n"12 "POT-Creation-Date: 2025-10-16T11:48:38+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.11.0\n" … … 40 40 msgstr "" 41 41 42 #: app/ controllers/AdminController.php:4042 #: app/Controllers/AdminController.php:46 43 43 #: react/build/79.712c746b580f9980027a.js:1 44 44 #: react/build/107.00e9e978ad301065b8c0.js:1 … … 48 48 msgstr "" 49 49 50 #: app/ controllers/AdminController.php:4450 #: app/Controllers/AdminController.php:50 51 51 msgid "Support" 52 52 msgstr "" 53 53 54 54 #. translators: %1$s and %2$s are replaced with opening and closing tags to bold the text 55 #: app/ controllers/AdminController.php:6155 #: app/Controllers/AdminController.php:67 56 56 msgid "The %1$sSimplyBook.me%2$s plugin relies on the %1$sWordPress REST API%2$s to register new accounts. However, the REST API is currently inaccessible to logged-out users. Please ensure that the REST API is enabled and publicly accessible." 57 57 msgstr "" 58 58 59 #: app/ controllers/BlockController.php:4559 #: app/Controllers/BlockController.php:51 60 60 msgid "A widget for Simplybook.me" 61 61 msgstr "" 62 62 63 #: app/ controllers/DashboardController.php:7764 #: app/ controllers/DashboardController.php:7865 #: app/ features/TaskManagement/Tasks/GoToSimplyBookSystemTask.php:2963 #: app/Controllers/DashboardController.php:86 64 #: app/Controllers/DashboardController.php:87 65 #: app/Features/TaskManagement/Tasks/GoToSimplyBookSystemTask.php:29 66 66 msgid "SimplyBook.me" 67 67 msgstr "" 68 68 69 69 #. translators: %1$d is replaced by the amount of bookings, %2$ and %23$ are replaced with opening and closing a tag containing hyperlink 70 #: app/ controllers/ReviewController.php:5070 #: app/Controllers/ReviewController.php:52 71 71 msgid "Hi, SimplyBook.me has helped you reach %1$d bookings in the last 30 days. If you have a moment, please consider leaving a review on WordPress.org to spread the word. We greatly appreciate it! If you have any questions or feedback, leave us a %2$smessage%3$s." 72 72 msgstr "" 73 73 74 #: app/ controllers/ScheduleController.php:1674 #: app/Controllers/ScheduleController.php:16 75 75 msgid "Once every day" 76 76 msgstr "" 77 77 78 #: app/ controllers/TrialExpirationController.php:4978 #: app/Controllers/TrialExpirationController.php:50 79 79 msgid "Your free SimplyBook.me trial period has expired. Discover which plans best suit your site to continue gathering bookings!" 80 80 msgstr "" 81 81 82 82 #. translators: %d is replaced by the number of days remaining 83 #: app/ controllers/TrialExpirationController.php:5483 #: app/Controllers/TrialExpirationController.php:55 84 84 msgid "Your free SimplyBook.me trial period will expire in %d days. Discover which plans best suit your site to continue gathering bookings!" 85 85 msgstr "" 86 86 87 #: app/ features/Notifications/Notices/AddMandatoryProviderNotice.php:1487 #: app/Features/Notifications/Notices/AddMandatoryProviderNotice.php:14 88 88 msgid "No Providers configured" 89 89 msgstr "" 90 90 91 #: app/ features/Notifications/Notices/AddMandatoryProviderNotice.php:2292 #: app/ features/TaskManagement/Tasks/AddMandatoryProviderTask.php:2991 #: app/Features/Notifications/Notices/AddMandatoryProviderNotice.php:22 92 #: app/Features/TaskManagement/Tasks/AddMandatoryProviderTask.php:29 93 93 msgid "Please configure at least one Service Provider" 94 94 msgstr "" 95 95 96 #: app/ features/Notifications/Notices/AddMandatoryProviderNotice.php:4796 #: app/Features/Notifications/Notices/AddMandatoryProviderNotice.php:47 97 97 #: react/build/18.dda60173f985be980376.js:1 98 98 #: react/build/107.00e9e978ad301065b8c0.js:1 … … 106 106 msgstr "" 107 107 108 #: app/ features/Notifications/Notices/AddMandatoryServiceNotice.php:14108 #: app/Features/Notifications/Notices/AddMandatoryServiceNotice.php:14 109 109 msgid "No Services configured" 110 110 msgstr "" 111 111 112 #: app/ features/Notifications/Notices/AddMandatoryServiceNotice.php:22113 #: app/ features/TaskManagement/Tasks/AddMandatoryServiceTask.php:29112 #: app/Features/Notifications/Notices/AddMandatoryServiceNotice.php:22 113 #: app/Features/TaskManagement/Tasks/AddMandatoryServiceTask.php:29 114 114 msgid "Please configure at least one Service" 115 115 msgstr "" 116 116 117 #: app/ features/Notifications/Notices/AddMandatoryServiceNotice.php:47118 #: app/ features/TaskManagement/Tasks/AddMandatoryServiceTask.php:39117 #: app/Features/Notifications/Notices/AddMandatoryServiceNotice.php:47 118 #: app/Features/TaskManagement/Tasks/AddMandatoryServiceTask.php:39 119 119 #: react/build/18.dda60173f985be980376.js:1 120 120 #: react/build/107.00e9e978ad301065b8c0.js:1 … … 128 128 msgstr "" 129 129 130 #: app/ features/Notifications/Notices/FailedAuthenticationNotice.php:23130 #: app/Features/Notifications/Notices/FailedAuthenticationNotice.php:23 131 131 msgid "Connection lost" 132 132 msgstr "" 133 133 134 #: app/ features/Notifications/Notices/FailedAuthenticationNotice.php:31134 #: app/Features/Notifications/Notices/FailedAuthenticationNotice.php:31 135 135 msgid "We’ve lost connection to your SimplyBook.me account. Please log out and sign in again to reconnect." 136 136 msgstr "" 137 137 138 #: app/ features/Notifications/Notices/MaxedOutProvidersNotice.php:14138 #: app/Features/Notifications/Notices/MaxedOutProvidersNotice.php:14 139 139 msgid "Maximum number of Providers reached" 140 140 msgstr "" 141 141 142 #: app/ features/Notifications/Notices/MaxedOutProvidersNotice.php:22142 #: app/Features/Notifications/Notices/MaxedOutProvidersNotice.php:22 143 143 msgid "Please upgrade your plan to configure more Service Providers, or delete existing Providers if you want to add more." 144 144 msgstr "" 145 145 146 #: app/ features/Notifications/Notices/MaxedOutProvidersNotice.php:47147 #: app/ features/Notifications/Notices/MaxedOutServicesNotice.php:47146 #: app/Features/Notifications/Notices/MaxedOutProvidersNotice.php:47 147 #: app/Features/Notifications/Notices/MaxedOutServicesNotice.php:47 148 148 msgid "Upgrade now" 149 149 msgstr "" 150 150 151 #: app/ features/Notifications/Notices/MaxedOutServicesNotice.php:14151 #: app/Features/Notifications/Notices/MaxedOutServicesNotice.php:14 152 152 msgid "Maximum number of Services reached" 153 153 msgstr "" 154 154 155 #: app/ features/Notifications/Notices/MaxedOutServicesNotice.php:22155 #: app/Features/Notifications/Notices/MaxedOutServicesNotice.php:22 156 156 msgid "Please upgrade your plan to configure more Services, or delete existing Services if you want to add more." 157 157 msgstr "" 158 158 159 #: app/ features/Notifications/Notices/PublishWidgetNotice.php:39159 #: app/Features/Notifications/Notices/PublishWidgetNotice.php:39 160 160 msgid "No booking widget detected!" 161 161 msgstr "" 162 162 163 #: app/ features/Notifications/Notices/PublishWidgetNotice.php:47163 #: app/Features/Notifications/Notices/PublishWidgetNotice.php:47 164 164 msgid "It seems that you haven’t published the booking widget on the front-end of your site. Please use the shortcode or Gutenberg Widget to create your booking page to accept bookings!" 165 165 msgstr "" 166 166 167 #: app/ features/Onboarding/OnboardingController.php:138168 #: app/ features/Onboarding/OnboardingController.php:280169 #: app/ features/Onboarding/OnboardingController.php:322167 #: app/Features/Onboarding/OnboardingController.php:140 168 #: app/Features/Onboarding/OnboardingController.php:282 169 #: app/Features/Onboarding/OnboardingController.php:324 170 170 msgid "Please fill in all fields." 171 171 msgstr "" 172 172 173 #: app/ features/Onboarding/OnboardingController.php:162173 #: app/Features/Onboarding/OnboardingController.php:164 174 174 msgid "Please verify you're not a robot." 175 175 msgstr "" 176 176 177 #: app/ features/Onboarding/OnboardingController.php:166177 #: app/Features/Onboarding/OnboardingController.php:168 178 178 msgid "Please enter the confirmation code." 179 179 msgstr "" 180 180 181 #: app/ features/Onboarding/OnboardingController.php:205181 #: app/Features/Onboarding/OnboardingController.php:207 182 182 msgid "Something went wrong while saving the widget style settings. Please try again." 183 183 msgstr "" 184 184 185 #: app/ features/Onboarding/OnboardingController.php:210185 #: app/Features/Onboarding/OnboardingController.php:212 186 186 msgid "Successfully saved widget style settings" 187 187 msgstr "" 188 188 189 #: app/ features/Onboarding/OnboardingController.php:236189 #: app/Features/Onboarding/OnboardingController.php:238 190 190 msgid "Calendar page title should be available if you choose to generate this page." 191 191 msgstr "" 192 192 193 #: app/ features/Onboarding/OnboardingController.php:299193 #: app/Features/Onboarding/OnboardingController.php:301 194 194 msgid "Unknown error occurred, please verify your credentials." 195 195 msgstr "" 196 196 197 #: app/ features/Onboarding/OnboardingController.php:306197 #: app/Features/Onboarding/OnboardingController.php:308 198 198 msgid "Login successful." 199 199 msgstr "" 200 200 201 #: app/ features/Onboarding/OnboardingController.php:339201 #: app/Features/Onboarding/OnboardingController.php:341 202 202 msgid "Unknown 2FA error occurred, please verify your credentials." 203 203 msgstr "" 204 204 205 #: app/ features/Onboarding/OnboardingController.php:344205 #: app/Features/Onboarding/OnboardingController.php:346 206 206 msgid "Successfully authenticated user" 207 207 msgstr "" 208 208 209 #: app/ features/Onboarding/OnboardingController.php:409209 #: app/Features/Onboarding/OnboardingController.php:411 210 210 msgid "Successfully requested SMS code" 211 211 msgstr "" 212 212 213 #: app/ features/Onboarding/OnboardingController.php:421213 #: app/Features/Onboarding/OnboardingController.php:423 214 214 msgid "Successfully finished onboarding!" 215 215 msgstr "" 216 216 217 #: app/ features/Onboarding/OnboardingController.php:425217 #: app/Features/Onboarding/OnboardingController.php:427 218 218 msgid "An error occurred while finishing the onboarding process" 219 219 msgstr "" 220 220 221 #: app/ features/Onboarding/OnboardingController.php:439221 #: app/Features/Onboarding/OnboardingController.php:441 222 222 msgid "Successfully removed all previous data." 223 223 msgstr "" 224 224 225 #: app/ features/Onboarding/OnboardingController.php:442225 #: app/Features/Onboarding/OnboardingController.php:444 226 226 msgid "An error occurred while trying to remove previous data." 227 227 msgstr "" 228 228 229 #: app/ features/Onboarding/OnboardingService.php:72229 #: app/Features/Onboarding/OnboardingService.php:79 230 230 msgid "Please enter a valid email address and accept the terms and conditions" 231 231 msgstr "" 232 232 233 #: app/ features/TaskManagement/Tasks/AbstractTask.php:207233 #: app/Features/TaskManagement/Tasks/AbstractTask.php:207 234 234 msgid "Premium" 235 235 msgstr "" 236 236 237 #: app/ features/TaskManagement/Tasks/AbstractTask.php:211237 #: app/Features/TaskManagement/Tasks/AbstractTask.php:211 238 238 msgid "Special feature" 239 239 msgstr "" 240 240 241 #: app/ features/TaskManagement/Tasks/AcceptPaymentsTask.php:24241 #: app/Features/TaskManagement/Tasks/AcceptPaymentsTask.php:24 242 242 msgid "Accept payments via SimplyBook.me" 243 243 msgstr "" 244 244 245 #: app/ features/TaskManagement/Tasks/AcceptPaymentsTask.php:34246 #: app/ features/TaskManagement/Tasks/GatherClientInfoTask.php:34247 #: app/ features/TaskManagement/Tasks/InstallAppTask.php:31248 #: app/ features/TaskManagement/Tasks/PostOnSocialMediaTask.php:34245 #: app/Features/TaskManagement/Tasks/AcceptPaymentsTask.php:34 246 #: app/Features/TaskManagement/Tasks/GatherClientInfoTask.php:34 247 #: app/Features/TaskManagement/Tasks/InstallAppTask.php:29 248 #: app/Features/TaskManagement/Tasks/PostOnSocialMediaTask.php:34 249 249 msgid "More info" 250 250 msgstr "" 251 251 252 #: app/ features/TaskManagement/Tasks/AddAllProvidersTask.php:23252 #: app/Features/TaskManagement/Tasks/AddAllProvidersTask.php:23 253 253 msgid "Have you added all Service Providers?" 254 254 msgstr "" 255 255 256 #: app/ features/TaskManagement/Tasks/AddAllProvidersTask.php:33256 #: app/Features/TaskManagement/Tasks/AddAllProvidersTask.php:33 257 257 msgid "Add Providers" 258 258 msgstr "" 259 259 260 #: app/ features/TaskManagement/Tasks/AddAllServicesTask.php:23260 #: app/Features/TaskManagement/Tasks/AddAllServicesTask.php:23 261 261 msgid "Have you added all your Services?" 262 262 msgstr "" 263 263 264 #: app/ features/TaskManagement/Tasks/AddAllServicesTask.php:33264 #: app/Features/TaskManagement/Tasks/AddAllServicesTask.php:33 265 265 msgid "Add Services" 266 266 msgstr "" 267 267 268 #: app/ features/TaskManagement/Tasks/AddMandatoryProviderTask.php:39268 #: app/Features/TaskManagement/Tasks/AddMandatoryProviderTask.php:39 269 269 msgid "Add Provider" 270 270 msgstr "" 271 271 272 #: app/ features/TaskManagement/Tasks/CustomizeDesignTask.php:19272 #: app/Features/TaskManagement/Tasks/CustomizeDesignTask.php:19 273 273 msgid "Customize your booking widget" 274 274 msgstr "" 275 275 276 #: app/ features/TaskManagement/Tasks/CustomizeDesignTask.php:29276 #: app/Features/TaskManagement/Tasks/CustomizeDesignTask.php:29 277 277 msgid "Design settings" 278 278 msgstr "" 279 279 280 #: app/ features/TaskManagement/Tasks/FailedAuthenticationTask.php:27280 #: app/Features/TaskManagement/Tasks/FailedAuthenticationTask.php:27 281 281 msgid "We’ve lost connection to your SimplyBook.me account. Reconnect by logging out via the general settings." 282 282 msgstr "" 283 283 284 #: app/ features/TaskManagement/Tasks/FailedAuthenticationTask.php:37284 #: app/Features/TaskManagement/Tasks/FailedAuthenticationTask.php:37 285 285 msgid "General settings" 286 286 msgstr "" 287 287 288 #: app/ features/TaskManagement/Tasks/GatherClientInfoTask.php:24288 #: app/Features/TaskManagement/Tasks/GatherClientInfoTask.php:24 289 289 msgid "Gather information from your clients upon booking" 290 290 msgstr "" 291 291 292 #: app/ features/TaskManagement/Tasks/GoToSimplyBookSystemTask.php:19292 #: app/Features/TaskManagement/Tasks/GoToSimplyBookSystemTask.php:19 293 293 msgid "Discover the full functionality on SimplyBook.me" 294 294 msgstr "" 295 295 296 #: app/ features/TaskManagement/Tasks/InstallAppTask.php:21296 #: app/Features/TaskManagement/Tasks/InstallAppTask.php:19 297 297 msgid "Install the SimplyBook.me app for iOS or Android" 298 298 msgstr "" 299 299 300 #: app/ features/TaskManagement/Tasks/MaxedOutProvidersTask.php:34300 #: app/Features/TaskManagement/Tasks/MaxedOutProvidersTask.php:34 301 301 msgid "You have reached the maximum number of Service Providers for your plan" 302 302 msgstr "" 303 303 304 #: app/ features/TaskManagement/Tasks/MaxedOutProvidersTask.php:44305 #: app/ features/TaskManagement/Tasks/MaximumBookingsTask.php:45306 #: app/ features/TaskManagement/Tasks/TrialExpiredTask.php:45304 #: app/Features/TaskManagement/Tasks/MaxedOutProvidersTask.php:44 305 #: app/Features/TaskManagement/Tasks/MaximumBookingsTask.php:45 306 #: app/Features/TaskManagement/Tasks/TrialExpiredTask.php:45 307 307 #: react/build/18.dda60173f985be980376.js:1 308 308 #: react/build/79.712c746b580f9980027a.js:1 … … 317 317 msgstr "" 318 318 319 #: app/ features/TaskManagement/Tasks/MaximumBookingsTask.php:35319 #: app/Features/TaskManagement/Tasks/MaximumBookingsTask.php:35 320 320 msgid "You have reached the maximum number of bookings for your plan" 321 321 msgstr "" 322 322 323 #: app/ features/TaskManagement/Tasks/PostOnSocialMediaTask.php:24323 #: app/Features/TaskManagement/Tasks/PostOnSocialMediaTask.php:24 324 324 msgid "Post your social media content and create ads" 325 325 msgstr "" 326 326 327 #: app/ features/TaskManagement/Tasks/PublishWidgetTask.php:47327 #: app/Features/TaskManagement/Tasks/PublishWidgetTask.php:47 328 328 msgid "Publish the booking widget on the front-end of your site." 329 329 msgstr "" 330 330 331 #: app/ features/TaskManagement/Tasks/PublishWidgetTask.php:57331 #: app/Features/TaskManagement/Tasks/PublishWidgetTask.php:57 332 332 msgid "Show shortcodes" 333 333 msgstr "" 334 334 335 #: app/ features/TaskManagement/Tasks/TrialExpiredTask.php:35335 #: app/Features/TaskManagement/Tasks/TrialExpiredTask.php:35 336 336 msgid "Your Trial period has expired! Please consider all premium features!" 337 337 msgstr "" 338 338 339 #: app/ http/ApiClient.php:585340 #: app/ http/ApiClient.php:793339 #: app/Http/ApiClient.php:599 340 #: app/Http/ApiClient.php:807 341 341 msgid "You are not authorized to do this." 342 342 msgstr "" 343 343 344 #: app/ http/ApiClient.php:591344 #: app/Http/ApiClient.php:605 345 345 msgid "Too many attempts to register company, please try again in a minute." 346 346 msgstr "" 347 347 348 #: app/ http/ApiClient.php:605348 #: app/Http/ApiClient.php:619 349 349 msgid "Please fill in all company data." 350 350 msgstr "" 351 351 352 #: app/ http/ApiClient.php:650352 #: app/Http/ApiClient.php:664 353 353 msgid "Something went wrong while registering your company. Please try again." 354 354 msgstr "" 355 355 356 #: app/ http/ApiClient.php:662356 #: app/Http/ApiClient.php:676 357 357 msgid "Company successfully registered." 358 358 msgstr "" 359 359 360 #: app/ http/ApiClient.php:695360 #: app/Http/ApiClient.php:709 361 361 msgid "The company name is not allowed. Please change the company name." 362 362 msgstr "" 363 363 364 #: app/ http/ApiClient.php:703364 #: app/Http/ApiClient.php:717 365 365 msgid "Unknown error encountered while registering your company. Please try again." 366 366 msgstr "" 367 367 368 #: app/ http/ApiClient.php:801368 #: app/Http/ApiClient.php:815 369 369 msgid "Something went wrong, are you sure you started the company registration?" 370 370 msgstr "" 371 371 372 #: app/ http/ApiClient.php:820372 #: app/Http/ApiClient.php:834 373 373 msgid "Something went wrong while confirming your email. Please try again." 374 374 msgstr "" 375 375 376 #: app/ http/ApiClient.php:828376 #: app/Http/ApiClient.php:842 377 377 msgid "Email successfully confirmed." 378 378 msgstr "" 379 379 380 #: app/ http/ApiClient.php:832380 #: app/Http/ApiClient.php:846 381 381 msgid "Unknown error encountered while confirming your email. Please try again." 382 382 msgstr "" 383 383 384 #: app/ http/ApiClient.php:834384 #: app/Http/ApiClient.php:848 385 385 msgid "This confirmation code is not valid." 386 386 msgstr "" 387 387 388 #: app/ http/ApiClient.php:1229388 #: app/Http/ApiClient.php:1243 389 389 msgid "Login failed! Please try again later." 390 390 msgstr "" 391 391 392 #: app/ http/ApiClient.php:1232392 #: app/Http/ApiClient.php:1246 393 393 msgid "Invalid response from SimplyBook.me" 394 394 msgstr "" 395 395 396 #: app/ http/ApiClient.php:1285396 #: app/Http/ApiClient.php:1299 397 397 msgid "Two factor authentication failed! Please try again later." 398 398 msgstr "" 399 399 400 #: app/ http/ApiClient.php:1288400 #: app/Http/ApiClient.php:1302 401 401 msgid "Invalid 2FA response from SimplyBook.me" 402 402 msgstr "" 403 403 404 #: app/ http/ApiClient.php:1313404 #: app/Http/ApiClient.php:1327 405 405 msgid "No error received from remote." 406 406 msgstr "" 407 407 408 #: app/ http/ApiClient.php:1320408 #: app/Http/ApiClient.php:1334 409 409 msgid "Invalid login or password, please try again." 410 410 msgstr "" 411 411 412 #: app/ http/ApiClient.php:1322412 #: app/Http/ApiClient.php:1336 413 413 msgid "Incorrect 2FA authentication code, please try again." 414 414 msgstr "" 415 415 416 #: app/ http/ApiClient.php:1326416 #: app/Http/ApiClient.php:1340 417 417 msgid "Too many login attempts. Verify your credentials and try again in a few minutes." 418 418 msgstr "" 419 419 420 #: app/ http/ApiClient.php:1329420 #: app/Http/ApiClient.php:1343 421 421 msgid "Could not find a company associated with that company login." 422 422 msgstr "" 423 423 424 #: app/ http/ApiClient.php:1332424 #: app/Http/ApiClient.php:1346 425 425 msgid "Authentication failed, please verify your credentials." 426 426 msgstr "" 427 427 428 #: app/ http/ApiClient.php:1409428 #: app/Http/ApiClient.php:1423 429 429 #: react/build/843.f6b4fb618126e6186962.js:1 430 430 #: react/src/components/Modals/SignInModal.jsx:15 … … 432 432 msgstr "" 433 433 434 #: app/ http/ApiClient.php:1410434 #: app/Http/ApiClient.php:1424 435 435 msgid "SMS" 436 436 msgstr "" 437 437 438 #: app/ http/ApiClient.php:1416438 #: app/Http/ApiClient.php:1430 439 439 msgid "Unknown 2FA provider" 440 440 msgstr "" 441 441 442 #: app/ http/endpoints/AbstractCrudEndpoint.php:68443 #: app/ http/endpoints/AbstractCrudEndpoint.php:126442 #: app/Http/Endpoints/AbstractCrudEndpoint.php:68 443 #: app/Http/Endpoints/AbstractCrudEndpoint.php:126 444 444 msgid "Method not allowed" 445 445 msgstr "" 446 446 447 #: app/ http/endpoints/AbstractCrudEndpoint.php:92447 #: app/Http/Endpoints/AbstractCrudEndpoint.php:92 448 448 msgid "Could not create entity, no data provided." 449 449 msgstr "" 450 450 451 #: app/ http/endpoints/AbstractCrudEndpoint.php:103452 #: app/ http/endpoints/AbstractCrudEndpoint.php:164451 #: app/Http/Endpoints/AbstractCrudEndpoint.php:103 452 #: app/Http/Endpoints/AbstractCrudEndpoint.php:164 453 453 msgid "successfully saved!" 454 454 msgstr "" 455 455 456 #: app/ http/endpoints/AbstractCrudEndpoint.php:144456 #: app/Http/Endpoints/AbstractCrudEndpoint.php:144 457 457 msgid "Entity not found!" 458 458 msgstr "" 459 459 460 #: app/ http/endpoints/AbstractCrudEndpoint.php:181460 #: app/Http/Endpoints/AbstractCrudEndpoint.php:181 461 461 msgid "Something went wrong while deleting." 462 462 msgstr "" 463 463 464 #: app/ http/endpoints/AbstractCrudEndpoint.php:205464 #: app/Http/Endpoints/AbstractCrudEndpoint.php:205 465 465 msgid "An unknown error occurred. Please try again later." 466 466 msgstr "" 467 467 468 #: app/ http/endpoints/AbstractCrudEndpoint.php:235468 #: app/Http/Endpoints/AbstractCrudEndpoint.php:235 469 469 msgid "An unknown error occurred while saving, please try again." 470 470 msgstr "" 471 471 472 #: app/ http/endpoints/AbstractCrudEndpoint.php:243472 #: app/Http/Endpoints/AbstractCrudEndpoint.php:243 473 473 msgid "An error occurred while saving, please try again." 474 474 msgstr "" 475 475 476 #: app/ http/endpoints/BlockEndpoints.php:118477 #: app/ support/widgets/ElementorWidget.php:206476 #: app/Http/Endpoints/BlockEndpoints.php:120 477 #: app/Support/Widgets/ElementorWidget.php:206 478 478 msgid "Any provider" 479 479 msgstr "" 480 480 481 #: app/ http/endpoints/LogOutEndpoint.php:51481 #: app/Http/Endpoints/LogOutEndpoint.php:51 482 482 msgid "User prevented logout." 483 483 msgstr "" 484 484 485 #: app/ http/endpoints/LogOutEndpoint.php:55485 #: app/Http/Endpoints/LogOutEndpoint.php:55 486 486 msgid "User is logged out and will be redirected to onboarding." 487 487 msgstr "" 488 488 489 #: app/ http/endpoints/LogOutEndpoint.php:57489 #: app/Http/Endpoints/LogOutEndpoint.php:57 490 490 msgid "Failed to log out user." 491 491 msgstr "" 492 492 493 #: app/ http/endpoints/NoticesDismissEndpoint.php:65493 #: app/Http/Endpoints/NoticesDismissEndpoint.php:65 494 494 msgid "Failed to dismiss notice." 495 495 msgstr "" 496 496 497 #: app/ http/endpoints/NoticesDismissEndpoint.php:73497 #: app/Http/Endpoints/NoticesDismissEndpoint.php:73 498 498 msgid "Notice dismissed successfully." 499 499 msgstr "" 500 500 501 #: app/ http/endpoints/PublicThemeListEndpoint.php:60501 #: app/Http/Endpoints/PublicThemeListEndpoint.php:67 502 502 msgid "No themes found" 503 503 msgstr "" 504 504 505 #: app/ http/endpoints/SettingEndpoints.php:114505 #: app/Http/Endpoints/SettingEndpoints.php:114 506 506 msgid "Error processing settings" 507 507 msgstr "" 508 508 509 #: app/ http/entities/AbstractEntity.php:269509 #: app/Http/Entities/AbstractEntity.php:263 510 510 msgid "Field is required." 511 511 msgstr "" 512 512 513 #: app/ http/entities/Service.php:61513 #: app/Http/Entities/Service.php:62 514 514 msgid "Duration invalid. Please enter a valid number that is a multiple of your selected timeframe." 515 515 msgstr "" 516 516 517 #: app/ http/entities/Service.php:62517 #: app/Http/Entities/Service.php:63 518 518 msgid "Duration invalid. Please enter a valid number between 5 and 1435." 519 519 msgstr "" 520 520 521 #: app/ http/entities/ServiceProvider.php:64521 #: app/Http/Entities/ServiceProvider.php:65 522 522 msgid "Phone format invalid. Please enter a valid phone number with country code (e.g., +31 123 456 789)" 523 523 msgstr "" 524 524 525 #: app/ http/entities/ServiceProvider.php:65525 #: app/Http/Entities/ServiceProvider.php:66 526 526 msgid "Phone format invalid. Please enter a valid phone number without using letters." 527 527 msgstr "" 528 528 529 #: app/ http/entities/ServiceProvider.php:68530 #: app/ http/entities/ServiceProvider.php:69531 #: app/ http/entities/ServiceProvider.php:70529 #: app/Http/Entities/ServiceProvider.php:69 530 #: app/Http/Entities/ServiceProvider.php:70 531 #: app/Http/Entities/ServiceProvider.php:71 532 532 msgid "The email address is invalid. Please verify your input and try again." 533 533 msgstr "" 534 534 535 #: app/ http/entities/ServiceProvider.php:71535 #: app/Http/Entities/ServiceProvider.php:72 536 536 msgid "The email address can only be changed once per day." 537 537 msgstr "" 538 538 539 #: app/ managers/EndpointManager.php:182539 #: app/Managers/EndpointManager.php:185 540 540 msgid "Forbidden." 541 541 msgstr "" 542 542 543 #: app/ services/DesignSettingsService.php:196543 #: app/Services/DesignSettingsService.php:196 544 544 msgid "Invalid value for setting" 545 545 msgstr "" 546 546 547 #: app/ support/builders/WidgetScriptBuilder.php:248547 #: app/Support/Builders/WidgetScriptBuilder.php:248 548 548 msgid "This is a demo SimplyBook.me widget." 549 549 msgstr "" 550 550 551 551 #. translators: %1$s is the opening HTML tag, %2$s is the closing HTML tag 552 #: app/ support/builders/WidgetScriptBuilder.php:253552 #: app/Support/Builders/WidgetScriptBuilder.php:253 553 553 msgid "You can configure the plugin settings to display your customized widget %1$shere%2$s." 554 554 msgstr "" 555 555 556 #: app/ support/builders/WidgetScriptBuilder.php:260556 #: app/Support/Builders/WidgetScriptBuilder.php:260 557 557 msgid "Notice" 558 558 msgstr "" 559 559 560 #: app/ support/widgets/ElementorWidget.php:36560 #: app/Support/Widgets/ElementorWidget.php:36 561 561 #: assets/block/build/index.js:1 562 562 #: assets/block/src/edit.js:157 … … 565 565 msgstr "" 566 566 567 #: app/ support/widgets/ElementorWidget.php:63567 #: app/Support/Widgets/ElementorWidget.php:63 568 568 msgid "SimplyBook.me Settings" 569 569 msgstr "" 570 570 571 #: app/ support/widgets/ElementorWidget.php:99571 #: app/Support/Widgets/ElementorWidget.php:99 572 572 #: react/build/79.712c746b580f9980027a.js:1 573 573 msgid "Service" 574 574 msgstr "" 575 575 576 #: app/ support/widgets/ElementorWidget.php:115576 #: app/Support/Widgets/ElementorWidget.php:115 577 577 #: react/build/79.712c746b580f9980027a.js:1 578 578 msgid "Service Provider" 579 579 msgstr "" 580 580 581 #: app/ support/widgets/ElementorWidget.php:136581 #: app/Support/Widgets/ElementorWidget.php:136 582 582 msgid "Location" 583 583 msgstr "" 584 584 585 #: app/ support/widgets/ElementorWidget.php:157585 #: app/Support/Widgets/ElementorWidget.php:157 586 586 msgid "Service Category" 587 587 msgstr "" 588 588 589 #: app/ support/widgets/ElementorWidget.php:178589 #: app/Support/Widgets/ElementorWidget.php:178 590 590 msgid "Select a service" 591 591 msgstr "" 592 592 593 #: app/ support/widgets/ElementorWidget.php:195593 #: app/Support/Widgets/ElementorWidget.php:195 594 594 msgid "Select a service provider" 595 595 msgstr "" 596 596 597 #: app/ support/widgets/ElementorWidget.php:221597 #: app/Support/Widgets/ElementorWidget.php:221 598 598 msgid "Select a location" 599 599 msgstr "" 600 600 601 #: app/ support/widgets/ElementorWidget.php:237601 #: app/Support/Widgets/ElementorWidget.php:237 602 602 msgid "Select a category" 603 603 msgstr "" 604 604 605 #: app/ support/widgets/ElementorWidget.php:307605 #: app/Support/Widgets/ElementorWidget.php:307 606 606 msgid "Please log in to SimplyBook.me to use this widget." 607 607 msgstr "" 608 608 609 #: app/ support/widgets/ElementorWidget.php:309609 #: app/Support/Widgets/ElementorWidget.php:309 610 610 msgid "Go to the SimplyBook.me dashboard" 611 msgstr ""612 613 #: app/views/admin/rest-api-notice.php:52614 #: app/views/admin/review-notice.php:83615 msgid "Don't show again"616 msgstr ""617 618 #: app/views/admin/review-notice.php:75619 msgid "Leave a review"620 msgstr ""621 622 #: app/views/admin/review-notice.php:79623 msgid "Maybe later"624 msgstr ""625 626 #: app/views/admin/trial-notice.php:58627 msgid "Redirecting.."628 msgstr ""629 630 #: app/views/admin/trial-notice.php:60631 msgid "Discover plans"632 611 msgstr "" 633 612 … … 1620 1599 msgstr "" 1621 1600 1622 #: config/fields/design.php:28 1601 #: config/fields/design.php:30 1602 #: config/fields/design.php:179 1603 msgid "Flexible" 1604 msgstr "" 1605 1606 #: config/fields/design.php:31 1623 1607 #: config/fields/design.php:177 1624 msgid " Flexible"1625 msgstr "" 1626 1627 #: config/fields/design.php: 291608 msgid "Modern" 1609 msgstr "" 1610 1611 #: config/fields/design.php:32 1628 1612 #: config/fields/design.php:175 1629 msgid "Modern"1630 msgstr ""1631 1632 #: config/fields/design.php:301633 #: config/fields/design.php:1731634 1613 msgid "Flexible weekly" 1635 1614 msgstr "" 1636 1615 1637 #: config/fields/design.php:31 1616 #: config/fields/design.php:33 1617 #: config/fields/design.php:180 1618 msgid "Slots weekly" 1619 msgstr "" 1620 1621 #: config/fields/design.php:34 1622 #: config/fields/design.php:183 1623 msgid "Modern Provider" 1624 msgstr "" 1625 1626 #: config/fields/design.php:35 1627 #: config/fields/design.php:176 1628 msgid "Flexible Provider" 1629 msgstr "" 1630 1631 #: config/fields/design.php:36 1632 #: config/fields/design.php:181 1633 msgid "Weekly classes" 1634 msgstr "" 1635 1636 #: config/fields/design.php:38 1637 msgid "Calendar layout" 1638 msgstr "" 1639 1640 #: config/fields/design.php:47 1641 msgid "Datepicker type" 1642 msgstr "" 1643 1644 #: config/fields/design.php:50 1645 msgid "Inline Datepicker" 1646 msgstr "" 1647 1648 #: config/fields/design.php:51 1649 msgid "Top Calendar" 1650 msgstr "" 1651 1652 #: config/fields/design.php:60 1653 msgid "RTL" 1654 msgstr "" 1655 1656 #. translators: %s - IS or IS NOT 1657 #: config/fields/design.php:64 1658 msgid "When selected, writing starts from the right of the page and continues to the left, proceeding from top to bottom for new lines. Your website %s set to RTL." 1659 msgstr "" 1660 1661 #: config/fields/design.php:77 1662 msgid "Allow switch to ADA" 1663 msgstr "" 1664 1665 #: config/fields/design.php:79 1666 msgid "This adds a button to enable accessibility mode, which increases contrast for visitors with a visual disability." 1667 msgstr "" 1668 1669 #: config/fields/design.php:91 1670 msgid "Useful for in-store tablets, so each customer can make a new appointment without data from earlier ones." 1671 msgstr "" 1672 1673 #: config/fields/design.php:94 1674 msgid "Clear the session of each widget initialization" 1675 msgstr "" 1676 1677 #: config/fields/design.php:171 1678 msgid "Theme" 1679 msgstr "" 1680 1638 1681 #: config/fields/design.php:178 1639 msgid "Slots weekly"1640 msgstr ""1641 1642 #: config/fields/design.php:321643 #: config/fields/design.php:1811644 msgid "Modern Provider"1645 msgstr ""1646 1647 #: config/fields/design.php:331648 #: config/fields/design.php:1741649 msgid "Flexible Provider"1650 msgstr ""1651 1652 #: config/fields/design.php:341653 #: config/fields/design.php:1791654 msgid "Weekly classes"1655 msgstr ""1656 1657 #: config/fields/design.php:361658 msgid "Calendar layout"1659 msgstr ""1660 1661 #: config/fields/design.php:451662 msgid "Datepicker type"1663 msgstr ""1664 1665 #: config/fields/design.php:481666 msgid "Inline Datepicker"1667 msgstr ""1668 1669 #: config/fields/design.php:491670 msgid "Top Calendar"1671 msgstr ""1672 1673 #: config/fields/design.php:581674 msgid "RTL"1675 msgstr ""1676 1677 #. translators: %s - IS or IS NOT1678 #: config/fields/design.php:621679 msgid "When selected, writing starts from the right of the page and continues to the left, proceeding from top to bottom for new lines. Your website %s set to RTL."1680 msgstr ""1681 1682 #: config/fields/design.php:751683 msgid "Allow switch to ADA"1684 msgstr ""1685 1686 #: config/fields/design.php:771687 msgid "This adds a button to enable accessibility mode, which increases contrast for visitors with a visual disability."1688 msgstr ""1689 1690 #: config/fields/design.php:891691 msgid "Useful for in-store tablets, so each customer can make a new appointment without data from earlier ones."1692 msgstr ""1693 1694 #: config/fields/design.php:921695 msgid "Clear the session of each widget initialization"1696 msgstr ""1697 1698 #: config/fields/design.php:1691699 msgid "Theme"1700 msgstr ""1701 1702 #: config/fields/design.php:1761703 1682 msgid "Default" 1704 1683 msgstr "" 1705 1684 1706 #: config/fields/design.php:18 01685 #: config/fields/design.php:182 1707 1686 msgid "Daily classes" 1708 1687 msgstr "" 1709 1688 1710 #: config/fields/design.php:18 21689 #: config/fields/design.php:184 1711 1690 msgid "As slots" 1712 1691 msgstr "" 1713 1692 1714 #: config/fields/design.php:18 31693 #: config/fields/design.php:185 1715 1694 msgid "As table" 1716 1695 msgstr "" 1717 1696 1718 #: config/fields/design.php:18 41697 #: config/fields/design.php:186 1719 1698 msgid "Block" 1720 1699 msgstr "" 1721 1700 1722 #: config/fields/design.php:18 51701 #: config/fields/design.php:187 1723 1702 msgid "List" 1724 1703 msgstr "" 1725 1704 1726 #: config/fields/design.php:18 61705 #: config/fields/design.php:188 1727 1706 msgid "Single page" 1728 1707 msgstr "" 1729 1708 1730 #: config/fields/design.php:18 71709 #: config/fields/design.php:189 1731 1710 msgid "Display calendar" 1732 1711 msgstr "" 1733 1712 1734 #: config/fields/design.php:1 881713 #: config/fields/design.php:190 1735 1714 msgid "Base theme color" 1736 1715 msgstr "" 1737 1716 1738 #: config/fields/design.php:1 891717 #: config/fields/design.php:191 1739 1718 msgid "Show only available time" 1740 1719 msgstr "" 1741 1720 1742 #: config/fields/design.php:19 01721 #: config/fields/design.php:192 1743 1722 msgid "Hide unavailable days on calendar" 1744 1723 msgstr "" 1745 1724 1746 #: config/fields/design.php:19 11725 #: config/fields/design.php:193 1747 1726 msgid "Display calendar layout sidebar" 1748 1727 msgstr "" 1749 1728 1750 #: config/fields/design.php:19 21729 #: config/fields/design.php:194 1751 1730 msgid "Image scale mode" 1752 1731 msgstr "" … … 1822 1801 #: config/related.php:39 1823 1802 msgid "Terms & Conditions" 1803 msgstr "" 1804 1805 #: views/admin/complete-onboarding-notice.php:75 1806 msgid "Complete onboarding" 1807 msgstr "" 1808 1809 #: views/admin/complete-onboarding-notice.php:79 1810 msgid "Remind me later later" 1811 msgstr "" 1812 1813 #: views/admin/complete-onboarding-notice.php:83 1814 #: views/admin/rest-api-notice.php:52 1815 #: views/admin/review-notice.php:83 1816 msgid "Don't show again" 1817 msgstr "" 1818 1819 #: views/admin/review-notice.php:75 1820 msgid "Leave a review" 1821 msgstr "" 1822 1823 #: views/admin/review-notice.php:79 1824 msgid "Maybe later" 1825 msgstr "" 1826 1827 #: views/admin/trial-notice.php:58 1828 msgid "Redirecting.." 1829 msgstr "" 1830 1831 #: views/admin/trial-notice.php:60 1832 msgid "Discover plans" 1824 1833 msgstr "" 1825 1834 -
simplybook/trunk/composer.json
r3376213 r3381644 1 1 { 2 2 "name": "really-simple-plugins/simplybookme", 3 "version": "3.2. 1",3 "version": "3.2.2", 4 4 "description": "Simply add a booking calendar to your site to schedule bookings, reservations, appointments and to collect payments.", 5 5 "type": "wordpress-plugin", … … 22 22 "autoload": { 23 23 "psr-4": { 24 "SimplyBook\\Http\\": "app/http", 25 "SimplyBook\\Traits\\": "app/traits", 26 "SimplyBook\\Managers\\": "app/managers", 27 "SimplyBook\\Services\\": "app/services", 28 "SimplyBook\\Http\\DTO\\": "app/http/dto", 29 "SimplyBook\\Providers\\": "app/providers", 30 "SimplyBook\\Interfaces\\": "app/interfaces", 31 "SimplyBook\\Exceptions\\": "app/exceptions", 32 "SimplyBook\\Helpers\\": "app/support/helpers", 33 "SimplyBook\\Widgets\\": "app/support/widgets", 34 "SimplyBook\\Utility\\": "app/support/utility", 35 "SimplyBook\\Controllers\\": "app/controllers", 36 "SimplyBook\\Builders\\": "app/support/builders", 37 "SimplyBook\\Http\\Entities\\": "app/http/entities", 38 "SimplyBook\\Http\\Endpoints\\": "app/http/endpoints" 24 "SimplyBook\\": "app", 25 "SimplyBook\\Bootrstap\\": "bootstrap" 39 26 }, 40 27 "files": [ 41 "app/App.php",42 "app/Plugin.php",43 28 "helpers.php" 44 29 ] -
simplybook/trunk/config/fields/design.php
r3348078 r3381644 5 5 * Get theme colors for default values 6 6 */ 7 function getThemeColorsForDefaults(): array { 8 static $themeColors = null; 9 10 if ($themeColors === null) { 11 $themeColorService = new \SimplyBook\Services\ThemeColorService(); 12 $themeColors = $themeColorService->getThemeColors(); 7 if (!function_exists('getThemeColorsForDefaults')) { 8 function getThemeColorsForDefaults(): array { 9 static $themeColors = null; 10 11 if ($themeColors === null) { 12 $themeColorService = new \SimplyBook\Services\ThemeColorService(); 13 $themeColors = $themeColorService->getThemeColors(); 14 } 15 16 return $themeColors; 13 17 } 14 15 return $themeColors;16 18 } 17 19 -
simplybook/trunk/readme.txt
r3377293 r3381644 89 89 90 90 == Changelog == 91 = 3.2.2 = 92 * Added: Admin notice for stale plugin users. 93 * Changed: Plugin now uses new code architecture. 94 * Removed: Deprecated constants: SIMPLYBOOK_VERSION, SIMPLYBOOK_PATH, SIMPLYBOOK_URL & SIMPLYBOOK_PLUGIN. 95 91 96 = 3.2.1 = 92 97 * Added: Admin notice for (soon) expired trial subscription. -
simplybook/trunk/simplybook.php
r3376213 r3381644 10 10 * Plugin URI: https://help.simplybook.me/index.php?title=WordPress_integration 11 11 * Description: Simply add a booking calendar to your site to schedule bookings, reservations, appointments and to collect payments. 12 * Version: 3.2. 112 * Version: 3.2.2 13 13 * Requires at least: 6.6 14 14 * Requires PHP: 7.4 … … 27 27 28 28 // Boot the plugin. 29 $plugin = new \SimplyBook\Plugin();29 $plugin = new SimplyBook\Bootstrap\Plugin(); 30 30 $plugin->boot(); -
simplybook/trunk/vendor/autoload.php
r3348078 r3381644 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 2e0f5ef22d8e452c4ce0abbb2c75feeb::getLoader();25 return ComposerAutoloaderInit3960d646d8f204d730e264884fb42718::getLoader(); -
simplybook/trunk/vendor/autoload_packages.php
r3348078 r3381644 6 6 */ 7 7 8 namespace Automattic\Jetpack\Autoloader\jp 2e0f5ef22d8e452c4ce0abbb2c75feeb\al5_0_7;8 namespace Automattic\Jetpack\Autoloader\jp3960d646d8f204d730e264884fb42718\al5_0_11; 9 9 10 10 // phpcs:ignore -
simplybook/trunk/vendor/automattic/jetpack-autoloader/CHANGELOG.md
r3348078 r3381644 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 8 ## [5.0.11] - 2025-10-06 9 ### Fixed 10 - Tests: Replace deprecated `RunClassInSeparateProcess` attribute with `RunTestsInSeparateProcesses`. [#45370] 11 12 ## [5.0.10] - 2025-09-15 13 ### Changed 14 - Internal updates. 15 16 ## [5.0.9] - 2025-07-28 17 ### Changed 18 - Exclude development files from production build of the package. [#44456] 19 20 ## [5.0.8] - 2025-06-23 21 ### Fixed 22 - Autoloader: Prevent double slash in autoloader path. [#44030] 7 23 8 24 ## [5.0.7] - 2025-04-28 … … 427 443 - Add Custom Autoloader 428 444 445 [5.0.11]: https://github.com/Automattic/jetpack-autoloader/compare/v5.0.10...v5.0.11 446 [5.0.10]: https://github.com/Automattic/jetpack-autoloader/compare/v5.0.9...v5.0.10 447 [5.0.9]: https://github.com/Automattic/jetpack-autoloader/compare/v5.0.8...v5.0.9 448 [5.0.8]: https://github.com/Automattic/jetpack-autoloader/compare/v5.0.7...v5.0.8 429 449 [5.0.7]: https://github.com/Automattic/jetpack-autoloader/compare/v5.0.6...v5.0.7 430 450 [5.0.6]: https://github.com/Automattic/jetpack-autoloader/compare/v5.0.5...v5.0.6 -
simplybook/trunk/vendor/automattic/jetpack-autoloader/README.md
r3348078 r3381644 34 34 In the main plugin you will also need to include the files like this. 35 35 ```php 36 require_once plugin_dir_path( __FILE__ ) . '/vendor/autoload_packages.php';36 require_once plugin_dir_path( __FILE__ ) . 'vendor/autoload_packages.php'; 37 37 ``` 38 38 -
simplybook/trunk/vendor/automattic/jetpack-autoloader/composer.json
r3348078 r3381644 19 19 "composer/composer": "^2.2", 20 20 "yoast/phpunit-polyfills": "^4.0.0", 21 "automattic/jetpack-changelogger": "^6.0. 5",21 "automattic/jetpack-changelogger": "^6.0.7", 22 22 "automattic/phpunit-select-config": "^1.0.3" 23 23 }, -
simplybook/trunk/vendor/automattic/jetpack-autoloader/src/AutoloadGenerator.php
r3348078 r3381644 22 22 class AutoloadGenerator { 23 23 24 const VERSION = '5.0. 7';24 const VERSION = '5.0.11'; 25 25 26 26 /** -
simplybook/trunk/vendor/composer/autoload_classmap.php
r3376213 r3381644 100 100 'PhpToken' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php', 101 101 'Psr\\Clock\\ClockInterface' => $vendorDir . '/psr/clock/src/ClockInterface.php', 102 'SimplyBook\\Builders\\CompanyBuilder' => $baseDir . '/app/support/builders/CompanyBuilder.php', 103 'SimplyBook\\Builders\\PageBuilder' => $baseDir . '/app/support/builders/PageBuilder.php', 104 'SimplyBook\\Builders\\WidgetScriptBuilder' => $baseDir . '/app/support/builders/WidgetScriptBuilder.php', 105 'SimplyBook\\Controllers\\AdminController' => $baseDir . '/app/controllers/AdminController.php', 106 'SimplyBook\\Controllers\\BlockController' => $baseDir . '/app/controllers/BlockController.php', 107 'SimplyBook\\Controllers\\CapabilityController' => $baseDir . '/app/controllers/CapabilityController.php', 108 'SimplyBook\\Controllers\\DashboardController' => $baseDir . '/app/controllers/DashboardController.php', 109 'SimplyBook\\Controllers\\DesignSettingsController' => $baseDir . '/app/controllers/DesignSettingsController.php', 110 'SimplyBook\\Controllers\\ReviewController' => $baseDir . '/app/controllers/ReviewController.php', 111 'SimplyBook\\Controllers\\ScheduleController' => $baseDir . '/app/controllers/ScheduleController.php', 112 'SimplyBook\\Controllers\\ServicesController' => $baseDir . '/app/controllers/ServicesController.php', 113 'SimplyBook\\Controllers\\SettingsController' => $baseDir . '/app/controllers/SettingsController.php', 114 'SimplyBook\\Controllers\\TrialExpirationController' => $baseDir . '/app/controllers/TrialExpirationController.php', 115 'SimplyBook\\Controllers\\WidgetController' => $baseDir . '/app/controllers/WidgetController.php', 116 'SimplyBook\\Controllers\\WidgetTrackingController' => $baseDir . '/app/controllers/WidgetTrackingController.php', 117 'SimplyBook\\Exceptions\\ApiException' => $baseDir . '/app/exceptions/ApiException.php', 118 'SimplyBook\\Exceptions\\BuilderException' => $baseDir . '/app/exceptions/BuilderException.php', 119 'SimplyBook\\Exceptions\\EmptyResponseException' => $baseDir . '/app/exceptions/EmptyResponseException.php', 120 'SimplyBook\\Exceptions\\FormException' => $baseDir . '/app/exceptions/FormException.php', 121 'SimplyBook\\Exceptions\\RestDataException' => $baseDir . '/app/exceptions/RestDataException.php', 122 'SimplyBook\\Exceptions\\SettingsException' => $baseDir . '/app/exceptions/SettingsException.php', 123 'SimplyBook\\Helpers\\Event' => $baseDir . '/app/support/helpers/Event.php', 124 'SimplyBook\\Helpers\\FeatureHelper' => $baseDir . '/app/support/helpers/FeatureHelper.php', 125 'SimplyBook\\Helpers\\Request' => $baseDir . '/app/support/helpers/Request.php', 126 'SimplyBook\\Helpers\\Storage' => $baseDir . '/app/support/helpers/Storage.php', 127 'SimplyBook\\Helpers\\Uninstall' => $baseDir . '/app/support/helpers/Uninstall.php', 128 'SimplyBook\\Http\\ApiClient' => $baseDir . '/app/http/ApiClient.php', 129 'SimplyBook\\Http\\DTO\\ApiResponseDTO' => $baseDir . '/app/http/dto/ApiResponseDTO.php', 130 'SimplyBook\\Http\\Endpoints\\AbstractCrudEndpoint' => $baseDir . '/app/http/endpoints/AbstractCrudEndpoint.php', 131 'SimplyBook\\Http\\Endpoints\\BlockEndpoints' => $baseDir . '/app/http/endpoints/BlockEndpoints.php', 132 'SimplyBook\\Http\\Endpoints\\CompanyRegistrationEndpoint' => $baseDir . '/app/http/endpoints/CompanyRegistrationEndpoint.php', 133 'SimplyBook\\Http\\Endpoints\\DomainEndpoint' => $baseDir . '/app/http/endpoints/DomainEndpoint.php', 134 'SimplyBook\\Http\\Endpoints\\LogOutEndpoint' => $baseDir . '/app/http/endpoints/LogOutEndpoint.php', 135 'SimplyBook\\Http\\Endpoints\\LoginUrlEndpoint' => $baseDir . '/app/http/endpoints/LoginUrlEndpoint.php', 136 'SimplyBook\\Http\\Endpoints\\NoticesDismissEndpoint' => $baseDir . '/app/http/endpoints/NoticesDismissEndpoint.php', 137 'SimplyBook\\Http\\Endpoints\\ProvidersEndpoint' => $baseDir . '/app/http/endpoints/ProvidersEndpoint.php', 138 'SimplyBook\\Http\\Endpoints\\PublicThemeListEndpoint' => $baseDir . '/app/http/endpoints/PublicThemeListEndpoint.php', 139 'SimplyBook\\Http\\Endpoints\\RelatedPluginEndpoints' => $baseDir . '/app/http/endpoints/RelatedPluginEndpoints.php', 140 'SimplyBook\\Http\\Endpoints\\RemotePluginsEndpoint' => $baseDir . '/app/http/endpoints/RemotePluginsEndpoint.php', 141 'SimplyBook\\Http\\Endpoints\\ServicesEndpoint' => $baseDir . '/app/http/endpoints/ServicesEndpoint.php', 142 'SimplyBook\\Http\\Endpoints\\ServicesProvidersEndpoint' => $baseDir . '/app/http/endpoints/ServicesProvidersEndpoint.php', 143 'SimplyBook\\Http\\Endpoints\\SettingEndpoints' => $baseDir . '/app/http/endpoints/SettingEndpoints.php', 144 'SimplyBook\\Http\\Endpoints\\StatisticsEndpoint' => $baseDir . '/app/http/endpoints/StatisticsEndpoint.php', 145 'SimplyBook\\Http\\Endpoints\\SubscriptionEndpoints' => $baseDir . '/app/http/endpoints/SubscriptionEndpoints.php', 146 'SimplyBook\\Http\\Endpoints\\ThemeColorEndpoint' => $baseDir . '/app/http/endpoints/ThemeColorEndpoint.php', 147 'SimplyBook\\Http\\Endpoints\\TipsTricksEndpoint' => $baseDir . '/app/http/endpoints/TipsTricksEndpoint.php', 148 'SimplyBook\\Http\\Endpoints\\WaitForRegistrationEndpoint' => $baseDir . '/app/http/endpoints/WaitForRegistrationEndpoint.php', 149 'SimplyBook\\Http\\Endpoints\\WidgetEndpoint' => $baseDir . '/app/http/endpoints/WidgetEndpoint.php', 150 'SimplyBook\\Http\\Entities\\AbstractEntity' => $baseDir . '/app/http/entities/AbstractEntity.php', 151 'SimplyBook\\Http\\Entities\\Service' => $baseDir . '/app/http/entities/Service.php', 152 'SimplyBook\\Http\\Entities\\ServiceProvider' => $baseDir . '/app/http/entities/ServiceProvider.php', 153 'SimplyBook\\Http\\JsonRpcClient' => $baseDir . '/app/http/JsonRpcClient.php', 154 'SimplyBook\\Interfaces\\ControllerInterface' => $baseDir . '/app/interfaces/ControllerInterface.php', 155 'SimplyBook\\Interfaces\\FeatureInterface' => $baseDir . '/app/interfaces/FeatureInterface.php', 156 'SimplyBook\\Interfaces\\MultiEndpointInterface' => $baseDir . '/app/interfaces/MultiEndpointInterface.php', 157 'SimplyBook\\Interfaces\\NoticeInterface' => $baseDir . '/app/interfaces/NoticeInterface.php', 158 'SimplyBook\\Interfaces\\ProviderInterface' => $baseDir . '/app/interfaces/ProviderInterface.php', 159 'SimplyBook\\Interfaces\\SingleEndpointInterface' => $baseDir . '/app/interfaces/SingleEndpointInterface.php', 160 'SimplyBook\\Interfaces\\TaskInterface' => $baseDir . '/app/interfaces/TaskInterface.php', 161 'SimplyBook\\Managers\\ControllerManager' => $baseDir . '/app/managers/ControllerManager.php', 162 'SimplyBook\\Managers\\EndpointManager' => $baseDir . '/app/managers/EndpointManager.php', 163 'SimplyBook\\Managers\\FeatureManager' => $baseDir . '/app/managers/FeatureManager.php', 164 'SimplyBook\\Managers\\ProviderManager' => $baseDir . '/app/managers/ProviderManager.php', 165 'SimplyBook\\Providers\\AppServiceProvider' => $baseDir . '/app/providers/AppServiceProvider.php', 166 'SimplyBook\\Providers\\Provider' => $baseDir . '/app/providers/Provider.php', 167 'SimplyBook\\Services\\CallbackUrlService' => $baseDir . '/app/services/CallbackUrlService.php', 168 'SimplyBook\\Services\\CapabilityService' => $baseDir . '/app/services/CapabilityService.php', 169 'SimplyBook\\Services\\DesignSettingsService' => $baseDir . '/app/services/DesignSettingsService.php', 170 'SimplyBook\\Services\\LoginUrlService' => $baseDir . '/app/services/LoginUrlService.php', 171 'SimplyBook\\Services\\NoticeDismissalService' => $baseDir . '/app/services/NoticeDismissalService.php', 172 'SimplyBook\\Services\\RelatedPluginService' => $baseDir . '/app/services/RelatedPluginService.php', 173 'SimplyBook\\Services\\StatisticsService' => $baseDir . '/app/services/StatisticsService.php', 174 'SimplyBook\\Services\\SubscriptionDataService' => $baseDir . '/app/services/SubscriptionDataService.php', 175 'SimplyBook\\Services\\ThemeColorService' => $baseDir . '/app/services/ThemeColorService.php', 176 'SimplyBook\\Services\\WidgetTrackingService' => $baseDir . '/app/services/WidgetTrackingService.php', 177 'SimplyBook\\Traits\\HasAllowlistControl' => $baseDir . '/app/traits/HasAllowlistControl.php', 178 'SimplyBook\\Traits\\HasApiAccess' => $baseDir . '/app/traits/HasApiAccess.php', 179 'SimplyBook\\Traits\\HasEncryption' => $baseDir . '/app/traits/HasEncryption.php', 180 'SimplyBook\\Traits\\HasLogging' => $baseDir . '/app/traits/HasLogging.php', 181 'SimplyBook\\Traits\\HasNonces' => $baseDir . '/app/traits/HasNonces.php', 182 'SimplyBook\\Traits\\HasRestAccess' => $baseDir . '/app/traits/HasRestAccess.php', 183 'SimplyBook\\Traits\\HasTokenManagement' => $baseDir . '/app/traits/HasTokenManagement.php', 184 'SimplyBook\\Traits\\HasUserAccess' => $baseDir . '/app/traits/HasUserAccess.php', 185 'SimplyBook\\Traits\\HasViews' => $baseDir . '/app/traits/HasViews.php', 186 'SimplyBook\\Traits\\LegacyLoad' => $baseDir . '/app/traits/LegacyLoad.php', 187 'SimplyBook\\Traits\\LegacySave' => $baseDir . '/app/traits/LegacySave.php', 188 'SimplyBook\\Utility\\ColorUtility' => $baseDir . '/app/support/utility/ColorUtility.php', 189 'SimplyBook\\Utility\\StringUtility' => $baseDir . '/app/support/utility/StringUtility.php', 190 'SimplyBook\\Widgets\\ElementorWidget' => $baseDir . '/app/support/widgets/ElementorWidget.php', 102 'SimplyBook\\Bootstrap\\App' => $baseDir . '/bootstrap/App.php', 103 'SimplyBook\\Bootstrap\\Plugin' => $baseDir . '/bootstrap/Plugin.php', 104 'SimplyBook\\Controllers\\AdminController' => $baseDir . '/app/Controllers/AdminController.php', 105 'SimplyBook\\Controllers\\BlockController' => $baseDir . '/app/Controllers/BlockController.php', 106 'SimplyBook\\Controllers\\CapabilityController' => $baseDir . '/app/Controllers/CapabilityController.php', 107 'SimplyBook\\Controllers\\DashboardController' => $baseDir . '/app/Controllers/DashboardController.php', 108 'SimplyBook\\Controllers\\DesignSettingsController' => $baseDir . '/app/Controllers/DesignSettingsController.php', 109 'SimplyBook\\Controllers\\OnboardingNoticeController' => $baseDir . '/app/Controllers/OnboardingNoticeController.php', 110 'SimplyBook\\Controllers\\ReviewController' => $baseDir . '/app/Controllers/ReviewController.php', 111 'SimplyBook\\Controllers\\ScheduleController' => $baseDir . '/app/Controllers/ScheduleController.php', 112 'SimplyBook\\Controllers\\ServicesController' => $baseDir . '/app/Controllers/ServicesController.php', 113 'SimplyBook\\Controllers\\SettingsController' => $baseDir . '/app/Controllers/SettingsController.php', 114 'SimplyBook\\Controllers\\TrialExpirationController' => $baseDir . '/app/Controllers/TrialExpirationController.php', 115 'SimplyBook\\Controllers\\WidgetController' => $baseDir . '/app/Controllers/WidgetController.php', 116 'SimplyBook\\Controllers\\WidgetTrackingController' => $baseDir . '/app/Controllers/WidgetTrackingController.php', 117 'SimplyBook\\Exceptions\\ApiException' => $baseDir . '/app/Exceptions/ApiException.php', 118 'SimplyBook\\Exceptions\\BuilderException' => $baseDir . '/app/Exceptions/BuilderException.php', 119 'SimplyBook\\Exceptions\\EmptyResponseException' => $baseDir . '/app/Exceptions/EmptyResponseException.php', 120 'SimplyBook\\Exceptions\\FormException' => $baseDir . '/app/Exceptions/FormException.php', 121 'SimplyBook\\Exceptions\\RestDataException' => $baseDir . '/app/Exceptions/RestDataException.php', 122 'SimplyBook\\Exceptions\\SettingsException' => $baseDir . '/app/Exceptions/SettingsException.php', 123 'SimplyBook\\Features\\AbstractLoader' => $baseDir . '/app/Features/AbstractLoader.php', 124 'SimplyBook\\Features\\Notifications\\Notices\\AbstractNotice' => $baseDir . '/app/Features/Notifications/Notices/AbstractNotice.php', 125 'SimplyBook\\Features\\Notifications\\Notices\\AddMandatoryProviderNotice' => $baseDir . '/app/Features/Notifications/Notices/AddMandatoryProviderNotice.php', 126 'SimplyBook\\Features\\Notifications\\Notices\\AddMandatoryServiceNotice' => $baseDir . '/app/Features/Notifications/Notices/AddMandatoryServiceNotice.php', 127 'SimplyBook\\Features\\Notifications\\Notices\\FailedAuthenticationNotice' => $baseDir . '/app/Features/Notifications/Notices/FailedAuthenticationNotice.php', 128 'SimplyBook\\Features\\Notifications\\Notices\\MaxedOutProvidersNotice' => $baseDir . '/app/Features/Notifications/Notices/MaxedOutProvidersNotice.php', 129 'SimplyBook\\Features\\Notifications\\Notices\\MaxedOutServicesNotice' => $baseDir . '/app/Features/Notifications/Notices/MaxedOutServicesNotice.php', 130 'SimplyBook\\Features\\Notifications\\Notices\\PublishWidgetNotice' => $baseDir . '/app/Features/Notifications/Notices/PublishWidgetNotice.php', 131 'SimplyBook\\Features\\Notifications\\NotificationListener' => $baseDir . '/app/Features/Notifications/NotificationListener.php', 132 'SimplyBook\\Features\\Notifications\\NotificationsController' => $baseDir . '/app/Features/Notifications/NotificationsController.php', 133 'SimplyBook\\Features\\Notifications\\NotificationsEndpoints' => $baseDir . '/app/Features/Notifications/NotificationsEndpoints.php', 134 'SimplyBook\\Features\\Notifications\\NotificationsLoader' => $baseDir . '/app/Features/Notifications/NotificationsLoader.php', 135 'SimplyBook\\Features\\Notifications\\NotificationsRepository' => $baseDir . '/app/Features/Notifications/NotificationsRepository.php', 136 'SimplyBook\\Features\\Notifications\\NotificationsService' => $baseDir . '/app/Features/Notifications/NotificationsService.php', 137 'SimplyBook\\Features\\Onboarding\\OnboardingController' => $baseDir . '/app/Features/Onboarding/OnboardingController.php', 138 'SimplyBook\\Features\\Onboarding\\OnboardingLoader' => $baseDir . '/app/Features/Onboarding/OnboardingLoader.php', 139 'SimplyBook\\Features\\Onboarding\\OnboardingService' => $baseDir . '/app/Features/Onboarding/OnboardingService.php', 140 'SimplyBook\\Features\\TaskManagement\\TaskManagementController' => $baseDir . '/app/Features/TaskManagement/TaskManagementController.php', 141 'SimplyBook\\Features\\TaskManagement\\TaskManagementEndpoints' => $baseDir . '/app/Features/TaskManagement/TaskManagementEndpoints.php', 142 'SimplyBook\\Features\\TaskManagement\\TaskManagementListener' => $baseDir . '/app/Features/TaskManagement/TaskManagementListener.php', 143 'SimplyBook\\Features\\TaskManagement\\TaskManagementLoader' => $baseDir . '/app/Features/TaskManagement/TaskManagementLoader.php', 144 'SimplyBook\\Features\\TaskManagement\\TaskManagementRepository' => $baseDir . '/app/Features/TaskManagement/TaskManagementRepository.php', 145 'SimplyBook\\Features\\TaskManagement\\TaskManagementService' => $baseDir . '/app/Features/TaskManagement/TaskManagementService.php', 146 'SimplyBook\\Features\\TaskManagement\\Tasks\\AbstractTask' => $baseDir . '/app/Features/TaskManagement/Tasks/AbstractTask.php', 147 'SimplyBook\\Features\\TaskManagement\\Tasks\\AcceptPaymentsTask' => $baseDir . '/app/Features/TaskManagement/Tasks/AcceptPaymentsTask.php', 148 'SimplyBook\\Features\\TaskManagement\\Tasks\\AddAllProvidersTask' => $baseDir . '/app/Features/TaskManagement/Tasks/AddAllProvidersTask.php', 149 'SimplyBook\\Features\\TaskManagement\\Tasks\\AddAllServicesTask' => $baseDir . '/app/Features/TaskManagement/Tasks/AddAllServicesTask.php', 150 'SimplyBook\\Features\\TaskManagement\\Tasks\\AddMandatoryProviderTask' => $baseDir . '/app/Features/TaskManagement/Tasks/AddMandatoryProviderTask.php', 151 'SimplyBook\\Features\\TaskManagement\\Tasks\\AddMandatoryServiceTask' => $baseDir . '/app/Features/TaskManagement/Tasks/AddMandatoryServiceTask.php', 152 'SimplyBook\\Features\\TaskManagement\\Tasks\\CustomizeDesignTask' => $baseDir . '/app/Features/TaskManagement/Tasks/CustomizeDesignTask.php', 153 'SimplyBook\\Features\\TaskManagement\\Tasks\\FailedAuthenticationTask' => $baseDir . '/app/Features/TaskManagement/Tasks/FailedAuthenticationTask.php', 154 'SimplyBook\\Features\\TaskManagement\\Tasks\\GatherClientInfoTask' => $baseDir . '/app/Features/TaskManagement/Tasks/GatherClientInfoTask.php', 155 'SimplyBook\\Features\\TaskManagement\\Tasks\\GoToSimplyBookSystemTask' => $baseDir . '/app/Features/TaskManagement/Tasks/GoToSimplyBookSystemTask.php', 156 'SimplyBook\\Features\\TaskManagement\\Tasks\\InstallAppTask' => $baseDir . '/app/Features/TaskManagement/Tasks/InstallAppTask.php', 157 'SimplyBook\\Features\\TaskManagement\\Tasks\\MaxedOutProvidersTask' => $baseDir . '/app/Features/TaskManagement/Tasks/MaxedOutProvidersTask.php', 158 'SimplyBook\\Features\\TaskManagement\\Tasks\\MaximumBookingsTask' => $baseDir . '/app/Features/TaskManagement/Tasks/MaximumBookingsTask.php', 159 'SimplyBook\\Features\\TaskManagement\\Tasks\\PostOnSocialMediaTask' => $baseDir . '/app/Features/TaskManagement/Tasks/PostOnSocialMediaTask.php', 160 'SimplyBook\\Features\\TaskManagement\\Tasks\\PublishWidgetTask' => $baseDir . '/app/Features/TaskManagement/Tasks/PublishWidgetTask.php', 161 'SimplyBook\\Features\\TaskManagement\\Tasks\\TrialExpiredTask' => $baseDir . '/app/Features/TaskManagement/Tasks/TrialExpiredTask.php', 162 'SimplyBook\\Http\\ApiClient' => $baseDir . '/app/Http/ApiClient.php', 163 'SimplyBook\\Http\\DTO\\ApiResponseDTO' => $baseDir . '/app/Http/DTO/ApiResponseDTO.php', 164 'SimplyBook\\Http\\Endpoints\\AbstractCrudEndpoint' => $baseDir . '/app/Http/Endpoints/AbstractCrudEndpoint.php', 165 'SimplyBook\\Http\\Endpoints\\BlockEndpoints' => $baseDir . '/app/Http/Endpoints/BlockEndpoints.php', 166 'SimplyBook\\Http\\Endpoints\\CompanyRegistrationEndpoint' => $baseDir . '/app/Http/Endpoints/CompanyRegistrationEndpoint.php', 167 'SimplyBook\\Http\\Endpoints\\DomainEndpoint' => $baseDir . '/app/Http/Endpoints/DomainEndpoint.php', 168 'SimplyBook\\Http\\Endpoints\\LogOutEndpoint' => $baseDir . '/app/Http/Endpoints/LogOutEndpoint.php', 169 'SimplyBook\\Http\\Endpoints\\LoginUrlEndpoint' => $baseDir . '/app/Http/Endpoints/LoginUrlEndpoint.php', 170 'SimplyBook\\Http\\Endpoints\\NoticesDismissEndpoint' => $baseDir . '/app/Http/Endpoints/NoticesDismissEndpoint.php', 171 'SimplyBook\\Http\\Endpoints\\ProvidersEndpoint' => $baseDir . '/app/Http/Endpoints/ProvidersEndpoint.php', 172 'SimplyBook\\Http\\Endpoints\\PublicThemeListEndpoint' => $baseDir . '/app/Http/Endpoints/PublicThemeListEndpoint.php', 173 'SimplyBook\\Http\\Endpoints\\RelatedPluginEndpoints' => $baseDir . '/app/Http/Endpoints/RelatedPluginEndpoints.php', 174 'SimplyBook\\Http\\Endpoints\\RemotePluginsEndpoint' => $baseDir . '/app/Http/Endpoints/RemotePluginsEndpoint.php', 175 'SimplyBook\\Http\\Endpoints\\ServicesEndpoint' => $baseDir . '/app/Http/Endpoints/ServicesEndpoint.php', 176 'SimplyBook\\Http\\Endpoints\\ServicesProvidersEndpoint' => $baseDir . '/app/Http/Endpoints/ServicesProvidersEndpoint.php', 177 'SimplyBook\\Http\\Endpoints\\SettingEndpoints' => $baseDir . '/app/Http/Endpoints/SettingEndpoints.php', 178 'SimplyBook\\Http\\Endpoints\\StatisticsEndpoint' => $baseDir . '/app/Http/Endpoints/StatisticsEndpoint.php', 179 'SimplyBook\\Http\\Endpoints\\SubscriptionEndpoints' => $baseDir . '/app/Http/Endpoints/SubscriptionEndpoints.php', 180 'SimplyBook\\Http\\Endpoints\\ThemeColorEndpoint' => $baseDir . '/app/Http/Endpoints/ThemeColorEndpoint.php', 181 'SimplyBook\\Http\\Endpoints\\TipsTricksEndpoint' => $baseDir . '/app/Http/Endpoints/TipsTricksEndpoint.php', 182 'SimplyBook\\Http\\Endpoints\\WaitForRegistrationEndpoint' => $baseDir . '/app/Http/Endpoints/WaitForRegistrationEndpoint.php', 183 'SimplyBook\\Http\\Endpoints\\WidgetEndpoint' => $baseDir . '/app/Http/Endpoints/WidgetEndpoint.php', 184 'SimplyBook\\Http\\Entities\\AbstractEntity' => $baseDir . '/app/Http/Entities/AbstractEntity.php', 185 'SimplyBook\\Http\\Entities\\Service' => $baseDir . '/app/Http/Entities/Service.php', 186 'SimplyBook\\Http\\Entities\\ServiceProvider' => $baseDir . '/app/Http/Entities/ServiceProvider.php', 187 'SimplyBook\\Http\\JsonRpcClient' => $baseDir . '/app/Http/JsonRpcClient.php', 188 'SimplyBook\\Interfaces\\ControllerInterface' => $baseDir . '/app/Interfaces/ControllerInterface.php', 189 'SimplyBook\\Interfaces\\FeatureInterface' => $baseDir . '/app/Interfaces/FeatureInterface.php', 190 'SimplyBook\\Interfaces\\MultiEndpointInterface' => $baseDir . '/app/Interfaces/MultiEndpointInterface.php', 191 'SimplyBook\\Interfaces\\NoticeInterface' => $baseDir . '/app/Interfaces/NoticeInterface.php', 192 'SimplyBook\\Interfaces\\ProviderInterface' => $baseDir . '/app/Interfaces/ProviderInterface.php', 193 'SimplyBook\\Interfaces\\SingleEndpointInterface' => $baseDir . '/app/Interfaces/SingleEndpointInterface.php', 194 'SimplyBook\\Interfaces\\TaskInterface' => $baseDir . '/app/Interfaces/TaskInterface.php', 195 'SimplyBook\\Managers\\AbstractManager' => $baseDir . '/app/Managers/AbstractManager.php', 196 'SimplyBook\\Managers\\ControllerManager' => $baseDir . '/app/Managers/ControllerManager.php', 197 'SimplyBook\\Managers\\EndpointManager' => $baseDir . '/app/Managers/EndpointManager.php', 198 'SimplyBook\\Managers\\FeatureManager' => $baseDir . '/app/Managers/FeatureManager.php', 199 'SimplyBook\\Managers\\ProviderManager' => $baseDir . '/app/Managers/ProviderManager.php', 200 'SimplyBook\\Providers\\ClientServiceProvider' => $baseDir . '/app/Providers/ClientServiceProvider.php', 201 'SimplyBook\\Providers\\ConfigServiceProvider' => $baseDir . '/app/Providers/ConfigServiceProvider.php', 202 'SimplyBook\\Providers\\Provider' => $baseDir . '/app/Providers/Provider.php', 203 'SimplyBook\\Providers\\RequestServiceProvider' => $baseDir . '/app/Providers/RequestServiceProvider.php', 204 'SimplyBook\\Services\\CallbackUrlService' => $baseDir . '/app/Services/CallbackUrlService.php', 205 'SimplyBook\\Services\\CapabilityService' => $baseDir . '/app/Services/CapabilityService.php', 206 'SimplyBook\\Services\\DesignSettingsService' => $baseDir . '/app/Services/DesignSettingsService.php', 207 'SimplyBook\\Services\\LoginUrlService' => $baseDir . '/app/Services/LoginUrlService.php', 208 'SimplyBook\\Services\\NoticeDismissalService' => $baseDir . '/app/Services/NoticeDismissalService.php', 209 'SimplyBook\\Services\\RelatedPluginService' => $baseDir . '/app/Services/RelatedPluginService.php', 210 'SimplyBook\\Services\\StatisticsService' => $baseDir . '/app/Services/StatisticsService.php', 211 'SimplyBook\\Services\\SubscriptionDataService' => $baseDir . '/app/Services/SubscriptionDataService.php', 212 'SimplyBook\\Services\\ThemeColorService' => $baseDir . '/app/Services/ThemeColorService.php', 213 'SimplyBook\\Services\\WidgetTrackingService' => $baseDir . '/app/Services/WidgetTrackingService.php', 214 'SimplyBook\\Support\\Builders\\CompanyBuilder' => $baseDir . '/app/Support/Builders/CompanyBuilder.php', 215 'SimplyBook\\Support\\Builders\\PageBuilder' => $baseDir . '/app/Support/Builders/PageBuilder.php', 216 'SimplyBook\\Support\\Builders\\WidgetScriptBuilder' => $baseDir . '/app/Support/Builders/WidgetScriptBuilder.php', 217 'SimplyBook\\Support\\Helpers\\Event' => $baseDir . '/app/Support/Helpers/Event.php', 218 'SimplyBook\\Support\\Helpers\\Request' => $baseDir . '/app/Support/Helpers/Request.php', 219 'SimplyBook\\Support\\Helpers\\Storage' => $baseDir . '/app/Support/Helpers/Storage.php', 220 'SimplyBook\\Support\\Helpers\\Uninstall' => $baseDir . '/app/Support/Helpers/Uninstall.php', 221 'SimplyBook\\Support\\Utility\\ColorUtility' => $baseDir . '/app/Support/Utility/ColorUtility.php', 222 'SimplyBook\\Support\\Utility\\StringUtility' => $baseDir . '/app/Support/Utility/StringUtility.php', 223 'SimplyBook\\Support\\Widgets\\ElementorWidget' => $baseDir . '/app/Support/Widgets/ElementorWidget.php', 224 'SimplyBook\\Traits\\HasAllowlistControl' => $baseDir . '/app/Traits/HasAllowlistControl.php', 225 'SimplyBook\\Traits\\HasApiAccess' => $baseDir . '/app/Traits/HasApiAccess.php', 226 'SimplyBook\\Traits\\HasEncryption' => $baseDir . '/app/Traits/HasEncryption.php', 227 'SimplyBook\\Traits\\HasLogging' => $baseDir . '/app/Traits/HasLogging.php', 228 'SimplyBook\\Traits\\HasNonces' => $baseDir . '/app/Traits/HasNonces.php', 229 'SimplyBook\\Traits\\HasRestAccess' => $baseDir . '/app/Traits/HasRestAccess.php', 230 'SimplyBook\\Traits\\HasTokenManagement' => $baseDir . '/app/Traits/HasTokenManagement.php', 231 'SimplyBook\\Traits\\HasUserAccess' => $baseDir . '/app/Traits/HasUserAccess.php', 232 'SimplyBook\\Traits\\HasViews' => $baseDir . '/app/Traits/HasViews.php', 233 'SimplyBook\\Traits\\LegacyLoad' => $baseDir . '/app/Traits/LegacyLoad.php', 234 'SimplyBook\\Traits\\LegacySave' => $baseDir . '/app/Traits/LegacySave.php', 191 235 'Stringable' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Stringable.php', 192 236 'Symfony\\Component\\Translation\\Catalogue\\AbstractOperation' => $vendorDir . '/symfony/translation/Catalogue/AbstractOperation.php', -
simplybook/trunk/vendor/composer/autoload_files.php
r3348078 r3381644 12 12 'a1105708a18b76903365ca1c4aa61b02' => $vendorDir . '/symfony/translation/Resources/functions.php', 13 13 'd767e4fc2dc52fe66584ab8c6684783e' => $vendorDir . '/adbario/php-dot-notation/src/helpers.php', 14 '5bc9c041796e4348fc427e9381e014b6' => $baseDir . '/app/App.php',15 '2fd0677d8d23e6e7b0156d2f7d3368d4' => $baseDir . '/app/Plugin.php',16 14 'dac67ee3b45b7fdd52cfb86981c8c3d0' => $baseDir . '/helpers.php', 17 15 ); -
simplybook/trunk/vendor/composer/autoload_psr4.php
r3348078 r3381644 11 11 'Symfony\\Contracts\\Translation\\' => array($vendorDir . '/symfony/translation-contracts'), 12 12 'Symfony\\Component\\Translation\\' => array($vendorDir . '/symfony/translation'), 13 'SimplyBook\\Widgets\\' => array($baseDir . '/app/support/widgets'), 14 'SimplyBook\\Utility\\' => array($baseDir . '/app/support/utility'), 15 'SimplyBook\\Traits\\' => array($baseDir . '/app/traits'), 16 'SimplyBook\\Services\\' => array($baseDir . '/app/services'), 17 'SimplyBook\\Providers\\' => array($baseDir . '/app/providers'), 18 'SimplyBook\\Managers\\' => array($baseDir . '/app/managers'), 19 'SimplyBook\\Interfaces\\' => array($baseDir . '/app/interfaces'), 20 'SimplyBook\\Http\\Entities\\' => array($baseDir . '/app/http/entities'), 21 'SimplyBook\\Http\\Endpoints\\' => array($baseDir . '/app/http/endpoints'), 22 'SimplyBook\\Http\\DTO\\' => array($baseDir . '/app/http/dto'), 23 'SimplyBook\\Http\\' => array($baseDir . '/app/http'), 24 'SimplyBook\\Helpers\\' => array($baseDir . '/app/support/helpers'), 25 'SimplyBook\\Exceptions\\' => array($baseDir . '/app/exceptions'), 26 'SimplyBook\\Controllers\\' => array($baseDir . '/app/controllers'), 27 'SimplyBook\\Builders\\' => array($baseDir . '/app/support/builders'), 13 'SimplyBook\\Bootrstap\\' => array($baseDir . '/bootstrap'), 14 'SimplyBook\\' => array($baseDir . '/app'), 28 15 'Psr\\Clock\\' => array($vendorDir . '/psr/clock/src'), 29 16 'Carbon\\Doctrine\\' => array($vendorDir . '/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine'), -
simplybook/trunk/vendor/composer/autoload_real.php
r3348078 r3381644 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 2e0f5ef22d8e452c4ce0abbb2c75feeb5 class ComposerAutoloaderInit3960d646d8f204d730e264884fb42718 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 2e0f5ef22d8e452c4ce0abbb2c75feeb', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit3960d646d8f204d730e264884fb42718', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 2e0f5ef22d8e452c4ce0abbb2c75feeb', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit3960d646d8f204d730e264884fb42718', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit 2e0f5ef22d8e452c4ce0abbb2c75feeb::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInit3960d646d8f204d730e264884fb42718::getInitializer($loader)); 33 33 34 34 $loader->register(true); 35 35 36 $filesToLoad = \Composer\Autoload\ComposerStaticInit 2e0f5ef22d8e452c4ce0abbb2c75feeb::$files;36 $filesToLoad = \Composer\Autoload\ComposerStaticInit3960d646d8f204d730e264884fb42718::$files; 37 37 $requireFile = \Closure::bind(static function ($fileIdentifier, $file) { 38 38 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
simplybook/trunk/vendor/composer/autoload_static.php
r3376213 r3381644 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 2e0f5ef22d8e452c4ce0abbb2c75feeb7 class ComposerStaticInit3960d646d8f204d730e264884fb42718 8 8 { 9 9 public static $files = array ( … … 13 13 'a1105708a18b76903365ca1c4aa61b02' => __DIR__ . '/..' . '/symfony/translation/Resources/functions.php', 14 14 'd767e4fc2dc52fe66584ab8c6684783e' => __DIR__ . '/..' . '/adbario/php-dot-notation/src/helpers.php', 15 '5bc9c041796e4348fc427e9381e014b6' => __DIR__ . '/../..' . '/app/App.php',16 '2fd0677d8d23e6e7b0156d2f7d3368d4' => __DIR__ . '/../..' . '/app/Plugin.php',17 15 'dac67ee3b45b7fdd52cfb86981c8c3d0' => __DIR__ . '/../..' . '/helpers.php', 18 16 ); … … 25 23 'Symfony\\Contracts\\Translation\\' => 30, 26 24 'Symfony\\Component\\Translation\\' => 30, 27 'SimplyBook\\Widgets\\' => 19, 28 'SimplyBook\\Utility\\' => 19, 29 'SimplyBook\\Traits\\' => 18, 30 'SimplyBook\\Services\\' => 20, 31 'SimplyBook\\Providers\\' => 21, 32 'SimplyBook\\Managers\\' => 20, 33 'SimplyBook\\Interfaces\\' => 22, 34 'SimplyBook\\Http\\Entities\\' => 25, 35 'SimplyBook\\Http\\Endpoints\\' => 26, 36 'SimplyBook\\Http\\DTO\\' => 20, 37 'SimplyBook\\Http\\' => 16, 38 'SimplyBook\\Helpers\\' => 19, 39 'SimplyBook\\Exceptions\\' => 22, 40 'SimplyBook\\Controllers\\' => 23, 41 'SimplyBook\\Builders\\' => 20, 25 'SimplyBook\\Bootrstap\\' => 21, 26 'SimplyBook\\' => 11, 42 27 ), 43 28 'P' => … … 74 59 0 => __DIR__ . '/..' . '/symfony/translation', 75 60 ), 76 'SimplyBook\\Widgets\\' => 77 array ( 78 0 => __DIR__ . '/../..' . '/app/support/widgets', 79 ), 80 'SimplyBook\\Utility\\' => 81 array ( 82 0 => __DIR__ . '/../..' . '/app/support/utility', 83 ), 84 'SimplyBook\\Traits\\' => 85 array ( 86 0 => __DIR__ . '/../..' . '/app/traits', 87 ), 88 'SimplyBook\\Services\\' => 89 array ( 90 0 => __DIR__ . '/../..' . '/app/services', 91 ), 92 'SimplyBook\\Providers\\' => 93 array ( 94 0 => __DIR__ . '/../..' . '/app/providers', 95 ), 96 'SimplyBook\\Managers\\' => 97 array ( 98 0 => __DIR__ . '/../..' . '/app/managers', 99 ), 100 'SimplyBook\\Interfaces\\' => 101 array ( 102 0 => __DIR__ . '/../..' . '/app/interfaces', 103 ), 104 'SimplyBook\\Http\\Entities\\' => 105 array ( 106 0 => __DIR__ . '/../..' . '/app/http/entities', 107 ), 108 'SimplyBook\\Http\\Endpoints\\' => 109 array ( 110 0 => __DIR__ . '/../..' . '/app/http/endpoints', 111 ), 112 'SimplyBook\\Http\\DTO\\' => 113 array ( 114 0 => __DIR__ . '/../..' . '/app/http/dto', 115 ), 116 'SimplyBook\\Http\\' => 117 array ( 118 0 => __DIR__ . '/../..' . '/app/http', 119 ), 120 'SimplyBook\\Helpers\\' => 121 array ( 122 0 => __DIR__ . '/../..' . '/app/support/helpers', 123 ), 124 'SimplyBook\\Exceptions\\' => 125 array ( 126 0 => __DIR__ . '/../..' . '/app/exceptions', 127 ), 128 'SimplyBook\\Controllers\\' => 129 array ( 130 0 => __DIR__ . '/../..' . '/app/controllers', 131 ), 132 'SimplyBook\\Builders\\' => 133 array ( 134 0 => __DIR__ . '/../..' . '/app/support/builders', 61 'SimplyBook\\Bootrstap\\' => 62 array ( 63 0 => __DIR__ . '/../..' . '/bootstrap', 64 ), 65 'SimplyBook\\' => 66 array ( 67 0 => __DIR__ . '/../..' . '/app', 135 68 ), 136 69 'Psr\\Clock\\' => … … 250 183 'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php', 251 184 'Psr\\Clock\\ClockInterface' => __DIR__ . '/..' . '/psr/clock/src/ClockInterface.php', 252 'SimplyBook\\Builders\\CompanyBuilder' => __DIR__ . '/../..' . '/app/support/builders/CompanyBuilder.php', 253 'SimplyBook\\Builders\\PageBuilder' => __DIR__ . '/../..' . '/app/support/builders/PageBuilder.php', 254 'SimplyBook\\Builders\\WidgetScriptBuilder' => __DIR__ . '/../..' . '/app/support/builders/WidgetScriptBuilder.php', 255 'SimplyBook\\Controllers\\AdminController' => __DIR__ . '/../..' . '/app/controllers/AdminController.php', 256 'SimplyBook\\Controllers\\BlockController' => __DIR__ . '/../..' . '/app/controllers/BlockController.php', 257 'SimplyBook\\Controllers\\CapabilityController' => __DIR__ . '/../..' . '/app/controllers/CapabilityController.php', 258 'SimplyBook\\Controllers\\DashboardController' => __DIR__ . '/../..' . '/app/controllers/DashboardController.php', 259 'SimplyBook\\Controllers\\DesignSettingsController' => __DIR__ . '/../..' . '/app/controllers/DesignSettingsController.php', 260 'SimplyBook\\Controllers\\ReviewController' => __DIR__ . '/../..' . '/app/controllers/ReviewController.php', 261 'SimplyBook\\Controllers\\ScheduleController' => __DIR__ . '/../..' . '/app/controllers/ScheduleController.php', 262 'SimplyBook\\Controllers\\ServicesController' => __DIR__ . '/../..' . '/app/controllers/ServicesController.php', 263 'SimplyBook\\Controllers\\SettingsController' => __DIR__ . '/../..' . '/app/controllers/SettingsController.php', 264 'SimplyBook\\Controllers\\TrialExpirationController' => __DIR__ . '/../..' . '/app/controllers/TrialExpirationController.php', 265 'SimplyBook\\Controllers\\WidgetController' => __DIR__ . '/../..' . '/app/controllers/WidgetController.php', 266 'SimplyBook\\Controllers\\WidgetTrackingController' => __DIR__ . '/../..' . '/app/controllers/WidgetTrackingController.php', 267 'SimplyBook\\Exceptions\\ApiException' => __DIR__ . '/../..' . '/app/exceptions/ApiException.php', 268 'SimplyBook\\Exceptions\\BuilderException' => __DIR__ . '/../..' . '/app/exceptions/BuilderException.php', 269 'SimplyBook\\Exceptions\\EmptyResponseException' => __DIR__ . '/../..' . '/app/exceptions/EmptyResponseException.php', 270 'SimplyBook\\Exceptions\\FormException' => __DIR__ . '/../..' . '/app/exceptions/FormException.php', 271 'SimplyBook\\Exceptions\\RestDataException' => __DIR__ . '/../..' . '/app/exceptions/RestDataException.php', 272 'SimplyBook\\Exceptions\\SettingsException' => __DIR__ . '/../..' . '/app/exceptions/SettingsException.php', 273 'SimplyBook\\Helpers\\Event' => __DIR__ . '/../..' . '/app/support/helpers/Event.php', 274 'SimplyBook\\Helpers\\FeatureHelper' => __DIR__ . '/../..' . '/app/support/helpers/FeatureHelper.php', 275 'SimplyBook\\Helpers\\Request' => __DIR__ . '/../..' . '/app/support/helpers/Request.php', 276 'SimplyBook\\Helpers\\Storage' => __DIR__ . '/../..' . '/app/support/helpers/Storage.php', 277 'SimplyBook\\Helpers\\Uninstall' => __DIR__ . '/../..' . '/app/support/helpers/Uninstall.php', 278 'SimplyBook\\Http\\ApiClient' => __DIR__ . '/../..' . '/app/http/ApiClient.php', 279 'SimplyBook\\Http\\DTO\\ApiResponseDTO' => __DIR__ . '/../..' . '/app/http/dto/ApiResponseDTO.php', 280 'SimplyBook\\Http\\Endpoints\\AbstractCrudEndpoint' => __DIR__ . '/../..' . '/app/http/endpoints/AbstractCrudEndpoint.php', 281 'SimplyBook\\Http\\Endpoints\\BlockEndpoints' => __DIR__ . '/../..' . '/app/http/endpoints/BlockEndpoints.php', 282 'SimplyBook\\Http\\Endpoints\\CompanyRegistrationEndpoint' => __DIR__ . '/../..' . '/app/http/endpoints/CompanyRegistrationEndpoint.php', 283 'SimplyBook\\Http\\Endpoints\\DomainEndpoint' => __DIR__ . '/../..' . '/app/http/endpoints/DomainEndpoint.php', 284 'SimplyBook\\Http\\Endpoints\\LogOutEndpoint' => __DIR__ . '/../..' . '/app/http/endpoints/LogOutEndpoint.php', 285 'SimplyBook\\Http\\Endpoints\\LoginUrlEndpoint' => __DIR__ . '/../..' . '/app/http/endpoints/LoginUrlEndpoint.php', 286 'SimplyBook\\Http\\Endpoints\\NoticesDismissEndpoint' => __DIR__ . '/../..' . '/app/http/endpoints/NoticesDismissEndpoint.php', 287 'SimplyBook\\Http\\Endpoints\\ProvidersEndpoint' => __DIR__ . '/../..' . '/app/http/endpoints/ProvidersEndpoint.php', 288 'SimplyBook\\Http\\Endpoints\\PublicThemeListEndpoint' => __DIR__ . '/../..' . '/app/http/endpoints/PublicThemeListEndpoint.php', 289 'SimplyBook\\Http\\Endpoints\\RelatedPluginEndpoints' => __DIR__ . '/../..' . '/app/http/endpoints/RelatedPluginEndpoints.php', 290 'SimplyBook\\Http\\Endpoints\\RemotePluginsEndpoint' => __DIR__ . '/../..' . '/app/http/endpoints/RemotePluginsEndpoint.php', 291 'SimplyBook\\Http\\Endpoints\\ServicesEndpoint' => __DIR__ . '/../..' . '/app/http/endpoints/ServicesEndpoint.php', 292 'SimplyBook\\Http\\Endpoints\\ServicesProvidersEndpoint' => __DIR__ . '/../..' . '/app/http/endpoints/ServicesProvidersEndpoint.php', 293 'SimplyBook\\Http\\Endpoints\\SettingEndpoints' => __DIR__ . '/../..' . '/app/http/endpoints/SettingEndpoints.php', 294 'SimplyBook\\Http\\Endpoints\\StatisticsEndpoint' => __DIR__ . '/../..' . '/app/http/endpoints/StatisticsEndpoint.php', 295 'SimplyBook\\Http\\Endpoints\\SubscriptionEndpoints' => __DIR__ . '/../..' . '/app/http/endpoints/SubscriptionEndpoints.php', 296 'SimplyBook\\Http\\Endpoints\\ThemeColorEndpoint' => __DIR__ . '/../..' . '/app/http/endpoints/ThemeColorEndpoint.php', 297 'SimplyBook\\Http\\Endpoints\\TipsTricksEndpoint' => __DIR__ . '/../..' . '/app/http/endpoints/TipsTricksEndpoint.php', 298 'SimplyBook\\Http\\Endpoints\\WaitForRegistrationEndpoint' => __DIR__ . '/../..' . '/app/http/endpoints/WaitForRegistrationEndpoint.php', 299 'SimplyBook\\Http\\Endpoints\\WidgetEndpoint' => __DIR__ . '/../..' . '/app/http/endpoints/WidgetEndpoint.php', 300 'SimplyBook\\Http\\Entities\\AbstractEntity' => __DIR__ . '/../..' . '/app/http/entities/AbstractEntity.php', 301 'SimplyBook\\Http\\Entities\\Service' => __DIR__ . '/../..' . '/app/http/entities/Service.php', 302 'SimplyBook\\Http\\Entities\\ServiceProvider' => __DIR__ . '/../..' . '/app/http/entities/ServiceProvider.php', 303 'SimplyBook\\Http\\JsonRpcClient' => __DIR__ . '/../..' . '/app/http/JsonRpcClient.php', 304 'SimplyBook\\Interfaces\\ControllerInterface' => __DIR__ . '/../..' . '/app/interfaces/ControllerInterface.php', 305 'SimplyBook\\Interfaces\\FeatureInterface' => __DIR__ . '/../..' . '/app/interfaces/FeatureInterface.php', 306 'SimplyBook\\Interfaces\\MultiEndpointInterface' => __DIR__ . '/../..' . '/app/interfaces/MultiEndpointInterface.php', 307 'SimplyBook\\Interfaces\\NoticeInterface' => __DIR__ . '/../..' . '/app/interfaces/NoticeInterface.php', 308 'SimplyBook\\Interfaces\\ProviderInterface' => __DIR__ . '/../..' . '/app/interfaces/ProviderInterface.php', 309 'SimplyBook\\Interfaces\\SingleEndpointInterface' => __DIR__ . '/../..' . '/app/interfaces/SingleEndpointInterface.php', 310 'SimplyBook\\Interfaces\\TaskInterface' => __DIR__ . '/../..' . '/app/interfaces/TaskInterface.php', 311 'SimplyBook\\Managers\\ControllerManager' => __DIR__ . '/../..' . '/app/managers/ControllerManager.php', 312 'SimplyBook\\Managers\\EndpointManager' => __DIR__ . '/../..' . '/app/managers/EndpointManager.php', 313 'SimplyBook\\Managers\\FeatureManager' => __DIR__ . '/../..' . '/app/managers/FeatureManager.php', 314 'SimplyBook\\Managers\\ProviderManager' => __DIR__ . '/../..' . '/app/managers/ProviderManager.php', 315 'SimplyBook\\Providers\\AppServiceProvider' => __DIR__ . '/../..' . '/app/providers/AppServiceProvider.php', 316 'SimplyBook\\Providers\\Provider' => __DIR__ . '/../..' . '/app/providers/Provider.php', 317 'SimplyBook\\Services\\CallbackUrlService' => __DIR__ . '/../..' . '/app/services/CallbackUrlService.php', 318 'SimplyBook\\Services\\CapabilityService' => __DIR__ . '/../..' . '/app/services/CapabilityService.php', 319 'SimplyBook\\Services\\DesignSettingsService' => __DIR__ . '/../..' . '/app/services/DesignSettingsService.php', 320 'SimplyBook\\Services\\LoginUrlService' => __DIR__ . '/../..' . '/app/services/LoginUrlService.php', 321 'SimplyBook\\Services\\NoticeDismissalService' => __DIR__ . '/../..' . '/app/services/NoticeDismissalService.php', 322 'SimplyBook\\Services\\RelatedPluginService' => __DIR__ . '/../..' . '/app/services/RelatedPluginService.php', 323 'SimplyBook\\Services\\StatisticsService' => __DIR__ . '/../..' . '/app/services/StatisticsService.php', 324 'SimplyBook\\Services\\SubscriptionDataService' => __DIR__ . '/../..' . '/app/services/SubscriptionDataService.php', 325 'SimplyBook\\Services\\ThemeColorService' => __DIR__ . '/../..' . '/app/services/ThemeColorService.php', 326 'SimplyBook\\Services\\WidgetTrackingService' => __DIR__ . '/../..' . '/app/services/WidgetTrackingService.php', 327 'SimplyBook\\Traits\\HasAllowlistControl' => __DIR__ . '/../..' . '/app/traits/HasAllowlistControl.php', 328 'SimplyBook\\Traits\\HasApiAccess' => __DIR__ . '/../..' . '/app/traits/HasApiAccess.php', 329 'SimplyBook\\Traits\\HasEncryption' => __DIR__ . '/../..' . '/app/traits/HasEncryption.php', 330 'SimplyBook\\Traits\\HasLogging' => __DIR__ . '/../..' . '/app/traits/HasLogging.php', 331 'SimplyBook\\Traits\\HasNonces' => __DIR__ . '/../..' . '/app/traits/HasNonces.php', 332 'SimplyBook\\Traits\\HasRestAccess' => __DIR__ . '/../..' . '/app/traits/HasRestAccess.php', 333 'SimplyBook\\Traits\\HasTokenManagement' => __DIR__ . '/../..' . '/app/traits/HasTokenManagement.php', 334 'SimplyBook\\Traits\\HasUserAccess' => __DIR__ . '/../..' . '/app/traits/HasUserAccess.php', 335 'SimplyBook\\Traits\\HasViews' => __DIR__ . '/../..' . '/app/traits/HasViews.php', 336 'SimplyBook\\Traits\\LegacyLoad' => __DIR__ . '/../..' . '/app/traits/LegacyLoad.php', 337 'SimplyBook\\Traits\\LegacySave' => __DIR__ . '/../..' . '/app/traits/LegacySave.php', 338 'SimplyBook\\Utility\\ColorUtility' => __DIR__ . '/../..' . '/app/support/utility/ColorUtility.php', 339 'SimplyBook\\Utility\\StringUtility' => __DIR__ . '/../..' . '/app/support/utility/StringUtility.php', 340 'SimplyBook\\Widgets\\ElementorWidget' => __DIR__ . '/../..' . '/app/support/widgets/ElementorWidget.php', 185 'SimplyBook\\Bootstrap\\App' => __DIR__ . '/../..' . '/bootstrap/App.php', 186 'SimplyBook\\Bootstrap\\Plugin' => __DIR__ . '/../..' . '/bootstrap/Plugin.php', 187 'SimplyBook\\Controllers\\AdminController' => __DIR__ . '/../..' . '/app/Controllers/AdminController.php', 188 'SimplyBook\\Controllers\\BlockController' => __DIR__ . '/../..' . '/app/Controllers/BlockController.php', 189 'SimplyBook\\Controllers\\CapabilityController' => __DIR__ . '/../..' . '/app/Controllers/CapabilityController.php', 190 'SimplyBook\\Controllers\\DashboardController' => __DIR__ . '/../..' . '/app/Controllers/DashboardController.php', 191 'SimplyBook\\Controllers\\DesignSettingsController' => __DIR__ . '/../..' . '/app/Controllers/DesignSettingsController.php', 192 'SimplyBook\\Controllers\\OnboardingNoticeController' => __DIR__ . '/../..' . '/app/Controllers/OnboardingNoticeController.php', 193 'SimplyBook\\Controllers\\ReviewController' => __DIR__ . '/../..' . '/app/Controllers/ReviewController.php', 194 'SimplyBook\\Controllers\\ScheduleController' => __DIR__ . '/../..' . '/app/Controllers/ScheduleController.php', 195 'SimplyBook\\Controllers\\ServicesController' => __DIR__ . '/../..' . '/app/Controllers/ServicesController.php', 196 'SimplyBook\\Controllers\\SettingsController' => __DIR__ . '/../..' . '/app/Controllers/SettingsController.php', 197 'SimplyBook\\Controllers\\TrialExpirationController' => __DIR__ . '/../..' . '/app/Controllers/TrialExpirationController.php', 198 'SimplyBook\\Controllers\\WidgetController' => __DIR__ . '/../..' . '/app/Controllers/WidgetController.php', 199 'SimplyBook\\Controllers\\WidgetTrackingController' => __DIR__ . '/../..' . '/app/Controllers/WidgetTrackingController.php', 200 'SimplyBook\\Exceptions\\ApiException' => __DIR__ . '/../..' . '/app/Exceptions/ApiException.php', 201 'SimplyBook\\Exceptions\\BuilderException' => __DIR__ . '/../..' . '/app/Exceptions/BuilderException.php', 202 'SimplyBook\\Exceptions\\EmptyResponseException' => __DIR__ . '/../..' . '/app/Exceptions/EmptyResponseException.php', 203 'SimplyBook\\Exceptions\\FormException' => __DIR__ . '/../..' . '/app/Exceptions/FormException.php', 204 'SimplyBook\\Exceptions\\RestDataException' => __DIR__ . '/../..' . '/app/Exceptions/RestDataException.php', 205 'SimplyBook\\Exceptions\\SettingsException' => __DIR__ . '/../..' . '/app/Exceptions/SettingsException.php', 206 'SimplyBook\\Features\\AbstractLoader' => __DIR__ . '/../..' . '/app/Features/AbstractLoader.php', 207 'SimplyBook\\Features\\Notifications\\Notices\\AbstractNotice' => __DIR__ . '/../..' . '/app/Features/Notifications/Notices/AbstractNotice.php', 208 'SimplyBook\\Features\\Notifications\\Notices\\AddMandatoryProviderNotice' => __DIR__ . '/../..' . '/app/Features/Notifications/Notices/AddMandatoryProviderNotice.php', 209 'SimplyBook\\Features\\Notifications\\Notices\\AddMandatoryServiceNotice' => __DIR__ . '/../..' . '/app/Features/Notifications/Notices/AddMandatoryServiceNotice.php', 210 'SimplyBook\\Features\\Notifications\\Notices\\FailedAuthenticationNotice' => __DIR__ . '/../..' . '/app/Features/Notifications/Notices/FailedAuthenticationNotice.php', 211 'SimplyBook\\Features\\Notifications\\Notices\\MaxedOutProvidersNotice' => __DIR__ . '/../..' . '/app/Features/Notifications/Notices/MaxedOutProvidersNotice.php', 212 'SimplyBook\\Features\\Notifications\\Notices\\MaxedOutServicesNotice' => __DIR__ . '/../..' . '/app/Features/Notifications/Notices/MaxedOutServicesNotice.php', 213 'SimplyBook\\Features\\Notifications\\Notices\\PublishWidgetNotice' => __DIR__ . '/../..' . '/app/Features/Notifications/Notices/PublishWidgetNotice.php', 214 'SimplyBook\\Features\\Notifications\\NotificationListener' => __DIR__ . '/../..' . '/app/Features/Notifications/NotificationListener.php', 215 'SimplyBook\\Features\\Notifications\\NotificationsController' => __DIR__ . '/../..' . '/app/Features/Notifications/NotificationsController.php', 216 'SimplyBook\\Features\\Notifications\\NotificationsEndpoints' => __DIR__ . '/../..' . '/app/Features/Notifications/NotificationsEndpoints.php', 217 'SimplyBook\\Features\\Notifications\\NotificationsLoader' => __DIR__ . '/../..' . '/app/Features/Notifications/NotificationsLoader.php', 218 'SimplyBook\\Features\\Notifications\\NotificationsRepository' => __DIR__ . '/../..' . '/app/Features/Notifications/NotificationsRepository.php', 219 'SimplyBook\\Features\\Notifications\\NotificationsService' => __DIR__ . '/../..' . '/app/Features/Notifications/NotificationsService.php', 220 'SimplyBook\\Features\\Onboarding\\OnboardingController' => __DIR__ . '/../..' . '/app/Features/Onboarding/OnboardingController.php', 221 'SimplyBook\\Features\\Onboarding\\OnboardingLoader' => __DIR__ . '/../..' . '/app/Features/Onboarding/OnboardingLoader.php', 222 'SimplyBook\\Features\\Onboarding\\OnboardingService' => __DIR__ . '/../..' . '/app/Features/Onboarding/OnboardingService.php', 223 'SimplyBook\\Features\\TaskManagement\\TaskManagementController' => __DIR__ . '/../..' . '/app/Features/TaskManagement/TaskManagementController.php', 224 'SimplyBook\\Features\\TaskManagement\\TaskManagementEndpoints' => __DIR__ . '/../..' . '/app/Features/TaskManagement/TaskManagementEndpoints.php', 225 'SimplyBook\\Features\\TaskManagement\\TaskManagementListener' => __DIR__ . '/../..' . '/app/Features/TaskManagement/TaskManagementListener.php', 226 'SimplyBook\\Features\\TaskManagement\\TaskManagementLoader' => __DIR__ . '/../..' . '/app/Features/TaskManagement/TaskManagementLoader.php', 227 'SimplyBook\\Features\\TaskManagement\\TaskManagementRepository' => __DIR__ . '/../..' . '/app/Features/TaskManagement/TaskManagementRepository.php', 228 'SimplyBook\\Features\\TaskManagement\\TaskManagementService' => __DIR__ . '/../..' . '/app/Features/TaskManagement/TaskManagementService.php', 229 'SimplyBook\\Features\\TaskManagement\\Tasks\\AbstractTask' => __DIR__ . '/../..' . '/app/Features/TaskManagement/Tasks/AbstractTask.php', 230 'SimplyBook\\Features\\TaskManagement\\Tasks\\AcceptPaymentsTask' => __DIR__ . '/../..' . '/app/Features/TaskManagement/Tasks/AcceptPaymentsTask.php', 231 'SimplyBook\\Features\\TaskManagement\\Tasks\\AddAllProvidersTask' => __DIR__ . '/../..' . '/app/Features/TaskManagement/Tasks/AddAllProvidersTask.php', 232 'SimplyBook\\Features\\TaskManagement\\Tasks\\AddAllServicesTask' => __DIR__ . '/../..' . '/app/Features/TaskManagement/Tasks/AddAllServicesTask.php', 233 'SimplyBook\\Features\\TaskManagement\\Tasks\\AddMandatoryProviderTask' => __DIR__ . '/../..' . '/app/Features/TaskManagement/Tasks/AddMandatoryProviderTask.php', 234 'SimplyBook\\Features\\TaskManagement\\Tasks\\AddMandatoryServiceTask' => __DIR__ . '/../..' . '/app/Features/TaskManagement/Tasks/AddMandatoryServiceTask.php', 235 'SimplyBook\\Features\\TaskManagement\\Tasks\\CustomizeDesignTask' => __DIR__ . '/../..' . '/app/Features/TaskManagement/Tasks/CustomizeDesignTask.php', 236 'SimplyBook\\Features\\TaskManagement\\Tasks\\FailedAuthenticationTask' => __DIR__ . '/../..' . '/app/Features/TaskManagement/Tasks/FailedAuthenticationTask.php', 237 'SimplyBook\\Features\\TaskManagement\\Tasks\\GatherClientInfoTask' => __DIR__ . '/../..' . '/app/Features/TaskManagement/Tasks/GatherClientInfoTask.php', 238 'SimplyBook\\Features\\TaskManagement\\Tasks\\GoToSimplyBookSystemTask' => __DIR__ . '/../..' . '/app/Features/TaskManagement/Tasks/GoToSimplyBookSystemTask.php', 239 'SimplyBook\\Features\\TaskManagement\\Tasks\\InstallAppTask' => __DIR__ . '/../..' . '/app/Features/TaskManagement/Tasks/InstallAppTask.php', 240 'SimplyBook\\Features\\TaskManagement\\Tasks\\MaxedOutProvidersTask' => __DIR__ . '/../..' . '/app/Features/TaskManagement/Tasks/MaxedOutProvidersTask.php', 241 'SimplyBook\\Features\\TaskManagement\\Tasks\\MaximumBookingsTask' => __DIR__ . '/../..' . '/app/Features/TaskManagement/Tasks/MaximumBookingsTask.php', 242 'SimplyBook\\Features\\TaskManagement\\Tasks\\PostOnSocialMediaTask' => __DIR__ . '/../..' . '/app/Features/TaskManagement/Tasks/PostOnSocialMediaTask.php', 243 'SimplyBook\\Features\\TaskManagement\\Tasks\\PublishWidgetTask' => __DIR__ . '/../..' . '/app/Features/TaskManagement/Tasks/PublishWidgetTask.php', 244 'SimplyBook\\Features\\TaskManagement\\Tasks\\TrialExpiredTask' => __DIR__ . '/../..' . '/app/Features/TaskManagement/Tasks/TrialExpiredTask.php', 245 'SimplyBook\\Http\\ApiClient' => __DIR__ . '/../..' . '/app/Http/ApiClient.php', 246 'SimplyBook\\Http\\DTO\\ApiResponseDTO' => __DIR__ . '/../..' . '/app/Http/DTO/ApiResponseDTO.php', 247 'SimplyBook\\Http\\Endpoints\\AbstractCrudEndpoint' => __DIR__ . '/../..' . '/app/Http/Endpoints/AbstractCrudEndpoint.php', 248 'SimplyBook\\Http\\Endpoints\\BlockEndpoints' => __DIR__ . '/../..' . '/app/Http/Endpoints/BlockEndpoints.php', 249 'SimplyBook\\Http\\Endpoints\\CompanyRegistrationEndpoint' => __DIR__ . '/../..' . '/app/Http/Endpoints/CompanyRegistrationEndpoint.php', 250 'SimplyBook\\Http\\Endpoints\\DomainEndpoint' => __DIR__ . '/../..' . '/app/Http/Endpoints/DomainEndpoint.php', 251 'SimplyBook\\Http\\Endpoints\\LogOutEndpoint' => __DIR__ . '/../..' . '/app/Http/Endpoints/LogOutEndpoint.php', 252 'SimplyBook\\Http\\Endpoints\\LoginUrlEndpoint' => __DIR__ . '/../..' . '/app/Http/Endpoints/LoginUrlEndpoint.php', 253 'SimplyBook\\Http\\Endpoints\\NoticesDismissEndpoint' => __DIR__ . '/../..' . '/app/Http/Endpoints/NoticesDismissEndpoint.php', 254 'SimplyBook\\Http\\Endpoints\\ProvidersEndpoint' => __DIR__ . '/../..' . '/app/Http/Endpoints/ProvidersEndpoint.php', 255 'SimplyBook\\Http\\Endpoints\\PublicThemeListEndpoint' => __DIR__ . '/../..' . '/app/Http/Endpoints/PublicThemeListEndpoint.php', 256 'SimplyBook\\Http\\Endpoints\\RelatedPluginEndpoints' => __DIR__ . '/../..' . '/app/Http/Endpoints/RelatedPluginEndpoints.php', 257 'SimplyBook\\Http\\Endpoints\\RemotePluginsEndpoint' => __DIR__ . '/../..' . '/app/Http/Endpoints/RemotePluginsEndpoint.php', 258 'SimplyBook\\Http\\Endpoints\\ServicesEndpoint' => __DIR__ . '/../..' . '/app/Http/Endpoints/ServicesEndpoint.php', 259 'SimplyBook\\Http\\Endpoints\\ServicesProvidersEndpoint' => __DIR__ . '/../..' . '/app/Http/Endpoints/ServicesProvidersEndpoint.php', 260 'SimplyBook\\Http\\Endpoints\\SettingEndpoints' => __DIR__ . '/../..' . '/app/Http/Endpoints/SettingEndpoints.php', 261 'SimplyBook\\Http\\Endpoints\\StatisticsEndpoint' => __DIR__ . '/../..' . '/app/Http/Endpoints/StatisticsEndpoint.php', 262 'SimplyBook\\Http\\Endpoints\\SubscriptionEndpoints' => __DIR__ . '/../..' . '/app/Http/Endpoints/SubscriptionEndpoints.php', 263 'SimplyBook\\Http\\Endpoints\\ThemeColorEndpoint' => __DIR__ . '/../..' . '/app/Http/Endpoints/ThemeColorEndpoint.php', 264 'SimplyBook\\Http\\Endpoints\\TipsTricksEndpoint' => __DIR__ . '/../..' . '/app/Http/Endpoints/TipsTricksEndpoint.php', 265 'SimplyBook\\Http\\Endpoints\\WaitForRegistrationEndpoint' => __DIR__ . '/../..' . '/app/Http/Endpoints/WaitForRegistrationEndpoint.php', 266 'SimplyBook\\Http\\Endpoints\\WidgetEndpoint' => __DIR__ . '/../..' . '/app/Http/Endpoints/WidgetEndpoint.php', 267 'SimplyBook\\Http\\Entities\\AbstractEntity' => __DIR__ . '/../..' . '/app/Http/Entities/AbstractEntity.php', 268 'SimplyBook\\Http\\Entities\\Service' => __DIR__ . '/../..' . '/app/Http/Entities/Service.php', 269 'SimplyBook\\Http\\Entities\\ServiceProvider' => __DIR__ . '/../..' . '/app/Http/Entities/ServiceProvider.php', 270 'SimplyBook\\Http\\JsonRpcClient' => __DIR__ . '/../..' . '/app/Http/JsonRpcClient.php', 271 'SimplyBook\\Interfaces\\ControllerInterface' => __DIR__ . '/../..' . '/app/Interfaces/ControllerInterface.php', 272 'SimplyBook\\Interfaces\\FeatureInterface' => __DIR__ . '/../..' . '/app/Interfaces/FeatureInterface.php', 273 'SimplyBook\\Interfaces\\MultiEndpointInterface' => __DIR__ . '/../..' . '/app/Interfaces/MultiEndpointInterface.php', 274 'SimplyBook\\Interfaces\\NoticeInterface' => __DIR__ . '/../..' . '/app/Interfaces/NoticeInterface.php', 275 'SimplyBook\\Interfaces\\ProviderInterface' => __DIR__ . '/../..' . '/app/Interfaces/ProviderInterface.php', 276 'SimplyBook\\Interfaces\\SingleEndpointInterface' => __DIR__ . '/../..' . '/app/Interfaces/SingleEndpointInterface.php', 277 'SimplyBook\\Interfaces\\TaskInterface' => __DIR__ . '/../..' . '/app/Interfaces/TaskInterface.php', 278 'SimplyBook\\Managers\\AbstractManager' => __DIR__ . '/../..' . '/app/Managers/AbstractManager.php', 279 'SimplyBook\\Managers\\ControllerManager' => __DIR__ . '/../..' . '/app/Managers/ControllerManager.php', 280 'SimplyBook\\Managers\\EndpointManager' => __DIR__ . '/../..' . '/app/Managers/EndpointManager.php', 281 'SimplyBook\\Managers\\FeatureManager' => __DIR__ . '/../..' . '/app/Managers/FeatureManager.php', 282 'SimplyBook\\Managers\\ProviderManager' => __DIR__ . '/../..' . '/app/Managers/ProviderManager.php', 283 'SimplyBook\\Providers\\ClientServiceProvider' => __DIR__ . '/../..' . '/app/Providers/ClientServiceProvider.php', 284 'SimplyBook\\Providers\\ConfigServiceProvider' => __DIR__ . '/../..' . '/app/Providers/ConfigServiceProvider.php', 285 'SimplyBook\\Providers\\Provider' => __DIR__ . '/../..' . '/app/Providers/Provider.php', 286 'SimplyBook\\Providers\\RequestServiceProvider' => __DIR__ . '/../..' . '/app/Providers/RequestServiceProvider.php', 287 'SimplyBook\\Services\\CallbackUrlService' => __DIR__ . '/../..' . '/app/Services/CallbackUrlService.php', 288 'SimplyBook\\Services\\CapabilityService' => __DIR__ . '/../..' . '/app/Services/CapabilityService.php', 289 'SimplyBook\\Services\\DesignSettingsService' => __DIR__ . '/../..' . '/app/Services/DesignSettingsService.php', 290 'SimplyBook\\Services\\LoginUrlService' => __DIR__ . '/../..' . '/app/Services/LoginUrlService.php', 291 'SimplyBook\\Services\\NoticeDismissalService' => __DIR__ . '/../..' . '/app/Services/NoticeDismissalService.php', 292 'SimplyBook\\Services\\RelatedPluginService' => __DIR__ . '/../..' . '/app/Services/RelatedPluginService.php', 293 'SimplyBook\\Services\\StatisticsService' => __DIR__ . '/../..' . '/app/Services/StatisticsService.php', 294 'SimplyBook\\Services\\SubscriptionDataService' => __DIR__ . '/../..' . '/app/Services/SubscriptionDataService.php', 295 'SimplyBook\\Services\\ThemeColorService' => __DIR__ . '/../..' . '/app/Services/ThemeColorService.php', 296 'SimplyBook\\Services\\WidgetTrackingService' => __DIR__ . '/../..' . '/app/Services/WidgetTrackingService.php', 297 'SimplyBook\\Support\\Builders\\CompanyBuilder' => __DIR__ . '/../..' . '/app/Support/Builders/CompanyBuilder.php', 298 'SimplyBook\\Support\\Builders\\PageBuilder' => __DIR__ . '/../..' . '/app/Support/Builders/PageBuilder.php', 299 'SimplyBook\\Support\\Builders\\WidgetScriptBuilder' => __DIR__ . '/../..' . '/app/Support/Builders/WidgetScriptBuilder.php', 300 'SimplyBook\\Support\\Helpers\\Event' => __DIR__ . '/../..' . '/app/Support/Helpers/Event.php', 301 'SimplyBook\\Support\\Helpers\\Request' => __DIR__ . '/../..' . '/app/Support/Helpers/Request.php', 302 'SimplyBook\\Support\\Helpers\\Storage' => __DIR__ . '/../..' . '/app/Support/Helpers/Storage.php', 303 'SimplyBook\\Support\\Helpers\\Uninstall' => __DIR__ . '/../..' . '/app/Support/Helpers/Uninstall.php', 304 'SimplyBook\\Support\\Utility\\ColorUtility' => __DIR__ . '/../..' . '/app/Support/Utility/ColorUtility.php', 305 'SimplyBook\\Support\\Utility\\StringUtility' => __DIR__ . '/../..' . '/app/Support/Utility/StringUtility.php', 306 'SimplyBook\\Support\\Widgets\\ElementorWidget' => __DIR__ . '/../..' . '/app/Support/Widgets/ElementorWidget.php', 307 'SimplyBook\\Traits\\HasAllowlistControl' => __DIR__ . '/../..' . '/app/Traits/HasAllowlistControl.php', 308 'SimplyBook\\Traits\\HasApiAccess' => __DIR__ . '/../..' . '/app/Traits/HasApiAccess.php', 309 'SimplyBook\\Traits\\HasEncryption' => __DIR__ . '/../..' . '/app/Traits/HasEncryption.php', 310 'SimplyBook\\Traits\\HasLogging' => __DIR__ . '/../..' . '/app/Traits/HasLogging.php', 311 'SimplyBook\\Traits\\HasNonces' => __DIR__ . '/../..' . '/app/Traits/HasNonces.php', 312 'SimplyBook\\Traits\\HasRestAccess' => __DIR__ . '/../..' . '/app/Traits/HasRestAccess.php', 313 'SimplyBook\\Traits\\HasTokenManagement' => __DIR__ . '/../..' . '/app/Traits/HasTokenManagement.php', 314 'SimplyBook\\Traits\\HasUserAccess' => __DIR__ . '/../..' . '/app/Traits/HasUserAccess.php', 315 'SimplyBook\\Traits\\HasViews' => __DIR__ . '/../..' . '/app/Traits/HasViews.php', 316 'SimplyBook\\Traits\\LegacyLoad' => __DIR__ . '/../..' . '/app/Traits/LegacyLoad.php', 317 'SimplyBook\\Traits\\LegacySave' => __DIR__ . '/../..' . '/app/Traits/LegacySave.php', 341 318 'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php', 342 319 'Symfony\\Component\\Translation\\Catalogue\\AbstractOperation' => __DIR__ . '/..' . '/symfony/translation/Catalogue/AbstractOperation.php', … … 442 419 { 443 420 return \Closure::bind(function () use ($loader) { 444 $loader->prefixLengthsPsr4 = ComposerStaticInit 2e0f5ef22d8e452c4ce0abbb2c75feeb::$prefixLengthsPsr4;445 $loader->prefixDirsPsr4 = ComposerStaticInit 2e0f5ef22d8e452c4ce0abbb2c75feeb::$prefixDirsPsr4;446 $loader->classMap = ComposerStaticInit 2e0f5ef22d8e452c4ce0abbb2c75feeb::$classMap;421 $loader->prefixLengthsPsr4 = ComposerStaticInit3960d646d8f204d730e264884fb42718::$prefixLengthsPsr4; 422 $loader->prefixDirsPsr4 = ComposerStaticInit3960d646d8f204d730e264884fb42718::$prefixDirsPsr4; 423 $loader->classMap = ComposerStaticInit3960d646d8f204d730e264884fb42718::$classMap; 447 424 448 425 }, null, ClassLoader::class); -
simplybook/trunk/vendor/composer/installed.json
r3348078 r3381644 60 60 { 61 61 "name": "automattic/jetpack-autoloader", 62 "version": "v5.0. 7",63 "version_normalized": "5.0. 7.0",62 "version": "v5.0.11", 63 "version_normalized": "5.0.11.0", 64 64 "source": { 65 65 "type": "git", 66 66 "url": "https://github.com/Automattic/jetpack-autoloader.git", 67 "reference": " 8ab8cc721937030a7a3d77d3d6698649f56de4d9"68 }, 69 "dist": { 70 "type": "zip", 71 "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/ 8ab8cc721937030a7a3d77d3d6698649f56de4d9",72 "reference": " 8ab8cc721937030a7a3d77d3d6698649f56de4d9",67 "reference": "90bf7b3bc29cb7be74105ac99afab4c21bc47e29" 68 }, 69 "dist": { 70 "type": "zip", 71 "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/90bf7b3bc29cb7be74105ac99afab4c21bc47e29", 72 "reference": "90bf7b3bc29cb7be74105ac99afab4c21bc47e29", 73 73 "shasum": "" 74 74 }, … … 78 78 }, 79 79 "require-dev": { 80 "automattic/jetpack-changelogger": "^6.0. 5",80 "automattic/jetpack-changelogger": "^6.0.7", 81 81 "automattic/phpunit-select-config": "^1.0.3", 82 82 "composer/composer": "^2.2", 83 83 "yoast/phpunit-polyfills": "^4.0.0" 84 84 }, 85 "time": "2025- 04-28T15:12:56+00:00",85 "time": "2025-10-06T10:32:52+00:00", 86 86 "type": "composer-plugin", 87 87 "extra": { … … 122 122 ], 123 123 "support": { 124 "source": "https://github.com/Automattic/jetpack-autoloader/tree/v5.0. 7"124 "source": "https://github.com/Automattic/jetpack-autoloader/tree/v5.0.11" 125 125 }, 126 126 "install-path": "../automattic/jetpack-autoloader" … … 431 431 { 432 432 "name": "symfony/polyfill-mbstring", 433 "version": "v1.3 2.0",434 "version_normalized": "1.3 2.0.0",433 "version": "v1.33.0", 434 "version_normalized": "1.33.0.0", 435 435 "source": { 436 436 "type": "git", … … 495 495 ], 496 496 "support": { 497 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.3 2.0"497 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0" 498 498 }, 499 499 "funding": [ … … 507 507 }, 508 508 { 509 "url": "https://github.com/nicolas-grekas", 510 "type": "github" 511 }, 512 { 509 513 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 510 514 "type": "tidelift" … … 515 519 { 516 520 "name": "symfony/polyfill-php80", 517 "version": "v1.3 2.0",518 "version_normalized": "1.3 2.0.0",521 "version": "v1.33.0", 522 "version_normalized": "1.33.0.0", 519 523 "source": { 520 524 "type": "git", … … 578 582 ], 579 583 "support": { 580 "source": "https://github.com/symfony/polyfill-php80/tree/v1.3 2.0"584 "source": "https://github.com/symfony/polyfill-php80/tree/v1.33.0" 581 585 }, 582 586 "funding": [ … … 587 591 { 588 592 "url": "https://github.com/fabpot", 593 "type": "github" 594 }, 595 { 596 "url": "https://github.com/nicolas-grekas", 589 597 "type": "github" 590 598 }, -
simplybook/trunk/vendor/composer/installed.php
r3376213 r3381644 2 2 'root' => array( 3 3 'name' => 'really-simple-plugins/simplybookme', 4 'pretty_version' => '3.2. 1',5 'version' => '3.2. 1.0',4 'pretty_version' => '3.2.2', 5 'version' => '3.2.2.0', 6 6 'reference' => null, 7 7 'type' => 'wordpress-plugin', … … 21 21 ), 22 22 'automattic/jetpack-autoloader' => array( 23 'pretty_version' => 'v5.0. 7',24 'version' => '5.0. 7.0',25 'reference' => ' 8ab8cc721937030a7a3d77d3d6698649f56de4d9',23 'pretty_version' => 'v5.0.11', 24 'version' => '5.0.11.0', 25 'reference' => '90bf7b3bc29cb7be74105ac99afab4c21bc47e29', 26 26 'type' => 'composer-plugin', 27 27 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', … … 63 63 ), 64 64 'really-simple-plugins/simplybookme' => array( 65 'pretty_version' => '3.2. 1',66 'version' => '3.2. 1.0',65 'pretty_version' => '3.2.2', 66 'version' => '3.2.2.0', 67 67 'reference' => null, 68 68 'type' => 'wordpress-plugin', … … 81 81 ), 82 82 'symfony/polyfill-mbstring' => array( 83 'pretty_version' => 'v1.3 2.0',84 'version' => '1.3 2.0.0',83 'pretty_version' => 'v1.33.0', 84 'version' => '1.33.0.0', 85 85 'reference' => '6d857f4d76bd4b343eac26d6b539585d2bc56493', 86 86 'type' => 'library', … … 90 90 ), 91 91 'symfony/polyfill-php80' => array( 92 'pretty_version' => 'v1.3 2.0',93 'version' => '1.3 2.0.0',92 'pretty_version' => 'v1.33.0', 93 'version' => '1.33.0.0', 94 94 'reference' => '0cc9dd0f17f61d8131e7df6b84bd344899fe2608', 95 95 'type' => 'library', -
simplybook/trunk/vendor/composer/jetpack_autoload_classmap.php
r3376213 r3381644 12 12 ), 13 13 'Attribute' => array( 14 'version' => '1.3 2.0.0',14 'version' => '1.33.0.0', 15 15 'path' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Attribute.php' 16 16 ), 17 17 'Autoloader' => array( 18 'version' => '5.0. 7',18 'version' => '5.0.11', 19 19 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-autoloader.php' 20 20 ), 21 21 'Autoloader_Handler' => array( 22 'version' => '5.0. 7',22 'version' => '5.0.11', 23 23 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-autoloader-handler.php' 24 24 ), 25 25 'Autoloader_Locator' => array( 26 'version' => '5.0. 7',26 'version' => '5.0.11', 27 27 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-autoloader-locator.php' 28 28 ), 29 29 'Automattic\\Jetpack\\Autoloader\\AutoloadFileWriter' => array( 30 'version' => '5.0. 7',30 'version' => '5.0.11', 31 31 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadFileWriter.php' 32 32 ), 33 33 'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => array( 34 'version' => '5.0. 7',34 'version' => '5.0.11', 35 35 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php' 36 36 ), 37 37 'Automattic\\Jetpack\\Autoloader\\AutoloadProcessor' => array( 38 'version' => '5.0. 7',38 'version' => '5.0.11', 39 39 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadProcessor.php' 40 40 ), 41 41 'Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin' => array( 42 'version' => '5.0. 7',42 'version' => '5.0.11', 43 43 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php' 44 44 ), 45 45 'Automattic\\Jetpack\\Autoloader\\ManifestGenerator' => array( 46 'version' => '5.0. 7',46 'version' => '5.0.11', 47 47 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/ManifestGenerator.php' 48 48 ), … … 380 380 ), 381 381 'Container' => array( 382 'version' => '5.0. 7',382 'version' => '5.0.11', 383 383 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-container.php' 384 384 ), 385 385 'Hook_Manager' => array( 386 'version' => '5.0. 7',386 'version' => '5.0.11', 387 387 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-hook-manager.php' 388 388 ), 389 389 'Latest_Autoloader_Guard' => array( 390 'version' => '5.0. 7',390 'version' => '5.0.11', 391 391 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-latest-autoloader-guard.php' 392 392 ), 393 393 'Manifest_Reader' => array( 394 'version' => '5.0. 7',394 'version' => '5.0.11', 395 395 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-manifest-reader.php' 396 396 ), 397 397 'PHP_Autoloader' => array( 398 'version' => '5.0. 7',398 'version' => '5.0.11', 399 399 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-php-autoloader.php' 400 400 ), 401 401 'Path_Processor' => array( 402 'version' => '5.0. 7',402 'version' => '5.0.11', 403 403 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-path-processor.php' 404 404 ), 405 405 'PhpToken' => array( 406 'version' => '1.3 2.0.0',406 'version' => '1.33.0.0', 407 407 'path' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php' 408 408 ), 409 409 'Plugin_Locator' => array( 410 'version' => '5.0. 7',410 'version' => '5.0.11', 411 411 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-plugin-locator.php' 412 412 ), 413 413 'Plugins_Handler' => array( 414 'version' => '5.0. 7',414 'version' => '5.0.11', 415 415 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-plugins-handler.php' 416 416 ), … … 420 420 ), 421 421 'Shutdown_Handler' => array( 422 'version' => '5.0. 7',422 'version' => '5.0.11', 423 423 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-shutdown-handler.php' 424 424 ), 425 'SimplyBook\\Builders\\CompanyBuilder' => array( 426 'version' => '3.2.1.0', 427 'path' => $baseDir . '/app/support/builders/CompanyBuilder.php' 428 ), 429 'SimplyBook\\Builders\\PageBuilder' => array( 430 'version' => '3.2.1.0', 431 'path' => $baseDir . '/app/support/builders/PageBuilder.php' 432 ), 433 'SimplyBook\\Builders\\WidgetScriptBuilder' => array( 434 'version' => '3.2.1.0', 435 'path' => $baseDir . '/app/support/builders/WidgetScriptBuilder.php' 425 'SimplyBook\\Bootstrap\\App' => array( 426 'version' => '3.2.2.0', 427 'path' => $baseDir . '/bootstrap/App.php' 428 ), 429 'SimplyBook\\Bootstrap\\Plugin' => array( 430 'version' => '3.2.2.0', 431 'path' => $baseDir . '/bootstrap/Plugin.php' 436 432 ), 437 433 'SimplyBook\\Controllers\\AdminController' => array( 438 'version' => '3.2. 1.0',439 'path' => $baseDir . '/app/ controllers/AdminController.php'434 'version' => '3.2.2.0', 435 'path' => $baseDir . '/app/Controllers/AdminController.php' 440 436 ), 441 437 'SimplyBook\\Controllers\\BlockController' => array( 442 'version' => '3.2. 1.0',443 'path' => $baseDir . '/app/ controllers/BlockController.php'438 'version' => '3.2.2.0', 439 'path' => $baseDir . '/app/Controllers/BlockController.php' 444 440 ), 445 441 'SimplyBook\\Controllers\\CapabilityController' => array( 446 'version' => '3.2. 1.0',447 'path' => $baseDir . '/app/ controllers/CapabilityController.php'442 'version' => '3.2.2.0', 443 'path' => $baseDir . '/app/Controllers/CapabilityController.php' 448 444 ), 449 445 'SimplyBook\\Controllers\\DashboardController' => array( 450 'version' => '3.2. 1.0',451 'path' => $baseDir . '/app/ controllers/DashboardController.php'446 'version' => '3.2.2.0', 447 'path' => $baseDir . '/app/Controllers/DashboardController.php' 452 448 ), 453 449 'SimplyBook\\Controllers\\DesignSettingsController' => array( 454 'version' => '3.2.1.0', 455 'path' => $baseDir . '/app/controllers/DesignSettingsController.php' 450 'version' => '3.2.2.0', 451 'path' => $baseDir . '/app/Controllers/DesignSettingsController.php' 452 ), 453 'SimplyBook\\Controllers\\OnboardingNoticeController' => array( 454 'version' => '3.2.2.0', 455 'path' => $baseDir . '/app/Controllers/OnboardingNoticeController.php' 456 456 ), 457 457 'SimplyBook\\Controllers\\ReviewController' => array( 458 'version' => '3.2. 1.0',459 'path' => $baseDir . '/app/ controllers/ReviewController.php'458 'version' => '3.2.2.0', 459 'path' => $baseDir . '/app/Controllers/ReviewController.php' 460 460 ), 461 461 'SimplyBook\\Controllers\\ScheduleController' => array( 462 'version' => '3.2. 1.0',463 'path' => $baseDir . '/app/ controllers/ScheduleController.php'462 'version' => '3.2.2.0', 463 'path' => $baseDir . '/app/Controllers/ScheduleController.php' 464 464 ), 465 465 'SimplyBook\\Controllers\\ServicesController' => array( 466 'version' => '3.2. 1.0',467 'path' => $baseDir . '/app/ controllers/ServicesController.php'466 'version' => '3.2.2.0', 467 'path' => $baseDir . '/app/Controllers/ServicesController.php' 468 468 ), 469 469 'SimplyBook\\Controllers\\SettingsController' => array( 470 'version' => '3.2. 1.0',471 'path' => $baseDir . '/app/ controllers/SettingsController.php'470 'version' => '3.2.2.0', 471 'path' => $baseDir . '/app/Controllers/SettingsController.php' 472 472 ), 473 473 'SimplyBook\\Controllers\\TrialExpirationController' => array( 474 'version' => '3.2. 1.0',475 'path' => $baseDir . '/app/ controllers/TrialExpirationController.php'474 'version' => '3.2.2.0', 475 'path' => $baseDir . '/app/Controllers/TrialExpirationController.php' 476 476 ), 477 477 'SimplyBook\\Controllers\\WidgetController' => array( 478 'version' => '3.2. 1.0',479 'path' => $baseDir . '/app/ controllers/WidgetController.php'478 'version' => '3.2.2.0', 479 'path' => $baseDir . '/app/Controllers/WidgetController.php' 480 480 ), 481 481 'SimplyBook\\Controllers\\WidgetTrackingController' => array( 482 'version' => '3.2. 1.0',483 'path' => $baseDir . '/app/ controllers/WidgetTrackingController.php'482 'version' => '3.2.2.0', 483 'path' => $baseDir . '/app/Controllers/WidgetTrackingController.php' 484 484 ), 485 485 'SimplyBook\\Exceptions\\ApiException' => array( 486 'version' => '3.2. 1.0',487 'path' => $baseDir . '/app/ exceptions/ApiException.php'486 'version' => '3.2.2.0', 487 'path' => $baseDir . '/app/Exceptions/ApiException.php' 488 488 ), 489 489 'SimplyBook\\Exceptions\\BuilderException' => array( 490 'version' => '3.2. 1.0',491 'path' => $baseDir . '/app/ exceptions/BuilderException.php'490 'version' => '3.2.2.0', 491 'path' => $baseDir . '/app/Exceptions/BuilderException.php' 492 492 ), 493 493 'SimplyBook\\Exceptions\\EmptyResponseException' => array( 494 'version' => '3.2. 1.0',495 'path' => $baseDir . '/app/ exceptions/EmptyResponseException.php'494 'version' => '3.2.2.0', 495 'path' => $baseDir . '/app/Exceptions/EmptyResponseException.php' 496 496 ), 497 497 'SimplyBook\\Exceptions\\FormException' => array( 498 'version' => '3.2. 1.0',499 'path' => $baseDir . '/app/ exceptions/FormException.php'498 'version' => '3.2.2.0', 499 'path' => $baseDir . '/app/Exceptions/FormException.php' 500 500 ), 501 501 'SimplyBook\\Exceptions\\RestDataException' => array( 502 'version' => '3.2. 1.0',503 'path' => $baseDir . '/app/ exceptions/RestDataException.php'502 'version' => '3.2.2.0', 503 'path' => $baseDir . '/app/Exceptions/RestDataException.php' 504 504 ), 505 505 'SimplyBook\\Exceptions\\SettingsException' => array( 506 'version' => '3.2.1.0', 507 'path' => $baseDir . '/app/exceptions/SettingsException.php' 508 ), 509 'SimplyBook\\Helpers\\Event' => array( 510 'version' => '3.2.1.0', 511 'path' => $baseDir . '/app/support/helpers/Event.php' 512 ), 513 'SimplyBook\\Helpers\\FeatureHelper' => array( 514 'version' => '3.2.1.0', 515 'path' => $baseDir . '/app/support/helpers/FeatureHelper.php' 516 ), 517 'SimplyBook\\Helpers\\Request' => array( 518 'version' => '3.2.1.0', 519 'path' => $baseDir . '/app/support/helpers/Request.php' 520 ), 521 'SimplyBook\\Helpers\\Storage' => array( 522 'version' => '3.2.1.0', 523 'path' => $baseDir . '/app/support/helpers/Storage.php' 524 ), 525 'SimplyBook\\Helpers\\Uninstall' => array( 526 'version' => '3.2.1.0', 527 'path' => $baseDir . '/app/support/helpers/Uninstall.php' 506 'version' => '3.2.2.0', 507 'path' => $baseDir . '/app/Exceptions/SettingsException.php' 508 ), 509 'SimplyBook\\Features\\AbstractLoader' => array( 510 'version' => '3.2.2.0', 511 'path' => $baseDir . '/app/Features/AbstractLoader.php' 512 ), 513 'SimplyBook\\Features\\Notifications\\Notices\\AbstractNotice' => array( 514 'version' => '3.2.2.0', 515 'path' => $baseDir . '/app/Features/Notifications/Notices/AbstractNotice.php' 516 ), 517 'SimplyBook\\Features\\Notifications\\Notices\\AddMandatoryProviderNotice' => array( 518 'version' => '3.2.2.0', 519 'path' => $baseDir . '/app/Features/Notifications/Notices/AddMandatoryProviderNotice.php' 520 ), 521 'SimplyBook\\Features\\Notifications\\Notices\\AddMandatoryServiceNotice' => array( 522 'version' => '3.2.2.0', 523 'path' => $baseDir . '/app/Features/Notifications/Notices/AddMandatoryServiceNotice.php' 524 ), 525 'SimplyBook\\Features\\Notifications\\Notices\\FailedAuthenticationNotice' => array( 526 'version' => '3.2.2.0', 527 'path' => $baseDir . '/app/Features/Notifications/Notices/FailedAuthenticationNotice.php' 528 ), 529 'SimplyBook\\Features\\Notifications\\Notices\\MaxedOutProvidersNotice' => array( 530 'version' => '3.2.2.0', 531 'path' => $baseDir . '/app/Features/Notifications/Notices/MaxedOutProvidersNotice.php' 532 ), 533 'SimplyBook\\Features\\Notifications\\Notices\\MaxedOutServicesNotice' => array( 534 'version' => '3.2.2.0', 535 'path' => $baseDir . '/app/Features/Notifications/Notices/MaxedOutServicesNotice.php' 536 ), 537 'SimplyBook\\Features\\Notifications\\Notices\\PublishWidgetNotice' => array( 538 'version' => '3.2.2.0', 539 'path' => $baseDir . '/app/Features/Notifications/Notices/PublishWidgetNotice.php' 540 ), 541 'SimplyBook\\Features\\Notifications\\NotificationListener' => array( 542 'version' => '3.2.2.0', 543 'path' => $baseDir . '/app/Features/Notifications/NotificationListener.php' 544 ), 545 'SimplyBook\\Features\\Notifications\\NotificationsController' => array( 546 'version' => '3.2.2.0', 547 'path' => $baseDir . '/app/Features/Notifications/NotificationsController.php' 548 ), 549 'SimplyBook\\Features\\Notifications\\NotificationsEndpoints' => array( 550 'version' => '3.2.2.0', 551 'path' => $baseDir . '/app/Features/Notifications/NotificationsEndpoints.php' 552 ), 553 'SimplyBook\\Features\\Notifications\\NotificationsLoader' => array( 554 'version' => '3.2.2.0', 555 'path' => $baseDir . '/app/Features/Notifications/NotificationsLoader.php' 556 ), 557 'SimplyBook\\Features\\Notifications\\NotificationsRepository' => array( 558 'version' => '3.2.2.0', 559 'path' => $baseDir . '/app/Features/Notifications/NotificationsRepository.php' 560 ), 561 'SimplyBook\\Features\\Notifications\\NotificationsService' => array( 562 'version' => '3.2.2.0', 563 'path' => $baseDir . '/app/Features/Notifications/NotificationsService.php' 564 ), 565 'SimplyBook\\Features\\Onboarding\\OnboardingController' => array( 566 'version' => '3.2.2.0', 567 'path' => $baseDir . '/app/Features/Onboarding/OnboardingController.php' 568 ), 569 'SimplyBook\\Features\\Onboarding\\OnboardingLoader' => array( 570 'version' => '3.2.2.0', 571 'path' => $baseDir . '/app/Features/Onboarding/OnboardingLoader.php' 572 ), 573 'SimplyBook\\Features\\Onboarding\\OnboardingService' => array( 574 'version' => '3.2.2.0', 575 'path' => $baseDir . '/app/Features/Onboarding/OnboardingService.php' 576 ), 577 'SimplyBook\\Features\\TaskManagement\\TaskManagementController' => array( 578 'version' => '3.2.2.0', 579 'path' => $baseDir . '/app/Features/TaskManagement/TaskManagementController.php' 580 ), 581 'SimplyBook\\Features\\TaskManagement\\TaskManagementEndpoints' => array( 582 'version' => '3.2.2.0', 583 'path' => $baseDir . '/app/Features/TaskManagement/TaskManagementEndpoints.php' 584 ), 585 'SimplyBook\\Features\\TaskManagement\\TaskManagementListener' => array( 586 'version' => '3.2.2.0', 587 'path' => $baseDir . '/app/Features/TaskManagement/TaskManagementListener.php' 588 ), 589 'SimplyBook\\Features\\TaskManagement\\TaskManagementLoader' => array( 590 'version' => '3.2.2.0', 591 'path' => $baseDir . '/app/Features/TaskManagement/TaskManagementLoader.php' 592 ), 593 'SimplyBook\\Features\\TaskManagement\\TaskManagementRepository' => array( 594 'version' => '3.2.2.0', 595 'path' => $baseDir . '/app/Features/TaskManagement/TaskManagementRepository.php' 596 ), 597 'SimplyBook\\Features\\TaskManagement\\TaskManagementService' => array( 598 'version' => '3.2.2.0', 599 'path' => $baseDir . '/app/Features/TaskManagement/TaskManagementService.php' 600 ), 601 'SimplyBook\\Features\\TaskManagement\\Tasks\\AbstractTask' => array( 602 'version' => '3.2.2.0', 603 'path' => $baseDir . '/app/Features/TaskManagement/Tasks/AbstractTask.php' 604 ), 605 'SimplyBook\\Features\\TaskManagement\\Tasks\\AcceptPaymentsTask' => array( 606 'version' => '3.2.2.0', 607 'path' => $baseDir . '/app/Features/TaskManagement/Tasks/AcceptPaymentsTask.php' 608 ), 609 'SimplyBook\\Features\\TaskManagement\\Tasks\\AddAllProvidersTask' => array( 610 'version' => '3.2.2.0', 611 'path' => $baseDir . '/app/Features/TaskManagement/Tasks/AddAllProvidersTask.php' 612 ), 613 'SimplyBook\\Features\\TaskManagement\\Tasks\\AddAllServicesTask' => array( 614 'version' => '3.2.2.0', 615 'path' => $baseDir . '/app/Features/TaskManagement/Tasks/AddAllServicesTask.php' 616 ), 617 'SimplyBook\\Features\\TaskManagement\\Tasks\\AddMandatoryProviderTask' => array( 618 'version' => '3.2.2.0', 619 'path' => $baseDir . '/app/Features/TaskManagement/Tasks/AddMandatoryProviderTask.php' 620 ), 621 'SimplyBook\\Features\\TaskManagement\\Tasks\\AddMandatoryServiceTask' => array( 622 'version' => '3.2.2.0', 623 'path' => $baseDir . '/app/Features/TaskManagement/Tasks/AddMandatoryServiceTask.php' 624 ), 625 'SimplyBook\\Features\\TaskManagement\\Tasks\\CustomizeDesignTask' => array( 626 'version' => '3.2.2.0', 627 'path' => $baseDir . '/app/Features/TaskManagement/Tasks/CustomizeDesignTask.php' 628 ), 629 'SimplyBook\\Features\\TaskManagement\\Tasks\\FailedAuthenticationTask' => array( 630 'version' => '3.2.2.0', 631 'path' => $baseDir . '/app/Features/TaskManagement/Tasks/FailedAuthenticationTask.php' 632 ), 633 'SimplyBook\\Features\\TaskManagement\\Tasks\\GatherClientInfoTask' => array( 634 'version' => '3.2.2.0', 635 'path' => $baseDir . '/app/Features/TaskManagement/Tasks/GatherClientInfoTask.php' 636 ), 637 'SimplyBook\\Features\\TaskManagement\\Tasks\\GoToSimplyBookSystemTask' => array( 638 'version' => '3.2.2.0', 639 'path' => $baseDir . '/app/Features/TaskManagement/Tasks/GoToSimplyBookSystemTask.php' 640 ), 641 'SimplyBook\\Features\\TaskManagement\\Tasks\\InstallAppTask' => array( 642 'version' => '3.2.2.0', 643 'path' => $baseDir . '/app/Features/TaskManagement/Tasks/InstallAppTask.php' 644 ), 645 'SimplyBook\\Features\\TaskManagement\\Tasks\\MaxedOutProvidersTask' => array( 646 'version' => '3.2.2.0', 647 'path' => $baseDir . '/app/Features/TaskManagement/Tasks/MaxedOutProvidersTask.php' 648 ), 649 'SimplyBook\\Features\\TaskManagement\\Tasks\\MaximumBookingsTask' => array( 650 'version' => '3.2.2.0', 651 'path' => $baseDir . '/app/Features/TaskManagement/Tasks/MaximumBookingsTask.php' 652 ), 653 'SimplyBook\\Features\\TaskManagement\\Tasks\\PostOnSocialMediaTask' => array( 654 'version' => '3.2.2.0', 655 'path' => $baseDir . '/app/Features/TaskManagement/Tasks/PostOnSocialMediaTask.php' 656 ), 657 'SimplyBook\\Features\\TaskManagement\\Tasks\\PublishWidgetTask' => array( 658 'version' => '3.2.2.0', 659 'path' => $baseDir . '/app/Features/TaskManagement/Tasks/PublishWidgetTask.php' 660 ), 661 'SimplyBook\\Features\\TaskManagement\\Tasks\\TrialExpiredTask' => array( 662 'version' => '3.2.2.0', 663 'path' => $baseDir . '/app/Features/TaskManagement/Tasks/TrialExpiredTask.php' 528 664 ), 529 665 'SimplyBook\\Http\\ApiClient' => array( 530 'version' => '3.2. 1.0',531 'path' => $baseDir . '/app/ http/ApiClient.php'666 'version' => '3.2.2.0', 667 'path' => $baseDir . '/app/Http/ApiClient.php' 532 668 ), 533 669 'SimplyBook\\Http\\DTO\\ApiResponseDTO' => array( 534 'version' => '3.2. 1.0',535 'path' => $baseDir . '/app/ http/dto/ApiResponseDTO.php'670 'version' => '3.2.2.0', 671 'path' => $baseDir . '/app/Http/DTO/ApiResponseDTO.php' 536 672 ), 537 673 'SimplyBook\\Http\\Endpoints\\AbstractCrudEndpoint' => array( 538 'version' => '3.2. 1.0',539 'path' => $baseDir . '/app/ http/endpoints/AbstractCrudEndpoint.php'674 'version' => '3.2.2.0', 675 'path' => $baseDir . '/app/Http/Endpoints/AbstractCrudEndpoint.php' 540 676 ), 541 677 'SimplyBook\\Http\\Endpoints\\BlockEndpoints' => array( 542 'version' => '3.2. 1.0',543 'path' => $baseDir . '/app/ http/endpoints/BlockEndpoints.php'678 'version' => '3.2.2.0', 679 'path' => $baseDir . '/app/Http/Endpoints/BlockEndpoints.php' 544 680 ), 545 681 'SimplyBook\\Http\\Endpoints\\CompanyRegistrationEndpoint' => array( 546 'version' => '3.2. 1.0',547 'path' => $baseDir . '/app/ http/endpoints/CompanyRegistrationEndpoint.php'682 'version' => '3.2.2.0', 683 'path' => $baseDir . '/app/Http/Endpoints/CompanyRegistrationEndpoint.php' 548 684 ), 549 685 'SimplyBook\\Http\\Endpoints\\DomainEndpoint' => array( 550 'version' => '3.2. 1.0',551 'path' => $baseDir . '/app/ http/endpoints/DomainEndpoint.php'686 'version' => '3.2.2.0', 687 'path' => $baseDir . '/app/Http/Endpoints/DomainEndpoint.php' 552 688 ), 553 689 'SimplyBook\\Http\\Endpoints\\LogOutEndpoint' => array( 554 'version' => '3.2. 1.0',555 'path' => $baseDir . '/app/ http/endpoints/LogOutEndpoint.php'690 'version' => '3.2.2.0', 691 'path' => $baseDir . '/app/Http/Endpoints/LogOutEndpoint.php' 556 692 ), 557 693 'SimplyBook\\Http\\Endpoints\\LoginUrlEndpoint' => array( 558 'version' => '3.2. 1.0',559 'path' => $baseDir . '/app/ http/endpoints/LoginUrlEndpoint.php'694 'version' => '3.2.2.0', 695 'path' => $baseDir . '/app/Http/Endpoints/LoginUrlEndpoint.php' 560 696 ), 561 697 'SimplyBook\\Http\\Endpoints\\NoticesDismissEndpoint' => array( 562 'version' => '3.2. 1.0',563 'path' => $baseDir . '/app/ http/endpoints/NoticesDismissEndpoint.php'698 'version' => '3.2.2.0', 699 'path' => $baseDir . '/app/Http/Endpoints/NoticesDismissEndpoint.php' 564 700 ), 565 701 'SimplyBook\\Http\\Endpoints\\ProvidersEndpoint' => array( 566 'version' => '3.2. 1.0',567 'path' => $baseDir . '/app/ http/endpoints/ProvidersEndpoint.php'702 'version' => '3.2.2.0', 703 'path' => $baseDir . '/app/Http/Endpoints/ProvidersEndpoint.php' 568 704 ), 569 705 'SimplyBook\\Http\\Endpoints\\PublicThemeListEndpoint' => array( 570 'version' => '3.2. 1.0',571 'path' => $baseDir . '/app/ http/endpoints/PublicThemeListEndpoint.php'706 'version' => '3.2.2.0', 707 'path' => $baseDir . '/app/Http/Endpoints/PublicThemeListEndpoint.php' 572 708 ), 573 709 'SimplyBook\\Http\\Endpoints\\RelatedPluginEndpoints' => array( 574 'version' => '3.2. 1.0',575 'path' => $baseDir . '/app/ http/endpoints/RelatedPluginEndpoints.php'710 'version' => '3.2.2.0', 711 'path' => $baseDir . '/app/Http/Endpoints/RelatedPluginEndpoints.php' 576 712 ), 577 713 'SimplyBook\\Http\\Endpoints\\RemotePluginsEndpoint' => array( 578 'version' => '3.2. 1.0',579 'path' => $baseDir . '/app/ http/endpoints/RemotePluginsEndpoint.php'714 'version' => '3.2.2.0', 715 'path' => $baseDir . '/app/Http/Endpoints/RemotePluginsEndpoint.php' 580 716 ), 581 717 'SimplyBook\\Http\\Endpoints\\ServicesEndpoint' => array( 582 'version' => '3.2. 1.0',583 'path' => $baseDir . '/app/ http/endpoints/ServicesEndpoint.php'718 'version' => '3.2.2.0', 719 'path' => $baseDir . '/app/Http/Endpoints/ServicesEndpoint.php' 584 720 ), 585 721 'SimplyBook\\Http\\Endpoints\\ServicesProvidersEndpoint' => array( 586 'version' => '3.2. 1.0',587 'path' => $baseDir . '/app/ http/endpoints/ServicesProvidersEndpoint.php'722 'version' => '3.2.2.0', 723 'path' => $baseDir . '/app/Http/Endpoints/ServicesProvidersEndpoint.php' 588 724 ), 589 725 'SimplyBook\\Http\\Endpoints\\SettingEndpoints' => array( 590 'version' => '3.2. 1.0',591 'path' => $baseDir . '/app/ http/endpoints/SettingEndpoints.php'726 'version' => '3.2.2.0', 727 'path' => $baseDir . '/app/Http/Endpoints/SettingEndpoints.php' 592 728 ), 593 729 'SimplyBook\\Http\\Endpoints\\StatisticsEndpoint' => array( 594 'version' => '3.2. 1.0',595 'path' => $baseDir . '/app/ http/endpoints/StatisticsEndpoint.php'730 'version' => '3.2.2.0', 731 'path' => $baseDir . '/app/Http/Endpoints/StatisticsEndpoint.php' 596 732 ), 597 733 'SimplyBook\\Http\\Endpoints\\SubscriptionEndpoints' => array( 598 'version' => '3.2. 1.0',599 'path' => $baseDir . '/app/ http/endpoints/SubscriptionEndpoints.php'734 'version' => '3.2.2.0', 735 'path' => $baseDir . '/app/Http/Endpoints/SubscriptionEndpoints.php' 600 736 ), 601 737 'SimplyBook\\Http\\Endpoints\\ThemeColorEndpoint' => array( 602 'version' => '3.2. 1.0',603 'path' => $baseDir . '/app/ http/endpoints/ThemeColorEndpoint.php'738 'version' => '3.2.2.0', 739 'path' => $baseDir . '/app/Http/Endpoints/ThemeColorEndpoint.php' 604 740 ), 605 741 'SimplyBook\\Http\\Endpoints\\TipsTricksEndpoint' => array( 606 'version' => '3.2. 1.0',607 'path' => $baseDir . '/app/ http/endpoints/TipsTricksEndpoint.php'742 'version' => '3.2.2.0', 743 'path' => $baseDir . '/app/Http/Endpoints/TipsTricksEndpoint.php' 608 744 ), 609 745 'SimplyBook\\Http\\Endpoints\\WaitForRegistrationEndpoint' => array( 610 'version' => '3.2. 1.0',611 'path' => $baseDir . '/app/ http/endpoints/WaitForRegistrationEndpoint.php'746 'version' => '3.2.2.0', 747 'path' => $baseDir . '/app/Http/Endpoints/WaitForRegistrationEndpoint.php' 612 748 ), 613 749 'SimplyBook\\Http\\Endpoints\\WidgetEndpoint' => array( 614 'version' => '3.2. 1.0',615 'path' => $baseDir . '/app/ http/endpoints/WidgetEndpoint.php'750 'version' => '3.2.2.0', 751 'path' => $baseDir . '/app/Http/Endpoints/WidgetEndpoint.php' 616 752 ), 617 753 'SimplyBook\\Http\\Entities\\AbstractEntity' => array( 618 'version' => '3.2. 1.0',619 'path' => $baseDir . '/app/ http/entities/AbstractEntity.php'754 'version' => '3.2.2.0', 755 'path' => $baseDir . '/app/Http/Entities/AbstractEntity.php' 620 756 ), 621 757 'SimplyBook\\Http\\Entities\\Service' => array( 622 'version' => '3.2. 1.0',623 'path' => $baseDir . '/app/ http/entities/Service.php'758 'version' => '3.2.2.0', 759 'path' => $baseDir . '/app/Http/Entities/Service.php' 624 760 ), 625 761 'SimplyBook\\Http\\Entities\\ServiceProvider' => array( 626 'version' => '3.2. 1.0',627 'path' => $baseDir . '/app/ http/entities/ServiceProvider.php'762 'version' => '3.2.2.0', 763 'path' => $baseDir . '/app/Http/Entities/ServiceProvider.php' 628 764 ), 629 765 'SimplyBook\\Http\\JsonRpcClient' => array( 630 'version' => '3.2. 1.0',631 'path' => $baseDir . '/app/ http/JsonRpcClient.php'766 'version' => '3.2.2.0', 767 'path' => $baseDir . '/app/Http/JsonRpcClient.php' 632 768 ), 633 769 'SimplyBook\\Interfaces\\ControllerInterface' => array( 634 'version' => '3.2. 1.0',635 'path' => $baseDir . '/app/ interfaces/ControllerInterface.php'770 'version' => '3.2.2.0', 771 'path' => $baseDir . '/app/Interfaces/ControllerInterface.php' 636 772 ), 637 773 'SimplyBook\\Interfaces\\FeatureInterface' => array( 638 'version' => '3.2. 1.0',639 'path' => $baseDir . '/app/ interfaces/FeatureInterface.php'774 'version' => '3.2.2.0', 775 'path' => $baseDir . '/app/Interfaces/FeatureInterface.php' 640 776 ), 641 777 'SimplyBook\\Interfaces\\MultiEndpointInterface' => array( 642 'version' => '3.2. 1.0',643 'path' => $baseDir . '/app/ interfaces/MultiEndpointInterface.php'778 'version' => '3.2.2.0', 779 'path' => $baseDir . '/app/Interfaces/MultiEndpointInterface.php' 644 780 ), 645 781 'SimplyBook\\Interfaces\\NoticeInterface' => array( 646 'version' => '3.2. 1.0',647 'path' => $baseDir . '/app/ interfaces/NoticeInterface.php'782 'version' => '3.2.2.0', 783 'path' => $baseDir . '/app/Interfaces/NoticeInterface.php' 648 784 ), 649 785 'SimplyBook\\Interfaces\\ProviderInterface' => array( 650 'version' => '3.2. 1.0',651 'path' => $baseDir . '/app/ interfaces/ProviderInterface.php'786 'version' => '3.2.2.0', 787 'path' => $baseDir . '/app/Interfaces/ProviderInterface.php' 652 788 ), 653 789 'SimplyBook\\Interfaces\\SingleEndpointInterface' => array( 654 'version' => '3.2. 1.0',655 'path' => $baseDir . '/app/ interfaces/SingleEndpointInterface.php'790 'version' => '3.2.2.0', 791 'path' => $baseDir . '/app/Interfaces/SingleEndpointInterface.php' 656 792 ), 657 793 'SimplyBook\\Interfaces\\TaskInterface' => array( 658 'version' => '3.2.1.0', 659 'path' => $baseDir . '/app/interfaces/TaskInterface.php' 794 'version' => '3.2.2.0', 795 'path' => $baseDir . '/app/Interfaces/TaskInterface.php' 796 ), 797 'SimplyBook\\Managers\\AbstractManager' => array( 798 'version' => '3.2.2.0', 799 'path' => $baseDir . '/app/Managers/AbstractManager.php' 660 800 ), 661 801 'SimplyBook\\Managers\\ControllerManager' => array( 662 'version' => '3.2. 1.0',663 'path' => $baseDir . '/app/ managers/ControllerManager.php'802 'version' => '3.2.2.0', 803 'path' => $baseDir . '/app/Managers/ControllerManager.php' 664 804 ), 665 805 'SimplyBook\\Managers\\EndpointManager' => array( 666 'version' => '3.2. 1.0',667 'path' => $baseDir . '/app/ managers/EndpointManager.php'806 'version' => '3.2.2.0', 807 'path' => $baseDir . '/app/Managers/EndpointManager.php' 668 808 ), 669 809 'SimplyBook\\Managers\\FeatureManager' => array( 670 'version' => '3.2. 1.0',671 'path' => $baseDir . '/app/ managers/FeatureManager.php'810 'version' => '3.2.2.0', 811 'path' => $baseDir . '/app/Managers/FeatureManager.php' 672 812 ), 673 813 'SimplyBook\\Managers\\ProviderManager' => array( 674 'version' => '3.2.1.0', 675 'path' => $baseDir . '/app/managers/ProviderManager.php' 676 ), 677 'SimplyBook\\Providers\\AppServiceProvider' => array( 678 'version' => '3.2.1.0', 679 'path' => $baseDir . '/app/providers/AppServiceProvider.php' 814 'version' => '3.2.2.0', 815 'path' => $baseDir . '/app/Managers/ProviderManager.php' 816 ), 817 'SimplyBook\\Providers\\ClientServiceProvider' => array( 818 'version' => '3.2.2.0', 819 'path' => $baseDir . '/app/Providers/ClientServiceProvider.php' 820 ), 821 'SimplyBook\\Providers\\ConfigServiceProvider' => array( 822 'version' => '3.2.2.0', 823 'path' => $baseDir . '/app/Providers/ConfigServiceProvider.php' 680 824 ), 681 825 'SimplyBook\\Providers\\Provider' => array( 682 'version' => '3.2.1.0', 683 'path' => $baseDir . '/app/providers/Provider.php' 826 'version' => '3.2.2.0', 827 'path' => $baseDir . '/app/Providers/Provider.php' 828 ), 829 'SimplyBook\\Providers\\RequestServiceProvider' => array( 830 'version' => '3.2.2.0', 831 'path' => $baseDir . '/app/Providers/RequestServiceProvider.php' 684 832 ), 685 833 'SimplyBook\\Services\\CallbackUrlService' => array( 686 'version' => '3.2. 1.0',687 'path' => $baseDir . '/app/ services/CallbackUrlService.php'834 'version' => '3.2.2.0', 835 'path' => $baseDir . '/app/Services/CallbackUrlService.php' 688 836 ), 689 837 'SimplyBook\\Services\\CapabilityService' => array( 690 'version' => '3.2. 1.0',691 'path' => $baseDir . '/app/ services/CapabilityService.php'838 'version' => '3.2.2.0', 839 'path' => $baseDir . '/app/Services/CapabilityService.php' 692 840 ), 693 841 'SimplyBook\\Services\\DesignSettingsService' => array( 694 'version' => '3.2. 1.0',695 'path' => $baseDir . '/app/ services/DesignSettingsService.php'842 'version' => '3.2.2.0', 843 'path' => $baseDir . '/app/Services/DesignSettingsService.php' 696 844 ), 697 845 'SimplyBook\\Services\\LoginUrlService' => array( 698 'version' => '3.2. 1.0',699 'path' => $baseDir . '/app/ services/LoginUrlService.php'846 'version' => '3.2.2.0', 847 'path' => $baseDir . '/app/Services/LoginUrlService.php' 700 848 ), 701 849 'SimplyBook\\Services\\NoticeDismissalService' => array( 702 'version' => '3.2. 1.0',703 'path' => $baseDir . '/app/ services/NoticeDismissalService.php'850 'version' => '3.2.2.0', 851 'path' => $baseDir . '/app/Services/NoticeDismissalService.php' 704 852 ), 705 853 'SimplyBook\\Services\\RelatedPluginService' => array( 706 'version' => '3.2. 1.0',707 'path' => $baseDir . '/app/ services/RelatedPluginService.php'854 'version' => '3.2.2.0', 855 'path' => $baseDir . '/app/Services/RelatedPluginService.php' 708 856 ), 709 857 'SimplyBook\\Services\\StatisticsService' => array( 710 'version' => '3.2. 1.0',711 'path' => $baseDir . '/app/ services/StatisticsService.php'858 'version' => '3.2.2.0', 859 'path' => $baseDir . '/app/Services/StatisticsService.php' 712 860 ), 713 861 'SimplyBook\\Services\\SubscriptionDataService' => array( 714 'version' => '3.2. 1.0',715 'path' => $baseDir . '/app/ services/SubscriptionDataService.php'862 'version' => '3.2.2.0', 863 'path' => $baseDir . '/app/Services/SubscriptionDataService.php' 716 864 ), 717 865 'SimplyBook\\Services\\ThemeColorService' => array( 718 'version' => '3.2. 1.0',719 'path' => $baseDir . '/app/ services/ThemeColorService.php'866 'version' => '3.2.2.0', 867 'path' => $baseDir . '/app/Services/ThemeColorService.php' 720 868 ), 721 869 'SimplyBook\\Services\\WidgetTrackingService' => array( 722 'version' => '3.2.1.0', 723 'path' => $baseDir . '/app/services/WidgetTrackingService.php' 870 'version' => '3.2.2.0', 871 'path' => $baseDir . '/app/Services/WidgetTrackingService.php' 872 ), 873 'SimplyBook\\Support\\Builders\\CompanyBuilder' => array( 874 'version' => '3.2.2.0', 875 'path' => $baseDir . '/app/Support/Builders/CompanyBuilder.php' 876 ), 877 'SimplyBook\\Support\\Builders\\PageBuilder' => array( 878 'version' => '3.2.2.0', 879 'path' => $baseDir . '/app/Support/Builders/PageBuilder.php' 880 ), 881 'SimplyBook\\Support\\Builders\\WidgetScriptBuilder' => array( 882 'version' => '3.2.2.0', 883 'path' => $baseDir . '/app/Support/Builders/WidgetScriptBuilder.php' 884 ), 885 'SimplyBook\\Support\\Helpers\\Event' => array( 886 'version' => '3.2.2.0', 887 'path' => $baseDir . '/app/Support/Helpers/Event.php' 888 ), 889 'SimplyBook\\Support\\Helpers\\Request' => array( 890 'version' => '3.2.2.0', 891 'path' => $baseDir . '/app/Support/Helpers/Request.php' 892 ), 893 'SimplyBook\\Support\\Helpers\\Storage' => array( 894 'version' => '3.2.2.0', 895 'path' => $baseDir . '/app/Support/Helpers/Storage.php' 896 ), 897 'SimplyBook\\Support\\Helpers\\Uninstall' => array( 898 'version' => '3.2.2.0', 899 'path' => $baseDir . '/app/Support/Helpers/Uninstall.php' 900 ), 901 'SimplyBook\\Support\\Utility\\ColorUtility' => array( 902 'version' => '3.2.2.0', 903 'path' => $baseDir . '/app/Support/Utility/ColorUtility.php' 904 ), 905 'SimplyBook\\Support\\Utility\\StringUtility' => array( 906 'version' => '3.2.2.0', 907 'path' => $baseDir . '/app/Support/Utility/StringUtility.php' 908 ), 909 'SimplyBook\\Support\\Widgets\\ElementorWidget' => array( 910 'version' => '3.2.2.0', 911 'path' => $baseDir . '/app/Support/Widgets/ElementorWidget.php' 724 912 ), 725 913 'SimplyBook\\Traits\\HasAllowlistControl' => array( 726 'version' => '3.2. 1.0',727 'path' => $baseDir . '/app/ traits/HasAllowlistControl.php'914 'version' => '3.2.2.0', 915 'path' => $baseDir . '/app/Traits/HasAllowlistControl.php' 728 916 ), 729 917 'SimplyBook\\Traits\\HasApiAccess' => array( 730 'version' => '3.2. 1.0',731 'path' => $baseDir . '/app/ traits/HasApiAccess.php'918 'version' => '3.2.2.0', 919 'path' => $baseDir . '/app/Traits/HasApiAccess.php' 732 920 ), 733 921 'SimplyBook\\Traits\\HasEncryption' => array( 734 'version' => '3.2. 1.0',735 'path' => $baseDir . '/app/ traits/HasEncryption.php'922 'version' => '3.2.2.0', 923 'path' => $baseDir . '/app/Traits/HasEncryption.php' 736 924 ), 737 925 'SimplyBook\\Traits\\HasLogging' => array( 738 'version' => '3.2. 1.0',739 'path' => $baseDir . '/app/ traits/HasLogging.php'926 'version' => '3.2.2.0', 927 'path' => $baseDir . '/app/Traits/HasLogging.php' 740 928 ), 741 929 'SimplyBook\\Traits\\HasNonces' => array( 742 'version' => '3.2. 1.0',743 'path' => $baseDir . '/app/ traits/HasNonces.php'930 'version' => '3.2.2.0', 931 'path' => $baseDir . '/app/Traits/HasNonces.php' 744 932 ), 745 933 'SimplyBook\\Traits\\HasRestAccess' => array( 746 'version' => '3.2. 1.0',747 'path' => $baseDir . '/app/ traits/HasRestAccess.php'934 'version' => '3.2.2.0', 935 'path' => $baseDir . '/app/Traits/HasRestAccess.php' 748 936 ), 749 937 'SimplyBook\\Traits\\HasTokenManagement' => array( 750 'version' => '3.2. 1.0',751 'path' => $baseDir . '/app/ traits/HasTokenManagement.php'938 'version' => '3.2.2.0', 939 'path' => $baseDir . '/app/Traits/HasTokenManagement.php' 752 940 ), 753 941 'SimplyBook\\Traits\\HasUserAccess' => array( 754 'version' => '3.2. 1.0',755 'path' => $baseDir . '/app/ traits/HasUserAccess.php'942 'version' => '3.2.2.0', 943 'path' => $baseDir . '/app/Traits/HasUserAccess.php' 756 944 ), 757 945 'SimplyBook\\Traits\\HasViews' => array( 758 'version' => '3.2. 1.0',759 'path' => $baseDir . '/app/ traits/HasViews.php'946 'version' => '3.2.2.0', 947 'path' => $baseDir . '/app/Traits/HasViews.php' 760 948 ), 761 949 'SimplyBook\\Traits\\LegacyLoad' => array( 762 'version' => '3.2. 1.0',763 'path' => $baseDir . '/app/ traits/LegacyLoad.php'950 'version' => '3.2.2.0', 951 'path' => $baseDir . '/app/Traits/LegacyLoad.php' 764 952 ), 765 953 'SimplyBook\\Traits\\LegacySave' => array( 766 'version' => '3.2.1.0', 767 'path' => $baseDir . '/app/traits/LegacySave.php' 768 ), 769 'SimplyBook\\Utility\\ColorUtility' => array( 770 'version' => '3.2.1.0', 771 'path' => $baseDir . '/app/support/utility/ColorUtility.php' 772 ), 773 'SimplyBook\\Utility\\StringUtility' => array( 774 'version' => '3.2.1.0', 775 'path' => $baseDir . '/app/support/utility/StringUtility.php' 776 ), 777 'SimplyBook\\Widgets\\ElementorWidget' => array( 778 'version' => '3.2.1.0', 779 'path' => $baseDir . '/app/support/widgets/ElementorWidget.php' 954 'version' => '3.2.2.0', 955 'path' => $baseDir . '/app/Traits/LegacySave.php' 780 956 ), 781 957 'Stringable' => array( 782 'version' => '1.3 2.0.0',958 'version' => '1.33.0.0', 783 959 'path' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Stringable.php' 784 960 ), … … 1152 1328 ), 1153 1329 'Symfony\\Polyfill\\Mbstring\\Mbstring' => array( 1154 'version' => '1.3 2.0.0',1330 'version' => '1.33.0.0', 1155 1331 'path' => $vendorDir . '/symfony/polyfill-mbstring/Mbstring.php' 1156 1332 ), 1157 1333 'Symfony\\Polyfill\\Php80\\Php80' => array( 1158 'version' => '1.3 2.0.0',1334 'version' => '1.33.0.0', 1159 1335 'path' => $vendorDir . '/symfony/polyfill-php80/Php80.php' 1160 1336 ), 1161 1337 'Symfony\\Polyfill\\Php80\\PhpToken' => array( 1162 'version' => '1.3 2.0.0',1338 'version' => '1.33.0.0', 1163 1339 'path' => $vendorDir . '/symfony/polyfill-php80/PhpToken.php' 1164 1340 ), 1165 1341 'UnhandledMatchError' => array( 1166 'version' => '1.3 2.0.0',1342 'version' => '1.33.0.0', 1167 1343 'path' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php' 1168 1344 ), 1169 1345 'ValueError' => array( 1170 'version' => '1.3 2.0.0',1346 'version' => '1.33.0.0', 1171 1347 'path' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/ValueError.php' 1172 1348 ), 1173 1349 'Version_Loader' => array( 1174 'version' => '5.0. 7',1350 'version' => '5.0.11', 1175 1351 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-version-loader.php' 1176 1352 ), 1177 1353 'Version_Selector' => array( 1178 'version' => '5.0. 7',1354 'version' => '5.0.11', 1179 1355 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-version-selector.php' 1180 1356 ), -
simplybook/trunk/vendor/composer/jetpack_autoload_filemap.php
r3376213 r3381644 8 8 return array( 9 9 '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => array( 10 'version' => '1.3 2.0.0',10 'version' => '1.33.0.0', 11 11 'path' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php' 12 12 ), 13 13 'a4a119a56e50fbb293281d9a48007e0e' => array( 14 'version' => '1.3 2.0.0',14 'version' => '1.33.0.0', 15 15 'path' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php' 16 16 ), … … 27 27 'path' => $vendorDir . '/adbario/php-dot-notation/src/helpers.php' 28 28 ), 29 '5bc9c041796e4348fc427e9381e014b6' => array(30 'version' => '3.2.1.0',31 'path' => $baseDir . '/app/App.php'32 ),33 '2fd0677d8d23e6e7b0156d2f7d3368d4' => array(34 'version' => '3.2.1.0',35 'path' => $baseDir . '/app/Plugin.php'36 ),37 29 'dac67ee3b45b7fdd52cfb86981c8c3d0' => array( 38 'version' => '3.2. 1.0',30 'version' => '3.2.2.0', 39 31 'path' => $baseDir . '/helpers.php' 40 32 ), -
simplybook/trunk/vendor/jetpack-autoloader/class-autoloader-handler.php
r3348078 r3381644 6 6 */ 7 7 8 namespace Automattic\Jetpack\Autoloader\jp 2e0f5ef22d8e452c4ce0abbb2c75feeb\al5_0_7;8 namespace Automattic\Jetpack\Autoloader\jp3960d646d8f204d730e264884fb42718\al5_0_11; 9 9 10 10 // phpcs:ignore -
simplybook/trunk/vendor/jetpack-autoloader/class-autoloader-locator.php
r3348078 r3381644 6 6 */ 7 7 8 namespace Automattic\Jetpack\Autoloader\jp 2e0f5ef22d8e452c4ce0abbb2c75feeb\al5_0_7;8 namespace Automattic\Jetpack\Autoloader\jp3960d646d8f204d730e264884fb42718\al5_0_11; 9 9 10 10 // phpcs:ignore -
simplybook/trunk/vendor/jetpack-autoloader/class-autoloader.php
r3348078 r3381644 6 6 */ 7 7 8 namespace Automattic\Jetpack\Autoloader\jp 2e0f5ef22d8e452c4ce0abbb2c75feeb\al5_0_7;8 namespace Automattic\Jetpack\Autoloader\jp3960d646d8f204d730e264884fb42718\al5_0_11; 9 9 10 10 // phpcs:ignore -
simplybook/trunk/vendor/jetpack-autoloader/class-container.php
r3348078 r3381644 6 6 */ 7 7 8 namespace Automattic\Jetpack\Autoloader\jp 2e0f5ef22d8e452c4ce0abbb2c75feeb\al5_0_7;8 namespace Automattic\Jetpack\Autoloader\jp3960d646d8f204d730e264884fb42718\al5_0_11; 9 9 10 10 // phpcs:ignore -
simplybook/trunk/vendor/jetpack-autoloader/class-hook-manager.php
r3348078 r3381644 6 6 */ 7 7 8 namespace Automattic\Jetpack\Autoloader\jp 2e0f5ef22d8e452c4ce0abbb2c75feeb\al5_0_7;8 namespace Automattic\Jetpack\Autoloader\jp3960d646d8f204d730e264884fb42718\al5_0_11; 9 9 10 10 // phpcs:ignore -
simplybook/trunk/vendor/jetpack-autoloader/class-latest-autoloader-guard.php
r3348078 r3381644 6 6 */ 7 7 8 namespace Automattic\Jetpack\Autoloader\jp 2e0f5ef22d8e452c4ce0abbb2c75feeb\al5_0_7;8 namespace Automattic\Jetpack\Autoloader\jp3960d646d8f204d730e264884fb42718\al5_0_11; 9 9 10 10 // phpcs:ignore -
simplybook/trunk/vendor/jetpack-autoloader/class-manifest-reader.php
r3348078 r3381644 6 6 */ 7 7 8 namespace Automattic\Jetpack\Autoloader\jp 2e0f5ef22d8e452c4ce0abbb2c75feeb\al5_0_7;8 namespace Automattic\Jetpack\Autoloader\jp3960d646d8f204d730e264884fb42718\al5_0_11; 9 9 10 10 // phpcs:ignore -
simplybook/trunk/vendor/jetpack-autoloader/class-path-processor.php
r3348078 r3381644 6 6 */ 7 7 8 namespace Automattic\Jetpack\Autoloader\jp 2e0f5ef22d8e452c4ce0abbb2c75feeb\al5_0_7;8 namespace Automattic\Jetpack\Autoloader\jp3960d646d8f204d730e264884fb42718\al5_0_11; 9 9 10 10 // phpcs:ignore -
simplybook/trunk/vendor/jetpack-autoloader/class-php-autoloader.php
r3348078 r3381644 6 6 */ 7 7 8 namespace Automattic\Jetpack\Autoloader\jp 2e0f5ef22d8e452c4ce0abbb2c75feeb\al5_0_7;8 namespace Automattic\Jetpack\Autoloader\jp3960d646d8f204d730e264884fb42718\al5_0_11; 9 9 10 10 // phpcs:ignore -
simplybook/trunk/vendor/jetpack-autoloader/class-plugin-locator.php
r3348078 r3381644 6 6 */ 7 7 8 namespace Automattic\Jetpack\Autoloader\jp 2e0f5ef22d8e452c4ce0abbb2c75feeb\al5_0_7;8 namespace Automattic\Jetpack\Autoloader\jp3960d646d8f204d730e264884fb42718\al5_0_11; 9 9 10 10 // phpcs:ignore -
simplybook/trunk/vendor/jetpack-autoloader/class-plugins-handler.php
r3348078 r3381644 6 6 */ 7 7 8 namespace Automattic\Jetpack\Autoloader\jp 2e0f5ef22d8e452c4ce0abbb2c75feeb\al5_0_7;8 namespace Automattic\Jetpack\Autoloader\jp3960d646d8f204d730e264884fb42718\al5_0_11; 9 9 10 10 // phpcs:ignore -
simplybook/trunk/vendor/jetpack-autoloader/class-shutdown-handler.php
r3348078 r3381644 6 6 */ 7 7 8 namespace Automattic\Jetpack\Autoloader\jp 2e0f5ef22d8e452c4ce0abbb2c75feeb\al5_0_7;8 namespace Automattic\Jetpack\Autoloader\jp3960d646d8f204d730e264884fb42718\al5_0_11; 9 9 10 10 // phpcs:ignore -
simplybook/trunk/vendor/jetpack-autoloader/class-version-loader.php
r3348078 r3381644 6 6 */ 7 7 8 namespace Automattic\Jetpack\Autoloader\jp 2e0f5ef22d8e452c4ce0abbb2c75feeb\al5_0_7;8 namespace Automattic\Jetpack\Autoloader\jp3960d646d8f204d730e264884fb42718\al5_0_11; 9 9 10 10 // phpcs:ignore -
simplybook/trunk/vendor/jetpack-autoloader/class-version-selector.php
r3348078 r3381644 6 6 */ 7 7 8 namespace Automattic\Jetpack\Autoloader\jp 2e0f5ef22d8e452c4ce0abbb2c75feeb\al5_0_7;8 namespace Automattic\Jetpack\Autoloader\jp3960d646d8f204d730e264884fb42718\al5_0_11; 9 9 10 10 // phpcs:ignore
Note: See TracChangeset
for help on using the changeset viewer.