Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder: 6.2.13 → 6.2.14
4 files added or removed
Compare 6.2.14 against:
Added and removed
53 files changed size
a different byte count means the contents differ
app/Helpers/Helper.php
View diff →
app/Hooks/actions.php
View diff →
app/Hooks/filters.php
View diff →
app/Http/Controllers/IntegrationManagerController.php
View diff →
app/Http/Controllers/ManagersController.php
View diff →
app/Http/Controllers/SubmissionController.php
View diff →
app/Http/Routes/api.php
View diff →
app/Modules/AddOnModule.php
View diff →
app/Modules/Entries/EntryViewRenderer.php
View diff →
app/Modules/MCP/Support/PaymentDataProvider.php
View diff →
app/Modules/Payments/AjaxEndpoints.php
View diff →
app/Modules/Payments/Classes/PaymentAction.php
View diff →
app/Modules/Payments/Components/MultiPaymentComponent.php
View diff →
app/Modules/Payments/Components/Subscription.php
View diff →
app/Modules/Payments/PaymentHandler.php
View diff →
app/Modules/Payments/PaymentHelper.php
View diff →
app/Modules/Payments/PaymentMethods/BaseProcessor.php
View diff →
app/Modules/Payments/PaymentMethods/Stripe/API/ApiRequest.php
View diff →
app/Modules/Payments/PaymentMethods/Stripe/API/SCA.php
View diff →
app/Modules/Payments/PaymentMethods/Stripe/API/StripeListener.php
View diff →
app/Modules/Payments/PaymentMethods/Stripe/StripeInlineProcessor.php
View diff →
app/Modules/Payments/PaymentMethods/Stripe/StripeProcessor.php
View diff →
app/Modules/Payments/PaymentMethods/Stripe/StripeSettings.php
View diff →
app/Modules/Payments/TransactionShortcodes.php
View diff →
app/Services/Form/FormValidationService.php
View diff →
app/Services/Form/SubmissionHandlerService.php
View diff →
app/Services/Form/Updater.php
View diff →
app/Services/FormBuilder/Components/Checkable.php
View diff →
app/Services/FormBuilder/Components/DateTime.php
View diff →
app/Services/FormBuilder/Components/Select.php
View diff →
app/Services/FormBuilder/Components/TabularGrid.php
View diff →
app/Services/FormBuilder/Components/TermsAndConditions.php
View diff →
app/Services/FormBuilder/Components/TextArea.php
View diff →
app/Services/FormBuilder/EditorShortcodeParser.php
View diff →
app/Services/FormBuilder/ElementCustomization.php
View diff →
app/Services/FormBuilder/Notifications/EmailNotificationActions.php
View diff →
app/Services/FormBuilder/ShortCodeParser.php
View diff →
app/Services/GlobalSettings/GlobalSettingsService.php
View diff →
app/Services/Integrations/GlobalIntegrationService.php
View diff →
app/Services/Manager/ManagerService.php
View diff →
app/Services/Migrator/Classes/BaseMigrator.php
View diff →
app/Services/Parser/Form.php
View diff →
app/Services/Submission/SubmissionService.php
View diff →
app/Services/Transfer/TransferService.php
View diff →
app/Services/WPAsync/FluentFormAsyncRequest.php
View diff →
assets/js/fluent-all-forms-admin.js
View diff →
assets/js/fluentform-global-settings.js
View diff →
assets/js/form-save-progress.js
View diff →
assets/js/form_entries.js
View diff →
boot/globals.php
View diff →
readme.txt
View diff →
vendor/composer/autoload_classmap.php
View diff →
vendor/composer/autoload_static.php
View diff →
1180 files of the same size
app/Api/Entry.php
View diff →
app/Api/Form.php
View diff →
app/Api/FormProperties.php
View diff →
app/Api/Submission.php
View diff →
app/App.php
View diff →
app/Compat/ArrayHelper.php
View diff →
app/Compat/FormSubmissions.php
View diff →
app/Compat/RequestFile.php
View diff →
app/Compat/RequestRequest.php
View diff →
app/Compat/SubmissionDetails.php
View diff →
app/ComposerScript.php
View diff →
app/Helpers/IntegrationManagerHelper.php
View diff →
app/Helpers/Protector.php
View diff →
app/Helpers/Str.php
View diff →
app/Helpers/Traits/GlobalDefaultMessages.php
View diff →
app/Hooks/Ajax.php
View diff →
app/Hooks/Handlers/ActivationHandler.php
View diff →
app/Hooks/Handlers/DeactivationHandler.php
View diff →
app/Hooks/Handlers/GlobalNotificationHandler.php
View diff →
app/Hooks/includes.php
View diff →
app/Http/Controllers/AdminNoticeController.php
View diff →
app/Http/Controllers/AnalyticsController.php
View diff →
app/Http/Controllers/Controller.php
View diff →
app/Http/Controllers/FormController.php
View diff →
app/Http/Controllers/FormIntegrationController.php
View diff →
app/Http/Controllers/FormSettingsController.php
View diff →
app/Http/Controllers/GlobalIntegrationController.php
View diff →
app/Http/Controllers/GlobalSearchController.php
View diff →
app/Http/Controllers/GlobalSettingsController.php
View diff →
app/Http/Controllers/LogController.php
View diff →
app/Http/Controllers/McpSettingsController.php
View diff →
app/Http/Controllers/ReportController.php
View diff →
app/Http/Controllers/RolesController.php
View diff →
app/Http/Controllers/SubmissionHandlerController.php
View diff →
app/Http/Controllers/SubmissionLogController.php
View diff →
app/Http/Controllers/SubmissionNoteController.php
View diff →
app/Http/Controllers/SuggestedPluginsController.php
View diff →
app/Http/Policies/FormPolicy.php
View diff →
app/Http/Policies/GlobalIntegrationPolicy.php
View diff →
app/Http/Policies/GlobalSettingsPolicy.php
View diff →
app/Http/Policies/PublicPolicy.php
View diff →
app/Http/Policies/ReportPolicy.php
View diff →
app/Http/Policies/RoleManagerPolicy.php
View diff →
app/Http/Policies/SubmissionPolicy.php
View diff →
app/Http/Requests/UserRequest.php
View diff →
app/Http/Routes/routes.php
View diff →
app/Models/Entry.php
View diff →
app/Models/EntryDetails.php
View diff →
app/Models/EntryMeta.php
View diff →
app/Models/Form.php
View diff →
app/Models/FormAnalytics.php
View diff →
app/Models/FormMeta.php
View diff →
app/Models/Log.php
View diff →
app/Models/Model.php
View diff →
app/Models/OrderItem.php
View diff →
app/Models/Scheduler.php
View diff →
app/Models/Submission.php
View diff →
app/Models/SubmissionMeta.php
View diff →
app/Models/Subscription.php
View diff →
app/Models/Traits/PredefinedForms.php
View diff →
app/Models/Transaction.php
View diff →
app/Models/User.php
View diff →
app/Modules/Acl/Acl.php
View diff →
app/Modules/Ai/AiController.php
View diff →
app/Modules/Ai/AiFormBuilder.php
View diff →
app/Modules/Ai/FluentFormAIAPI.php
View diff →
app/Modules/CLI/Commands.php
View diff →
app/Modules/Component/BaseComponent.php
View diff →
app/Modules/Component/Component.php
View diff →
app/Modules/Component/ComponentInitTrait.php
View diff →
app/Modules/DashboardWidgetModule.php
View diff →
app/Modules/DocumentationModule.php
View diff →
app/Modules/EditorButtonModule.php
View diff →
app/Modules/Entries/Entries.php
View diff →
app/Modules/Entries/EntryQuery.php
View diff →
app/Modules/Entries/Export.php
View diff →
app/Modules/Form/AkismetHandler.php
View diff →
app/Modules/Form/CleanTalkHandler.php
View diff →
app/Modules/Form/DefaultStyleApplicator.php
View diff →
app/Modules/Form/Form.php
View diff →
app/Modules/Form/FormDataParser.php
View diff →
app/Modules/Form/FormFieldsParser.php
View diff →
app/Modules/Form/FormHandler.php
View diff →
app/Modules/Form/HoneyPot.php
View diff →
app/Modules/Form/Inputs.php
View diff →
app/Modules/Form/Settings/EntryColumnViewSettings.php
View diff →
app/Modules/Form/Settings/FormCssJs.php
View diff →
app/Modules/Form/Settings/FormSettings.php
View diff →
app/Modules/Form/Settings/Validator/Confirmations.php
View diff →
app/Modules/Form/Settings/Validator/MailChimps.php
View diff →
app/Modules/Form/Settings/Validator/Notifications.php
View diff →
app/Modules/Form/Settings/Validator/Pdfs.php
View diff →
app/Modules/Form/Settings/Validator/Validator.php
View diff →
app/Modules/Form/TokenBasedSpamProtection.php
View diff →
app/Modules/Form/Transfer.php
View diff →
app/Modules/HCaptcha/HCaptcha.php
View diff →
app/Modules/Logger/DataLogger.php
View diff →
app/Modules/MCP/AbilitiesRegistrar.php
View diff →
app/Modules/MCP/MCPInit.php
View diff →
app/Modules/MCP/Support/ErrorCodes.php
View diff →
app/Modules/MCP/Support/FormAccess.php
View diff →
app/Modules/MCP/Support/FormCreator.php
View diff →
app/Modules/MCP/Support/MCPHelper.php
View diff →
app/Modules/MCP/Support/Mutation.php
View diff →
app/Modules/MCP/Support/PermissionGate.php
View diff →
app/Modules/MCP/Support/WriteGuard.php
View diff →
app/Modules/MCP/Tools/ContextTools.php
View diff →
app/Modules/MCP/Tools/FieldTools.php
View diff →
app/Modules/MCP/Tools/FormTools.php
View diff →
app/Modules/MCP/Tools/IntegrationTools.php
View diff →
app/Modules/MCP/Tools/NotificationTools.php
View diff →
app/Modules/MCP/Tools/ReportTools.php
View diff →
app/Modules/MCP/Tools/StylingTools.php
View diff →
app/Modules/MCP/Tools/SubmissionTools.php
View diff →
app/Modules/Payments/Classes/PaymentEntries.php
View diff →
app/Modules/Payments/Classes/PaymentManagement.php
View diff →
app/Modules/Payments/Classes/PaymentReceipt.php
View diff →
app/Modules/Payments/Components/CustomPaymentComponent.php
View diff →
app/Modules/Payments/Components/ItemQuantity.php
View diff →
app/Modules/Payments/Components/PaymentMethods.php
View diff →
app/Modules/Payments/Components/PaymentSummaryComponent.php
View diff →
app/Modules/Payments/Migrations/Migration.php
View diff →
app/Modules/Payments/Migrations/OrderItems.php
View diff →
app/Modules/Payments/Migrations/OrderSubscriptions.php
View diff →
app/Modules/Payments/Migrations/Transactions.php
View diff →
app/Modules/Payments/Orders/OrderData.php
View diff →
app/Modules/Payments/PaymentMethods/BasePaymentMethod.php
View diff →
app/Modules/Payments/PaymentMethods/Stripe/API/Account.php
View diff →
app/Modules/Payments/PaymentMethods/Stripe/API/CheckoutSession.php
View diff →
app/Modules/Payments/PaymentMethods/Stripe/API/Customer.php
View diff →
app/Modules/Payments/PaymentMethods/Stripe/API/Invoice.php
View diff →
app/Modules/Payments/PaymentMethods/Stripe/API/Plan.php
View diff →
app/Modules/Payments/PaymentMethods/Stripe/API/RequestProcessor.php
View diff →
app/Modules/Payments/PaymentMethods/Stripe/Components/StripeInline.php
View diff →
app/Modules/Payments/PaymentMethods/Stripe/ConnectConfig.php
View diff →
app/Modules/Payments/PaymentMethods/Stripe/PaymentManager.php
View diff →
app/Modules/Payments/PaymentMethods/Stripe/StripeHandler.php
View diff →
app/Modules/ProcessExteriorModule.php
View diff →
app/Modules/ReCaptcha/ReCaptcha.php
View diff →
app/Modules/Registerer/AdminBar.php
View diff →
app/Modules/Registerer/CaptchaKeyNotice.php
View diff →
app/Modules/Registerer/Menu.php
View diff →
app/Modules/Registerer/MigrationNotice.php
View diff →
app/Modules/Registerer/ReviewQuery.php
View diff →
app/Modules/Registerer/StripeKeyNotice.php
View diff →
app/Modules/Registerer/TranslationString.php
View diff →
app/Modules/Renderer/GlobalSettings/Settings.php
View diff →
app/Modules/Report/ReportHandler.php
View diff →
app/Modules/SubmissionHandler/SubmissionHandler.php
View diff →
app/Modules/Track/SetupModule.php
View diff →
app/Modules/Track/TrackModule.php
View diff →
app/Modules/Transfer/Transfer.php
View diff →
app/Modules/Turnstile/Turnstile.php
View diff →
app/Modules/Widgets/ElementorWidget.php
View diff →
app/Modules/Widgets/FluentFormWidget.php
View diff →
app/Modules/Widgets/OxyFluentFormWidget.php
View diff →
app/Modules/Widgets/OxygenEl.php
View diff →
app/Modules/Widgets/OxygenWidget.php
View diff →
app/Modules/Widgets/SidebarWidgets.php
View diff →
app/Services/Analytics/AnalyticsService.php
View diff →
app/Services/Blocks/BlockAttributes.php
View diff →
app/Services/Blocks/GutenbergBlock.php
View diff →
app/Services/Browser/Browser.php
View diff →
app/Services/ConditionAssesor.php
View diff →
app/Services/Emogrifier/Emogrifier.php
View diff →
app/Services/FluentConversational/.gitignore
View diff →
app/Services/FluentConversational/Classes/Converter/Converter.php
View diff →
app/Services/FluentConversational/Classes/Elements/WelcomeScreen.php
View diff →
app/Services/FluentConversational/Classes/Fonts.php
View diff →
app/Services/FluentConversational/Classes/Form.php
View diff →
app/Services/FluentConversational/autoload.php
View diff →
app/Services/FluentConversational/plugin.php
View diff →
app/Services/FluentConversational/public/css/conversationalForm-rtl.css
View diff →
app/Services/FluentConversational/public/css/conversationalForm.css
View diff →
app/Services/FluentConversational/public/fonts/element-icons.ttf
View diff →
app/Services/FluentConversational/public/fonts/element-icons.woff
View diff →
app/Services/FluentConversational/public/fonts/vendor/element-plus/lib/theme-chalk/element-icons.ttf
View diff →
app/Services/FluentConversational/public/fonts/vendor/element-plus/lib/theme-chalk/element-icons.woff
View diff →
app/Services/FluentConversational/public/js/conversationalForm.js
View diff →
app/Services/FluentConversational/public/js/conversationalForm.js.LICENSE.txt
View diff →
app/Services/Form/Duplicator.php
View diff →
app/Services/Form/Fields.php
View diff →
app/Services/Form/FormService.php
View diff →
app/Services/Form/HistoryService.php
View diff →
app/Services/FormBuilder/BaseFieldManager.php
View diff →
app/Services/FormBuilder/Components.php
View diff →
app/Services/FormBuilder/Components/Address.php
View diff →
app/Services/FormBuilder/Components/BaseComponent.php
View diff →
app/Services/FormBuilder/Components/Container.php
View diff →
app/Services/FormBuilder/Components/CustomHtml.php
View diff →
app/Services/FormBuilder/Components/CustomSubmitButton.php
View diff →
app/Services/FormBuilder/Components/Hcaptcha.php
View diff →
app/Services/FormBuilder/Components/Name.php
View diff →
app/Services/FormBuilder/Components/Rating.php
View diff →
app/Services/FormBuilder/Components/Recaptcha.php
View diff →
app/Services/FormBuilder/Components/SectionBreak.php
View diff →
app/Services/FormBuilder/Components/SelectCountry.php
View diff →
app/Services/FormBuilder/Components/SubmitButton.php
View diff →
app/Services/FormBuilder/Components/Text.php
View diff →
app/Services/FormBuilder/Components/Turnstile.php
View diff →
app/Services/FormBuilder/CountryNames.php
View diff →
app/Services/FormBuilder/DefaultElements.php
View diff →
app/Services/FormBuilder/EditorShortCode.php
View diff →
app/Services/FormBuilder/ElementSearchTags.php
View diff →
app/Services/FormBuilder/ElementSettingsPlacement.php
View diff →
app/Services/FormBuilder/FormBuilder.php
View diff →
app/Services/FormBuilder/GroupSetterProxy.php
View diff →
app/Services/FormBuilder/NotificationParser.php
View diff →
app/Services/FormBuilder/Notifications/EmailNotification.php
View diff →
app/Services/FormBuilder/RatingIcon.php
View diff →
app/Services/FormBuilder/ValidationRuleSettings.php
View diff →
app/Services/GlobalSearchService.php
View diff →
app/Services/GlobalSettings/GlobalSettingsHelper.php
View diff →
app/Services/Integrations/BaseIntegration.php
View diff →
app/Services/Integrations/FormIntegrationService.php
View diff →
app/Services/Integrations/GlobalNotificationManager.php
View diff →
app/Services/Integrations/GlobalNotificationService.php
View diff →
app/Services/Integrations/IntegrationManager.php
View diff →
app/Services/Integrations/LogResponseTrait.php
View diff →
app/Services/Integrations/MailChimp/MailChimp.php
View diff →
app/Services/Integrations/MailChimp/MailChimpIntegration.php
View diff →
app/Services/Integrations/MailChimp/MailChimpSubscriber.php
View diff →
app/Services/Integrations/Slack/Slack.php
View diff →
app/Services/Integrations/Slack/SlackNotificationActions.php
View diff →
app/Services/Libraries/action-scheduler/action-scheduler.php
View diff →
app/Services/Libraries/action-scheduler/classes/ActionScheduler_ActionClaim.php
View diff →
app/Services/Libraries/action-scheduler/classes/ActionScheduler_ActionFactory.php
View diff →
app/Services/Libraries/action-scheduler/classes/ActionScheduler_AdminView.php
View diff →
app/Services/Libraries/action-scheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php
View diff →
app/Services/Libraries/action-scheduler/classes/ActionScheduler_Compatibility.php
View diff →
app/Services/Libraries/action-scheduler/classes/ActionScheduler_DataController.php
View diff →
app/Services/Libraries/action-scheduler/classes/ActionScheduler_DateTime.php
View diff →
app/Services/Libraries/action-scheduler/classes/ActionScheduler_Exception.php
View diff →
app/Services/Libraries/action-scheduler/classes/ActionScheduler_FatalErrorMonitor.php
View diff →
app/Services/Libraries/action-scheduler/classes/ActionScheduler_InvalidActionException.php
View diff →
app/Services/Libraries/action-scheduler/classes/ActionScheduler_ListTable.php
View diff →
app/Services/Libraries/action-scheduler/classes/ActionScheduler_LogEntry.php
View diff →
app/Services/Libraries/action-scheduler/classes/ActionScheduler_NullLogEntry.php
View diff →
app/Services/Libraries/action-scheduler/classes/ActionScheduler_OptionLock.php
View diff →
app/Services/Libraries/action-scheduler/classes/ActionScheduler_QueueCleaner.php
View diff →
app/Services/Libraries/action-scheduler/classes/ActionScheduler_QueueRunner.php
View diff →
app/Services/Libraries/action-scheduler/classes/ActionScheduler_RecurringActionScheduler.php
View diff →
app/Services/Libraries/action-scheduler/classes/ActionScheduler_SystemInformation.php
View diff →
app/Services/Libraries/action-scheduler/classes/ActionScheduler_Versions.php
View diff →
app/Services/Libraries/action-scheduler/classes/ActionScheduler_WPCommentCleaner.php
View diff →
app/Services/Libraries/action-scheduler/classes/ActionScheduler_wcSystemStatus.php
View diff →
app/Services/Libraries/action-scheduler/classes/WP_CLI/Action/Cancel_Command.php
View diff →
app/Services/Libraries/action-scheduler/classes/WP_CLI/Action/Create_Command.php
View diff →
app/Services/Libraries/action-scheduler/classes/WP_CLI/Action/Delete_Command.php
View diff →
app/Services/Libraries/action-scheduler/classes/WP_CLI/Action/Generate_Command.php
View diff →
app/Services/Libraries/action-scheduler/classes/WP_CLI/Action/Get_Command.php
View diff →
app/Services/Libraries/action-scheduler/classes/WP_CLI/Action/List_Command.php
View diff →
app/Services/Libraries/action-scheduler/classes/WP_CLI/Action/Next_Command.php
View diff →
app/Services/Libraries/action-scheduler/classes/WP_CLI/Action/Run_Command.php
View diff →
app/Services/Libraries/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Clean_Command.php
View diff →
app/Services/Libraries/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php
View diff →
app/Services/Libraries/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php
View diff →
app/Services/Libraries/action-scheduler/classes/WP_CLI/Action_Command.php
View diff →
app/Services/Libraries/action-scheduler/classes/WP_CLI/Migration_Command.php
View diff →
app/Services/Libraries/action-scheduler/classes/WP_CLI/ProgressBar.php
View diff →
app/Services/Libraries/action-scheduler/classes/WP_CLI/System_Command.php
View diff →
app/Services/Libraries/action-scheduler/classes/abstracts/ActionScheduler.php
View diff →
app/Services/Libraries/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php
View diff →
app/Services/Libraries/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php
View diff →
app/Services/Libraries/action-scheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php
View diff →
app/Services/Libraries/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php
View diff →
app/Services/Libraries/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php
View diff →
app/Services/Libraries/action-scheduler/classes/abstracts/ActionScheduler_Lock.php
View diff →
app/Services/Libraries/action-scheduler/classes/abstracts/ActionScheduler_Logger.php
View diff →
app/Services/Libraries/action-scheduler/classes/abstracts/ActionScheduler_Store.php
View diff →
app/Services/Libraries/action-scheduler/classes/abstracts/ActionScheduler_TimezoneHelper.php
View diff →
app/Services/Libraries/action-scheduler/classes/abstracts/ActionScheduler_WPCLI_Command.php
View diff →
app/Services/Libraries/action-scheduler/classes/actions/ActionScheduler_Action.php
View diff →
app/Services/Libraries/action-scheduler/classes/actions/ActionScheduler_CanceledAction.php
View diff →
app/Services/Libraries/action-scheduler/classes/actions/ActionScheduler_FinishedAction.php
View diff →
app/Services/Libraries/action-scheduler/classes/actions/ActionScheduler_NullAction.php
View diff →
app/Services/Libraries/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php
View diff →
app/Services/Libraries/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php
View diff →
app/Services/Libraries/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php
View diff →
app/Services/Libraries/action-scheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php
View diff →
app/Services/Libraries/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php
View diff →
app/Services/Libraries/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php
View diff →
app/Services/Libraries/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php
View diff →
app/Services/Libraries/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php
View diff →
app/Services/Libraries/action-scheduler/classes/migration/ActionMigrator.php
View diff →
app/Services/Libraries/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php
View diff →
app/Services/Libraries/action-scheduler/classes/migration/BatchFetcher.php
View diff →
app/Services/Libraries/action-scheduler/classes/migration/Config.php
View diff →
app/Services/Libraries/action-scheduler/classes/migration/Controller.php
View diff →
app/Services/Libraries/action-scheduler/classes/migration/DryRun_ActionMigrator.php
View diff →
app/Services/Libraries/action-scheduler/classes/migration/DryRun_LogMigrator.php
View diff →
app/Services/Libraries/action-scheduler/classes/migration/LogMigrator.php
View diff →
app/Services/Libraries/action-scheduler/classes/migration/Runner.php
View diff →
app/Services/Libraries/action-scheduler/classes/migration/Scheduler.php
View diff →
app/Services/Libraries/action-scheduler/classes/schedules/ActionScheduler_CanceledSchedule.php
View diff →
app/Services/Libraries/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php
View diff →
app/Services/Libraries/action-scheduler/classes/schedules/ActionScheduler_IntervalSchedule.php
View diff →
app/Services/Libraries/action-scheduler/classes/schedules/ActionScheduler_NullSchedule.php
View diff →
app/Services/Libraries/action-scheduler/classes/schedules/ActionScheduler_Schedule.php
View diff →
app/Services/Libraries/action-scheduler/classes/schedules/ActionScheduler_SimpleSchedule.php
View diff →
app/Services/Libraries/action-scheduler/classes/schema/ActionScheduler_LoggerSchema.php
View diff →
app/Services/Libraries/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php
View diff →
app/Services/Libraries/action-scheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php
View diff →
app/Services/Libraries/action-scheduler/deprecated/ActionScheduler_AdminView_Deprecated.php
View diff →
app/Services/Libraries/action-scheduler/deprecated/ActionScheduler_Schedule_Deprecated.php
View diff →
app/Services/Libraries/action-scheduler/deprecated/ActionScheduler_Store_Deprecated.php
View diff →
app/Services/Libraries/action-scheduler/deprecated/functions.php
View diff →
app/Services/Libraries/action-scheduler/functions.php
View diff →
app/Services/Libraries/action-scheduler/lib/WP_Async_Request.php
View diff →
app/Services/Libraries/action-scheduler/lib/cron-expression/CronExpression.php
View diff →
app/Services/Libraries/action-scheduler/lib/cron-expression/CronExpression_AbstractField.php
View diff →
app/Services/Libraries/action-scheduler/lib/cron-expression/CronExpression_DayOfMonthField.php
View diff →
app/Services/Libraries/action-scheduler/lib/cron-expression/CronExpression_DayOfWeekField.php
View diff →
app/Services/Libraries/action-scheduler/lib/cron-expression/CronExpression_FieldFactory.php
View diff →
app/Services/Libraries/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php
View diff →
app/Services/Libraries/action-scheduler/lib/cron-expression/CronExpression_HoursField.php
View diff →
app/Services/Libraries/action-scheduler/lib/cron-expression/CronExpression_MinutesField.php
View diff →
app/Services/Libraries/action-scheduler/lib/cron-expression/CronExpression_MonthField.php
View diff →
app/Services/Libraries/action-scheduler/lib/cron-expression/CronExpression_YearField.php
View diff →
app/Services/Libraries/action-scheduler/lib/cron-expression/LICENSE
View diff →
app/Services/Libraries/action-scheduler/lib/cron-expression/README.md
View diff →
app/Services/Libraries/action-scheduler/license.txt
View diff →
app/Services/Libraries/action-scheduler/readme.txt
View diff →
app/Services/Logger/Logger.php
View diff →
app/Services/Manager/FormManagerService.php
View diff →
app/Services/Migrator/Bootstrap.php
View diff →
app/Services/Migrator/Classes/CalderaMigrator.php
View diff →
app/Services/Migrator/Classes/ContactForm7Migrator.php
View diff →
app/Services/Migrator/Classes/GravityFormsMigrator.php
View diff →
app/Services/Migrator/Classes/NinjaFormsMigrator.php
View diff →
app/Services/Migrator/Classes/WpFormsMigrator.php
View diff →
app/Services/Parser/Extractor.php
View diff →
app/Services/Parser/Validations.php
View diff →
app/Services/Report/ReportHelper.php
View diff →
app/Services/Report/ReportService.php
View diff →
app/Services/Roles/RolesService.php
View diff →
app/Services/Scheduler/Scheduler.php
View diff →
app/Services/Settings/Customizer.php
View diff →
app/Services/Settings/SettingsService.php
View diff →
app/Services/Settings/Validator.php
View diff →
app/Services/Settings/Validator/Confirmations.php
View diff →
app/Services/Settings/Validator/MailChimps.php
View diff →
app/Services/Settings/Validator/Notifications.php
View diff →
app/Services/Settings/Validator/Pdfs.php
View diff →
app/Services/Settings/Validator/Validate.php
View diff →
app/Services/Submission/SubmissionPrint.php
View diff →
app/Views/admin/addons/index.php
View diff →
app/Views/admin/addons/list.php
View diff →
app/Views/admin/addons/pdf_promo.php
View diff →
app/Views/admin/addons/suggested_plugins.php
View diff →
app/Views/admin/all_entries.php
View diff →
app/Views/admin/all_forms.php
View diff →
app/Views/admin/docs/index.php
View diff →
app/Views/admin/form/editor.php
View diff →
app/Views/admin/form/entries.php
View diff →
app/Views/admin/form/form_wrapper.php
View diff →
app/Views/admin/form/index.php
View diff →
app/Views/admin/form/settings.php
View diff →
app/Views/admin/form/settings_wrapper.php
View diff →
app/Views/admin/globalSettings/menu.php
View diff →
app/Views/admin/globalSettings/settings.php
View diff →
app/Views/admin/global_menu.php
View diff →
app/Views/admin/index.php
View diff →
app/Views/admin/menu.php
View diff →
app/Views/admin/no_permission.php
View diff →
app/Views/admin/notices/info.php
View diff →
app/Views/admin/reports/index.php
View diff →
app/Views/admin/smtp/index.php
View diff →
app/Views/admin/tools/index.php
View diff →
app/Views/email/failedIntegration/body.php
View diff →
app/Views/email/report/body.php
View diff →
app/Views/email/template/footer.php
View diff →
app/Views/email/template/header.php
View diff →
app/Views/email/template/styles.php
View diff →
app/Views/frameless/body.php
View diff →
app/Views/frameless/edit-entry.php
View diff →
app/Views/frameless/footer.php
View diff →
app/Views/frameless/frameless_page_view.php
View diff →
app/Views/frameless/header.php
View diff →
app/Views/frameless/show_preview.php
View diff →
app/Views/public/conversational-form-inline.php
View diff →
app/Views/public/conversational-form.php
View diff →
app/Views/public/preview_form.php
View diff →
app/Views/receipt/body.php
View diff →
app/Views/receipt/custom_css.php
View diff →
app/Views/receipt/customer_details.php
View diff →
app/Views/receipt/header.php
View diff →
app/Views/receipt/index.php
View diff →
app/Views/receipt/order_items_table.php
View diff →
app/Views/receipt/payment_info.php
View diff →
app/Views/receipt/payment_info_list.php
View diff →
app/Views/receipt/subscriptions_table.php
View diff →
app/Views/receipt/transaction_details.php
View diff →
app/Views/receipt/transaction_info.php
View diff →
app/Views/receipt/transactions_table.php
View diff →
app/Views/receipt/user_subscription_payments.php
View diff →
app/Views/receipt/user_subscriptions_table.php
View diff →
app/index.php
View diff →
assets/css/add-ons-rtl.css
View diff →
assets/css/add-ons.css
View diff →
assets/css/admin_docs.css
View diff →
assets/css/admin_docs_rtl.css
View diff →
assets/css/admin_notices.css
View diff →
assets/css/choices.css
View diff →
assets/css/conversational_design.css
View diff →
assets/css/element-ui-css-rtl.css
View diff →
assets/css/element-ui-css.css
View diff →
assets/css/fluent-all-forms-rtl.css
View diff →
assets/css/fluent-all-forms.css
View diff →
assets/css/fluent-forms-admin-rtl.css
View diff →
assets/css/fluent-forms-admin-sass-rtl.css
View diff →
assets/css/fluent-forms-admin-sass.css
View diff →
assets/css/fluent-forms-admin.css
View diff →
assets/css/fluent-forms-elementor-widget.css
View diff →
assets/css/fluent-forms-public-rtl.css
View diff →
assets/css/fluent-forms-public.css
View diff →
assets/css/fluent-forms-reports-rtl.css
View diff →
assets/css/fluent-forms-reports.css
View diff →
assets/css/fluent_gutenblock.css
View diff →
assets/css/fluentform-public-default-rtl.css
View diff →
assets/css/fluentform-public-default.css
View diff →
assets/css/fluentform_transactions.css
View diff →
assets/css/frameless.css
View diff →
assets/css/payment_entries.css
View diff →
assets/css/payment_settings.css
View diff →
assets/css/payment_skin.css
View diff →
assets/css/preview.css
View diff →
assets/css/settings_global.css
View diff →
assets/css/settings_global_rtl.css
View diff →
assets/fonts/element-icons.ttf
View diff →
assets/fonts/element-icons.woff
View diff →
assets/fonts/fluentform.eot
View diff →
assets/fonts/fluentform.svg
View diff →
assets/fonts/fluentform.ttf
View diff →
assets/fonts/fluentform.woff
View diff →
assets/fonts/fluentformeditors.eot
View diff →
assets/fonts/fluentformeditors.svg
View diff →
assets/fonts/fluentformeditors.ttf
View diff →
assets/fonts/fluentformeditors.woff
View diff →
assets/fonts/vendor/element-ui/lib/theme-chalk/element-icons.ttf
View diff →
assets/fonts/vendor/element-ui/lib/theme-chalk/element-icons.woff
View diff →
assets/fonts/vendor/element-ui/packages/theme-chalk/src/element-icons.ttf
View diff →
assets/fonts/vendor/element-ui/packages/theme-chalk/src/element-icons.woff
View diff →
assets/images/curve-line.svg
View diff →
assets/images/grid-shape.png
View diff →
assets/images/handle.png
View diff →
assets/images/shape-2.png
View diff →
assets/images/shape.png
View diff →
assets/img/ai-form-create-loading.gif
View diff →
assets/img/blank-form.png
View diff →
assets/img/bug.png
View diff →
assets/img/card-brand/amex.jpg
View diff →
assets/img/card-brand/mastercard.jpg
View diff →
assets/img/card-brand/paypal.jpg
View diff →
assets/img/card-brand/visa.jpg
View diff →
assets/img/check.svg
View diff →
assets/img/choose-template.png
View diff →
assets/img/conversational-form-demo.png
View diff →
assets/img/conversational-form.png
View diff →
assets/img/conversational/demo_1.jpg
View diff →
assets/img/conversational/demo_2.jpg
View diff →
assets/img/conversational/demo_3.jpg
View diff →
assets/img/conversational/demo_4.jpg
View diff →
assets/img/conversational/demo_5.jpg
View diff →
assets/img/copy.svg
View diff →
assets/img/curve-line.svg
View diff →
assets/img/email.svg
View diff →
assets/img/fb_group.png
View diff →
assets/img/ff-ai-form.png
View diff →
assets/img/ff-calendar-placeholder.png
View diff →
assets/img/fluent_icon.svg
View diff →
assets/img/fluentform-logo.png
View diff →
assets/img/fluentform-logo.svg
View diff →
assets/img/fluentsmtp-banner.png
View diff →
assets/img/fluentsmtp.svg
View diff →
assets/img/forms/accident_report_form.png
View diff →
assets/img/forms/admission_form.png
View diff →
assets/img/forms/annual_vehicles_inspection_form.png
View diff →
assets/img/forms/birthday_invitation_party.png
View diff →
assets/img/forms/blank.png
View diff →
assets/img/forms/blood_donation_form.png
View diff →
assets/img/forms/body_fat_percentage_calculator.png
View diff →
assets/img/forms/bug_report_form.png
View diff →
assets/img/forms/business_loan_application_form.png
View diff →
assets/img/forms/charity_dinner_party_form.png
View diff →
assets/img/forms/check_request_form.png
View diff →
assets/img/forms/classroom_observation_form.png
View diff →
assets/img/forms/client_satisfaction_survey_form.png
View diff →
assets/img/forms/complaint_form.png
View diff →
assets/img/forms/conference_proposal.png
View diff →
assets/img/forms/confidential_morbidity_form.png
View diff →
assets/img/forms/conversational.gif
View diff →
assets/img/forms/conversational.png
View diff →
assets/img/forms/course_evaluation_survey_form.png
View diff →
assets/img/forms/customer_complaint_form.png
View diff →
assets/img/forms/database_management_help_request_from.png
View diff →
assets/img/forms/directory_information_form.png
View diff →
assets/img/forms/donation_form.png
View diff →
assets/img/forms/employee_evaluation_form.png
View diff →
assets/img/forms/event_registration_form.png
View diff →
assets/img/forms/final_grade_calculator.png
View diff →
assets/img/forms/finance_application_form.png
View diff →
assets/img/forms/finance_department_analysis_form.png
View diff →
assets/img/forms/form-layout.png
View diff →
assets/img/forms/functional_behavioral_assessment_form.png
View diff →
assets/img/forms/gki_calculator.png
View diff →
assets/img/forms/graphic_designer_contact_form.png
View diff →
assets/img/forms/handicap_parking_request_form.png
View diff →
assets/img/forms/hardware_request_form.png
View diff →
assets/img/forms/highschool_transcript_request_from.png
View diff →
assets/img/forms/inline_subscription.png
View diff →
assets/img/forms/it_service_request_form.png
View diff →
assets/img/forms/job_listing_form.png
View diff →
assets/img/forms/loan_application_form.png
View diff →
assets/img/forms/market_research_survey_form.png
View diff →
assets/img/forms/marriage_gift_registration.png
View diff →
assets/img/forms/multi_file_upload_form.png
View diff →
assets/img/forms/newsletter_form.png
View diff →
assets/img/forms/online_service_order_form.png
View diff →
assets/img/forms/order_bump_form.png
View diff →
assets/img/forms/partnership_application_form.png
View diff →
assets/img/forms/party_invite_form.png
View diff →
assets/img/forms/patient_intake_form.png
View diff →
assets/img/forms/pay_raise_calculator.png
View diff →
assets/img/forms/payment_donation_form.png
View diff →
assets/img/forms/polling_form.png
View diff →
assets/img/forms/pricing_survey.png
View diff →
assets/img/forms/product_order_form.png
View diff →
assets/img/forms/quote_request_form.png
View diff →
assets/img/forms/report_a_bug.png
View diff →
assets/img/forms/request_for_leave.png
View diff →
assets/img/forms/request_for_quote.png
View diff →
assets/img/forms/room_booking_form.png
View diff →
assets/img/forms/shipping_cost_calculator.png
View diff →
assets/img/forms/social_service_home_visit_form.png
View diff →
assets/img/forms/software_survey_form.png
View diff →
assets/img/forms/sponsor_request_form.png
View diff →
assets/img/forms/student_survey_form.png
View diff →
assets/img/forms/support_form.png
View diff →
assets/img/forms/swimming_competition_enrollment_form.png
View diff →
assets/img/forms/tell_a_friend_form.png
View diff →
assets/img/forms/university_enrollment_form.png
View diff →
assets/img/forms/vehicle_inspection_form.png
View diff →
assets/img/forms/vendor_contact_form.png
View diff →
assets/img/forms/volunteer_application_form.png
View diff →
assets/img/forms/volunteer_signup_form.png
View diff →
assets/img/forms/website_feedback.png
View diff →
assets/img/forms/workshop_registration_form.png
View diff →
assets/img/grid-shape.png
View diff →
assets/img/hcaptcha-placeholder.png
View diff →
assets/img/help.png
View diff →
assets/img/icon_black_small.png
View diff →
assets/img/integrations.png
View diff →
assets/img/integrations/activecampaign.png
View diff →
assets/img/integrations/admin_approval.png
View diff →
assets/img/integrations/affiliatewp.png
View diff →
assets/img/integrations/airtable.png
View diff →
assets/img/integrations/amocrm.png
View diff →
assets/img/integrations/automizy.png
View diff →
assets/img/integrations/aweber.png
View diff →
assets/img/integrations/brevo.png
View diff →
assets/img/integrations/campaignmonitor.png
View diff →
assets/img/integrations/clever_reach.png
View diff →
assets/img/integrations/clicksend.png
View diff →
assets/img/integrations/constantcontact.png
View diff →
assets/img/integrations/convertkit.png
View diff →
assets/img/integrations/discord.png
View diff →
assets/img/integrations/drip.png
View diff →
assets/img/integrations/getgist.png
View diff →
assets/img/integrations/getresponse.png
View diff →
assets/img/integrations/google-sheets.png
View diff →
assets/img/integrations/hubspot.png
View diff →
assets/img/integrations/icontact.png
View diff →
assets/img/integrations/insightly.png
View diff →
assets/img/integrations/inventory.png
View diff →
assets/img/integrations/landing_pages.png
View diff →
assets/img/integrations/mailchimp.png
View diff →
assets/img/integrations/mailerlite.png
View diff →
assets/img/integrations/mailjet.png
View diff →
assets/img/integrations/mailster.png
View diff →
assets/img/integrations/mautic.png
View diff →
assets/img/integrations/moosend_logo.png
View diff →
assets/img/integrations/notion.png
View diff →
assets/img/integrations/onepagecrm.png
View diff →
assets/img/integrations/openai.png
View diff →
assets/img/integrations/paypal.png
View diff →
assets/img/integrations/pipedrive.png
View diff →
assets/img/integrations/platformly.png
View diff →
assets/img/integrations/post-creation.png
View diff →
assets/img/integrations/quiz-icon.svg
View diff →
assets/img/integrations/salesflare.png
View diff →
assets/img/integrations/salesforce.png
View diff →
assets/img/integrations/sendfox.png
View diff →
assets/img/integrations/sharpspring.png
View diff →
assets/img/integrations/slack.png
View diff →
assets/img/integrations/stripe.png
View diff →
assets/img/integrations/telegram.png
View diff →
assets/img/integrations/trello.png
View diff →
assets/img/integrations/twilio.png
View diff →
assets/img/integrations/user_registration.png
View diff →
assets/img/integrations/webhook.png
View diff →
assets/img/integrations/zapier.png
View diff →
assets/img/integrations/zohocrm.png
View diff →
assets/img/loading.gif
View diff →
assets/img/love.png
View diff →
assets/img/payment/mollie.png
View diff →
assets/img/payment/offline.png
View diff →
assets/img/payment/paypal.png
View diff →
assets/img/payment/stripe-connect.png
View diff →
assets/img/payment/stripe.png
View diff →
assets/img/pdf-promo-img.png
View diff →
assets/img/post-type-form.png
View diff →
assets/img/pro-fields/action-hook.png
View diff →
assets/img/pro-fields/chained-select-field.png
View diff →
assets/img/pro-fields/color-picker.png
View diff →
assets/img/pro-fields/coupon.png
View diff →
assets/img/pro-fields/custom-payment-amount.png
View diff →
assets/img/pro-fields/iten-quantity.png
View diff →
assets/img/pro-fields/net-promoter-score.png
View diff →
assets/img/pro-fields/payment-field.png
View diff →
assets/img/pro-fields/payment-method.png
View diff →
assets/img/pro-fields/payment-summary.png
View diff →
assets/img/pro-fields/phone-field.png
View diff →
assets/img/pro-fields/post-cpt-selection.png
View diff →
assets/img/pro-fields/rich-text-input.png
View diff →
assets/img/pro-fields/save-progress-button.png
View diff →
assets/img/pro-fields/subscription-field.png
View diff →
assets/img/recaptcha-placeholder.png
View diff →
assets/img/sample.csv
View diff →
assets/img/shape-2.png
View diff →
assets/img/shape.png
View diff →
assets/img/suggested-plugins/cloud-storage-manager.png
View diff →
assets/img/suggested-plugins/fcart.svg
View diff →
assets/img/suggested-plugins/fluent-community.svg
View diff →
assets/img/suggested-plugins/fluent-crm.svg
View diff →
assets/img/suggested-plugins/fluent-pdf.svg
View diff →
assets/img/suggested-plugins/fluent-smtp.svg
View diff →
assets/img/suggested-plugins/fluent-support.svg
View diff →
assets/img/suggested-plugins/wp-social-reviews.gif
View diff →
assets/img/suggested-plugins/wpml-ff.png
View diff →
assets/img/support.png
View diff →
assets/img/turnstile-placeholder.png
View diff →
assets/img/video-img.jpg
View diff →
assets/img/zoom-out.png
View diff →
assets/index.php
View diff →
assets/js/admin_notices.js
View diff →
assets/js/all_entries.css
View diff →
assets/js/all_entries.js
View diff →
assets/js/all_entries.js.LICENSE.txt
View diff →
assets/js/conversational_design.css
View diff →
assets/js/conversational_design.js
View diff →
assets/js/conversational_design.js.LICENSE.txt
View diff →
assets/js/copier.js
View diff →
assets/js/docs.css
View diff →
assets/js/docs.js
View diff →
assets/js/docs.js.LICENSE.txt
View diff →
assets/js/fluent-all-forms-admin.css
View diff →
assets/js/fluent-all-forms-admin.js.LICENSE.txt
View diff →
assets/js/fluent-forms-editor.css
View diff →
assets/js/fluent-forms-editor.js
View diff →
assets/js/fluent-forms-editor.js.LICENSE.txt
View diff →
assets/js/fluent-forms-elementor-widget.js
View diff →
assets/js/fluent_forms_editor_helper.js
View diff →
assets/js/fluent_forms_global.js
View diff →
assets/js/fluent_gutenblock.js
View diff →
assets/js/fluent_gutenblock.js.LICENSE.txt
View diff →
assets/js/fluentform-advanced.js
View diff →
assets/js/fluentform-advanced.js.LICENSE.txt
View diff →
assets/js/fluentform-global-settings.css
View diff →
assets/js/fluentform-global-settings.js.LICENSE.txt
View diff →
assets/js/fluentform-transfer.css
View diff →
assets/js/fluentform-transfer.js
View diff →
assets/js/fluentform-transfer.js.LICENSE.txt
View diff →
assets/js/fluentform_editor_script.js
View diff →
assets/js/fluentform_transactions_ui.js
View diff →
assets/js/fluentform_transactions_ui.js.LICENSE.txt
View diff →
assets/js/form-save-progress.js.LICENSE.txt
View diff →
assets/js/form-submission.js
View diff →
assets/js/form-submission.js.LICENSE.txt
View diff →
assets/js/form_entries.css
View diff →
assets/js/form_entries.js.LICENSE.txt
View diff →
assets/js/form_preview_app.css
View diff →
assets/js/form_preview_app.js
View diff →
assets/js/form_preview_app.js.LICENSE.txt
View diff →
assets/js/form_settings_app.css
View diff →
assets/js/form_settings_app.js
View diff →
assets/js/form_settings_app.js.LICENSE.txt
View diff →
assets/js/modules.css
View diff →
assets/js/modules.js
View diff →
assets/js/modules.js.LICENSE.txt
View diff →
assets/js/payment_entries.css
View diff →
assets/js/payment_entries.js
View diff →
assets/js/payment_entries.js.LICENSE.txt
View diff →
assets/js/payment_handler.js
View diff →
assets/js/payment_handler.js.LICENSE.txt
View diff →
assets/js/reports.css
View diff →
assets/js/reports.js
View diff →
assets/js/reports.js.LICENSE.txt
View diff →
assets/libs/ace/ace.min.js
View diff →
assets/libs/ace/mode-css.js
View diff →
assets/libs/ace/mode-javascript.js
View diff →
assets/libs/ace/mode-mysql.js
View diff →
assets/libs/ace/theme-monokai.js
View diff →
assets/libs/ace/worker-css.js
View diff →
assets/libs/ace/worker-javascript.js
View diff →
assets/libs/chartjs/chart.min.js
View diff →
assets/libs/chartjs/vue-chartjs.min.js
View diff →
assets/libs/choices/choices.min.js
View diff →
assets/libs/currency.min.js
View diff →
assets/libs/flatpickr/flatpickr.min.css
View diff →
assets/libs/flatpickr/flatpickr.min.js
View diff →
assets/libs/flatpickr/ie.css
View diff →
assets/libs/jquery.mask.min.js
View diff →
boot/MbstringFallback.php
View diff →
boot/app.php
View diff →
boot/bindings.php
View diff →
boot/globals_dev.php
View diff →
boot/index.php
View diff →
composer.json
View diff →
config/app.php
View diff →
config/index.php
View diff →
config/middleware.php
View diff →
database/DBMigrator.php
View diff →
database/Migrations/FormAnalytics.php
View diff →
database/Migrations/FormMeta.php
View diff →
database/Migrations/Forms.php
View diff →
database/Migrations/LegacyManagerScopes.php
View diff →
database/Migrations/Logs.php
View diff →
database/Migrations/ScheduledActions.php
View diff →
database/Migrations/SubmissionDetails.php
View diff →
database/Migrations/SubmissionMeta.php
View diff →
database/Migrations/Submissions.php
View diff →
database/index.php
View diff →
fluentform.php
View diff →
index.php
View diff →
resources/index.php
View diff →
resources/languages/.gitkeep
View diff →
resources/languages/fluentform-de_DE.mo
View diff →
resources/languages/fluentform-de_DE.po
View diff →
resources/languages/fluentform-fr_FR.mo
View diff →
resources/languages/fluentform-fr_FR.po
View diff →
resources/languages/fluentform-hu_HU.mo
View diff →
resources/languages/fluentform-hu_HU.po
View diff →
resources/languages/fluentform-it_IT.mo
View diff →
resources/languages/fluentform-it_IT.po
View diff →
resources/languages/fluentform-nl_NL.mo
View diff →
resources/languages/fluentform-nl_NL.po
View diff →
resources/languages/fluentform.pot
View diff →
resources/languages/index.php
View diff →
vendor/autoload.php
View diff →
vendor/composer/ClassLoader.php
View diff →
vendor/composer/InstalledVersions.php
View diff →
vendor/composer/LICENSE
View diff →
vendor/composer/autoload_files.php
View diff →
vendor/composer/autoload_namespaces.php
View diff →
vendor/composer/autoload_psr4.php
View diff →
vendor/composer/autoload_real.php
View diff →
vendor/composer/index.php
View diff →
vendor/composer/installed.json
View diff →
vendor/composer/installed.php
View diff →
vendor/composer/platform_check.php
View diff →
vendor/index.php
View diff →
vendor/openspout/index.php
View diff →
vendor/openspout/openspout/LICENSE
View diff →
vendor/openspout/openspout/LICENSE-for-cc42c1d
View diff →
vendor/openspout/openspout/README.md
View diff →
vendor/openspout/openspout/UPGRADE-3.0.md
View diff →
vendor/openspout/openspout/composer.json
View diff →
vendor/openspout/openspout/index.php
View diff →
vendor/openspout/openspout/src/Autoloader/Psr4Autoloader.php
View diff →
vendor/openspout/openspout/src/Autoloader/autoload.php
View diff →
vendor/openspout/openspout/src/Common/Creator/HelperFactory.php
View diff →
vendor/openspout/openspout/src/Common/Entity/Cell.php
View diff →
vendor/openspout/openspout/src/Common/Entity/Row.php
View diff →
vendor/openspout/openspout/src/Common/Entity/Style/Border.php
View diff →
vendor/openspout/openspout/src/Common/Entity/Style/BorderPart.php
View diff →
vendor/openspout/openspout/src/Common/Entity/Style/CellAlignment.php
View diff →
vendor/openspout/openspout/src/Common/Entity/Style/Color.php
View diff →
vendor/openspout/openspout/src/Common/Entity/Style/Style.php
View diff →
vendor/openspout/openspout/src/Common/Exception/EncodingConversionException.php
View diff →
vendor/openspout/openspout/src/Common/Exception/IOException.php
View diff →
vendor/openspout/openspout/src/Common/Exception/InvalidArgumentException.php
View diff →
vendor/openspout/openspout/src/Common/Exception/InvalidColorException.php
View diff →
vendor/openspout/openspout/src/Common/Exception/SpoutException.php
View diff →
vendor/openspout/openspout/src/Common/Exception/UnsupportedTypeException.php
View diff →
vendor/openspout/openspout/src/Common/Helper/CellTypeHelper.php
View diff →
vendor/openspout/openspout/src/Common/Helper/EncodingHelper.php
View diff →
vendor/openspout/openspout/src/Common/Helper/Escaper/CSV.php
View diff →
vendor/openspout/openspout/src/Common/Helper/Escaper/EscaperInterface.php
View diff →
vendor/openspout/openspout/src/Common/Helper/Escaper/ODS.php
View diff →
vendor/openspout/openspout/src/Common/Helper/Escaper/XLSX.php
View diff →
vendor/openspout/openspout/src/Common/Helper/FileSystemHelper.php
View diff →
vendor/openspout/openspout/src/Common/Helper/FileSystemHelperInterface.php
View diff →
vendor/openspout/openspout/src/Common/Helper/GlobalFunctionsHelper.php
View diff →
vendor/openspout/openspout/src/Common/Helper/StringHelper.php
View diff →
vendor/openspout/openspout/src/Common/Manager/OptionsManagerAbstract.php
View diff →
vendor/openspout/openspout/src/Common/Manager/OptionsManagerInterface.php
View diff →
vendor/openspout/openspout/src/Common/Type.php
View diff →
vendor/openspout/openspout/src/Reader/CSV/Creator/InternalEntityFactory.php
View diff →
vendor/openspout/openspout/src/Reader/CSV/Manager/OptionsManager.php
View diff →
vendor/openspout/openspout/src/Reader/CSV/Reader.php
View diff →
vendor/openspout/openspout/src/Reader/CSV/RowIterator.php
View diff →
vendor/openspout/openspout/src/Reader/CSV/Sheet.php
View diff →
vendor/openspout/openspout/src/Reader/CSV/SheetIterator.php
View diff →
vendor/openspout/openspout/src/Reader/Common/Creator/InternalEntityFactoryInterface.php
View diff →
vendor/openspout/openspout/src/Reader/Common/Creator/ReaderEntityFactory.php
View diff →
vendor/openspout/openspout/src/Reader/Common/Creator/ReaderFactory.php
View diff →
vendor/openspout/openspout/src/Reader/Common/Entity/Options.php
View diff →
vendor/openspout/openspout/src/Reader/Common/Manager/RowManager.php
View diff →
vendor/openspout/openspout/src/Reader/Common/XMLProcessor.php
View diff →
vendor/openspout/openspout/src/Reader/Exception/InvalidValueException.php
View diff →
vendor/openspout/openspout/src/Reader/Exception/IteratorNotRewindableException.php
View diff →
vendor/openspout/openspout/src/Reader/Exception/NoSheetsFoundException.php
View diff →
vendor/openspout/openspout/src/Reader/Exception/ReaderException.php
View diff →
vendor/openspout/openspout/src/Reader/Exception/ReaderNotOpenedException.php
View diff →
vendor/openspout/openspout/src/Reader/Exception/SharedStringNotFoundException.php
View diff →
vendor/openspout/openspout/src/Reader/Exception/XMLProcessingException.php
View diff →
vendor/openspout/openspout/src/Reader/IteratorInterface.php
View diff →
vendor/openspout/openspout/src/Reader/ODS/Creator/HelperFactory.php
View diff →
vendor/openspout/openspout/src/Reader/ODS/Creator/InternalEntityFactory.php
View diff →
vendor/openspout/openspout/src/Reader/ODS/Creator/ManagerFactory.php
View diff →
vendor/openspout/openspout/src/Reader/ODS/Helper/CellValueFormatter.php
View diff →
vendor/openspout/openspout/src/Reader/ODS/Helper/SettingsHelper.php
View diff →
vendor/openspout/openspout/src/Reader/ODS/Manager/OptionsManager.php
View diff →
vendor/openspout/openspout/src/Reader/ODS/Reader.php
View diff →
vendor/openspout/openspout/src/Reader/ODS/RowIterator.php
View diff →
vendor/openspout/openspout/src/Reader/ODS/Sheet.php
View diff →
vendor/openspout/openspout/src/Reader/ODS/SheetIterator.php
View diff →
vendor/openspout/openspout/src/Reader/ReaderAbstract.php
View diff →
vendor/openspout/openspout/src/Reader/ReaderInterface.php
View diff →
vendor/openspout/openspout/src/Reader/RowIteratorInterface.php
View diff →
vendor/openspout/openspout/src/Reader/SheetInterface.php
View diff →
vendor/openspout/openspout/src/Reader/SheetIteratorInterface.php
View diff →
vendor/openspout/openspout/src/Reader/Wrapper/XMLInternalErrorsHelper.php
View diff →
vendor/openspout/openspout/src/Reader/Wrapper/XMLReader.php
View diff →
vendor/openspout/openspout/src/Reader/XLSX/Creator/HelperFactory.php
View diff →
vendor/openspout/openspout/src/Reader/XLSX/Creator/InternalEntityFactory.php
View diff →
vendor/openspout/openspout/src/Reader/XLSX/Creator/ManagerFactory.php
View diff →
vendor/openspout/openspout/src/Reader/XLSX/Helper/CellHelper.php
View diff →
vendor/openspout/openspout/src/Reader/XLSX/Helper/CellValueFormatter.php
View diff →
vendor/openspout/openspout/src/Reader/XLSX/Helper/DateFormatHelper.php
View diff →
vendor/openspout/openspout/src/Reader/XLSX/Manager/OptionsManager.php
View diff →
vendor/openspout/openspout/src/Reader/XLSX/Manager/SharedStringsCaching/CachingStrategyFactory.php
View diff →
vendor/openspout/openspout/src/Reader/XLSX/Manager/SharedStringsCaching/CachingStrategyInterface.php
View diff →
vendor/openspout/openspout/src/Reader/XLSX/Manager/SharedStringsCaching/FileBasedStrategy.php
View diff →
vendor/openspout/openspout/src/Reader/XLSX/Manager/SharedStringsCaching/InMemoryStrategy.php
View diff →
vendor/openspout/openspout/src/Reader/XLSX/Manager/SharedStringsManager.php
View diff →
vendor/openspout/openspout/src/Reader/XLSX/Manager/SheetManager.php
View diff →
vendor/openspout/openspout/src/Reader/XLSX/Manager/StyleManager.php
View diff →
vendor/openspout/openspout/src/Reader/XLSX/Manager/WorkbookRelationshipsManager.php
View diff →
vendor/openspout/openspout/src/Reader/XLSX/Reader.php
View diff →
vendor/openspout/openspout/src/Reader/XLSX/RowIterator.php
View diff →
vendor/openspout/openspout/src/Reader/XLSX/Sheet.php
View diff →
vendor/openspout/openspout/src/Reader/XLSX/SheetIterator.php
View diff →
vendor/openspout/openspout/src/Writer/CSV/Manager/OptionsManager.php
View diff →
vendor/openspout/openspout/src/Writer/CSV/Writer.php
View diff →
vendor/openspout/openspout/src/Writer/Common/Creator/InternalEntityFactory.php
View diff →
vendor/openspout/openspout/src/Writer/Common/Creator/ManagerFactoryInterface.php
View diff →
vendor/openspout/openspout/src/Writer/Common/Creator/Style/BorderBuilder.php
View diff →
vendor/openspout/openspout/src/Writer/Common/Creator/Style/StyleBuilder.php
View diff →
vendor/openspout/openspout/src/Writer/Common/Creator/WriterEntityFactory.php
View diff →
vendor/openspout/openspout/src/Writer/Common/Creator/WriterFactory.php
View diff →
vendor/openspout/openspout/src/Writer/Common/Entity/Options.php
View diff →
vendor/openspout/openspout/src/Writer/Common/Entity/Sheet.php
View diff →
vendor/openspout/openspout/src/Writer/Common/Entity/Workbook.php
View diff →
vendor/openspout/openspout/src/Writer/Common/Entity/Worksheet.php
View diff →
vendor/openspout/openspout/src/Writer/Common/Helper/CellHelper.php
View diff →
vendor/openspout/openspout/src/Writer/Common/Helper/FileSystemWithRootFolderHelperInterface.php
View diff →
vendor/openspout/openspout/src/Writer/Common/Helper/ZipHelper.php
View diff →
vendor/openspout/openspout/src/Writer/Common/Manager/CellManager.php
View diff →
vendor/openspout/openspout/src/Writer/Common/Manager/ManagesCellSize.php
View diff →
vendor/openspout/openspout/src/Writer/Common/Manager/RegisteredStyle.php
View diff →
vendor/openspout/openspout/src/Writer/Common/Manager/RowManager.php
View diff →
vendor/openspout/openspout/src/Writer/Common/Manager/SheetManager.php
View diff →
vendor/openspout/openspout/src/Writer/Common/Manager/Style/PossiblyUpdatedStyle.php
View diff →
vendor/openspout/openspout/src/Writer/Common/Manager/Style/StyleManager.php
View diff →
vendor/openspout/openspout/src/Writer/Common/Manager/Style/StyleManagerInterface.php
View diff →
vendor/openspout/openspout/src/Writer/Common/Manager/Style/StyleMerger.php
View diff →
vendor/openspout/openspout/src/Writer/Common/Manager/Style/StyleRegistry.php
View diff →
vendor/openspout/openspout/src/Writer/Common/Manager/WorkbookManagerAbstract.php
View diff →
vendor/openspout/openspout/src/Writer/Common/Manager/WorkbookManagerInterface.php
View diff →
vendor/openspout/openspout/src/Writer/Common/Manager/WorksheetManagerInterface.php
View diff →
vendor/openspout/openspout/src/Writer/Exception/Border/InvalidNameException.php
View diff →
vendor/openspout/openspout/src/Writer/Exception/Border/InvalidStyleException.php
View diff →
vendor/openspout/openspout/src/Writer/Exception/Border/InvalidWidthException.php
View diff →
vendor/openspout/openspout/src/Writer/Exception/InvalidSheetNameException.php
View diff →
vendor/openspout/openspout/src/Writer/Exception/SheetNotFoundException.php
View diff →
vendor/openspout/openspout/src/Writer/Exception/WriterAlreadyOpenedException.php
View diff →
vendor/openspout/openspout/src/Writer/Exception/WriterException.php
View diff →
vendor/openspout/openspout/src/Writer/Exception/WriterNotOpenedException.php
View diff →
vendor/openspout/openspout/src/Writer/ODS/Creator/HelperFactory.php
View diff →
vendor/openspout/openspout/src/Writer/ODS/Creator/ManagerFactory.php
View diff →
vendor/openspout/openspout/src/Writer/ODS/Helper/BorderHelper.php
View diff →
vendor/openspout/openspout/src/Writer/ODS/Helper/FileSystemHelper.php
View diff →
vendor/openspout/openspout/src/Writer/ODS/Manager/OptionsManager.php
View diff →
vendor/openspout/openspout/src/Writer/ODS/Manager/Style/StyleManager.php
View diff →
vendor/openspout/openspout/src/Writer/ODS/Manager/Style/StyleRegistry.php
View diff →
vendor/openspout/openspout/src/Writer/ODS/Manager/WorkbookManager.php
View diff →
vendor/openspout/openspout/src/Writer/ODS/Manager/WorksheetManager.php
View diff →
vendor/openspout/openspout/src/Writer/ODS/Writer.php
View diff →
vendor/openspout/openspout/src/Writer/WriterAbstract.php
View diff →
vendor/openspout/openspout/src/Writer/WriterInterface.php
View diff →
vendor/openspout/openspout/src/Writer/WriterMultiSheetsAbstract.php
View diff →
vendor/openspout/openspout/src/Writer/XLSX/Creator/HelperFactory.php
View diff →
vendor/openspout/openspout/src/Writer/XLSX/Creator/ManagerFactory.php
View diff →
vendor/openspout/openspout/src/Writer/XLSX/Entity/SheetView.php
View diff →
vendor/openspout/openspout/src/Writer/XLSX/Helper/BorderHelper.php
View diff →
vendor/openspout/openspout/src/Writer/XLSX/Helper/DateHelper.php
View diff →
vendor/openspout/openspout/src/Writer/XLSX/Helper/FileSystemHelper.php
View diff →
vendor/openspout/openspout/src/Writer/XLSX/Manager/OptionsManager.php
View diff →
vendor/openspout/openspout/src/Writer/XLSX/Manager/SharedStringsManager.php
View diff →
vendor/openspout/openspout/src/Writer/XLSX/Manager/Style/StyleManager.php
View diff →
vendor/openspout/openspout/src/Writer/XLSX/Manager/Style/StyleRegistry.php
View diff →
vendor/openspout/openspout/src/Writer/XLSX/Manager/WorkbookManager.php
View diff →
vendor/openspout/openspout/src/Writer/XLSX/Manager/WorksheetManager.php
View diff →
vendor/openspout/openspout/src/Writer/XLSX/Writer.php
View diff →
vendor/wpfluent/framework/README.md
View diff →
vendor/wpfluent/framework/composer.json
View diff →
vendor/wpfluent/framework/index.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Cache/Cache.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Container/BoundMethod.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Container/Container.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Container/ContextualBindingBuilder.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Container/Contracts/BindingResolutionException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Container/Contracts/CircularDependencyException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Container/Contracts/Container.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Container/Contracts/ContextualBindingBuilder.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Container/Contracts/Psr/ContainerExceptionInterface.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Container/Contracts/Psr/ContainerInterface.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Container/Contracts/Psr/NotFoundExceptionInterface.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Container/EntryNotFoundException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Container/RewindableGenerator.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Container/Util.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/BaseGrammar.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/ClassMorphViolationException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Concerns/BuildsQueries.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Concerns/BuildsWhereDateClauses.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Concerns/CompilesJsonPaths.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Concerns/ExplainsQueries.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Concerns/MaintainsDatabase.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Concerns/ManagesTransactions.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/ConnectionInterface.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/ConnectionResolver.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/ConnectionResolverInterface.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/DatabaseManager.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/DatabaseTransactionRecord.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/DatabaseTransactionsManager.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/DeadlockException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/DetectsLostConnections.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Events/ConnectionEvent.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Events/QueryExecuted.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Events/TransactionBeginning.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Events/TransactionCommitted.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Events/TransactionCommitting.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Events/TransactionRolledBack.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/LazyLoadingViolationException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Migration/Blueprint.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Migration/ColumnDefinition.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/MultipleColumnsSelectedException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/MultipleRecordsFoundException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Builder.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Castable.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Casts/ArrayObject.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsArrayObject.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsCollection.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsEncryptedArrayObject.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsEncryptedCollection.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsStringable.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Casts/Attribute.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Casts/Json.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/CastsAttributes.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/CastsInboundAttributes.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Collection.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/GuardsAttributes.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasAttributes.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasEvents.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasGlobalScopes.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasRelationships.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasTimestamps.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasUniqueIds.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HidesAttributes.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/QueriesRelationships.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/HasCollection.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/HigherOrderBuilderProxy.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/InvalidCastException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/JsonEncodingException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/MassAssignmentException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/MissingAttributeException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/ModelNotFoundException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/PendingHasThroughRelationship.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/RelationNotFoundException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/BelongsTo.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/BelongsToMany.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/AsPivot.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/CanBeOneOfMany.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/ComparesRelatedModels.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/InteractsWithDictionary.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/InteractsWithPivotTable.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/SupportsDefaultModels.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/SupportsInverseRelations.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasMany.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasManyThrough.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOne.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOneOrMany.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOneOrManyThrough.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOneThrough.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphMany.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphOne.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphOneOrMany.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphPivot.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphTo.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphToMany.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Pivot.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Relation.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Scope.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/Searchable.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/SoftDeletes.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/SoftDeletingScope.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/SupportsPartialRelations.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Orm/UserProxyTrait.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Query/Builder.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Query/ConditionExpression.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Query/Expression.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Query/ExpressionInterface.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Query/Grammars/Grammar.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Query/Grammars/MySqlGrammar.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Query/Grammars/SQLiteGrammar.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Query/IndexHint.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Query/JoinClause.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Query/JoinLateralClause.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Query/Processors/MySqlProcessor.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Query/Processors/Processor.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Query/Processors/SQLiteProcessor.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Query/WPDBConnection.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/QueryException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/RecordsNotFoundException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/Schema.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Database/UniqueConstraintViolationException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Encryption/DecryptException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Encryption/EncryptException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Encryption/Encrypter.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Events/Dispatcher.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Events/DispatcherInterface.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Events/NullDispatcher.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Events/ShouldDispatchAfterCommit.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Events/ShouldHandleEventsAfterCommit.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Foundation/App.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Foundation/Application.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Foundation/Async.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Foundation/ComponentBinder.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Foundation/Concerns/AjaxTrait.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Foundation/Concerns/DynamicFacadeTrait.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Foundation/Concerns/FoundationTrait.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Foundation/Concerns/HooksRemovalTrait.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Foundation/Concerns/facade.stub
View diff →
vendor/wpfluent/framework/src/WPFluent/Foundation/Config.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Foundation/Exceptions/BadGatewayHttpException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Foundation/Exceptions/BadRequestHttpException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Foundation/Exceptions/ExceptionHandler.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Foundation/Exceptions/ForbiddenHttpException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Foundation/Exceptions/HttpException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Foundation/Exceptions/NotFoundHttpException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Foundation/Exceptions/ServiceUnavailableHttpException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Foundation/Exceptions/TooManyRequestsHttpException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Foundation/Exceptions/UnauthorizedHttpException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Foundation/Exceptions/UnprocessableEntityHttpException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Foundation/ForbiddenException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Foundation/Policy.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Foundation/RequestGuard.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Foundation/UnAuthorizedException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Foundation/WPException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Http/Ajax.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Http/Client.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Http/Controller.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Http/Cookie.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Http/Group.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Http/Middleware/RateLimiter.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Http/Request/File.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Http/Request/InputHelperMethodsTrait.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithCleaningTrait.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithFilesTrait.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithHeadersTrait.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Http/Request/InteractsWithIPTrait.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Http/Request/Request.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Http/Request/WPUserProxy.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Http/Response.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Http/Response/Response.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Http/Route.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Http/Router.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Http/SubstituteParameters.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Http/URL.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Http/UrlGenerator.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Pagination/AbstractCursorPaginator.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Pagination/AbstractPaginator.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Pagination/Cursor.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Pagination/CursorPaginationException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Pagination/CursorPaginator.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Pagination/CursorPaginatorInterface.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Pagination/LengthAwarePaginator.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Pagination/LengthAwarePaginatorInterface.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Pagination/Paginator.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Pagination/PaginatorInterface.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Pagination/UrlWindow.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Randomizer/GetStringTrait.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Randomizer/Randomizer.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/Arr.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/ArrayableInterface.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/CanBeEscapedWhenCastToString.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/Collection.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/Conditionable.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/DateTime.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/DateTimeImmutable.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/Enumerable.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/EnumeratesValues.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/Env.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/ExceptionInterface.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/Facade.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/File.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/Fluent.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/ForwardsCalls.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/Hash.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/Helper.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/HelperFunctionsTrait.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/HigherOrderCollectionProxy.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/HigherOrderTapProxy.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/HigherOrderWhenProxy.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/InvalidArgumentException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/Invoker.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/ItemNotFoundException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/JsonableInterface.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/LazyCollection.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/Locale.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/MBString/Mbstring.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/MBString/polyfill.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/MBString/unidata/lowerCase.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/MBString/unidata/titleCaseRegexp.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/MBString/unidata/upperCase.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/MacroableTrait.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/Mail.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/MathException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/Media.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/MediaUploader.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/MultipleItemsFoundException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/Number.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/Once.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/Path.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/Pipeline.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/Pluralizer.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/Reflector.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/ReflectsClosures.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/Sanitizer.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/Serializer.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/Str.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/Stringable.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/Tappable.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/UriTemplate.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/UrlRoutable.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/Util.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Support/mbstring-loader.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Validator/Contracts/File.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Validator/MessageBag.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Validator/Rule.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Validator/Rules/ConditionalRules.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Validator/Rules/DatabaseRule.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Validator/Rules/Dimensions.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Validator/Rules/Exists.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Validator/Rules/In.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Validator/Rules/NotIn.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Validator/Rules/RequiredIf.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Validator/Rules/Unique.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Validator/ValidateDatabaseRulesTrait.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Validator/ValidatesAttributes.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Validator/ValidationData.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Validator/ValidationException.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Validator/ValidationRuleParser.php
View diff →
vendor/wpfluent/framework/src/WPFluent/Validator/Validator.php
View diff →
vendor/wpfluent/framework/src/WPFluent/View/View.php
View diff →
vendor/wpfluent/framework/src/index.php
View diff →
vendor/wpfluent/index.php
View diff →