FluentBoards – Project Management, Task Management, Goal Tracking, Kanban Board, and, Team Collaboration: 2.0.0 → trunk
18 files added or removed
Compare trunk against:
Added and removed
73 files changed size
a different byte count means the contents differ
app/Api/Classes/Tasks.php
View diff →
app/Functions/helpers.php
View diff →
app/Hooks/Handlers/ActivityHandler.php
View diff →
app/Hooks/Handlers/AdminMenuHandler.php
View diff →
app/Hooks/Handlers/BoardHandler.php
View diff →
app/Hooks/Handlers/ExternalPages.php
View diff →
app/Hooks/Handlers/FileHandler.php
View diff →
app/Hooks/Handlers/NotificationHandler.php
View diff →
app/Hooks/Handlers/ScheduleHandler.php
View diff →
app/Hooks/Handlers/ShortcodeHandler.php
View diff →
app/Hooks/Handlers/TaskHandler.php
View diff →
app/Hooks/actions.php
View diff →
app/Http/Controllers/BoardController.php
View diff →
app/Http/Controllers/CommentController.php
View diff →
app/Http/Controllers/OptionsController.php
View diff →
app/Http/Controllers/ReportController.php
View diff →
app/Http/Controllers/TaskController.php
View diff →
app/Http/Policies/SingleBoardPolicy.php
View diff →
app/Http/Policies/UserPolicy.php
View diff →
app/Models/Board.php
View diff →
app/Models/Comment.php
View diff →
app/Models/Task.php
View diff →
app/Modules/MCP/AbilitiesRegistrar.php
View diff →
app/Modules/MCP/Helpers/MCPHelper.php
View diff →
app/Modules/MCP/Tools/CommentTools.php
View diff →
app/Modules/MCP/Tools/TaskTools.php
View diff →
app/Services/AttachmentFileService.php
View diff →
app/Services/BoardService.php
View diff →
app/Services/CommentService.php
View diff →
app/Services/Constant.php
View diff →
app/Services/DescriptionMarkdownConverter.php
View diff →
app/Services/Helper.php
View diff →
app/Services/Intergrations/FluentCRM/Automations/TaskCreateAction.php
View diff →
app/Services/Intergrations/FluentFormIntegration/Bootstrap.php
View diff →
app/Services/Libs/FileSystem.php
View diff →
app/Services/NotificationService.php
View diff →
app/Services/OptionService.php
View diff →
app/Services/PermissionManager.php
View diff →
app/Services/StageService.php
View diff →
app/Services/TaskService.php
View diff →
app/Services/TransStrings.php
View diff →
app/Services/UploadService.php
View diff →
app/Services/UserService.php
View diff →
assets/UpgradeUrl.js
View diff →
assets/_AssigneeProgressList.js
View diff →
assets/_ChartTypeToggle.js
View diff →
assets/_DistributionPanel.js
View diff →
assets/_HorizontalBarPanel.js
View diff →
assets/_PriorityDistribution.js
View diff →
assets/_StatCard.js
View diff →
assets/admin/Components/Report/Activity/Activity.js
View diff →
assets/admin/Components/Report/Overview/Overview.js
View diff →
assets/admin/Components/Report/Reports.js
View diff →
assets/admin/Components/Report/Roadmap/Roadmap.js
View diff →
assets/admin/Components/Report/Tasks/Tasks.js
View diff →
assets/admin/Components/Report/Timesheet/Timesheet.js
View diff →
assets/admin/admin.css
View diff →
assets/admin/app.js
View diff →
assets/admin/crm-contact-app3/app.css
View diff →
assets/admin/crm-contact-app3/app.js
View diff →
assets/admin/single_board.js
View diff →
assets/admin/style.css
View diff →
assets/chartPalette.js
View diff →
assets/descriptionToPlainText.js
View diff →
assets/reportHelpers.js
View diff →
assets/vendor-echarts.js
View diff →
assets/vendor-element-plus.js
View diff →
assets/vendor.js
View diff →
config/vite_config.php
View diff →
fluent-boards.php
View diff →
readme.txt
View diff →
vendor/composer/autoload_classmap.php
View diff →
vendor/composer/autoload_static.php
View diff →
545 files of the same size
app/Api/Api.php
View diff →
app/Api/Classes/Boards.php
View diff →
app/Api/Classes/Stages.php
View diff →
app/Api/Classes/index.php
View diff →
app/Api/FBSApi.php
View diff →
app/Api/config.php
View diff →
app/Api/index.php
View diff →
app/App.php
View diff →
app/Functions/index.php
View diff →
app/Hooks/Cli/Commands.php
View diff →
app/Hooks/Cli/index.php
View diff →
app/Hooks/Handlers/ActivationHandler.php
View diff →
app/Hooks/Handlers/BoardMenuHandler.php
View diff →
app/Hooks/Handlers/CPTHandler.php
View diff →
app/Hooks/Handlers/DeactivationHandler.php
View diff →
app/Hooks/Handlers/DescriptionMigrationHandler.php
View diff →
app/Hooks/Handlers/FluentCrmIntegration.php
View diff →
app/Hooks/Handlers/StageArchiveHandler.php
View diff →
app/Hooks/Handlers/UpdateHandler.php
View diff →
app/Hooks/Handlers/index.php
View diff →
app/Hooks/filters.php
View diff →
app/Hooks/includes.php
View diff →
app/Hooks/index.php
View diff →
app/Hooks/shortcodes.php
View diff →
app/Http/Controllers/AiController.php
View diff →
app/Http/Controllers/Controller.php
View diff →
app/Http/Controllers/FolderController.php
View diff →
app/Http/Controllers/LabelController.php
View diff →
app/Http/Controllers/MCPSettingsController.php
View diff →
app/Http/Controllers/NotificationController.php
View diff →
app/Http/Controllers/PublicBoardController.php
View diff →
app/Http/Controllers/StageController.php
View diff →
app/Http/Controllers/UserController.php
View diff →
app/Http/Controllers/WebhookController.php
View diff →
app/Http/Controllers/index.php
View diff →
app/Http/Policies/AdminPolicy.php
View diff →
app/Http/Policies/AiPolicy.php
View diff →
app/Http/Policies/AuthPolicy.php
View diff →
app/Http/Policies/BasePolicy.php
View diff →
app/Http/Policies/BoardManagerPolicy.php
View diff →
app/Http/Policies/BoardUserPolicy.php
View diff →
app/Http/Policies/PublicBoardPolicy.php
View diff →
app/Http/Policies/TaskPolicy.php
View diff →
app/Http/Policies/WebhookPolicy.php
View diff →
app/Http/Policies/index.php
View diff →
app/Http/Requests/UserRequest.php
View diff →
app/Http/Requests/index.php
View diff →
app/Http/Routes/api.php
View diff →
app/Http/Routes/index.php
View diff →
app/Http/Routes/routes.php
View diff →
app/Http/index.php
View diff →
app/Models/Activity.php
View diff →
app/Models/Attachment.php
View diff →
app/Models/BoardTerm.php
View diff →
app/Models/CommentImage.php
View diff →
app/Models/Folder.php
View diff →
app/Models/Label.php
View diff →
app/Models/Meta.php
View diff →
app/Models/Model.php
View diff →
app/Models/Notification.php
View diff →
app/Models/NotificationUser.php
View diff →
app/Models/Relation.php
View diff →
app/Models/Stage.php
View diff →
app/Models/TaskImage.php
View diff →
app/Models/TaskMeta.php
View diff →
app/Models/Team.php
View diff →
app/Models/User.php
View diff →
app/Models/Webhook.php
View diff →
app/Models/index.php
View diff →
app/Modules/MCP/MCPInit.php
View diff →
app/Modules/MCP/Tools/BoardTools.php
View diff →
app/Modules/MCP/Tools/ContextTools.php
View diff →
app/Modules/MCP/Tools/LabelTools.php
View diff →
app/Modules/MCP/Tools/StageTools.php
View diff →
app/Modules/MCP/Tools/TaskQueryTools.php
View diff →
app/Services/AiService.php
View diff →
app/Services/FolderService.php
View diff →
app/Services/InstallService.php
View diff →
app/Services/Intergrations/FluentCRM/Automations/ContactAddedBoardTrigger.php
View diff →
app/Services/Intergrations/FluentCRM/Automations/ContactAddedTaskTrigger.php
View diff →
app/Services/Intergrations/FluentCRM/Automations/StageChangedTrigger.php
View diff →
app/Services/Intergrations/FluentCRM/Automations/index.php
View diff →
app/Services/Intergrations/FluentCRM/DeepIntegration.php
View diff →
app/Services/Intergrations/FluentCRM/Init.php
View diff →
app/Services/Intergrations/FluentCRM/index.php
View diff →
app/Services/Intergrations/FluentFormIntegration/index.php
View diff →
app/Services/Intergrations/index.php
View diff →
app/Services/LabelService.php
View diff →
app/Services/Libs/Mailer.php
View diff →
app/Services/Libs/csv/LICENSE
View diff →
app/Services/Libs/csv/autoload.php
View diff →
app/Services/Libs/csv/composer.json
View diff →
app/Services/Libs/csv/index.php
View diff →
app/Services/Libs/csv/src/AbstractCsv.php
View diff →
app/Services/Libs/csv/src/Config/Controls.php
View diff →
app/Services/Libs/csv/src/Config/Output.php
View diff →
app/Services/Libs/csv/src/Config/index.php
View diff →
app/Services/Libs/csv/src/Exception/InvalidRowException.php
View diff →
app/Services/Libs/csv/src/Exception/index.php
View diff →
app/Services/Libs/csv/src/Modifier/MapIterator.php
View diff →
app/Services/Libs/csv/src/Modifier/QueryFilter.php
View diff →
app/Services/Libs/csv/src/Modifier/RowFilter.php
View diff →
app/Services/Libs/csv/src/Modifier/StreamFilter.php
View diff →
app/Services/Libs/csv/src/Modifier/index.php
View diff →
app/Services/Libs/csv/src/Plugin/ColumnConsistencyValidator.php
View diff →
app/Services/Libs/csv/src/Plugin/ForbiddenNullValuesValidator.php
View diff →
app/Services/Libs/csv/src/Plugin/SkipNullValuesFormatter.php
View diff →
app/Services/Libs/csv/src/Plugin/index.php
View diff →
app/Services/Libs/csv/src/Reader.php
View diff →
app/Services/Libs/csv/src/Writer.php
View diff →
app/Services/Libs/csv/src/index.php
View diff →
app/Services/Libs/index.php
View diff →
app/Services/PublicAccessService.php
View diff →
app/Services/ReportService.php
View diff →
app/Services/Sanitize.php
View diff →
app/Services/index.php
View diff →
app/Views/admin/index.php
View diff →
app/Views/admin/menu.php
View diff →
app/Views/admin/single_board_shortcode.php
View diff →
app/Views/emails/assignee2.php
View diff →
app/Views/emails/comment-added.php
View diff →
app/Views/emails/comment2.php
View diff →
app/Views/emails/common-header.php
View diff →
app/Views/emails/common-style.php
View diff →
app/Views/emails/daily.php
View diff →
app/Views/emails/index.php
View diff →
app/Views/emails/invite-external.php
View diff →
app/Views/emails/subtask-reminder.php
View diff →
app/Views/emails/template.php
View diff →
app/Views/frontend/public_board.php
View diff →
app/Views/index.php
View diff →
app/Views/notification.php
View diff →
app/Vite.php
View diff →
app/index.php
View diff →
assets/admin/global_admin.js
View diff →
assets/admin/index.php
View diff →
assets/images/addons/fluent-crm.svg
View diff →
assets/images/addons/fluent-roadmap.png
View diff →
assets/images/addons/fluent-smtp.svg
View diff →
assets/images/addons/fluent-support.svg
View diff →
assets/images/addons/fluent-toolkit.svg
View diff →
assets/images/addons/fluentform.png
View diff →
assets/images/bg-shape.png
View diff →
assets/images/dashboard_icon.svg
View diff →
assets/images/empty-comment.png
View diff →
assets/images/icon.png
View diff →
assets/images/icon.svg
View diff →
assets/images/icons/reset-left-line.svg
View diff →
assets/images/index.php
View diff →
assets/images/logo.png
View diff →
assets/images/logo.svg
View diff →
assets/images/white_icon.png
View diff →
assets/images/white_icon.svg
View diff →
assets/index.php
View diff →
boot/app.php
View diff →
boot/bindings.php
View diff →
boot/globals.php
View diff →
boot/index.php
View diff →
composer.json
View diff →
config/app.php
View diff →
config/index.php
View diff →
config/vite.json
View diff →
database/DBMigrator.php
View diff →
database/DBSeeder.php
View diff →
database/Migrations/ActivityMigrator.php
View diff →
database/Migrations/AttachmentMigrator.php
View diff →
database/Migrations/BoardMigrator.php
View diff →
database/Migrations/BoardTermMigrator.php
View diff →
database/Migrations/CommentsMigrator.php
View diff →
database/Migrations/MetaMigrator.php
View diff →
database/Migrations/NotificationMigrator.php
View diff →
database/Migrations/NotificationUserMigrator.php
View diff →
database/Migrations/RelationMigrator.php
View diff →
database/Migrations/TaskMetaMigrator.php
View diff →
database/Migrations/TaskMigrator.php
View diff →
database/Migrations/TeamMigrator.php
View diff →
database/Migrations/index.php
View diff →
database/index.php
View diff →
index.php
View diff →
language/fluent-boards.pot
View diff →
language/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_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/woocommerce/action-scheduler/README.md
View diff →
vendor/woocommerce/action-scheduler/action-scheduler.php
View diff →
vendor/woocommerce/action-scheduler/changelog.txt
View diff →
vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionClaim.php
View diff →
vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionFactory.php
View diff →
vendor/woocommerce/action-scheduler/classes/ActionScheduler_AdminView.php
View diff →
vendor/woocommerce/action-scheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php
View diff →
vendor/woocommerce/action-scheduler/classes/ActionScheduler_Compatibility.php
View diff →
vendor/woocommerce/action-scheduler/classes/ActionScheduler_DataController.php
View diff →
vendor/woocommerce/action-scheduler/classes/ActionScheduler_DateTime.php
View diff →
vendor/woocommerce/action-scheduler/classes/ActionScheduler_Exception.php
View diff →
vendor/woocommerce/action-scheduler/classes/ActionScheduler_FatalErrorMonitor.php
View diff →
vendor/woocommerce/action-scheduler/classes/ActionScheduler_InvalidActionException.php
View diff →
vendor/woocommerce/action-scheduler/classes/ActionScheduler_ListTable.php
View diff →
vendor/woocommerce/action-scheduler/classes/ActionScheduler_LogEntry.php
View diff →
vendor/woocommerce/action-scheduler/classes/ActionScheduler_NullLogEntry.php
View diff →
vendor/woocommerce/action-scheduler/classes/ActionScheduler_OptionLock.php
View diff →
vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueCleaner.php
View diff →
vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueRunner.php
View diff →
vendor/woocommerce/action-scheduler/classes/ActionScheduler_RecurringActionScheduler.php
View diff →
vendor/woocommerce/action-scheduler/classes/ActionScheduler_SystemInformation.php
View diff →
vendor/woocommerce/action-scheduler/classes/ActionScheduler_Versions.php
View diff →
vendor/woocommerce/action-scheduler/classes/ActionScheduler_WPCommentCleaner.php
View diff →
vendor/woocommerce/action-scheduler/classes/ActionScheduler_wcSystemStatus.php
View diff →
vendor/woocommerce/action-scheduler/classes/WP_CLI/Action/Cancel_Command.php
View diff →
vendor/woocommerce/action-scheduler/classes/WP_CLI/Action/Create_Command.php
View diff →
vendor/woocommerce/action-scheduler/classes/WP_CLI/Action/Delete_Command.php
View diff →
vendor/woocommerce/action-scheduler/classes/WP_CLI/Action/Generate_Command.php
View diff →
vendor/woocommerce/action-scheduler/classes/WP_CLI/Action/Get_Command.php
View diff →
vendor/woocommerce/action-scheduler/classes/WP_CLI/Action/List_Command.php
View diff →
vendor/woocommerce/action-scheduler/classes/WP_CLI/Action/Next_Command.php
View diff →
vendor/woocommerce/action-scheduler/classes/WP_CLI/Action/Run_Command.php
View diff →
vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Clean_Command.php
View diff →
vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php
View diff →
vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php
View diff →
vendor/woocommerce/action-scheduler/classes/WP_CLI/Action_Command.php
View diff →
vendor/woocommerce/action-scheduler/classes/WP_CLI/Migration_Command.php
View diff →
vendor/woocommerce/action-scheduler/classes/WP_CLI/ProgressBar.php
View diff →
vendor/woocommerce/action-scheduler/classes/WP_CLI/System_Command.php
View diff →
vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler.php
View diff →
vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php
View diff →
vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php
View diff →
vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php
View diff →
vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php
View diff →
vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php
View diff →
vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Lock.php
View diff →
vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Logger.php
View diff →
vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Store.php
View diff →
vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_TimezoneHelper.php
View diff →
vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_WPCLI_Command.php
View diff →
vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_Action.php
View diff →
vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_CanceledAction.php
View diff →
vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_FinishedAction.php
View diff →
vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_NullAction.php
View diff →
vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php
View diff →
vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php
View diff →
vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php
View diff →
vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php
View diff →
vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php
View diff →
vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php
View diff →
vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php
View diff →
vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php
View diff →
vendor/woocommerce/action-scheduler/classes/migration/ActionMigrator.php
View diff →
vendor/woocommerce/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php
View diff →
vendor/woocommerce/action-scheduler/classes/migration/BatchFetcher.php
View diff →
vendor/woocommerce/action-scheduler/classes/migration/Config.php
View diff →
vendor/woocommerce/action-scheduler/classes/migration/Controller.php
View diff →
vendor/woocommerce/action-scheduler/classes/migration/DryRun_ActionMigrator.php
View diff →
vendor/woocommerce/action-scheduler/classes/migration/DryRun_LogMigrator.php
View diff →
vendor/woocommerce/action-scheduler/classes/migration/LogMigrator.php
View diff →
vendor/woocommerce/action-scheduler/classes/migration/Runner.php
View diff →
vendor/woocommerce/action-scheduler/classes/migration/Scheduler.php
View diff →
vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_CanceledSchedule.php
View diff →
vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php
View diff →
vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_IntervalSchedule.php
View diff →
vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_NullSchedule.php
View diff →
vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_Schedule.php
View diff →
vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_SimpleSchedule.php
View diff →
vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_LoggerSchema.php
View diff →
vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php
View diff →
vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php
View diff →
vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_AdminView_Deprecated.php
View diff →
vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Schedule_Deprecated.php
View diff →
vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Store_Deprecated.php
View diff →
vendor/woocommerce/action-scheduler/deprecated/functions.php
View diff →
vendor/woocommerce/action-scheduler/functions.php
View diff →
vendor/woocommerce/action-scheduler/index.php
View diff →
vendor/woocommerce/action-scheduler/lib/WP_Async_Request.php
View diff →
vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression.php
View diff →
vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_AbstractField.php
View diff →
vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_DayOfMonthField.php
View diff →
vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_DayOfWeekField.php
View diff →
vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldFactory.php
View diff →
vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php
View diff →
vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_HoursField.php
View diff →
vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_MinutesField.php
View diff →
vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_MonthField.php
View diff →
vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_YearField.php
View diff →
vendor/woocommerce/action-scheduler/lib/cron-expression/LICENSE
View diff →
vendor/woocommerce/action-scheduler/lib/cron-expression/README.md
View diff →
vendor/woocommerce/action-scheduler/license.txt
View diff →
vendor/woocommerce/action-scheduler/readme.txt
View diff →
vendor/woocommerce/index.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/DBManager.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/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/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/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/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/WPFluent/index.php
View diff →
vendor/wpfluent/framework/src/index.php
View diff →
vendor/wpfluent/index.php
View diff →