Changeset 3321687
- Timestamp:
- 07/03/2025 10:50:39 AM (5 months ago)
- Location:
- wp-payment-form
- Files:
-
- 1203 added
- 31 edited
-
tags/4.6.12 (added)
-
tags/4.6.12/LICENSE (added)
-
tags/4.6.12/app (added)
-
tags/4.6.12/app/App.php (added)
-
tags/4.6.12/app/ComposerScript.php (added)
-
tags/4.6.12/app/Hooks (added)
-
tags/4.6.12/app/Hooks/Handlers (added)
-
tags/4.6.12/app/Hooks/Handlers/ActivationHandler.php (added)
-
tags/4.6.12/app/Hooks/Handlers/AdminMenuHandler.php (added)
-
tags/4.6.12/app/Hooks/Handlers/DeactivationHandler.php (added)
-
tags/4.6.12/app/Hooks/Handlers/DependencyHandler.php (added)
-
tags/4.6.12/app/Hooks/Handlers/FormHandlers.php (added)
-
tags/4.6.12/app/Hooks/Handlers/SubmissionHandler.php (added)
-
tags/4.6.12/app/Hooks/actions.php (added)
-
tags/4.6.12/app/Hooks/filters.php (added)
-
tags/4.6.12/app/Http (added)
-
tags/4.6.12/app/Http/Controllers (added)
-
tags/4.6.12/app/Http/Controllers/AddonsController.php (added)
-
tags/4.6.12/app/Http/Controllers/Controller.php (added)
-
tags/4.6.12/app/Http/Controllers/FormController.php (added)
-
tags/4.6.12/app/Http/Controllers/FormsController.php (added)
-
tags/4.6.12/app/Http/Controllers/GlobalSettingsController.php (added)
-
tags/4.6.12/app/Http/Controllers/IntegrationController.php (added)
-
tags/4.6.12/app/Http/Controllers/ReportsController.php (added)
-
tags/4.6.12/app/Http/Controllers/SubmissionController.php (added)
-
tags/4.6.12/app/Http/Policies (added)
-
tags/4.6.12/app/Http/Policies/AdminPolicy.php (added)
-
tags/4.6.12/app/Http/Policies/FrontendUserPolicy.php (added)
-
tags/4.6.12/app/Http/Requests (added)
-
tags/4.6.12/app/Http/Requests/UserRequest.php (added)
-
tags/4.6.12/app/Http/Routes (added)
-
tags/4.6.12/app/Http/Routes/routes.php (added)
-
tags/4.6.12/app/Models (added)
-
tags/4.6.12/app/Models/Customers.php (added)
-
tags/4.6.12/app/Models/DemoForms.php (added)
-
tags/4.6.12/app/Models/Form.php (added)
-
tags/4.6.12/app/Models/GlobalSettings.php (added)
-
tags/4.6.12/app/Models/Meta.php (added)
-
tags/4.6.12/app/Models/Model.php (added)
-
tags/4.6.12/app/Models/OrderItem.php (added)
-
tags/4.6.12/app/Models/PostMeta.php (added)
-
tags/4.6.12/app/Models/Refund.php (added)
-
tags/4.6.12/app/Models/Reports.php (added)
-
tags/4.6.12/app/Models/ScheduledActions.php (added)
-
tags/4.6.12/app/Models/Submission.php (added)
-
tags/4.6.12/app/Models/SubmissionActivity.php (added)
-
tags/4.6.12/app/Models/Subscription.php (added)
-
tags/4.6.12/app/Models/SubscriptionTransaction.php (added)
-
tags/4.6.12/app/Models/Transaction.php (added)
-
tags/4.6.12/app/Modules (added)
-
tags/4.6.12/app/Modules/ActionScheduler (added)
-
tags/4.6.12/app/Modules/ActionScheduler/ActionScheduler.php (added)
-
tags/4.6.12/app/Modules/AddOnModules (added)
-
tags/4.6.12/app/Modules/AddOnModules/AddOnModule.php (added)
-
tags/4.6.12/app/Modules/Builder (added)
-
tags/4.6.12/app/Modules/Builder/Helper.php (added)
-
tags/4.6.12/app/Modules/Builder/PaymentReceipt.php (added)
-
tags/4.6.12/app/Modules/Builder/Render.php (added)
-
tags/4.6.12/app/Modules/Builder/RenderDemoForm.php (added)
-
tags/4.6.12/app/Modules/Builder/SubscriptionEntries.php (added)
-
tags/4.6.12/app/Modules/Dashboard (added)
-
tags/4.6.12/app/Modules/Dashboard/Render.php (added)
-
tags/4.6.12/app/Modules/Debug (added)
-
tags/4.6.12/app/Modules/Debug/Debug.php (added)
-
tags/4.6.12/app/Modules/Entry (added)
-
tags/4.6.12/app/Modules/Entry/Entry.php (added)
-
tags/4.6.12/app/Modules/Entry/MetaData.php (added)
-
tags/4.6.12/app/Modules/Exterior (added)
-
tags/4.6.12/app/Modules/Exterior/FramelessProcessor.php (added)
-
tags/4.6.12/app/Modules/Exterior/ProcessDemoPage.php (added)
-
tags/4.6.12/app/Modules/File (added)
-
tags/4.6.12/app/Modules/File/File.php (added)
-
tags/4.6.12/app/Modules/File/FileHandler.php (added)
-
tags/4.6.12/app/Modules/File/Stubs (added)
-
tags/4.6.12/app/Modules/File/Stubs/htaccess.stub (added)
-
tags/4.6.12/app/Modules/FluentCommunity (added)
-
tags/4.6.12/app/Modules/FluentCommunity/FluentCommunity.php (added)
-
tags/4.6.12/app/Modules/FormComponents (added)
-
tags/4.6.12/app/Modules/FormComponents/AddressFieldsComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/BaseComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/CheckBoxComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/ChoosePaymentMethodComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/ConsentComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/Container (added)
-
tags/4.6.12/app/Modules/FormComponents/Container/ThreeColumnContainer.php (added)
-
tags/4.6.12/app/Modules/FormComponents/Container/TwoColumnContainer.php (added)
-
tags/4.6.12/app/Modules/FormComponents/CustomAmountComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/CustomPhoneNumber.php (added)
-
tags/4.6.12/app/Modules/FormComponents/CustomerEmailComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/CustomerNameComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/DateComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/DemoBillplzComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/DemoChoosePaymentMethod.php (added)
-
tags/4.6.12/app/Modules/FormComponents/DemoCouponComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/DemoCurrencySwitcherComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/DemoDynamicPaymentItemComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/DemoFileUploadComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/DemoFlutterWaveComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/DemoGateways.php (added)
-
tags/4.6.12/app/Modules/FormComponents/DemoMaskInputComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/DemoMollieComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/DemoPaypalComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/DemoPayrexxComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/DemoPaystackComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/DemoRazorpayComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/DemoRecurringPaymentComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/DemoSSLCommerzComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/DemoSquareComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/DemoTabularProductsComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/DemoTaxItemComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/DemoXenditComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/DonationComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/HiddenInputComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/HtmlComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/InitComponents.php (added)
-
tags/4.6.12/app/Modules/FormComponents/ItemQuantityComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/NumberComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/PasswordComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/PaymentItemComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/PaymentSummaryComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/RadioComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/SelectComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/StepFormComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/TextAreaComponent.php (added)
-
tags/4.6.12/app/Modules/FormComponents/TextComponent.php (added)
-
tags/4.6.12/app/Modules/Integrations (added)
-
tags/4.6.12/app/Modules/Integrations/DashboardWidget.php (added)
-
tags/4.6.12/app/Modules/Integrations/TinyMceBlock.php (added)
-
tags/4.6.12/app/Modules/LeaderBoard (added)
-
tags/4.6.12/app/Modules/LeaderBoard/Render.php (added)
-
tags/4.6.12/app/Modules/Notices (added)
-
tags/4.6.12/app/Modules/Notices/DashboardNotices.php (added)
-
tags/4.6.12/app/Modules/Notices/PluginUninstallFeedback.php (added)
-
tags/4.6.12/app/Modules/NumericCalculation (added)
-
tags/4.6.12/app/Modules/NumericCalculation/NumericCalculation.php (added)
-
tags/4.6.12/app/Modules/PDF (added)
-
tags/4.6.12/app/Modules/PDF/Emogrifier (added)
-
tags/4.6.12/app/Modules/PDF/Emogrifier/Emogrifier.php (added)
-
tags/4.6.12/app/Modules/PDF/Manager (added)
-
tags/4.6.12/app/Modules/PDF/Manager/Module.php (added)
-
tags/4.6.12/app/Modules/PDF/Manager/WPPayFormPdfBuilder.php (added)
-
tags/4.6.12/app/Modules/PDF/Templates (added)
-
tags/4.6.12/app/Modules/PDF/Templates/CustomTemplate.php (added)
-
tags/4.6.12/app/Modules/PDF/Templates/GeneralTemplate.php (added)
-
tags/4.6.12/app/Modules/PDF/Templates/InvoiceTemplate.php (added)
-
tags/4.6.12/app/Modules/PDF/Templates/TemplateManager.php (added)
-
tags/4.6.12/app/Modules/PaymentMethods (added)
-
tags/4.6.12/app/Modules/PaymentMethods/Offline (added)
-
tags/4.6.12/app/Modules/PaymentMethods/Offline/OfflineElement.php (added)
-
tags/4.6.12/app/Modules/PaymentMethods/Offline/OfflineProcessor.php (added)
-
tags/4.6.12/app/Modules/PaymentMethods/Offline/OfflineSettings.php (added)
-
tags/4.6.12/app/Modules/PaymentMethods/PayPal (added)
-
tags/4.6.12/app/Modules/PaymentMethods/PaymentHelper.php (added)
-
tags/4.6.12/app/Modules/PaymentMethods/Stripe (added)
-
tags/4.6.12/app/Modules/PaymentMethods/Stripe/ApiRequest.php (added)
-
tags/4.6.12/app/Modules/PaymentMethods/Stripe/CancelSubscription.php (added)
-
tags/4.6.12/app/Modules/PaymentMethods/Stripe/Charge.php (added)
-
tags/4.6.12/app/Modules/PaymentMethods/Stripe/CheckoutSession.php (added)
-
tags/4.6.12/app/Modules/PaymentMethods/Stripe/Customer.php (added)
-
tags/4.6.12/app/Modules/PaymentMethods/Stripe/Events.php (added)
-
tags/4.6.12/app/Modules/PaymentMethods/Stripe/Invoice.php (added)
-
tags/4.6.12/app/Modules/PaymentMethods/Stripe/PaymentSuccessHandler.php (added)
-
tags/4.6.12/app/Modules/PaymentMethods/Stripe/Plan.php (added)
-
tags/4.6.12/app/Modules/PaymentMethods/Stripe/PlanSubscription.php (added)
-
tags/4.6.12/app/Modules/PaymentMethods/Stripe/SCA.php (added)
-
tags/4.6.12/app/Modules/PaymentMethods/Stripe/Stripe.php (added)
-
tags/4.6.12/app/Modules/PaymentMethods/Stripe/StripeCardElementComponent.php (added)
-
tags/4.6.12/app/Modules/PaymentMethods/Stripe/StripeHandler.php (added)
-
tags/4.6.12/app/Modules/PaymentMethods/Stripe/StripeHostedHandler.php (added)
-
tags/4.6.12/app/Modules/PaymentMethods/Stripe/StripeInlineHandler.php (added)
-
tags/4.6.12/app/Modules/Refund (added)
-
tags/4.6.12/app/Modules/Refund/Exceptions (added)
-
tags/4.6.12/app/Modules/Refund/Exceptions/RefundException.php (added)
-
tags/4.6.12/app/Modules/Refund/RefundController.php (added)
-
tags/4.6.12/app/Modules/Refund/RefundService.php (added)
-
tags/4.6.12/app/Services (added)
-
tags/4.6.12/app/Services/AccessControl.php (added)
-
tags/4.6.12/app/Services/AsyncRequest.php (added)
-
tags/4.6.12/app/Services/AutomaticUpgrader.php (added)
-
tags/4.6.12/app/Services/BackgroundInstaller.php (added)
-
tags/4.6.12/app/Services/Browser.php (added)
-
tags/4.6.12/app/Services/ConditionAssesor.php (added)
-
tags/4.6.12/app/Services/ConfirmationHelper.php (added)
-
tags/4.6.12/app/Services/CountryNames.php (added)
-
tags/4.6.12/app/Services/FormPlaceholders.php (added)
-
tags/4.6.12/app/Services/GeneralSettings.php (added)
-
tags/4.6.12/app/Services/GlobalTools.php (added)
-
tags/4.6.12/app/Services/HoneyPot.php (added)
-
tags/4.6.12/app/Services/Integrations (added)
-
tags/4.6.12/app/Services/Integrations/FluentCrm (added)
-
tags/4.6.12/app/Services/Integrations/FluentCrm/Bootstrap.php (added)
-
tags/4.6.12/app/Services/Integrations/FluentCrm/FluentCrmInit.php (added)
-
tags/4.6.12/app/Services/Integrations/FluentSupport (added)
-
tags/4.6.12/app/Services/Integrations/FluentSupport/Bootstrap.php (added)
-
tags/4.6.12/app/Services/Integrations/FluentSupport/FluentSupport.php (added)
-
tags/4.6.12/app/Services/Integrations/GlobalIntegrationManager.php (added)
-
tags/4.6.12/app/Services/Integrations/GlobalNotificationManager.php (added)
-
tags/4.6.12/app/Services/Integrations/IntegrationManager.php (added)
-
tags/4.6.12/app/Services/Integrations/MailChimp (added)
-
tags/4.6.12/app/Services/Integrations/MailChimp/MailChimp.php (added)
-
tags/4.6.12/app/Services/Integrations/MailChimp/MailChimpIntegration.php (added)
-
tags/4.6.12/app/Services/Integrations/MailChimp/MailChimpSubscriber.php (added)
-
tags/4.6.12/app/Services/Integrations/Slack (added)
-
tags/4.6.12/app/Services/Integrations/Slack/Bootstrap.php (added)
-
tags/4.6.12/app/Services/Integrations/Slack/Slack.php (added)
-
tags/4.6.12/app/Services/Integrations/Slack/SlackNotificationActions.php.php (added)
-
tags/4.6.12/app/Services/PlaceholderParser.php (added)
-
tags/4.6.12/app/Services/PluginInstaller.php (added)
-
tags/4.6.12/app/Services/ProRoutes.php (added)
-
tags/4.6.12/app/Services/Protector.php (added)
-
tags/4.6.12/app/Services/TransStrings.php (added)
-
tags/4.6.12/app/Services/Turnstile (added)
-
tags/4.6.12/app/Services/Turnstile/Turnstile.php (added)
-
tags/4.6.12/app/Views (added)
-
tags/4.6.12/app/Views/admin (added)
-
tags/4.6.12/app/Views/admin/global (added)
-
tags/4.6.12/app/Views/admin/global/global_menu.php (added)
-
tags/4.6.12/app/Views/admin/global/pdf_promo.php (added)
-
tags/4.6.12/app/Views/admin/menu.php (added)
-
tags/4.6.12/app/Views/admin/notice (added)
-
tags/4.6.12/app/Views/admin/notice/deactivate-form.php (added)
-
tags/4.6.12/app/Views/admin/settings (added)
-
tags/4.6.12/app/Views/admin/settings/index.php (added)
-
tags/4.6.12/app/Views/admin/settings/settings.php (added)
-
tags/4.6.12/app/Views/admin/show_review.php (added)
-
tags/4.6.12/app/Views/admin/template_preview.php (added)
-
tags/4.6.12/app/Views/elements (added)
-
tags/4.6.12/app/Views/elements/input_fields_html.php (added)
-
tags/4.6.12/app/Views/elements/order_items_table.php (added)
-
tags/4.6.12/app/Views/elements/subscription_id.php (added)
-
tags/4.6.12/app/Views/elements/subscriptions_info.php (added)
-
tags/4.6.12/app/Views/elements/transaction_id.php (added)
-
tags/4.6.12/app/Views/elements/user_submissions_table.php (added)
-
tags/4.6.12/app/Views/email (added)
-
tags/4.6.12/app/Views/email/default (added)
-
tags/4.6.12/app/Views/email/default/footer.php (added)
-
tags/4.6.12/app/Views/email/default/header.php (added)
-
tags/4.6.12/app/Views/email/default/styles.php (added)
-
tags/4.6.12/app/Views/frameless (added)
-
tags/4.6.12/app/Views/frameless/footer.php (added)
-
tags/4.6.12/app/Views/frameless/full_width.php (added)
-
tags/4.6.12/app/Views/frameless/header.php (added)
-
tags/4.6.12/app/Views/frameless/narrow_content.php (added)
-
tags/4.6.12/app/Views/leaderBoard (added)
-
tags/4.6.12/app/Views/leaderBoard/stats.php (added)
-
tags/4.6.12/app/Views/leaderBoard/template_0.php (added)
-
tags/4.6.12/app/Views/leaderBoard/template_1.php (added)
-
tags/4.6.12/app/Views/leaderBoard/template_2.php (added)
-
tags/4.6.12/app/Views/leaderBoard/template_3.php (added)
-
tags/4.6.12/app/Views/receipt (added)
-
tags/4.6.12/app/Views/receipt/body.php (added)
-
tags/4.6.12/app/Views/receipt/custom_css.php (added)
-
tags/4.6.12/app/Views/receipt/customer_details.php (added)
-
tags/4.6.12/app/Views/receipt/header.php (added)
-
tags/4.6.12/app/Views/receipt/index.php (added)
-
tags/4.6.12/app/Views/receipt/payment_info.php (added)
-
tags/4.6.12/app/Views/smtp (added)
-
tags/4.6.12/app/Views/user (added)
-
tags/4.6.12/app/Views/user/Community.php (added)
-
tags/4.6.12/app/Views/user/SubmissionTable.php (added)
-
tags/4.6.12/app/Views/user/dashboard.php (added)
-
tags/4.6.12/app/Views/user/login_redirect.php (added)
-
tags/4.6.12/app/index.php (added)
-
tags/4.6.12/assets (added)
-
tags/4.6.12/assets/css (added)
-
tags/4.6.12/assets/css/frameless.css (added)
-
tags/4.6.12/assets/css/leaderboard.css (added)
-
tags/4.6.12/assets/css/payforms-admin.css (added)
-
tags/4.6.12/assets/css/payforms-gutenblock.css (added)
-
tags/4.6.12/assets/css/payforms-print.css (added)
-
tags/4.6.12/assets/css/payforms-public.css (added)
-
tags/4.6.12/assets/css/quick_checkout.css (added)
-
tags/4.6.12/assets/css/twenty-twenty-one-fix.css (added)
-
tags/4.6.12/assets/css/wppayform_deactivate.css (added)
-
tags/4.6.12/assets/css/wppayform_user_dashboard.css (added)
-
tags/4.6.12/assets/fonts (added)
-
tags/4.6.12/assets/fonts/element-icons.ttf (added)
-
tags/4.6.12/assets/fonts/element-icons.woff (added)
-
tags/4.6.12/assets/fonts/vendor (added)
-
tags/4.6.12/assets/fonts/vendor/element-ui (added)
-
tags/4.6.12/assets/fonts/vendor/element-ui/lib (added)
-
tags/4.6.12/assets/fonts/vendor/element-ui/lib/theme-chalk (added)
-
tags/4.6.12/assets/fonts/vendor/element-ui/lib/theme-chalk/element-icons.ttf (added)
-
tags/4.6.12/assets/fonts/vendor/element-ui/lib/theme-chalk/element-icons.woff (added)
-
tags/4.6.12/assets/images (added)
-
tags/4.6.12/assets/images/background.jpg (added)
-
tags/4.6.12/assets/images/background2.jpg (added)
-
tags/4.6.12/assets/images/copy-icon.svg (added)
-
tags/4.6.12/assets/images/crown.svg (added)
-
tags/4.6.12/assets/images/dashboard (added)
-
tags/4.6.12/assets/images/dashboard/order.png (added)
-
tags/4.6.12/assets/images/dashboard/order.svg (added)
-
tags/4.6.12/assets/images/dashboard/spent.png (added)
-
tags/4.6.12/assets/images/dashboard/spent.svg (added)
-
tags/4.6.12/assets/images/dashboard/subscription.png (added)
-
tags/4.6.12/assets/images/dashboard/subscription.svg (added)
-
tags/4.6.12/assets/images/default_product.png (added)
-
tags/4.6.12/assets/images/default_value_screen.png (added)
-
tags/4.6.12/assets/images/document.png (added)
-
tags/4.6.12/assets/images/editor.svg (added)
-
tags/4.6.12/assets/images/empty-cart.svg (added)
-
tags/4.6.12/assets/images/flags@2x.png (added)
-
tags/4.6.12/assets/images/form (added)
-
tags/4.6.12/assets/images/form/classic_editor.svg (added)
-
tags/4.6.12/assets/images/form/confirmation.svg (added)
-
tags/4.6.12/assets/images/form/currency.svg (added)
-
tags/4.6.12/assets/images/form/custom_css.svg (added)
-
tags/4.6.12/assets/images/form/customizable-templates.svg (added)
-
tags/4.6.12/assets/images/form/defauloduct.png (added)
-
tags/4.6.12/assets/images/form/default_product.png (added)
-
tags/4.6.12/assets/images/form/design.svg (added)
-
tags/4.6.12/assets/images/form/donation_logo.svg (added)
-
tags/4.6.12/assets/images/form/donation_template.svg (added)
-
tags/4.6.12/assets/images/form/editor.svg (added)
-
tags/4.6.12/assets/images/form/entries.svg (added)
-
tags/4.6.12/assets/images/form/form-template.svg (added)
-
tags/4.6.12/assets/images/form/forms.svg (added)
-
tags/4.6.12/assets/images/form/general (added)
-
tags/4.6.12/assets/images/form/general/Three Column.svg (added)
-
tags/4.6.12/assets/images/form/general/address_input.svg (added)
-
tags/4.6.12/assets/images/form/general/checkbox.svg (added)
-
tags/4.6.12/assets/images/form/general/container.svg (added)
-
tags/4.6.12/assets/images/form/general/custom_html.svg (added)
-
tags/4.6.12/assets/images/form/general/customer_email.svg (added)
-
tags/4.6.12/assets/images/form/general/customer_name.svg (added)
-
tags/4.6.12/assets/images/form/general/date.svg (added)
-
tags/4.6.12/assets/images/form/general/file_upload_input.svg (added)
-
tags/4.6.12/assets/images/form/general/hidden_input.svg (added)
-
tags/4.6.12/assets/images/form/general/mask_input.svg (added)
-
tags/4.6.12/assets/images/form/general/number.svg (added)
-
tags/4.6.12/assets/images/form/general/password.svg (added)
-
tags/4.6.12/assets/images/form/general/phone.svg (added)
-
tags/4.6.12/assets/images/form/general/radio.svg (added)
-
tags/4.6.12/assets/images/form/general/select.svg (added)
-
tags/4.6.12/assets/images/form/general/step_form.svg (added)
-
tags/4.6.12/assets/images/form/general/terms_conditions.svg (added)
-
tags/4.6.12/assets/images/form/general/text.svg (added)
-
tags/4.6.12/assets/images/form/general/textarea.svg (added)
-
tags/4.6.12/assets/images/form/generals.svg (added)
-
tags/4.6.12/assets/images/form/grid.png (added)
-
tags/4.6.12/assets/images/form/horizantal.jpeg (added)
-
tags/4.6.12/assets/images/form/import-template.svg (added)
-
tags/4.6.12/assets/images/form/integrations.svg (added)
-
tags/4.6.12/assets/images/form/not_found.jpg (added)
-
tags/4.6.12/assets/images/form/notifications.svg (added)
-
tags/4.6.12/assets/images/form/pant1.jpg (added)
-
tags/4.6.12/assets/images/form/pant2.jpg (added)
-
tags/4.6.12/assets/images/form/pant3.jpg (added)
-
tags/4.6.12/assets/images/form/payment (added)
-
tags/4.6.12/assets/images/form/payment/coupon.svg (added)
-
tags/4.6.12/assets/images/form/payment/currency_switcher.svg (added)
-
tags/4.6.12/assets/images/form/payment/custom_payment_input.svg (added)
-
tags/4.6.12/assets/images/form/payment/donation_item.svg (added)
-
tags/4.6.12/assets/images/form/payment/dynamic_payment_item.svg (added)
-
tags/4.6.12/assets/images/form/payment/item_quantity.svg (added)
-
tags/4.6.12/assets/images/form/payment/payment_item.svg (added)
-
tags/4.6.12/assets/images/form/payment/payment_summary.svg (added)
-
tags/4.6.12/assets/images/form/payment/payments.svg (added)
-
tags/4.6.12/assets/images/form/payment/recurring_payment_item.svg (added)
-
tags/4.6.12/assets/images/form/payment/tabular_products.svg (added)
-
tags/4.6.12/assets/images/form/payment/tax_payment_input.svg (added)
-
tags/4.6.12/assets/images/form/payment_method (added)
-
tags/4.6.12/assets/images/form/payment_method/authorizedotnet.svg (added)
-
tags/4.6.12/assets/images/form/payment_method/authorizedotnet_gateway_element.svg (added)
-
tags/4.6.12/assets/images/form/payment_method/billplz_gateway_element.svg (added)
-
tags/4.6.12/assets/images/form/payment_method/choose_payment_method.svg (added)
-
tags/4.6.12/assets/images/form/payment_method/flutterwave_gateway_element.svg (added)
-
tags/4.6.12/assets/images/form/payment_method/mollie_gateway_element.svg (added)
-
tags/4.6.12/assets/images/form/payment_method/moneris_gateway_element.svg (added)
-
tags/4.6.12/assets/images/form/payment_method/offline_gateway_element.svg (added)
-
tags/4.6.12/assets/images/form/payment_method/paypal_gateway_element.svg (added)
-
tags/4.6.12/assets/images/form/payment_method/payrexx_gateway_element.svg (added)
-
tags/4.6.12/assets/images/form/payment_method/paystack_gateway_element.svg (added)
-
tags/4.6.12/assets/images/form/payment_method/razorpay_gateway_element.svg (added)
-
tags/4.6.12/assets/images/form/payment_method/square_gateway_element.svg (added)
-
tags/4.6.12/assets/images/form/payment_method/sslcommerz_gateway_element.svg (added)
-
tags/4.6.12/assets/images/form/payment_method/stripe_card_element.svg (added)
-
tags/4.6.12/assets/images/form/payment_method/vivawallet_gateway_element.svg (added)
-
tags/4.6.12/assets/images/form/payment_method/xendit_gateway_element.svg (added)
-
tags/4.6.12/assets/images/form/payments.svg (added)
-
tags/4.6.12/assets/images/form/pdf.svg (added)
-
tags/4.6.12/assets/images/form/products.svg (added)
-
tags/4.6.12/assets/images/form/row.png (added)
-
tags/4.6.12/assets/images/form/scheduling.svg (added)
-
tags/4.6.12/assets/images/form/settings.svg (added)
-
tags/4.6.12/assets/images/form/shoes1.jpg (added)
-
tags/4.6.12/assets/images/form/shoes2.jpg (added)
-
tags/4.6.12/assets/images/form/shoes3.jpg (added)
-
tags/4.6.12/assets/images/form/slack.svg (added)
-
tags/4.6.12/assets/images/form/t-shirt1.jpg (added)
-
tags/4.6.12/assets/images/form/t-shirt2.jpg (added)
-
tags/4.6.12/assets/images/form/t-shirt3.jpg (added)
-
tags/4.6.12/assets/images/form/table.png (added)
-
tags/4.6.12/assets/images/form/tabular_choose.svg (added)
-
tags/4.6.12/assets/images/form/upload_image.svg (added)
-
tags/4.6.12/assets/images/form/vertical.jpeg (added)
-
tags/4.6.12/assets/images/form/webhook.svg (added)
-
tags/4.6.12/assets/images/form/zapier.svg (added)
-
tags/4.6.12/assets/images/form_instruction.png (added)
-
tags/4.6.12/assets/images/forms (added)
-
tags/4.6.12/assets/images/forms/2.png (added)
-
tags/4.6.12/assets/images/forms/3.png (added)
-
tags/4.6.12/assets/images/forms/4.png (added)
-
tags/4.6.12/assets/images/forms/5.png (added)
-
tags/4.6.12/assets/images/forms/6.png (added)
-
tags/4.6.12/assets/images/forms/7.png (added)
-
tags/4.6.12/assets/images/forms/blank_form.svg (added)
-
tags/4.6.12/assets/images/forms/demo_blank.png (added)
-
tags/4.6.12/assets/images/forms/demo_form.png (added)
-
tags/4.6.12/assets/images/forms/demo_form2.png (added)
-
tags/4.6.12/assets/images/forms/donation_form.svg (added)
-
tags/4.6.12/assets/images/forms/left_side_template.svg (added)
-
tags/4.6.12/assets/images/forms/multipurpose.png (added)
-
tags/4.6.12/assets/images/forms/payment_form-01.svg (added)
-
tags/4.6.12/assets/images/forms/top_image_template.png (added)
-
tags/4.6.12/assets/images/gateways (added)
-
tags/4.6.12/assets/images/gateways/authorizedotnet.svg (added)
-
tags/4.6.12/assets/images/gateways/billplz.svg (added)
-
tags/4.6.12/assets/images/gateways/flutterwave.svg (added)
-
tags/4.6.12/assets/images/gateways/mollie.svg (added)
-
tags/4.6.12/assets/images/gateways/moneris.svg (added)
-
tags/4.6.12/assets/images/gateways/offline.svg (added)
-
tags/4.6.12/assets/images/gateways/paypal.svg (added)
-
tags/4.6.12/assets/images/gateways/payrexx.svg (added)
-
tags/4.6.12/assets/images/gateways/paystack.svg (added)
-
tags/4.6.12/assets/images/gateways/razorpay.svg (added)
-
tags/4.6.12/assets/images/gateways/square.svg (added)
-
tags/4.6.12/assets/images/gateways/sslcommerz.svg (added)
-
tags/4.6.12/assets/images/gateways/stripe.svg (added)
-
tags/4.6.12/assets/images/gateways/vivawallet.svg (added)
-
tags/4.6.12/assets/images/gateways/xendit.svg (added)
-
tags/4.6.12/assets/images/global (added)
-
tags/4.6.12/assets/images/global/coupon.svg (added)
-
tags/4.6.12/assets/images/global/donor_leaderboard.svg (added)
-
tags/4.6.12/assets/images/global/empty_table.svg (added)
-
tags/4.6.12/assets/images/global/fluentsmtp-banner.png (added)
-
tags/4.6.12/assets/images/global/fluentsmtp.svg (added)
-
tags/4.6.12/assets/images/global/forward.svg (added)
-
tags/4.6.12/assets/images/global/licensing.svg (added)
-
tags/4.6.12/assets/images/global/payment_icon (added)
-
tags/4.6.12/assets/images/global/payment_icon/authorizedotnet.svg (added)
-
tags/4.6.12/assets/images/global/payment_icon/billplz.svg (added)
-
tags/4.6.12/assets/images/global/payment_icon/flutterwave.svg (added)
-
tags/4.6.12/assets/images/global/payment_icon/mollie.svg (added)
-
tags/4.6.12/assets/images/global/payment_icon/moneris.svg (added)
-
tags/4.6.12/assets/images/global/payment_icon/offline.svg (added)
-
tags/4.6.12/assets/images/global/payment_icon/paypal.svg (added)
-
tags/4.6.12/assets/images/global/payment_icon/payrexx.svg (added)
-
tags/4.6.12/assets/images/global/payment_icon/paystack.svg (added)
-
tags/4.6.12/assets/images/global/payment_icon/razorpay.svg (added)
-
tags/4.6.12/assets/images/global/payment_icon/square.svg (added)
-
tags/4.6.12/assets/images/global/payment_icon/sslcommerz.svg (added)
-
tags/4.6.12/assets/images/global/payment_icon/stripe.svg (added)
-
tags/4.6.12/assets/images/global/payment_icon/vivawallet.svg (added)
-
tags/4.6.12/assets/images/global/payment_icon/xendit.svg (added)
-
tags/4.6.12/assets/images/global/pdf.svg (added)
-
tags/4.6.12/assets/images/global/permission.svg (added)
-
tags/4.6.12/assets/images/global/reCAPTCHA.svg (added)
-
tags/4.6.12/assets/images/global/serial-bg.svg (added)
-
tags/4.6.12/assets/images/global/sms_notification.svg (added)
-
tags/4.6.12/assets/images/global/tools.svg (added)
-
tags/4.6.12/assets/images/global/turnstile.svg (added)
-
tags/4.6.12/assets/images/global/user_dashboard.svg (added)
-
tags/4.6.12/assets/images/icon.png (added)
-
tags/4.6.12/assets/images/integrations (added)
-
tags/4.6.12/assets/images/integrations/activecampaign.png (added)
-
tags/4.6.12/assets/images/integrations/activecampaign.svg (added)
-
tags/4.6.12/assets/images/integrations/aweber.png (added)
-
tags/4.6.12/assets/images/integrations/fluentcrm-logo.png (added)
-
tags/4.6.12/assets/images/integrations/fluentsupport.svg (added)
-
tags/4.6.12/assets/images/integrations/google sheets.svg (added)
-
tags/4.6.12/assets/images/integrations/google-sheets.png (added)
-
tags/4.6.12/assets/images/integrations/google-sheets.svg (added)
-
tags/4.6.12/assets/images/integrations/learndash.png (added)
-
tags/4.6.12/assets/images/integrations/lifterlms.png (added)
-
tags/4.6.12/assets/images/integrations/mailchimp.png (added)
-
tags/4.6.12/assets/images/integrations/mailchimp.svg (added)
-
tags/4.6.12/assets/images/integrations/sendinblue.png (added)
-
tags/4.6.12/assets/images/integrations/slack.png (added)
-
tags/4.6.12/assets/images/integrations/telegram messenger.svg (added)
-
tags/4.6.12/assets/images/integrations/telegram.png (added)
-
tags/4.6.12/assets/images/integrations/telegram.svg (added)
-
tags/4.6.12/assets/images/integrations/tutorlms.jpg (added)
-
tags/4.6.12/assets/images/integrations/tutorlms.png (added)
-
tags/4.6.12/assets/images/integrations/twilio.png (added)
-
tags/4.6.12/assets/images/integrations/twilio.svg (added)
-
tags/4.6.12/assets/images/integrations/user_registration.png (added)
-
tags/4.6.12/assets/images/integrations/webhook.png (added)
-
tags/4.6.12/assets/images/integrations/zapier.png (added)
-
tags/4.6.12/assets/images/leaderboard (added)
-
tags/4.6.12/assets/images/leaderboard/template_2.svg (added)
-
tags/4.6.12/assets/images/leaderboard/template_3.svg (added)
-
tags/4.6.12/assets/images/migration.png (added)
-
tags/4.6.12/assets/images/offline.png (added)
-
tags/4.6.12/assets/images/payment-logo (added)
-
tags/4.6.12/assets/images/payment-logo/billplz.svg (added)
-
tags/4.6.12/assets/images/payment-logo/mollie.png (added)
-
tags/4.6.12/assets/images/payment-logo/mollie.svg (added)
-
tags/4.6.12/assets/images/payment-logo/offline.png (added)
-
tags/4.6.12/assets/images/payment-logo/offline.svg (added)
-
tags/4.6.12/assets/images/payment-logo/paypal.png (added)
-
tags/4.6.12/assets/images/payment-logo/paypal.svg (added)
-
tags/4.6.12/assets/images/payment-logo/payrexx.png (added)
-
tags/4.6.12/assets/images/payment-logo/payrexx.svg (added)
-
tags/4.6.12/assets/images/payment-logo/paystack.png (added)
-
tags/4.6.12/assets/images/payment-logo/paystack.svg (added)
-
tags/4.6.12/assets/images/payment-logo/razorpay.png (added)
-
tags/4.6.12/assets/images/payment-logo/razorpay.svg (added)
-
tags/4.6.12/assets/images/payment-logo/square.png (added)
-
tags/4.6.12/assets/images/payment-logo/square.svg (added)
-
tags/4.6.12/assets/images/payment-logo/sslcommerz.png (added)
-
tags/4.6.12/assets/images/payment-logo/sslcommerz.svg (added)
-
tags/4.6.12/assets/images/payment-logo/stripe.png (added)
-
tags/4.6.12/assets/images/payment-logo/stripe.svg (added)
-
tags/4.6.12/assets/images/payment-logo/xendit.svg (added)
-
tags/4.6.12/assets/images/payment-status (added)
-
tags/4.6.12/assets/images/payment-status/active.svg (added)
-
tags/4.6.12/assets/images/payment-status/authorized.svg (added)
-
tags/4.6.12/assets/images/payment-status/cancelled.svg (added)
-
tags/4.6.12/assets/images/payment-status/draft.svg (added)
-
tags/4.6.12/assets/images/payment-status/failed.svg (added)
-
tags/4.6.12/assets/images/payment-status/intented.svg (added)
-
tags/4.6.12/assets/images/payment-status/paid.svg (added)
-
tags/4.6.12/assets/images/payment-status/pending.svg (added)
-
tags/4.6.12/assets/images/payment-status/processing.svg (added)
-
tags/4.6.12/assets/images/payment-status/refunded.svg (added)
-
tags/4.6.12/assets/images/paypal.png (added)
-
tags/4.6.12/assets/images/payrexx.png (added)
-
tags/4.6.12/assets/images/paystack.png (added)
-
tags/4.6.12/assets/images/preview-max-min.svg (added)
-
tags/4.6.12/assets/images/promotions (added)
-
tags/4.6.12/assets/images/promotions/customer.png (added)
-
tags/4.6.12/assets/images/promotions/reports-upgrade.png (added)
-
tags/4.6.12/assets/images/razorpay.png (added)
-
tags/4.6.12/assets/images/square.png (added)
-
tags/4.6.12/assets/images/stripe.png (added)
-
tags/4.6.12/assets/images/supports (added)
-
tags/4.6.12/assets/images/supports/bug.png (added)
-
tags/4.6.12/assets/images/supports/like.png (added)
-
tags/4.6.12/assets/images/supports/support.png (added)
-
tags/4.6.12/assets/images/table (added)
-
tags/4.6.12/assets/images/table/cell-icon.svg (added)
-
tags/4.6.12/assets/images/vendor (added)
-
tags/4.6.12/assets/images/vendor/intl-tel-input (added)
-
tags/4.6.12/assets/images/vendor/intl-tel-input/build (added)
-
tags/4.6.12/assets/images/vendor/intl-tel-input/build/flags.png (added)
-
tags/4.6.12/assets/images/vendor/intl-tel-input/build/flags@2x.png (added)
-
tags/4.6.12/assets/js (added)
-
tags/4.6.12/assets/js/Community (added)
-
tags/4.6.12/assets/js/Community/CustomerDashboard.js (added)
-
tags/4.6.12/assets/js/Community/CustomerDashboard.js.LICENSE.txt (added)
-
tags/4.6.12/assets/js/dynamic-calculation.js (added)
-
tags/4.6.12/assets/js/fileupload.js (added)
-
tags/4.6.12/assets/js/leaderboard.js (added)
-
tags/4.6.12/assets/js/menu-handler.js (added)
-
tags/4.6.12/assets/js/moneris-handler.js (added)
-
tags/4.6.12/assets/js/payforms-admin.js (added)
-
tags/4.6.12/assets/js/payforms-admin.js.LICENSE.txt (added)
-
tags/4.6.12/assets/js/payforms-boot.js (added)
-
tags/4.6.12/assets/js/payforms-boot.js.LICENSE.txt (added)
-
tags/4.6.12/assets/js/payforms-publicv2.js (added)
-
tags/4.6.12/assets/js/payforms-publicv2.js.LICENSE.txt (added)
-
tags/4.6.12/assets/js/payforms-user_dashboard.js (added)
-
tags/4.6.12/assets/js/paymentItem-handler.js (added)
-
tags/4.6.12/assets/js/payrexx-handler.js (added)
-
tags/4.6.12/assets/js/paystack-handler.js (added)
-
tags/4.6.12/assets/js/price_table.js (added)
-
tags/4.6.12/assets/js/razorpay-handler.js (added)
-
tags/4.6.12/assets/js/settings-app.js (added)
-
tags/4.6.12/assets/js/settings-app.js.LICENSE.txt (added)
-
tags/4.6.12/assets/js/tabular_template.js (added)
-
tags/4.6.12/assets/js/tinymce.js (added)
-
tags/4.6.12/assets/js/tinymce_icon.png (added)
-
tags/4.6.12/assets/js/wpf-gutenblock-build.js (added)
-
tags/4.6.12/assets/js/wppayform_deactivate.js (added)
-
tags/4.6.12/assets/libs (added)
-
tags/4.6.12/assets/libs/ace (added)
-
tags/4.6.12/assets/libs/ace/ace.js (added)
-
tags/4.6.12/assets/libs/ace/ace.min.js (added)
-
tags/4.6.12/assets/libs/ace/mode-css.js (added)
-
tags/4.6.12/assets/libs/ace/mode-javascript.js (added)
-
tags/4.6.12/assets/libs/ace/mode-mysql.js (added)
-
tags/4.6.12/assets/libs/ace/theme-monokai.js (added)
-
tags/4.6.12/assets/libs/ace/worker-css.js (added)
-
tags/4.6.12/assets/libs/ace/worker-javascript.js (added)
-
tags/4.6.12/assets/libs/dropzone (added)
-
tags/4.6.12/assets/libs/dropzone/dropzone.js (added)
-
tags/4.6.12/assets/libs/dropzone/dropzone.min.js (added)
-
tags/4.6.12/assets/libs/flatpickr (added)
-
tags/4.6.12/assets/libs/flatpickr/flatpickr.css (added)
-
tags/4.6.12/assets/libs/flatpickr/flatpickr.js (added)
-
tags/4.6.12/assets/libs/flatpickr/flatpickr.min.css (added)
-
tags/4.6.12/assets/libs/flatpickr/flatpickr.min.js (added)
-
tags/4.6.12/assets/libs/intl-tel-input (added)
-
tags/4.6.12/assets/libs/intl-tel-input/css (added)
-
tags/4.6.12/assets/libs/intl-tel-input/css/intlTelInput-rtl.min.css (added)
-
tags/4.6.12/assets/libs/intl-tel-input/css/intlTelInput.css (added)
-
tags/4.6.12/assets/libs/intl-tel-input/css/intlTelInput.min.css (added)
-
tags/4.6.12/assets/libs/intl-tel-input/img (added)
-
tags/4.6.12/assets/libs/intl-tel-input/img/flags.png (added)
-
tags/4.6.12/assets/libs/intl-tel-input/img/flags.webp (added)
-
tags/4.6.12/assets/libs/intl-tel-input/img/flags@2x.png (added)
-
tags/4.6.12/assets/libs/intl-tel-input/img/flags@2x.webp (added)
-
tags/4.6.12/assets/libs/intl-tel-input/img/globe.png (added)
-
tags/4.6.12/assets/libs/intl-tel-input/img/globe.webp (added)
-
tags/4.6.12/assets/libs/intl-tel-input/img/globe@2x.png (added)
-
tags/4.6.12/assets/libs/intl-tel-input/img/globe@2x.webp (added)
-
tags/4.6.12/assets/libs/intl-tel-input/img/globe_light.png (added)
-
tags/4.6.12/assets/libs/intl-tel-input/img/globe_light.webp (added)
-
tags/4.6.12/assets/libs/intl-tel-input/img/globe_light@2x.png (added)
-
tags/4.6.12/assets/libs/intl-tel-input/img/globe_light@2x.webp (added)
-
tags/4.6.12/assets/libs/intl-tel-input/js (added)
-
tags/4.6.12/assets/libs/intl-tel-input/js/intlTelInput.min.js (added)
-
tags/4.6.12/assets/libs/intl-tel-input/js/utils.js (added)
-
tags/4.6.12/assets/libs/lity (added)
-
tags/4.6.12/assets/libs/lity/lity.css (added)
-
tags/4.6.12/assets/libs/lity/lity.js (added)
-
tags/4.6.12/assets/libs/lity/lity.min.css (added)
-
tags/4.6.12/assets/libs/lity/lity.min.js (added)
-
tags/4.6.12/assets/libs/mask (added)
-
tags/4.6.12/assets/libs/mask/jquery.mask.js (added)
-
tags/4.6.12/assets/libs/mask/jquery.mask.min.js (added)
-
tags/4.6.12/assets/libs/math-expression (added)
-
tags/4.6.12/assets/libs/math-expression/math-expression-evaluator.min.js (added)
-
tags/4.6.12/assets/libs/math-expression/math-expression.min.js (added)
-
tags/4.6.12/assets/mix-manifest.json (added)
-
tags/4.6.12/boot (added)
-
tags/4.6.12/boot/app.php (added)
-
tags/4.6.12/boot/bindings.php (added)
-
tags/4.6.12/boot/globals_dev.php (added)
-
tags/4.6.12/boot/index.php (added)
-
tags/4.6.12/boot/wppayform-globals.php (added)
-
tags/4.6.12/composer.json (added)
-
tags/4.6.12/config (added)
-
tags/4.6.12/config/app.php (added)
-
tags/4.6.12/config/index.php (added)
-
tags/4.6.12/database (added)
-
tags/4.6.12/database/DBMigrator.php (added)
-
tags/4.6.12/database/Migrations (added)
-
tags/4.6.12/database/Migrations/MetaTable.php (added)
-
tags/4.6.12/database/Migrations/MigrateHelper.php (added)
-
tags/4.6.12/database/Migrations/OrdersTable.php (added)
-
tags/4.6.12/database/Migrations/Pages.php (added)
-
tags/4.6.12/database/Migrations/SubmissionActivity.php (added)
-
tags/4.6.12/database/Migrations/SubmissionsTable.php (added)
-
tags/4.6.12/database/Migrations/Subscriptions.php (added)
-
tags/4.6.12/database/Migrations/TransactionsTable.php (added)
-
tags/4.6.12/database/index.php (added)
-
tags/4.6.12/index.php (added)
-
tags/4.6.12/language (added)
-
tags/4.6.12/language/index.php (added)
-
tags/4.6.12/language/wp-payment-form.pot (added)
-
tags/4.6.12/readme.txt (added)
-
tags/4.6.12/vendor (added)
-
tags/4.6.12/vendor/autoload.php (added)
-
tags/4.6.12/vendor/composer (added)
-
tags/4.6.12/vendor/composer/ClassLoader.php (added)
-
tags/4.6.12/vendor/composer/InstalledVersions.php (added)
-
tags/4.6.12/vendor/composer/LICENSE (added)
-
tags/4.6.12/vendor/composer/autoload_classmap.php (added)
-
tags/4.6.12/vendor/composer/autoload_files.php (added)
-
tags/4.6.12/vendor/composer/autoload_namespaces.php (added)
-
tags/4.6.12/vendor/composer/autoload_psr4.php (added)
-
tags/4.6.12/vendor/composer/autoload_real.php (added)
-
tags/4.6.12/vendor/composer/autoload_static.php (added)
-
tags/4.6.12/vendor/composer/installed.json (added)
-
tags/4.6.12/vendor/composer/installed.php (added)
-
tags/4.6.12/vendor/composer/platform_check.php (added)
-
tags/4.6.12/vendor/index.php (added)
-
tags/4.6.12/vendor/psr (added)
-
tags/4.6.12/vendor/psr/cache (added)
-
tags/4.6.12/vendor/psr/cache/CHANGELOG.md (added)
-
tags/4.6.12/vendor/psr/cache/LICENSE.txt (added)
-
tags/4.6.12/vendor/psr/cache/README.md (added)
-
tags/4.6.12/vendor/psr/cache/composer.json (added)
-
tags/4.6.12/vendor/psr/cache/src (added)
-
tags/4.6.12/vendor/psr/cache/src/CacheException.php (added)
-
tags/4.6.12/vendor/psr/cache/src/CacheItemInterface.php (added)
-
tags/4.6.12/vendor/psr/cache/src/CacheItemPoolInterface.php (added)
-
tags/4.6.12/vendor/psr/cache/src/InvalidArgumentException.php (added)
-
tags/4.6.12/vendor/psr/container (added)
-
tags/4.6.12/vendor/psr/container/.gitignore (added)
-
tags/4.6.12/vendor/psr/container/LICENSE (added)
-
tags/4.6.12/vendor/psr/container/README.md (added)
-
tags/4.6.12/vendor/psr/container/composer.json (added)
-
tags/4.6.12/vendor/psr/container/src (added)
-
tags/4.6.12/vendor/psr/container/src/ContainerExceptionInterface.php (added)
-
tags/4.6.12/vendor/psr/container/src/ContainerInterface.php (added)
-
tags/4.6.12/vendor/psr/container/src/NotFoundExceptionInterface.php (added)
-
tags/4.6.12/vendor/psr/log (added)
-
tags/4.6.12/vendor/psr/log/LICENSE (added)
-
tags/4.6.12/vendor/psr/log/Psr (added)
-
tags/4.6.12/vendor/psr/log/Psr/Log (added)
-
tags/4.6.12/vendor/psr/log/Psr/Log/AbstractLogger.php (added)
-
tags/4.6.12/vendor/psr/log/Psr/Log/InvalidArgumentException.php (added)
-
tags/4.6.12/vendor/psr/log/Psr/Log/LogLevel.php (added)
-
tags/4.6.12/vendor/psr/log/Psr/Log/LoggerAwareInterface.php (added)
-
tags/4.6.12/vendor/psr/log/Psr/Log/LoggerAwareTrait.php (added)
-
tags/4.6.12/vendor/psr/log/Psr/Log/LoggerInterface.php (added)
-
tags/4.6.12/vendor/psr/log/Psr/Log/LoggerTrait.php (added)
-
tags/4.6.12/vendor/psr/log/Psr/Log/NullLogger.php (added)
-
tags/4.6.12/vendor/psr/log/Psr/Log/Test (added)
-
tags/4.6.12/vendor/psr/log/Psr/Log/Test/DummyTest.php (added)
-
tags/4.6.12/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php (added)
-
tags/4.6.12/vendor/psr/log/Psr/Log/Test/TestLogger.php (added)
-
tags/4.6.12/vendor/psr/log/README.md (added)
-
tags/4.6.12/vendor/psr/log/composer.json (added)
-
tags/4.6.12/vendor/symfony (added)
-
tags/4.6.12/vendor/symfony/cache (added)
-
tags/4.6.12/vendor/symfony/cache-contracts (added)
-
tags/4.6.12/vendor/symfony/cache-contracts/CHANGELOG.md (added)
-
tags/4.6.12/vendor/symfony/cache-contracts/CacheInterface.php (added)
-
tags/4.6.12/vendor/symfony/cache-contracts/CacheTrait.php (added)
-
tags/4.6.12/vendor/symfony/cache-contracts/CallbackInterface.php (added)
-
tags/4.6.12/vendor/symfony/cache-contracts/ItemInterface.php (added)
-
tags/4.6.12/vendor/symfony/cache-contracts/LICENSE (added)
-
tags/4.6.12/vendor/symfony/cache-contracts/README.md (added)
-
tags/4.6.12/vendor/symfony/cache-contracts/TagAwareCacheInterface.php (added)
-
tags/4.6.12/vendor/symfony/cache-contracts/composer.json (added)
-
tags/4.6.12/vendor/symfony/cache/Adapter (added)
-
tags/4.6.12/vendor/symfony/cache/Adapter/AbstractAdapter.php (added)
-
tags/4.6.12/vendor/symfony/cache/Adapter/AbstractTagAwareAdapter.php (added)
-
tags/4.6.12/vendor/symfony/cache/Adapter/AdapterInterface.php (added)
-
tags/4.6.12/vendor/symfony/cache/Adapter/ApcuAdapter.php (added)
-
tags/4.6.12/vendor/symfony/cache/Adapter/ArrayAdapter.php (added)
-
tags/4.6.12/vendor/symfony/cache/Adapter/ChainAdapter.php (added)
-
tags/4.6.12/vendor/symfony/cache/Adapter/CouchbaseBucketAdapter.php (added)
-
tags/4.6.12/vendor/symfony/cache/Adapter/CouchbaseCollectionAdapter.php (added)
-
tags/4.6.12/vendor/symfony/cache/Adapter/DoctrineAdapter.php (added)
-
tags/4.6.12/vendor/symfony/cache/Adapter/DoctrineDbalAdapter.php (added)
-
tags/4.6.12/vendor/symfony/cache/Adapter/FilesystemAdapter.php (added)
-
tags/4.6.12/vendor/symfony/cache/Adapter/FilesystemTagAwareAdapter.php (added)
-
tags/4.6.12/vendor/symfony/cache/Adapter/MemcachedAdapter.php (added)
-
tags/4.6.12/vendor/symfony/cache/Adapter/NullAdapter.php (added)
-
tags/4.6.12/vendor/symfony/cache/Adapter/ParameterNormalizer.php (added)
-
tags/4.6.12/vendor/symfony/cache/Adapter/PdoAdapter.php (added)
-
tags/4.6.12/vendor/symfony/cache/Adapter/PhpArrayAdapter.php (added)
-
tags/4.6.12/vendor/symfony/cache/Adapter/PhpFilesAdapter.php (added)
-
tags/4.6.12/vendor/symfony/cache/Adapter/ProxyAdapter.php (added)
-
tags/4.6.12/vendor/symfony/cache/Adapter/Psr16Adapter.php (added)
-
tags/4.6.12/vendor/symfony/cache/Adapter/RedisAdapter.php (added)
-
tags/4.6.12/vendor/symfony/cache/Adapter/RedisTagAwareAdapter.php (added)
-
tags/4.6.12/vendor/symfony/cache/Adapter/TagAwareAdapter.php (added)
-
tags/4.6.12/vendor/symfony/cache/Adapter/TagAwareAdapterInterface.php (added)
-
tags/4.6.12/vendor/symfony/cache/Adapter/TraceableAdapter.php (added)
-
tags/4.6.12/vendor/symfony/cache/Adapter/TraceableTagAwareAdapter.php (added)
-
tags/4.6.12/vendor/symfony/cache/CHANGELOG.md (added)
-
tags/4.6.12/vendor/symfony/cache/CacheItem.php (added)
-
tags/4.6.12/vendor/symfony/cache/DataCollector (added)
-
tags/4.6.12/vendor/symfony/cache/DataCollector/CacheDataCollector.php (added)
-
tags/4.6.12/vendor/symfony/cache/DependencyInjection (added)
-
tags/4.6.12/vendor/symfony/cache/DependencyInjection/CacheCollectorPass.php (added)
-
tags/4.6.12/vendor/symfony/cache/DependencyInjection/CachePoolClearerPass.php (added)
-
tags/4.6.12/vendor/symfony/cache/DependencyInjection/CachePoolPass.php (added)
-
tags/4.6.12/vendor/symfony/cache/DependencyInjection/CachePoolPrunerPass.php (added)
-
tags/4.6.12/vendor/symfony/cache/DoctrineProvider.php (added)
-
tags/4.6.12/vendor/symfony/cache/Exception (added)
-
tags/4.6.12/vendor/symfony/cache/Exception/CacheException.php (added)
-
tags/4.6.12/vendor/symfony/cache/Exception/InvalidArgumentException.php (added)
-
tags/4.6.12/vendor/symfony/cache/Exception/LogicException.php (added)
-
tags/4.6.12/vendor/symfony/cache/LICENSE (added)
-
tags/4.6.12/vendor/symfony/cache/LockRegistry.php (added)
-
tags/4.6.12/vendor/symfony/cache/Marshaller (added)
-
tags/4.6.12/vendor/symfony/cache/Marshaller/DefaultMarshaller.php (added)
-
tags/4.6.12/vendor/symfony/cache/Marshaller/DeflateMarshaller.php (added)
-
tags/4.6.12/vendor/symfony/cache/Marshaller/MarshallerInterface.php (added)
-
tags/4.6.12/vendor/symfony/cache/Marshaller/SodiumMarshaller.php (added)
-
tags/4.6.12/vendor/symfony/cache/Marshaller/TagAwareMarshaller.php (added)
-
tags/4.6.12/vendor/symfony/cache/Messenger (added)
-
tags/4.6.12/vendor/symfony/cache/Messenger/EarlyExpirationDispatcher.php (added)
-
tags/4.6.12/vendor/symfony/cache/Messenger/EarlyExpirationHandler.php (added)
-
tags/4.6.12/vendor/symfony/cache/Messenger/EarlyExpirationMessage.php (added)
-
tags/4.6.12/vendor/symfony/cache/PruneableInterface.php (added)
-
tags/4.6.12/vendor/symfony/cache/Psr16Cache.php (added)
-
tags/4.6.12/vendor/symfony/cache/README.md (added)
-
tags/4.6.12/vendor/symfony/cache/ResettableInterface.php (added)
-
tags/4.6.12/vendor/symfony/cache/Traits (added)
-
tags/4.6.12/vendor/symfony/cache/Traits/AbstractAdapterTrait.php (added)
-
tags/4.6.12/vendor/symfony/cache/Traits/ContractsTrait.php (added)
-
tags/4.6.12/vendor/symfony/cache/Traits/FilesystemCommonTrait.php (added)
-
tags/4.6.12/vendor/symfony/cache/Traits/FilesystemTrait.php (added)
-
tags/4.6.12/vendor/symfony/cache/Traits/ProxyTrait.php (added)
-
tags/4.6.12/vendor/symfony/cache/Traits/RedisClusterNodeProxy.php (added)
-
tags/4.6.12/vendor/symfony/cache/Traits/RedisClusterProxy.php (added)
-
tags/4.6.12/vendor/symfony/cache/Traits/RedisProxy.php (added)
-
tags/4.6.12/vendor/symfony/cache/Traits/RedisTrait.php (added)
-
tags/4.6.12/vendor/symfony/cache/composer.json (added)
-
tags/4.6.12/vendor/symfony/deprecation-contracts (added)
-
tags/4.6.12/vendor/symfony/deprecation-contracts/CHANGELOG.md (added)
-
tags/4.6.12/vendor/symfony/deprecation-contracts/LICENSE (added)
-
tags/4.6.12/vendor/symfony/deprecation-contracts/README.md (added)
-
tags/4.6.12/vendor/symfony/deprecation-contracts/composer.json (added)
-
tags/4.6.12/vendor/symfony/deprecation-contracts/function.php (added)
-
tags/4.6.12/vendor/symfony/expression-language (added)
-
tags/4.6.12/vendor/symfony/expression-language/CHANGELOG.md (added)
-
tags/4.6.12/vendor/symfony/expression-language/Compiler.php (added)
-
tags/4.6.12/vendor/symfony/expression-language/Expression.php (added)
-
tags/4.6.12/vendor/symfony/expression-language/ExpressionFunction.php (added)
-
tags/4.6.12/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php (added)
-
tags/4.6.12/vendor/symfony/expression-language/ExpressionLanguage.php (added)
-
tags/4.6.12/vendor/symfony/expression-language/LICENSE (added)
-
tags/4.6.12/vendor/symfony/expression-language/Lexer.php (added)
-
tags/4.6.12/vendor/symfony/expression-language/Node (added)
-
tags/4.6.12/vendor/symfony/expression-language/Node/ArgumentsNode.php (added)
-
tags/4.6.12/vendor/symfony/expression-language/Node/ArrayNode.php (added)
-
tags/4.6.12/vendor/symfony/expression-language/Node/BinaryNode.php (added)
-
tags/4.6.12/vendor/symfony/expression-language/Node/ConditionalNode.php (added)
-
tags/4.6.12/vendor/symfony/expression-language/Node/ConstantNode.php (added)
-
tags/4.6.12/vendor/symfony/expression-language/Node/FunctionNode.php (added)
-
tags/4.6.12/vendor/symfony/expression-language/Node/GetAttrNode.php (added)
-
tags/4.6.12/vendor/symfony/expression-language/Node/NameNode.php (added)
-
tags/4.6.12/vendor/symfony/expression-language/Node/Node.php (added)
-
tags/4.6.12/vendor/symfony/expression-language/Node/UnaryNode.php (added)
-
tags/4.6.12/vendor/symfony/expression-language/ParsedExpression.php (added)
-
tags/4.6.12/vendor/symfony/expression-language/Parser.php (added)
-
tags/4.6.12/vendor/symfony/expression-language/README.md (added)
-
tags/4.6.12/vendor/symfony/expression-language/Resources (added)
-
tags/4.6.12/vendor/symfony/expression-language/Resources/bin (added)
-
tags/4.6.12/vendor/symfony/expression-language/Resources/bin/generate_operator_regex.php (added)
-
tags/4.6.12/vendor/symfony/expression-language/SerializedParsedExpression.php (added)
-
tags/4.6.12/vendor/symfony/expression-language/SyntaxError.php (added)
-
tags/4.6.12/vendor/symfony/expression-language/Token.php (added)
-
tags/4.6.12/vendor/symfony/expression-language/TokenStream.php (added)
-
tags/4.6.12/vendor/symfony/expression-language/composer.json (added)
-
tags/4.6.12/vendor/symfony/polyfill-php73 (added)
-
tags/4.6.12/vendor/symfony/polyfill-php73/LICENSE (added)
-
tags/4.6.12/vendor/symfony/polyfill-php73/Php73.php (added)
-
tags/4.6.12/vendor/symfony/polyfill-php73/README.md (added)
-
tags/4.6.12/vendor/symfony/polyfill-php73/Resources (added)
-
tags/4.6.12/vendor/symfony/polyfill-php73/Resources/stubs (added)
-
tags/4.6.12/vendor/symfony/polyfill-php73/Resources/stubs/JsonException.php (added)
-
tags/4.6.12/vendor/symfony/polyfill-php73/bootstrap.php (added)
-
tags/4.6.12/vendor/symfony/polyfill-php73/composer.json (added)
-
tags/4.6.12/vendor/symfony/polyfill-php80 (added)
-
tags/4.6.12/vendor/symfony/polyfill-php80/LICENSE (added)
-
tags/4.6.12/vendor/symfony/polyfill-php80/Php80.php (added)
-
tags/4.6.12/vendor/symfony/polyfill-php80/PhpToken.php (added)
-
tags/4.6.12/vendor/symfony/polyfill-php80/README.md (added)
-
tags/4.6.12/vendor/symfony/polyfill-php80/Resources (added)
-
tags/4.6.12/vendor/symfony/polyfill-php80/Resources/stubs (added)
-
tags/4.6.12/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php (added)
-
tags/4.6.12/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php (added)
-
tags/4.6.12/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php (added)
-
tags/4.6.12/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php (added)
-
tags/4.6.12/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php (added)
-
tags/4.6.12/vendor/symfony/polyfill-php80/bootstrap.php (added)
-
tags/4.6.12/vendor/symfony/polyfill-php80/composer.json (added)
-
tags/4.6.12/vendor/symfony/service-contracts (added)
-
tags/4.6.12/vendor/symfony/service-contracts/Attribute (added)
-
tags/4.6.12/vendor/symfony/service-contracts/Attribute/Required.php (added)
-
tags/4.6.12/vendor/symfony/service-contracts/Attribute/SubscribedService.php (added)
-
tags/4.6.12/vendor/symfony/service-contracts/CHANGELOG.md (added)
-
tags/4.6.12/vendor/symfony/service-contracts/LICENSE (added)
-
tags/4.6.12/vendor/symfony/service-contracts/README.md (added)
-
tags/4.6.12/vendor/symfony/service-contracts/ResetInterface.php (added)
-
tags/4.6.12/vendor/symfony/service-contracts/ServiceLocatorTrait.php (added)
-
tags/4.6.12/vendor/symfony/service-contracts/ServiceProviderInterface.php (added)
-
tags/4.6.12/vendor/symfony/service-contracts/ServiceSubscriberInterface.php (added)
-
tags/4.6.12/vendor/symfony/service-contracts/ServiceSubscriberTrait.php (added)
-
tags/4.6.12/vendor/symfony/service-contracts/Test (added)
-
tags/4.6.12/vendor/symfony/service-contracts/Test/ServiceLocatorTest.php (added)
-
tags/4.6.12/vendor/symfony/service-contracts/Test/ServiceLocatorTestCase.php (added)
-
tags/4.6.12/vendor/symfony/service-contracts/composer.json (added)
-
tags/4.6.12/vendor/symfony/var-exporter (added)
-
tags/4.6.12/vendor/symfony/var-exporter/CHANGELOG.md (added)
-
tags/4.6.12/vendor/symfony/var-exporter/Exception (added)
-
tags/4.6.12/vendor/symfony/var-exporter/Exception/ClassNotFoundException.php (added)
-
tags/4.6.12/vendor/symfony/var-exporter/Exception/ExceptionInterface.php (added)
-
tags/4.6.12/vendor/symfony/var-exporter/Exception/NotInstantiableTypeException.php (added)
-
tags/4.6.12/vendor/symfony/var-exporter/Instantiator.php (added)
-
tags/4.6.12/vendor/symfony/var-exporter/Internal (added)
-
tags/4.6.12/vendor/symfony/var-exporter/Internal/Exporter.php (added)
-
tags/4.6.12/vendor/symfony/var-exporter/Internal/Hydrator.php (added)
-
tags/4.6.12/vendor/symfony/var-exporter/Internal/Reference.php (added)
-
tags/4.6.12/vendor/symfony/var-exporter/Internal/Registry.php (added)
-
tags/4.6.12/vendor/symfony/var-exporter/Internal/Values.php (added)
-
tags/4.6.12/vendor/symfony/var-exporter/LICENSE (added)
-
tags/4.6.12/vendor/symfony/var-exporter/README.md (added)
-
tags/4.6.12/vendor/symfony/var-exporter/VarExporter.php (added)
-
tags/4.6.12/vendor/symfony/var-exporter/composer.json (added)
-
tags/4.6.12/vendor/woocommerce (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/README.md (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/action-scheduler.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/changelog.txt (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionClaim.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionFactory.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AdminView.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Compatibility.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DataController.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DateTime.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Exception.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/ActionScheduler_FatalErrorMonitor.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/ActionScheduler_InvalidActionException.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ListTable.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/ActionScheduler_LogEntry.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/ActionScheduler_NullLogEntry.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/ActionScheduler_OptionLock.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueCleaner.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueRunner.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/ActionScheduler_SystemInformation.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Versions.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/ActionScheduler_WPCommentCleaner.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/ActionScheduler_wcSystemStatus.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/WP_CLI (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/WP_CLI/Action (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/WP_CLI/Action/Cancel_Command.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/WP_CLI/Action/Create_Command.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/WP_CLI/Action/Delete_Command.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/WP_CLI/Action/Generate_Command.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/WP_CLI/Action/Get_Command.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/WP_CLI/Action/List_Command.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/WP_CLI/Action/Next_Command.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/WP_CLI/Action/Run_Command.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Clean_Command.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/WP_CLI/Action_Command.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/WP_CLI/Migration_Command.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/WP_CLI/ProgressBar.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/WP_CLI/System_Command.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/abstracts (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Lock.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Logger.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Store.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_TimezoneHelper.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_WPCLI_Command.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/actions (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_Action.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_CanceledAction.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_FinishedAction.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_NullAction.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/data-stores (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/migration (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/migration/ActionMigrator.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/migration/BatchFetcher.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/migration/Config.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/migration/Controller.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/migration/DryRun_ActionMigrator.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/migration/DryRun_LogMigrator.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/migration/LogMigrator.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/migration/Runner.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/migration/Scheduler.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/schedules (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_CanceledSchedule.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_IntervalSchedule.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_NullSchedule.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_Schedule.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_SimpleSchedule.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/schema (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_LoggerSchema.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/deprecated (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_AdminView_Deprecated.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Schedule_Deprecated.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Store_Deprecated.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/deprecated/functions.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/functions.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/lib (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/lib/WP_Async_Request.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/lib/cron-expression (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_AbstractField.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_DayOfMonthField.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_DayOfWeekField.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldFactory.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_HoursField.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_MinutesField.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_MonthField.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_YearField.php (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/lib/cron-expression/LICENSE (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/lib/cron-expression/README.md (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/license.txt (added)
-
tags/4.6.12/vendor/woocommerce/action-scheduler/readme.txt (added)
-
tags/4.6.12/vendor/wpfluent (added)
-
tags/4.6.12/vendor/wpfluent/framework (added)
-
tags/4.6.12/vendor/wpfluent/framework/README.md (added)
-
tags/4.6.12/vendor/wpfluent/framework/composer.json (added)
-
tags/4.6.12/vendor/wpfluent/framework/src (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Container (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Container/BoundMethod.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Container/Container.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Container/ContextualBindingBuilder.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Container/Contracts (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Container/Contracts/BindingResolutionException.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Container/Contracts/CircularDependencyException.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Container/Contracts/Container.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Container/Contracts/ContextualBindingBuilder.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Container/Contracts/Psr (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Container/Contracts/Psr/ContainerExceptionInterface.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Container/Contracts/Psr/ContainerInterface.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Container/Contracts/Psr/NotFoundExceptionInterface.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Container/EntryNotFoundException.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Container/RewindableGenerator.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Container/Util.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/BaseGrammar.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/ClassMorphViolationException.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Concerns (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Concerns/BuildsQueries.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Concerns/ExplainsQueries.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/ConnectionInterface.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/ConnectionResolver.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/ConnectionResolverInterface.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/LazyLoadingViolationException.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/MultipleRecordsFoundException.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Builder.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Castable.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Casts (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Casts/ArrayObject.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsArrayObject.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsCollection.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsEncryptedArrayObject.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsEncryptedCollection.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Casts/AsStringable.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Casts/Attribute.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/CastsAttributes.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/CastsInboundAttributes.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Collection.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Concerns (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/GuardsAttributes.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasAttributes.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasEvents.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasGlobalScopes.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasRelationships.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HasTimestamps.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/HidesAttributes.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Concerns/QueriesRelationships.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/HigherOrderBuilderProxy.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/InvalidCastException.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/JsonEncodingException.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/MassAssignmentException.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/ModelNotFoundException.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/RelationNotFoundException.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/BelongsTo.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/BelongsToMany.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/AsPivot.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/CanBeOneOfMany.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/ComparesRelatedModels.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/InteractsWithDictionary.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/InteractsWithPivotTable.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Concerns/SupportsDefaultModels.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasMany.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasManyThrough.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOne.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOneOrMany.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/HasOneThrough.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphMany.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphOne.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphOneOrMany.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphPivot.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphTo.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/MorphToMany.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Pivot.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations/Relation.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/ResourceAbleTrait.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Scope.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/ScopeInterface.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/SoftDeletes.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/SoftDeletingScope.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Orm/SupportsPartialRelations.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Query (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Query/Builder.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Query/Expression.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Query/Grammar.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Query/JoinClause.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Query/JsonExpression.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Query/MySqlGrammar.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Query/Processor.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Query/WPDBConnection.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/QueryException.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/RecordsNotFoundException.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Database/Schema.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Events (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Events/Dispatcher.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Events/DispatcherInterface.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Events/NullDispatcher.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Foundation (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Foundation/App.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Foundation/Application.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Foundation/AsyncRequestTrait.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Foundation/ComponentBinder.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Foundation/Config.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Foundation/CronTaskSchedulerTrait.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Foundation/ForbiddenException.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Foundation/FoundationTrait.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Foundation/HooksRemovalTrait.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Foundation/Policy.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Foundation/RequestGuard.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Foundation/UnAuthorizedException.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Foundation/WPException.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Http (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Http/Controller.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Http/Group.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Http/Route.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Http/Router.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Http/SubstituteRouteParametersTrait.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Http/URL.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Pagination (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Pagination/AbstractCursorPaginator.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Pagination/AbstractPaginator.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Pagination/Cursor.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Pagination/CursorPaginationException.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Pagination/CursorPaginator.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Pagination/CursorPaginatorInterface.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Pagination/LengthAwarePaginator.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Pagination/LengthAwarePaginatorInterface.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Pagination/Paginator.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Pagination/PaginatorInterface.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Pagination/UrlWindow.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Request (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Request/Cleaner.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Request/File.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Request/FileHandler.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Request/InputHelperMethodsTrait.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Request/Request.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Response (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Response/Response.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/Arr.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/ArrayableInterface.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/CanBeEscapedWhenCastToString.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/Collection.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/Conditionable.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/DateTime.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/Enumerable.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/EnumeratesValues.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/ExceptionInterface.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/Facade.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/Fluent.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/ForwardsCalls.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/Helper.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/HelperFunctionsTrait.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/HigherOrderCollectionProxy.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/HigherOrderTapProxy.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/HigherOrderWhenProxy.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/InvalidArgumentException.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/ItemNotFoundException.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/JsonableInterface.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/LazyCollection.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/MacroableTrait.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/MultipleItemsFoundException.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/Number.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/Pipeline.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/Pluralizer.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/QueueableCollection.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/QueueableCollectionInterface.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/QueueableEntity.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/Reflector.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/ReflectsClosures.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/Sanitizer.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/Str.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/Stringable.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/Tappable.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Support/UrlRoutable.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Validator (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Validator/Contracts (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Validator/Contracts/File.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Validator/MessageBag.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Validator/Rule.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Validator/Rules (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Validator/Rules/ConditionalRules.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Validator/Rules/DatabaseRule.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Validator/Rules/Dimensions.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Validator/Rules/Exists.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Validator/Rules/In.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Validator/Rules/NotIn.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Validator/Rules/RequiredIf.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Validator/Rules/Unique.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Validator/ValidateDatabaseRulesTrait.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Validator/ValidatesAttributes.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Validator/ValidationData.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Validator/ValidationException.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Validator/ValidationRuleParser.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/Validator/Validator.php (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/View (added)
-
tags/4.6.12/vendor/wpfluent/framework/src/WPFluent/View/View.php (added)
-
tags/4.6.12/wp-payment-form.php (added)
-
trunk/app/Hooks/Handlers/SubmissionHandler.php (modified) (view diffs)
-
trunk/app/Http/Routes/routes.php (modified) (view diffs)
-
trunk/app/Models/OrderItem.php (modified) (view diffs)
-
trunk/app/Models/Reports.php (modified) (view diffs)
-
trunk/app/Models/Submission.php (modified) (view diffs)
-
trunk/app/Modules/PaymentMethods/Offline/OfflineProcessor.php (modified) (view diffs)
-
trunk/app/Services/Integrations/FluentCrm/Bootstrap.php (modified) (view diffs)
-
trunk/app/Services/Integrations/FluentSupport/Bootstrap.php (modified) (view diffs)
-
trunk/app/Services/Integrations/MailChimp/MailChimpIntegration.php (modified) (view diffs)
-
trunk/app/Services/Integrations/Slack/Bootstrap.php (modified) (view diffs)
-
trunk/app/Views/user/dashboard.php (modified) (view diffs)
-
trunk/assets/css/payforms-admin.css (modified) (view diffs)
-
trunk/assets/css/wppayform_user_dashboard.css (modified) (view diffs)
-
trunk/assets/js/dynamic-calculation.js (modified) (view diffs)
-
trunk/assets/js/fileupload.js (modified) (view diffs)
-
trunk/assets/js/leaderboard.js (modified) (view diffs)
-
trunk/assets/js/menu-handler.js (modified) (view diffs)
-
trunk/assets/js/moneris-handler.js (modified) (view diffs)
-
trunk/assets/js/payforms-admin.js (modified) (view diffs)
-
trunk/assets/js/payforms-boot.js (modified) (view diffs)
-
trunk/assets/js/payforms-publicv2.js (modified) (view diffs)
-
trunk/assets/js/payforms-user_dashboard.js (modified) (view diffs)
-
trunk/assets/js/paymentItem-handler.js (modified) (view diffs)
-
trunk/assets/js/payrexx-handler.js (modified) (view diffs)
-
trunk/assets/js/paystack-handler.js (modified) (view diffs)
-
trunk/assets/js/razorpay-handler.js (modified) (view diffs)
-
trunk/assets/js/settings-app.js (modified) (view diffs)
-
trunk/assets/js/tabular_template.js (modified) (view diffs)
-
trunk/assets/js/wpf-gutenblock-build.js (modified) (view diffs)
-
trunk/readme.txt (modified) (view diffs)
-
trunk/wp-payment-form.php (modified) (view diffs)
Note: See TracChangeset
for help on using the changeset viewer.