Changeset 3302249
- Timestamp:
- 05/28/2025 01:27:45 PM (10 months ago)
- Location:
- fluent-support
- Files:
-
- 652 added
- 1 deleted
- 21 edited
-
tags/1.9.0 (added)
-
tags/1.9.0/app (added)
-
tags/1.9.0/app/Api (added)
-
tags/1.9.0/app/Api/Api.php (added)
-
tags/1.9.0/app/Api/Classes (added)
-
tags/1.9.0/app/Api/Classes/Agents.php (added)
-
tags/1.9.0/app/Api/Classes/Customers.php (added)
-
tags/1.9.0/app/Api/Classes/Products.php (added)
-
tags/1.9.0/app/Api/Classes/Tags.php (added)
-
tags/1.9.0/app/Api/Classes/Tickets.php (added)
-
tags/1.9.0/app/Api/FSApi.php (added)
-
tags/1.9.0/app/Api/FsFunctions.php (added)
-
tags/1.9.0/app/Api/config.php (added)
-
tags/1.9.0/app/App.php (added)
-
tags/1.9.0/app/ComposerScript.php (added)
-
tags/1.9.0/app/Hooks (added)
-
tags/1.9.0/app/Hooks/CLI (added)
-
tags/1.9.0/app/Hooks/CLI/FluentCli.php (added)
-
tags/1.9.0/app/Hooks/DataValidation (added)
-
tags/1.9.0/app/Hooks/DataValidation/AccountingRestrictions.php (added)
-
tags/1.9.0/app/Hooks/Handlers (added)
-
tags/1.9.0/app/Hooks/Handlers/AIActivityLogger.php (added)
-
tags/1.9.0/app/Hooks/Handlers/ActivationHandler.php (added)
-
tags/1.9.0/app/Hooks/Handlers/ActivityLogger.php (added)
-
tags/1.9.0/app/Hooks/Handlers/AdminBarHandler.php (added)
-
tags/1.9.0/app/Hooks/Handlers/AuthHandler.php (added)
-
tags/1.9.0/app/Hooks/Handlers/BlockEditorHandler.php (added)
-
tags/1.9.0/app/Hooks/Handlers/CleanupHandler.php (added)
-
tags/1.9.0/app/Hooks/Handlers/CustomerPortalHandler.php (added)
-
tags/1.9.0/app/Hooks/Handlers/DataExporter.php (added)
-
tags/1.9.0/app/Hooks/Handlers/DeactivationHandler.php (added)
-
tags/1.9.0/app/Hooks/Handlers/EmailNotificationHandler.php (added)
-
tags/1.9.0/app/Hooks/Handlers/EmailVerificationHandler.php (added)
-
tags/1.9.0/app/Hooks/Handlers/ExceptionHandler.php (added)
-
tags/1.9.0/app/Hooks/Handlers/ExternalPages.php (added)
-
tags/1.9.0/app/Hooks/Handlers/FileUploadHandler.php (added)
-
tags/1.9.0/app/Hooks/Handlers/Menu.php (added)
-
tags/1.9.0/app/Hooks/Handlers/PermissionFilterManager.php (added)
-
tags/1.9.0/app/Hooks/Handlers/PrivacyHandler.php (added)
-
tags/1.9.0/app/Hooks/Handlers/ReCaptchaHandler.php (added)
-
tags/1.9.0/app/Hooks/Handlers/ShortcodeHandler.php (added)
-
tags/1.9.0/app/Hooks/Handlers/TwoFaHandler.php (added)
-
tags/1.9.0/app/Hooks/actions.php (added)
-
tags/1.9.0/app/Hooks/filters.php (added)
-
tags/1.9.0/app/Hooks/includes.php (added)
-
tags/1.9.0/app/Http (added)
-
tags/1.9.0/app/Http/Controllers (added)
-
tags/1.9.0/app/Http/Controllers/AIActivityLoggerController.php (added)
-
tags/1.9.0/app/Http/Controllers/ActivityLoggerController.php (added)
-
tags/1.9.0/app/Http/Controllers/AgentController.php (added)
-
tags/1.9.0/app/Http/Controllers/AuthController.php (added)
-
tags/1.9.0/app/Http/Controllers/AuthorizeController.php (added)
-
tags/1.9.0/app/Http/Controllers/ChatMessageParserController.php (added)
-
tags/1.9.0/app/Http/Controllers/Controller.php (added)
-
tags/1.9.0/app/Http/Controllers/ConversationController.php (added)
-
tags/1.9.0/app/Http/Controllers/CustomerController.php (added)
-
tags/1.9.0/app/Http/Controllers/CustomerPortalController.php (added)
-
tags/1.9.0/app/Http/Controllers/IntegrationController.php (added)
-
tags/1.9.0/app/Http/Controllers/MailBoxController.php (added)
-
tags/1.9.0/app/Http/Controllers/OptionsController.php (added)
-
tags/1.9.0/app/Http/Controllers/ProductController.php (added)
-
tags/1.9.0/app/Http/Controllers/ReportingController.php (added)
-
tags/1.9.0/app/Http/Controllers/SettingsController.php (added)
-
tags/1.9.0/app/Http/Controllers/SlackController.php (added)
-
tags/1.9.0/app/Http/Controllers/TicketController.php (added)
-
tags/1.9.0/app/Http/Controllers/TicketImportController.php (added)
-
tags/1.9.0/app/Http/Controllers/TwofaController.php (added)
-
tags/1.9.0/app/Http/Controllers/UploaderController.php (added)
-
tags/1.9.0/app/Http/Policies (added)
-
tags/1.9.0/app/Http/Policies/ActivityLoggerPolicy.php (added)
-
tags/1.9.0/app/Http/Policies/AdminSensitivePolicy.php (added)
-
tags/1.9.0/app/Http/Policies/AdminSettingsPolicy.php (added)
-
tags/1.9.0/app/Http/Policies/AgentTicketPolicy.php (added)
-
tags/1.9.0/app/Http/Policies/PortalPolicy.php (added)
-
tags/1.9.0/app/Http/Policies/PublicPolicy.php (added)
-
tags/1.9.0/app/Http/Policies/ReportPolicy.php (added)
-
tags/1.9.0/app/Http/Policies/UserPolicy.php (added)
-
tags/1.9.0/app/Http/Requests (added)
-
tags/1.9.0/app/Http/Requests/AgentCreateRequest.php (added)
-
tags/1.9.0/app/Http/Requests/ProductRequest.php (added)
-
tags/1.9.0/app/Http/Requests/TicketCreateCustomerPortalRequest.php (added)
-
tags/1.9.0/app/Http/Requests/TicketRequest.php (added)
-
tags/1.9.0/app/Http/Requests/TicketResponseRequest.php (added)
-
tags/1.9.0/app/Http/Requests/UserRequest.php (added)
-
tags/1.9.0/app/Http/Routes (added)
-
tags/1.9.0/app/Http/Routes/ajax.php (added)
-
tags/1.9.0/app/Http/Routes/api.php (added)
-
tags/1.9.0/app/Http/Routes/routes.php (added)
-
tags/1.9.0/app/Models (added)
-
tags/1.9.0/app/Models/AIActivityLogs.php (added)
-
tags/1.9.0/app/Models/Activity.php (added)
-
tags/1.9.0/app/Models/Agent.php (added)
-
tags/1.9.0/app/Models/Attachment.php (added)
-
tags/1.9.0/app/Models/Conversation.php (added)
-
tags/1.9.0/app/Models/Customer.php (added)
-
tags/1.9.0/app/Models/DataMetric.php (added)
-
tags/1.9.0/app/Models/MailBox.php (added)
-
tags/1.9.0/app/Models/Meta.php (added)
-
tags/1.9.0/app/Models/Model.php (added)
-
tags/1.9.0/app/Models/Person.php (added)
-
tags/1.9.0/app/Models/Product.php (added)
-
tags/1.9.0/app/Models/SavedReply.php (added)
-
tags/1.9.0/app/Models/Tag.php (added)
-
tags/1.9.0/app/Models/TagPivot.php (added)
-
tags/1.9.0/app/Models/Ticket.php (added)
-
tags/1.9.0/app/Models/TicketTag.php (added)
-
tags/1.9.0/app/Models/Traits (added)
-
tags/1.9.0/app/Models/Traits/ActivityTrait.php (added)
-
tags/1.9.0/app/Models/Traits/AgentTrait.php (added)
-
tags/1.9.0/app/Models/Traits/CustomerTrait.php (added)
-
tags/1.9.0/app/Modules (added)
-
tags/1.9.0/app/Modules/.gitkeep (added)
-
tags/1.9.0/app/Modules/IntegrationSettingsModule.php (added)
-
tags/1.9.0/app/Modules/PermissionManager.php (added)
-
tags/1.9.0/app/Modules/Reporting (added)
-
tags/1.9.0/app/Modules/Reporting/Reporting.php (added)
-
tags/1.9.0/app/Modules/Reporting/ReportingHelperTrait.php (added)
-
tags/1.9.0/app/Modules/StatModule.php (added)
-
tags/1.9.0/app/Services (added)
-
tags/1.9.0/app/Services/AvatarUploder.php (added)
-
tags/1.9.0/app/Services/Blocks (added)
-
tags/1.9.0/app/Services/Blocks/BlockAttributes.php (added)
-
tags/1.9.0/app/Services/Blocks/BlockHelper.php (added)
-
tags/1.9.0/app/Services/Csv (added)
-
tags/1.9.0/app/Services/Csv/CsvWriter.php (added)
-
tags/1.9.0/app/Services/CustomerPortalService.php (added)
-
tags/1.9.0/app/Services/EmailNotification (added)
-
tags/1.9.0/app/Services/EmailNotification/Settings.php (added)
-
tags/1.9.0/app/Services/Emogrifier.php (added)
-
tags/1.9.0/app/Services/FluentBoardsService.php (added)
-
tags/1.9.0/app/Services/FluentCRMServices.php (added)
-
tags/1.9.0/app/Services/Helper.php (added)
-
tags/1.9.0/app/Services/Includes (added)
-
tags/1.9.0/app/Services/Includes/CountryNames.php (added)
-
tags/1.9.0/app/Services/Includes/FileSystem.php (added)
-
tags/1.9.0/app/Services/Includes/UploadService.php (added)
-
tags/1.9.0/app/Services/Integrations (added)
-
tags/1.9.0/app/Services/Integrations/FluentCrm (added)
-
tags/1.9.0/app/Services/Integrations/FluentCrm/CreateTicketAction.php (added)
-
tags/1.9.0/app/Services/Integrations/FluentCrm/FluentCRMWidgets.php (added)
-
tags/1.9.0/app/Services/Integrations/FluentForm (added)
-
tags/1.9.0/app/Services/Integrations/FluentForm/FeedIntegration.php (added)
-
tags/1.9.0/app/Services/Integrations/IntegrationInit.php (added)
-
tags/1.9.0/app/Services/Integrations/Maintenance.php (added)
-
tags/1.9.0/app/Services/Integrations/NotificationIntegrationBase.php (added)
-
tags/1.9.0/app/Services/Mailer.php (added)
-
tags/1.9.0/app/Services/MailerInbox (added)
-
tags/1.9.0/app/Services/MailerInbox/MailBoxService.php (added)
-
tags/1.9.0/app/Services/Parser (added)
-
tags/1.9.0/app/Services/Parser/Parsedown.php (added)
-
tags/1.9.0/app/Services/Parser/Parser.php (added)
-
tags/1.9.0/app/Services/Parser/ShortcodeParser.php (added)
-
tags/1.9.0/app/Services/ProfileInfoService.php (added)
-
tags/1.9.0/app/Services/ThirdParty (added)
-
tags/1.9.0/app/Services/ThirdParty/HandleSlackEvent.php (added)
-
tags/1.9.0/app/Services/ThirdParty/HandleTelegramEvent.php (added)
-
tags/1.9.0/app/Services/TicketHelper.php (added)
-
tags/1.9.0/app/Services/TicketQueryService.php (added)
-
tags/1.9.0/app/Services/Tickets (added)
-
tags/1.9.0/app/Services/Tickets/CustomFieldsService.php (added)
-
tags/1.9.0/app/Services/Tickets/Importer (added)
-
tags/1.9.0/app/Services/Tickets/Importer/AwesomeSupportTickets.php (added)
-
tags/1.9.0/app/Services/Tickets/Importer/BaseImporter.php (added)
-
tags/1.9.0/app/Services/Tickets/Importer/Common.php (added)
-
tags/1.9.0/app/Services/Tickets/Importer/FreshDeskTickets.php (added)
-
tags/1.9.0/app/Services/Tickets/Importer/HelpScoutTickets.php (added)
-
tags/1.9.0/app/Services/Tickets/Importer/JSHelpdeskTickets.php (added)
-
tags/1.9.0/app/Services/Tickets/Importer/MigratorService.php (added)
-
tags/1.9.0/app/Services/Tickets/Importer/SupportCandyTickets.php (added)
-
tags/1.9.0/app/Services/Tickets/Importer/ZendeskTickets.php (added)
-
tags/1.9.0/app/Services/Tickets/ResponseService.php (added)
-
tags/1.9.0/app/Services/Tickets/TicketService.php (added)
-
tags/1.9.0/app/Services/Tickets/TicketStats.php (added)
-
tags/1.9.0/app/Services/TransStrings.php (added)
-
tags/1.9.0/app/Views (added)
-
tags/1.9.0/app/Views/admin (added)
-
tags/1.9.0/app/Views/admin/menu.php (added)
-
tags/1.9.0/app/Views/authorizer (added)
-
tags/1.9.0/app/Views/authorizer/helpScout.php (added)
-
tags/1.9.0/app/Views/emails (added)
-
tags/1.9.0/app/Views/emails/classic_template.php (added)
-
tags/1.9.0/app/Views/emails/notification.php (added)
-
tags/1.9.0/app/Views/emails/styles.php (added)
-
tags/1.9.0/app/Views/emails/ticket_template.php (added)
-
tags/1.9.0/app/index.php (added)
-
tags/1.9.0/assets (added)
-
tags/1.9.0/assets/admin (added)
-
tags/1.9.0/assets/admin/css (added)
-
tags/1.9.0/assets/admin/css/all_public.css (added)
-
tags/1.9.0/assets/admin/css/alpha-admin.css (added)
-
tags/1.9.0/assets/admin/css/index.php (added)
-
tags/1.9.0/assets/admin/index.php (added)
-
tags/1.9.0/assets/admin/js (added)
-
tags/1.9.0/assets/admin/js/global_admin.js (added)
-
tags/1.9.0/assets/admin/js/global_summary.js (added)
-
tags/1.9.0/assets/admin/js/index.php (added)
-
tags/1.9.0/assets/admin/js/start.js (added)
-
tags/1.9.0/assets/admin/js/start.js.LICENSE.txt (added)
-
tags/1.9.0/assets/block-editor (added)
-
tags/1.9.0/assets/block-editor/index.php (added)
-
tags/1.9.0/assets/block-editor/js (added)
-
tags/1.9.0/assets/block-editor/js/fs_block.js (added)
-
tags/1.9.0/assets/block-editor/js/fs_block.js.LICENSE.txt (added)
-
tags/1.9.0/assets/block-editor/js/index.php (added)
-
tags/1.9.0/assets/images (added)
-
tags/1.9.0/assets/images/ComponentIcons (added)
-
tags/1.9.0/assets/images/ComponentIcons/AgentPerformance.png (added)
-
tags/1.9.0/assets/images/ComponentIcons/GreetingMessage.png (added)
-
tags/1.9.0/assets/images/ComponentIcons/MentionedTicket.png (added)
-
tags/1.9.0/assets/images/ComponentIcons/SuggestedTicket.png (added)
-
tags/1.9.0/assets/images/ComponentIcons/TicketStatistics.png (added)
-
tags/1.9.0/assets/images/ComponentIcons/TicketsByProduct.png (added)
-
tags/1.9.0/assets/images/addTask.svg (added)
-
tags/1.9.0/assets/images/aiIcon.svg (added)
-
tags/1.9.0/assets/images/aiMagicIcon.svg (added)
-
tags/1.9.0/assets/images/aiPromptSubmitButton.svg (added)
-
tags/1.9.0/assets/images/arrowRight.svg (added)
-
tags/1.9.0/assets/images/closeIcon.svg (added)
-
tags/1.9.0/assets/images/copyText.svg (added)
-
tags/1.9.0/assets/images/fluent-crm-icon.png (added)
-
tags/1.9.0/assets/images/fluent-support-color-logo.png (added)
-
tags/1.9.0/assets/images/fluent-support-logo.png (added)
-
tags/1.9.0/assets/images/fluentcrm-logo.svg (added)
-
tags/1.9.0/assets/images/icons (added)
-
tags/1.9.0/assets/images/icons/dbox.svg (added)
-
tags/1.9.0/assets/images/icons/dislikeButton.svg (added)
-
tags/1.9.0/assets/images/icons/dislikeButtonFill.svg (added)
-
tags/1.9.0/assets/images/icons/dragAndDrop.svg (added)
-
tags/1.9.0/assets/images/icons/drive.svg (added)
-
tags/1.9.0/assets/images/icons/file.svg (added)
-
tags/1.9.0/assets/images/icons/folder.svg (added)
-
tags/1.9.0/assets/images/icons/integrations (added)
-
tags/1.9.0/assets/images/icons/integrations/better-docs.png (added)
-
tags/1.9.0/assets/images/icons/integrations/buddy-boss.png (added)
-
tags/1.9.0/assets/images/icons/integrations/discord.png (added)
-
tags/1.9.0/assets/images/icons/integrations/dropbox.png (added)
-
tags/1.9.0/assets/images/icons/integrations/easy-digital-downloads.png (added)
-
tags/1.9.0/assets/images/icons/integrations/fluent-boards.png (added)
-
tags/1.9.0/assets/images/icons/integrations/fluent-community.png (added)
-
tags/1.9.0/assets/images/icons/integrations/fluent-crm.png (added)
-
tags/1.9.0/assets/images/icons/integrations/fluent-forms.png (added)
-
tags/1.9.0/assets/images/icons/integrations/google-drive.jpeg (added)
-
tags/1.9.0/assets/images/icons/integrations/google-recaptcha.png (added)
-
tags/1.9.0/assets/images/icons/integrations/learn-dash.png (added)
-
tags/1.9.0/assets/images/icons/integrations/learn-press.png (added)
-
tags/1.9.0/assets/images/icons/integrations/lifter-lms.png (added)
-
tags/1.9.0/assets/images/icons/integrations/member-press.png (added)
-
tags/1.9.0/assets/images/icons/integrations/paymattic.png (added)
-
tags/1.9.0/assets/images/icons/integrations/pmpro.png (added)
-
tags/1.9.0/assets/images/icons/integrations/restrict-content-pro.png (added)
-
tags/1.9.0/assets/images/icons/integrations/slack.png (added)
-
tags/1.9.0/assets/images/icons/integrations/telegram.jpeg (added)
-
tags/1.9.0/assets/images/icons/integrations/tutor-lms.png (added)
-
tags/1.9.0/assets/images/icons/integrations/whatsapp.jpeg (added)
-
tags/1.9.0/assets/images/icons/integrations/wishlist-member.png (added)
-
tags/1.9.0/assets/images/icons/integrations/woocommerce.png (added)
-
tags/1.9.0/assets/images/icons/likeButton.svg (added)
-
tags/1.9.0/assets/images/icons/likeButtonFill.svg (added)
-
tags/1.9.0/assets/images/icons/mention.svg (added)
-
tags/1.9.0/assets/images/icons/merge.svg (added)
-
tags/1.9.0/assets/images/index.php (added)
-
tags/1.9.0/assets/images/logo.svg (added)
-
tags/1.9.0/assets/images/regenerate.svg (added)
-
tags/1.9.0/assets/images/resize.svg (added)
-
tags/1.9.0/assets/images/sidebar-icon.svg (added)
-
tags/1.9.0/assets/images/ticketNotFound.svg (added)
-
tags/1.9.0/assets/index.php (added)
-
tags/1.9.0/assets/libs (added)
-
tags/1.9.0/assets/libs/index.php (added)
-
tags/1.9.0/assets/libs/purify (added)
-
tags/1.9.0/assets/libs/purify/purify.js (added)
-
tags/1.9.0/assets/libs/purify/purify.min.js (added)
-
tags/1.9.0/assets/portal (added)
-
tags/1.9.0/assets/portal/css (added)
-
tags/1.9.0/assets/portal/css/app.css (added)
-
tags/1.9.0/assets/portal/css/index.php (added)
-
tags/1.9.0/assets/portal/index.php (added)
-
tags/1.9.0/assets/portal/js (added)
-
tags/1.9.0/assets/portal/js/app.js (added)
-
tags/1.9.0/assets/portal/js/app.js.LICENSE.txt (added)
-
tags/1.9.0/assets/portal/js/index.php (added)
-
tags/1.9.0/assets/portal/js/login_helper.js (added)
-
tags/1.9.0/boot (added)
-
tags/1.9.0/boot/app.php (added)
-
tags/1.9.0/boot/bindings.php (added)
-
tags/1.9.0/boot/globals.php (added)
-
tags/1.9.0/boot/globals_dev.php (added)
-
tags/1.9.0/boot/index.php (added)
-
tags/1.9.0/composer.json (added)
-
tags/1.9.0/config (added)
-
tags/1.9.0/config/app.php (added)
-
tags/1.9.0/config/database.php (added)
-
tags/1.9.0/config/index.php (added)
-
tags/1.9.0/database (added)
-
tags/1.9.0/database/DBMigrator.php (added)
-
tags/1.9.0/database/DBSeeder.php (added)
-
tags/1.9.0/database/Migrations (added)
-
tags/1.9.0/database/Migrations/AIActivityLogsMigrator.php (added)
-
tags/1.9.0/database/Migrations/ActivityMigrator.php (added)
-
tags/1.9.0/database/Migrations/AttachmentsMigrator.php (added)
-
tags/1.9.0/database/Migrations/ConversationsMigrator.php (added)
-
tags/1.9.0/database/Migrations/DataMetrixMigrator.php (added)
-
tags/1.9.0/database/Migrations/MailBoxMigrator.php (added)
-
tags/1.9.0/database/Migrations/MetaMigrator.php (added)
-
tags/1.9.0/database/Migrations/PersonsMigrator.php (added)
-
tags/1.9.0/database/Migrations/ProductsMigrator.php (added)
-
tags/1.9.0/database/Migrations/TagRelationsMigrator.php (added)
-
tags/1.9.0/database/Migrations/TaggablesMigrator.php (added)
-
tags/1.9.0/database/Migrations/TicketsMigrator.php (added)
-
tags/1.9.0/database/Migrations/index.php (added)
-
tags/1.9.0/database/index.php (added)
-
tags/1.9.0/fluent-support.php (added)
-
tags/1.9.0/index.php (added)
-
tags/1.9.0/language (added)
-
tags/1.9.0/language/fluent-support.pot (added)
-
tags/1.9.0/language/index.php (added)
-
tags/1.9.0/readme.txt (added)
-
tags/1.9.0/vendor (added)
-
tags/1.9.0/vendor/autoload.php (added)
-
tags/1.9.0/vendor/composer (added)
-
tags/1.9.0/vendor/composer/ClassLoader.php (added)
-
tags/1.9.0/vendor/composer/InstalledVersions.php (added)
-
tags/1.9.0/vendor/composer/LICENSE (added)
-
tags/1.9.0/vendor/composer/autoload_classmap.php (added)
-
tags/1.9.0/vendor/composer/autoload_files.php (added)
-
tags/1.9.0/vendor/composer/autoload_namespaces.php (added)
-
tags/1.9.0/vendor/composer/autoload_psr4.php (added)
-
tags/1.9.0/vendor/composer/autoload_real.php (added)
-
tags/1.9.0/vendor/composer/autoload_static.php (added)
-
tags/1.9.0/vendor/composer/installed.json (added)
-
tags/1.9.0/vendor/composer/installed.php (added)
-
tags/1.9.0/vendor/composer/platform_check.php (added)
-
tags/1.9.0/vendor/index.php (added)
-
tags/1.9.0/vendor/woocommerce (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/README.md (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/action-scheduler.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/changelog.txt (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionClaim.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionFactory.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AdminView.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Compatibility.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DataController.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DateTime.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Exception.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/ActionScheduler_FatalErrorMonitor.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/ActionScheduler_InvalidActionException.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ListTable.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/ActionScheduler_LogEntry.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/ActionScheduler_NullLogEntry.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/ActionScheduler_OptionLock.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueCleaner.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueRunner.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Versions.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/ActionScheduler_WPCommentCleaner.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/ActionScheduler_wcSystemStatus.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/WP_CLI (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Clean_Command.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/WP_CLI/Migration_Command.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/WP_CLI/ProgressBar.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/abstracts (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Lock.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Logger.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Store.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_TimezoneHelper.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/actions (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_Action.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_CanceledAction.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_FinishedAction.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_NullAction.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/data-stores (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/migration (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/migration/ActionMigrator.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/migration/BatchFetcher.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/migration/Config.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/migration/Controller.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/migration/DryRun_ActionMigrator.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/migration/DryRun_LogMigrator.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/migration/LogMigrator.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/migration/Runner.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/migration/Scheduler.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/schedules (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_CanceledSchedule.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_IntervalSchedule.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_NullSchedule.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_Schedule.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_SimpleSchedule.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/schema (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_LoggerSchema.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/deprecated (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_AdminView_Deprecated.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Schedule_Deprecated.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Store_Deprecated.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/deprecated/functions.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/functions.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/lib (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/lib/WP_Async_Request.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/lib/cron-expression (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_AbstractField.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_DayOfMonthField.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_DayOfWeekField.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldFactory.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_HoursField.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_MinutesField.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_MonthField.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_YearField.php (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/lib/cron-expression/LICENSE (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/lib/cron-expression/README.md (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/license.txt (added)
-
tags/1.9.0/vendor/woocommerce/action-scheduler/readme.txt (added)
-
tags/1.9.0/vendor/wpfluent (added)
-
tags/1.9.0/vendor/wpfluent/framework (added)
-
tags/1.9.0/vendor/wpfluent/framework/README.md (added)
-
tags/1.9.0/vendor/wpfluent/framework/composer.json (added)
-
tags/1.9.0/vendor/wpfluent/framework/src (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Container (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Container/BoundMethod.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Container/Container.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Container/ContextualBindingBuilder.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Container/Contracts (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Container/Contracts/BindingResolutionException.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Container/Contracts/CircularDependencyException.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Container/Contracts/Container.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Container/Contracts/ContextualBindingBuilder.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Container/Contracts/Psr (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Container/Contracts/Psr/ContainerExceptionInterface.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Container/Contracts/Psr/ContainerInterface.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Container/Contracts/Psr/NotFoundExceptionInterface.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Container/EntryNotFoundException.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Container/RewindableGenerator.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Container/Util.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/BaseGrammar.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/ClassMorphViolationException.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Concerns (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Concerns/BuildsQueries.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Concerns/ExplainsQueries.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/ConnectionInterface.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/ConnectionResolver.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/ConnectionResolverInterface.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/LazyLoadingViolationException.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/MultipleRecordsFoundException.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Builder.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Castable.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Casts (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Casts/ArrayObject.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsArrayObject.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsCollection.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsEncryptedArrayObject.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsEncryptedCollection.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsStringable.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Casts/Attribute.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/CastsAttributes.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/CastsInboundAttributes.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Collection.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Concerns (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/GuardsAttributes.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasAttributes.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasEvents.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasGlobalScopes.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasRelationships.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasTimestamps.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HidesAttributes.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/QueriesRelationships.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/HigherOrderBuilderProxy.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/InvalidCastException.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/JsonEncodingException.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/MassAssignmentException.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/ModelNotFoundException.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/RelationNotFoundException.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/BelongsTo.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/BelongsToMany.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/AsPivot.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/CanBeOneOfMany.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/ComparesRelatedModels.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/InteractsWithDictionary.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/InteractsWithPivotTable.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/SupportsDefaultModels.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasMany.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasManyThrough.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOne.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOneOrMany.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOneThrough.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphMany.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphOne.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphOneOrMany.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphPivot.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphTo.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphToMany.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Pivot.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Relation.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/ResourceAbleTrait.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Scope.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/ScopeInterface.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/SoftDeletes.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/SoftDeletingScope.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Orm/SupportsPartialRelations.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Query (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Query/Builder.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Query/Expression.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Query/Grammar.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Query/JoinClause.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Query/JsonExpression.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Query/MySqlGrammar.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Query/Processor.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/Query/WPDBConnection.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/QueryException.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Database/RecordsNotFoundException.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Events (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Events/Dispatcher.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Events/DispatcherInterface.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Events/NullDispatcher.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Foundation (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Foundation/App.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Foundation/Application.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Foundation/AsyncRequestTrait.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Foundation/ComponentBinder.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Foundation/Config.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Foundation/CronTaskSchedulerTrait.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Foundation/ForbiddenException.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Foundation/FoundationTrait.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Foundation/HooksRemovalTrait.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Foundation/Policy.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Foundation/RequestGuard.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Foundation/UnAuthorizedException.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Foundation/WPException.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Http (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Http/Controller.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Http/Group.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Http/Route.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Http/Router.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Http/SubstituteRouteParametersTrait.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Http/URL.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Pagination (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Pagination/AbstractCursorPaginator.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Pagination/AbstractPaginator.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Pagination/Cursor.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Pagination/CursorPaginationException.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Pagination/CursorPaginator.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Pagination/CursorPaginatorInterface.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Pagination/LengthAwarePaginator.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Pagination/LengthAwarePaginatorInterface.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Pagination/Paginator.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Pagination/PaginatorInterface.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Pagination/UrlWindow.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Request (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Request/Cleaner.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Request/File.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Request/FileHandler.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Request/InputHelperMethodsTrait.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Request/Request.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Response (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Response/Response.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/Arr.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/ArrayableInterface.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/CanBeEscapedWhenCastToString.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/Collection.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/Conditionable.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/DateTime.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/Enumerable.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/EnumeratesValues.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/ExceptionInterface.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/Facade.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/Fluent.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/ForwardsCalls.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/Helper.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/HelperFunctionsTrait.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/HigherOrderCollectionProxy.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/HigherOrderTapProxy.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/HigherOrderWhenProxy.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/InvalidArgumentException.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/ItemNotFoundException.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/JsonableInterface.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/LazyCollection.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/MacroableTrait.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/MultipleItemsFoundException.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/Number.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/Pipeline.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/Pluralizer.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/QueueableCollection.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/QueueableCollectionInterface.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/QueueableEntity.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/Reflector.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/ReflectsClosures.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/Sanitizer.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/Str.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/Stringable.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/Tappable.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Support/UrlRoutable.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Validator (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Validator/Contracts (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Validator/Contracts/File.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Validator/MessageBag.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Validator/Rule.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Validator/Rules (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Validator/Rules/ConditionalRules.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Validator/Rules/DatabaseRule.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Validator/Rules/Dimensions.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Validator/Rules/Exists.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Validator/Rules/In.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Validator/Rules/NotIn.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Validator/Rules/RequiredIf.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Validator/Rules/Unique.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Validator/ValidateDatabaseRulesTrait.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Validator/ValidatesAttributes.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Validator/ValidationData.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Validator/ValidationException.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Validator/ValidationRuleParser.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/Validator/Validator.php (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/View (added)
-
tags/1.9.0/vendor/wpfluent/framework/src/WPFluent/View/View.php (added)
-
trunk/app/Http/Controllers/AuthorizeController.php (added)
-
trunk/app/Http/Controllers/ConnectMobileAppController.php (deleted)
-
trunk/app/Http/Requests/TicketResponseRequest.php (modified) (view diffs)
-
trunk/app/Http/Routes/api.php (modified) (view diffs)
-
trunk/app/Models/Conversation.php (modified) (view diffs)
-
trunk/app/Models/SavedReply.php (modified) (view diffs)
-
trunk/app/Models/Ticket.php (modified) (view diffs)
-
trunk/app/Modules/PermissionManager.php (modified) (view diffs)
-
trunk/app/Modules/Reporting/Reporting.php (modified) (view diffs)
-
trunk/app/Modules/StatModule.php (modified) (view diffs)
-
trunk/app/Services/FluentBoardsService.php (modified) (view diffs)
-
trunk/app/Services/Helper.php (modified) (view diffs)
-
trunk/app/Services/Integrations/Maintenance.php (modified) (view diffs)
-
trunk/app/Services/Tickets/Importer/Common.php (added)
-
trunk/app/Services/Tickets/Importer/FreshDeskTickets.php (added)
-
trunk/app/Services/Tickets/Importer/HelpScoutTickets.php (added)
-
trunk/app/Services/Tickets/Importer/MigratorService.php (modified) (view diffs)
-
trunk/app/Services/Tickets/Importer/ZendeskTickets.php (added)
-
trunk/app/Services/Tickets/ResponseService.php (modified) (view diffs)
-
trunk/app/Services/TransStrings.php (modified) (view diffs)
-
trunk/app/Views/authorizer (added)
-
trunk/app/Views/authorizer/helpScout.php (added)
-
trunk/assets/admin/css/alpha-admin.css (modified) (view diffs)
-
trunk/assets/admin/js/start.js (modified) (view diffs)
-
trunk/assets/admin/js/start.js.LICENSE.txt (added)
-
trunk/assets/block-editor/js/fs_block.js (modified) (view diffs)
-
trunk/assets/block-editor/js/fs_block.js.LICENSE.txt (added)
-
trunk/assets/images/icons/integrations/fluent-community.png (added)
-
trunk/assets/portal/js/app.js (modified) (view diffs)
-
trunk/assets/portal/js/app.js.LICENSE.txt (added)
-
trunk/fluent-support.php (modified) (view diffs)
-
trunk/language/fluent-support.pot (modified) (view diffs)
-
trunk/readme.txt (modified) (view diffs)
Note: See TracChangeset
for help on using the changeset viewer.