├── .gitignore ├── README.md ├── changelog.xml ├── composer.json ├── essential ├── adyen │ └── module-payment │ │ ├── RK-1961-wrong-order-status-after-cancel.patch │ │ ├── add-missing-legend-to-fieldset.patch │ │ ├── add-missing-variable-declaration.patch │ │ ├── add_factory_classes_to_cli_command.patch │ │ ├── change-image-id-to-work-with-rest-api-9-8-0.patch │ │ ├── change-image-id-to-work-with-rest-api-updated.patch │ │ └── change-image-id-to-work-with-rest-api.patch ├── aheadworks │ ├── module-advanced-reports │ │ ├── aheadworks-reports-fix-css-import.patch │ │ └── remove-foreign-keys-for-indices.patch │ ├── module-advanced-reviews │ │ └── add_bool_type_casting_for_return_type.patch │ ├── module-afptc │ │ └── SCAFA-1232-division-by-zero-fix.patch │ ├── module-automatic-related-products │ │ ├── add_group_by_sku_at_product_collection.patch │ │ └── add_group_by_sku_at_product_collection_v2.5.2.patch │ ├── module-blog-search │ │ └── remove-duplicated-breadcrumbs.patch │ ├── module-blog │ │ ├── aheadworks-module-blog-fix-cleaning-products-cache.patch │ │ ├── aw-blog-add-jquery-ui-widget-dependencies.patch │ │ ├── fix-blog-post-end-date.patch │ │ ├── fix-clearing-cache-after-blog-reindex.patch │ │ ├── fix-index-invalidation-after-save-blog-post.patch │ │ ├── fix-relations-in-product-post-index.2.13.1.patch │ │ └── fix-relations-in-product-post-index.patch │ ├── module-customer-group-catalog-permissions │ │ ├── aheadworks-fix-private-const-xml-path-header-translate-title.patch │ │ ├── aheadworks-fix-product-collection-when-module-disabled.patch │ │ ├── avoid-loading-empty-id-and-optimize-loading.patch │ │ ├── fix-error-after-save-and-close-cms-page.patch │ │ └── fix-permissions-for-products-without-categories.patch │ ├── module-faq │ │ ├── add-missing-variable-declaration-php82.patch │ │ ├── m22-aheadworks-module-faq-fix-call-to-a-addCrumb-function-on-boolean.patch │ │ ├── m22-aheadworks-module-faq-fix-empty-article-id.patch │ │ ├── m245plus-compatibility-with-php-8-1.patch │ │ └── m248-php84-compatibility.patch │ ├── module-giftcard │ │ ├── aheadworks-module-giftcard-fix-giftcards-duplication.patch │ │ ├── aw_giftcard_missing_jquery_ui_widget_and_mage_validation_dependencies_fix.patch │ │ ├── aw_giftcard_missing_jquery_ui_widget_dependency.patch │ │ ├── fix-critical-error-when-giftcard-customer-not-found.patch │ │ ├── fix-giftcard-email-templates-removal-after-save.patch │ │ ├── fix-zero-subtotal-checkout.patch │ │ ├── invoice-repository-plugin-return-type-error-fix.patch │ │ ├── make-validate-return-bool-instead-of-object.patch │ │ ├── mismatch-order-item-id.patch │ │ ├── non-existing-class-fix.patch │ │ └── typecast-null-to-string-when-applying-gc-to-shipping-costs.patch │ ├── module-product-question │ │ ├── m22-aheadworks-fix-incorrect-definition.patch │ │ └── m22-aheadworks-fix-pquestion-incorrect-collection-size.patch │ ├── module-quick-order │ │ ├── fix-missing-js-validate-dependency.patch │ │ └── fix-search-criteria-for-product-list.patch │ ├── module-raf │ │ ├── fix-abs-null-exception-P2G-2654.patch │ │ ├── fix-aheadworks-raf-coupon-expiration-validation.patch │ │ ├── fix-for-not-applied-shipping-discount.patch │ │ └── fix-template-variables.patch │ ├── module-requisition-lists │ │ └── aheadworks-requisition-list-fix-for-bundle-products-price-template-renderer.patch │ └── module-reward-points │ │ ├── aheadworks-fix-reward-points-amount-for-bundles.patch │ │ ├── aw-reward-points-add-jquery-ui-widget-dependencies.patch │ │ ├── checkout_translations_html.patch │ │ ├── checkout_translations_js.patch │ │ ├── description_string_parsing.patch │ │ ├── emails-translations.patch │ │ ├── fix-invoice-reward-poits-greater-than-order-reward-points-v222.patch │ │ ├── fix-invoice-reward-poits-greater-than-order-reward-points.patch │ │ ├── fix-translate-remove-reward-points.patch │ │ └── translate-transaction-comment-in-email.patch ├── akeneo │ └── magento2-connector-enterprise │ │ └── remove-product-model-table.patch ├── amasty │ ├── adminactionslog │ │ ├── amasty-adminactionlog-performance-improvement-for-deleting-log-entries.patch │ │ ├── amasty-adminactionlog-performance-improvement-for-getting-inactive-sessions.patch │ │ ├── amasty-adminactionslog-fix-issue-with-ajax-request.patch │ │ ├── m22-amasty-adminactionslog-exception-fix.patch │ │ └── magento_v2.4.8_invalid_preference_fix.patch │ ├── base │ │ └── m22-amasty-base-sequence-fix.patch │ ├── label │ │ └── add-compatibility-with-product-tile.patch │ ├── module-advanced-conditions │ │ └── add-missing-shipping-address-extension-attributes.patch │ ├── module-advanced-permissions │ │ └── m22-amasty-advanced-permission-load-order.patch │ ├── module-banners-lite │ │ └── product-loading-optimization.patch │ ├── module-faq-product-questions │ │ ├── search-results-highlight-only-text.patch │ │ └── specify-store-id-for-product-repository.patch │ ├── module-gdpr │ │ ├── amasty-gdpr-mail-translations.patch │ │ └── check-consent-elements-length.patch │ ├── module-google-automated-discounts │ │ └── TOYS-1484-proper-result-type.patch │ ├── module-special-promo-pro │ │ ├── amasty-special-promo-pro-fix-notice-errors.patch │ │ └── avoid-duplicates-in-the-indexer.patch │ ├── module-special-promo │ │ └── remove-greater-than-0-validation-for-fields-that-are-0-by-default.patch │ ├── ogrid │ │ ├── fix-display-order-grid-sticky-header.patch │ │ └── fix-order-grid-created-at-filter.patch │ ├── payrestriction │ │ ├── avoid-multiple-ajax-requests.patch │ │ └── fix-hidden-payment-error-messages.patch │ ├── pgrid │ │ └── prevent-inserting-empty-values.patch │ ├── product-attachment │ │ └── amasty-product-attachment-2.3.7-fix-product-category-attachments.patch │ ├── promo │ │ ├── fix-issue-with-update-mysql84.patch │ │ ├── fix-mysql-error-in-cart.patch │ │ └── performance-optimize-product-loading.patch │ ├── shippingtablerates │ │ └── fix-adminhtml-style-css-filename.patch │ ├── shiprestriction │ │ └── fix-error-with-str_replace-argument-null.patch │ └── stockstatus │ │ ├── display-custom-status-on-product-configure-pages-v1.5.3.patch │ │ ├── display-custom-status-on-product-configure-pages.patch │ │ └── fix-missing-zend-uri-class.patch ├── amzn │ ├── amazon-pay-and-login-with-amazon-core-module │ │ └── m231-fix-amazon-pay-missing-street.patch │ ├── amazon-pay-magento-2-module │ │ ├── amazon-pay-fix-billing-form-visibility.patch │ │ ├── amazon-pay-fix-checkout-button-error.patch │ │ ├── fix-amazon-pay-cleanup-cron-protected-method.patch │ │ └── hotfix_add_nullsafe_operator.patch │ └── amazon-pay-module │ │ └── m23-amazon-pay-update-billing-address.patch ├── bluepayment-plugin │ └── module-bluepayment │ │ └── bluepayment-config-with-domReady.patch ├── brickfox │ └── import-export-data │ │ └── change-column-type-from-smallint-to-int.patch ├── bsscommerce │ ├── catalog-permission │ │ ├── added-check-for-category-exist-to-fix-integeration-tests.patch │ │ └── added-check-for-page_id-to-fix-integeration-tests.patch │ └── hideprice │ │ └── add-check-for-empty-child-id-in-observer.patch ├── cinovo │ ├── calculation │ │ ├── prevent-crashing-admin-panel-when-last-import-date-is-empty.patch │ │ ├── remove-redundant-block-overwrite.patch │ │ └── varnish-purge-too-many-tags.patch │ └── contact │ │ └── setup-data-patch-dependencies.patch ├── clever │ └── magento2 │ │ ├── m22-cleverreach-sequence-fix.patch │ │ ├── m22-cleverreach-url-fix.patch │ │ ├── m23-cleverreach-csrf-validation-issue.patch │ │ ├── m23-cleverreach-website-param-in-test.patch │ │ ├── m24-cleverreach-fix-customer-saved-observer.patch │ │ └── m24-cleverreach-store-save-observer-fix.patch ├── cleverzoeger │ └── ext-magento2-cleverzoeger-paqato │ │ ├── add-store-emulation-for-getting-product-image-url.patch │ │ └── change-column-type-to-int.patch ├── comwrap │ └── module-elasticsuite-blog-search │ │ └── fix-incompatibile-method-declaration.patch ├── customweb │ └── module-computopcw │ │ └── m22-computopcw-fix-error-on-transaction.patch ├── dotdigital │ └── dotdigital-magento2-extension │ │ ├── fix-error-with-cron-ddg_automation_platform_modified_contacts-DOG-1966.patch │ │ └── use-laminas-lib-instead-of-zend.patch ├── dotmailer-sms-address-validator-widget-fix.patch ├── dotmailer │ ├── dotmailer-magento2-extension-sms │ │ └── dotmailer-sms-js-mixins-issues-fix.patch │ └── dotmailer-magento2-extension │ │ ├── dotmailer-fix-error-reporting-to-flag-4-14.patch │ │ ├── dotmailer-fix-error-reporting-to-flag.patch │ │ ├── m235-fix-dotmailer-zend-mail-transport-sendmail-breaking-integration-tests.patch │ │ └── m24-dotmailer-fix-tests-setup-teardown.patch ├── dynamic-yield │ └── integration │ │ ├── dynamic-yield-php-81.patch │ │ ├── fix-url-finder-param-in-export-module.patch │ │ └── set-default-value-in-plugin-as-in-origin-method.patch ├── econda │ ├── magento2-tracking-extension │ │ └── add-missing-properties.patch │ └── tracking │ │ └── fix-empty-values.patch ├── edrone │ └── magento2module │ │ └── fix-error-with-subscribe-to-newsletter-P2G-2586.patch ├── erusev │ └── parsedown │ │ └── fix-constructor-parameter.patch ├── extendware │ └── module-deepltranslatorautosync │ │ └── fix-compatibility-with-magesuite.patch ├── ezimuel │ └── ringphp │ │ └── fix-compatibility-with-php-8-1.patch ├── firebear │ └── importexport │ │ └── fix-incompatibility-with-msi-stock-import.patch ├── firegento │ └── fastsimpleimport │ │ ├── compatibility-with-php8.patch │ │ └── remove-default-argument-from-method.patch ├── frontend │ └── add-separate-touch-slider.patch ├── getkevin │ └── kevin-magento2 │ │ ├── cast-to-string-php82-compatibility.patch │ │ └── use_laminas_lib.patch ├── gls-croatia │ └── module-shipping │ │ ├── fix-gls-croatia-ParcelStatusPlugin-isAllowed-P2G-2742.patch │ │ └── fix-gls-croatia-view-model-isParcelShopDeliveryMethod-P2G-2629.patch ├── iways │ └── module-pay-pal-plus │ │ └── replace-function-from-magento1.patch ├── klarna │ ├── module-core │ │ └── fix-klarna-logs.patch │ ├── module-kco │ │ └── klarna-kco-config-with-domReady.patch │ ├── module-logger │ │ └── remove-error-from-xml-file.patch │ ├── module-orderlines │ │ └── fix-fatal-error-dividing-by-zero.patch │ └── module-payments │ │ ├── klarna-config-with-domReady-v2.patch │ │ └── klarna-config-with-domReady.patch ├── lqt │ └── loqate-integration │ │ └── fix-improper-acl-declaration.patch ├── m23-fix-inventory-indexing-for-configurable-products.patch ├── m23-fix-thumbs-directories-structure.patch ├── m24-dotmailer-chat-fix-tests-setup-teardown.patch ├── mageants │ └── deleteaccount │ │ ├── fix-use-configuration-to-send-correct-template-updated-again.patch │ │ ├── fix-use-configuration-to-send-correct-template-updated.patch │ │ └── fix-use-configuration-to-send-correct-template.patch ├── magento │ ├── ece-tools │ │ └── ece-tools-kill-consumers.patch │ ├── framework-amqp │ │ └── m23-fix-rmq-prefetch-count.patch │ ├── framework │ │ ├── ACSD-47578_2.4.3-p2_2.4.3-p3.patch │ │ ├── PRODSECBUG-2198-2.1-CE-2019-03-25-08-33-53.patch │ │ ├── VULN-27015-2.4.4x.composer.patch │ │ ├── VULN-27015-2.4.5x.composer.patch │ │ ├── VULN-27015-2.4.6x.composer.patch │ │ ├── VULN-27015-2.4.7.composer.patch │ │ ├── VULN-27015-2.4.X.composer.patch │ │ ├── add-layout-snippet-for-broken-layout-xml-error.patch │ │ ├── cast-base-pricing-amount-to-float.patch │ │ ├── change-default-charset-to-utf8mb4.patch │ │ ├── emails-are-not-sent-for-email-containing-hyphen.patch │ │ ├── fix-invalid-date-in-invoice-pdf.patch │ │ ├── fix-issue-with-missing-AmPmMarkers.patch │ │ ├── fix-merged-assets-generation-to-avoid-broken-css-and-js.patch │ │ ├── framework-secure-cookie.patch │ │ ├── m21-customer-grid-indexing-fix.patch │ │ ├── m21-fix-file-permissions.patch │ │ ├── m22-allow-css-classes-with-bom.patch │ │ ├── m22-customer-grid-indexing-fix.patch │ │ ├── m22-fix-email-issue-framework.patch │ │ ├── m22-image-upload-to-symlinked-dir-fix.patch │ │ ├── m225plus-fix-svg-files-upload.patch │ │ ├── m226minus-fix-file-permissions.patch │ │ ├── m226plus-fix-file-permissions.patch │ │ ├── m227minus-fix-escaper-with-special-symbols.patch │ │ ├── m23-return-500-http-code-on-fatal-error.patch │ │ ├── m232minus-product-metadata-cache.patch │ │ ├── m233-fix-special-chars-in-email.patch │ │ ├── m233-m242-security-MDVA-43395-MDVA-43443.patch │ │ ├── m233-metadata-cache-in-cron.patch │ │ ├── m235-fix-autoloader-registry.patch │ │ ├── m235-fix-special-chars-in-email.patch │ │ ├── m236-fix-filename-is-too-long-exception.patch │ │ ├── m243plus-mview-fix-fetching-ids-from-changelog.patch │ │ ├── m243plus-security-MDVA-43395-MDVA-43443.patch │ │ ├── m248-custom-maintenance-lock-location.patch │ │ ├── m2x-custom-maintenance-lock-location.patch │ │ ├── magento-framework-Mview-View-fixes-custom-changelog-batchsize-set-in-di-xml-is-used-as-string-and-throws-an-exception-in-Magento-v2-3-3.diff │ │ ├── magento-framework-xsd-allow-group-attribute-on-referenceblock.patch │ │ ├── php81_exclude_type_mixed_from_nullable_check.patch │ │ ├── port-of-default-charset-fixes-for-mysql-8-0-29-from-magento-243-p1.patch │ │ ├── port-of-default-charset-fixes-for-mysql-8-0-29-from-magento-246.patch │ │ ├── prevent-exception-when-content-staging-section-is-not-defined.patch │ │ └── protect-merging-empty-config.patch │ ├── magento2-base │ │ ├── add-reflection-for-intercepted-test-config.patch │ │ ├── m22-ios-fullscreen-gallery-close-fix.patch │ │ ├── m23-fix-gallery-jumping.patch │ │ ├── m23-fix-main-thread-blocking.patch │ │ ├── m23-improve-domready-performance.patch │ │ ├── m232-fix-fullscreen-gallery-touch-swiping.patch │ │ ├── m233-collapsible-scrolling-fix.patch │ │ ├── m235-fix-create-customer-account-with-dob-lib.patch │ │ ├── m24-fix-gallery-swipe-and-close-button-on-mobile.patch │ │ ├── m24-fix-setup-module-php-comma-for-php-73.patch │ │ ├── m24-fix-trim-input-missing-jquery-widget-dependency.patch │ │ ├── m243-plus-fix-setup-module-php-comma-for-php-73.patch │ │ ├── m244-plus-fix-setup-module-php-comma-for-php-73.patch │ │ ├── m244-unexpected-token-const.patch │ │ ├── m245-jquery-storage-dependencies-fix.patch │ │ ├── m246-fix-gallery-swipe-on-mobile.patch │ │ ├── m248-fix-datepicker-position.patch │ │ ├── make-dependencies-optional-for-dialog-widget.patch │ │ ├── oom-debugger.patch │ │ ├── prevent-openeing-minicart-after-fotorama-fullscreen-close.patch │ │ ├── refactor-mixins-js-module.patch │ │ ├── remove-console-info-and-warnings.patch │ │ ├── remove-hardcoded-polyfill.patch │ │ └── sansec-cosmic-sting-hotfix.patch │ ├── module-advanced-sales-rule │ │ └── m23-advanced-rule-condition-product-fetching-performance-fix.patch │ ├── module-asynchronous-operations │ │ └── m24-fix-asynchronous-operations.patch │ ├── module-banner │ │ └── fix-saving-banner-content-when-current-content-value-is-null.patch │ ├── module-bundle │ │ ├── m22plus-fix-bundle-disabled-price.patch │ │ ├── m23-fix-getidentities-for-bundle.patch │ │ ├── m24-bundle-fix-range-price-render.patch │ │ ├── m246-fix-bundle-option-amount-always-return-float.patch │ │ └── return-zero-weight-for-bundle-product-with-no-options.patch │ ├── module-catalog-import-export │ │ ├── fix-for-apply-to-error.patch │ │ ├── m22-fix-missing-url-key-after-import.patch │ │ ├── m24-fix-performance-hash-issue.patch │ │ └── m245-fix-performance-hash-issue.patch │ ├── module-catalog-inventory │ │ ├── FZ_608_do_not_refresh_low_stock_date_it_its_already_set.patch │ │ ├── fix-stock-inventory-reindex-bug.patch │ │ ├── m22-fix-stock-mview-indexing.patch │ │ ├── m24-fix-for-clear-product-and-category-cache-after-placing-order.patch │ │ ├── m244-plus-wrap-cataloginventory-indexer-with-transaction.patch │ │ ├── remove-second-join-to-inventory-table.patch │ │ └── wrap-cataloginventory-indexer-with-transaction.patch │ ├── module-catalog-rule │ │ └── RK-2101-add-more-operators-to-null-value-checking.patch │ ├── module-catalog-search │ │ ├── clear-product-cache-after-reindex.patch │ │ ├── disable-elasticsearch-reindex-in-category-product-indexer.patch │ │ ├── m242-remove-deletion-of-products-in-partial-indexing.patch │ │ ├── m243plus-remove-deletion-of-products-in-partial-indexing.patch │ │ ├── m247plus-remove-deletion-of-products-in-partial-indexing.patch │ │ └── m24plus-remove-deletion-of-products-in-partial-indexing.patch │ ├── module-catalog-url-rewrite │ │ ├── m22-fix-language-switcher.patch │ │ └── m242-fix-catalog-url-rewrite-data-patch.patch │ ├── module-catalog │ │ ├── ACSD-54972_2.4.6-p2.patch │ │ ├── ACSD-65848_2.4.8.patch │ │ ├── disable_forced_translator_reload.patch │ │ ├── fix-disabled-categories-not-grayed-out-2_4_7_p3.patch │ │ ├── m22-fix-tier-price-saving-issue.patch │ │ ├── m22-related-products-sorting.patch │ │ ├── m224minus-saving-int-attribute-type.patch │ │ ├── m224plus-saving-int-attribute-type.patch │ │ ├── m225minus-fix-huge-localstorage.patch │ │ ├── m226plus-fix-huge-localstorage.patch │ │ ├── m233-fix-category-image-missing-after-save.patch │ │ ├── m235-fix-category-image-missing-after-save.patch │ │ ├── m23plus-fix-flat-table-indexer-on-null.patch │ │ ├── m24-breadcrumbs-path-cache.patch │ │ ├── m24-category-loading-performance-fix.patch │ │ ├── m24-media-gallery-images-array-fix.patch │ │ ├── m24-price-box-fixes.patch │ │ ├── m24-remove-category-tag-from-topmenu.patch │ │ ├── m242-wrap-price-indexer-with-transaction.patch │ │ ├── m243-fix-prices-config-data.patch │ │ ├── m247-fix-redis-issues-for-admin-category-tree.patch │ │ ├── sanitize-preconfigured-product-qty-value.patch │ │ └── swatches-container-a11y.patch │ ├── module-checkout-agreements │ │ ├── m23-allow-to-use-html-in-toc.patch │ │ ├── m24-remove-agreements-check-when-not-placing-order.patch │ │ └── m248-allow-to-use-html-in-toc.patch │ ├── module-checkout │ │ ├── autocomplete-checkout-inputs-xml.patch │ │ ├── fix-for-load-parent-children.patch │ │ ├── fix-validation-error-with-region-id.patch │ │ ├── m22-shipping-method-undefined-title.patch │ │ ├── m2210_m2211-fix-free-gift-promo-checkout-break.patch │ │ ├── m228_m229-fix-free-gift-promo-checkout-break.patch │ │ ├── m231-fix-free-gift-promo-checkout-break.patch │ │ ├── m232-checkout-customer-id-exception.patch │ │ ├── m232-empty-network-falure-error-fix.patch │ │ ├── m232-fix-free-gift-promo-checkout-break.patch │ │ ├── m232-store-id-check-fix.patch │ │ ├── m233-fix-free-gift-promo-checkout-break.patch │ │ ├── m233-store-id-check-fix.patch │ │ ├── m234_m241-fix-free-gift-promo-checkout-break.patch │ │ ├── m235plus-shipping-method-undefined-title.patch │ │ ├── m237_m242-fix-free-gift-promo-checkout-break.patch │ │ ├── m242-fix-prefix-array-element-index.patch │ │ ├── m243-autocomplete-checkout.patch │ │ ├── m243-do-not-send-billing-address-if-invalid.patch │ │ ├── m244-autocomplete-checkout.patch │ │ ├── m246-do-not-send-billing-address-if-invalid.patch │ │ ├── m246-fix-billing-address-validation.patch │ │ ├── m246-url-builder-with-domReady.patch │ │ ├── m247-shipping-rates-validator.patch │ │ ├── m248-autocomplete-checkout.patch │ │ ├── replace-jquery-ui-fade.patch │ │ └── validate-only-visible-email.patch │ ├── module-cms │ │ ├── m22-remove-getimagesize-wysiwyg-media.patch │ │ ├── m232-remove-getimagesize-wysiwyg-media.patch │ │ ├── m233-remove-getimagesize-wysiwyg-media-fix-thumbs-generation.patch │ │ ├── m235-remove-getimagesize-wysiwyg-media-fix-thumbs-generation.patch │ │ ├── m24-cms-disable-checking-image-mime-type.patch │ │ ├── m242-remove-getimagesize-wysiwyg-media-fix-thumbs-generation.patch │ │ ├── m243-remove-getimagesize-wysiwyg-media-fix-thumbs-generation.patch │ │ ├── prevent-generating-wysiwyg-thumbnails-on-the-fly.patch │ │ └── return-full-url-to-uploaded-wysiwyg-image.patch │ ├── module-company-shipping │ │ └── company-shipping-carriers-default-titles.patch │ ├── module-company │ │ └── m234plus-enable-ua-tree-data-translations.patch │ ├── module-config │ │ ├── m22-magento-config-load-order.patch │ │ ├── m23-magento-config-save-default-config-for-website.patch │ │ └── m241-config-array-selector.patch │ ├── module-configurable-product │ │ ├── admin-bulk-gallery-upload-url.patch │ │ └── check-max-regular-amount-before-getting-max-price.patch │ ├── module-contact │ │ └── fix-empty-spaces-in-contact-form-comment-input.patch │ ├── module-cron │ │ └── m22-cron-duplicates-fix.patch │ ├── module-csp │ │ ├── Revert_AC-15165_2.4.8-p3_composer.patch │ │ └── m246p13_m247p8_fix_sri_file_generate.patch │ ├── module-customer-custom-attributes │ │ ├── m24-fix-protected-file-extensions-in-customer-custom-attributes.patch │ │ └── m245-fix-protected-file-extensions-in-customer-custom-attributes.patch │ ├── module-customer │ │ ├── allow-dots-commas-and-digits-in-city-field.patch │ │ ├── allow-saving-custom-attributes-after-unserialization.patch │ │ ├── autocomplete-user-area.patch │ │ ├── customer-addresses-domReady.patch │ │ ├── customer-data-initialization-fix.patch │ │ ├── disable-customer-address-file-upload.patch │ │ ├── fix-customer-custom-attribute-set-blank.patch │ │ ├── fix-customer-export-in-admin-panel.patch │ │ ├── fix-customer-module-prefix-translation.patch │ │ ├── fix-customer-prefix-options-translation.patch │ │ ├── fix-section-config.patch │ │ ├── m226minus-fix-newsletter-subscription-for-multiple-storeviews.patch │ │ ├── m227minus-telephone-not-required.patch │ │ ├── m230-fix-deleting-address-returns-404-page.patch │ │ ├── m233-autocomplete-user-area.patch │ │ ├── m233-fix-customer-transaction-emails.patch │ │ ├── m233minus-magento-customer-fix-admin-country-edit.patch │ │ ├── m234plus-fix-customer-transaction-emails.patch │ │ ├── m235-autocomplete-user-area.patch │ │ ├── m235-fix-create-customer-account-with-dob.patch │ │ ├── m23plus-fix-VatValidator-validate-returns-error-if-region-in-quoteAddress-is-not-set.patch │ │ ├── m24-fix-doubled-prefix-in-user-account.patch │ │ ├── m242-fix-prefix-options-select.patch │ │ ├── m243-autocomplete-user-area.patch │ │ ├── m244-plus-customer-data-initialization-fix.patch │ │ ├── m246-autocomplete-user-area.patch │ │ ├── m246-customer-data-with-domReady.patch │ │ ├── m246-fix-prefix-options-select.patch │ │ ├── m248-autocomplete-user-area.patch │ │ ├── patch-iconv-issue-magento-eb34e347.patch │ │ ├── prevent-create-account-form-button-from-staying-disabled-after-incorrect-data-submission.patch │ │ ├── validation-changes-allow-additional-characters.patch │ │ ├── vat-number-validation-service-url-update.patch │ │ ├── vuln-28982-2-4-5x-v2-composer.patch │ │ ├── vuln-28982-2-4-6x-v2-composer.patch │ │ └── vuln-28982-2-4-7x-v2-composer.patch │ ├── module-directory │ │ ├── m243-fix-incorrect-amount-display-for-currency-in-summary-section.patch │ │ └── m248-set-only-one-default-country-in-options.patch │ ├── module-eav │ │ └── patch-iconv-issue-magento-eb34e347.patch │ ├── module-elasticsearch │ │ ├── m24-disable-products-es-reindex-after-category-change.patch │ │ └── m244-plus-disable-products-es-reindex-after-category-change.patch │ ├── module-email │ │ ├── VULN-31609_2.4.X.patch │ │ ├── m233-m242-security-MDVA-43395-MDVA-43443.patch │ │ ├── m243plus-security-MDVA-43395-MDVA-43443.patch │ │ └── m245-fix-deprecated-jquery-function.patch │ ├── module-gift-card-account │ │ └── fix-giftcard-can-not-be-used-after-order-cancelation.patch │ ├── module-gift-card │ │ └── m23c-fix-duplicated-giftcard-codes-after-edit-invoice.patch │ ├── module-import-export │ │ ├── m22-fix-skip-import-validation-strategy.patch │ │ ├── m231-fix-skip-import-validation-strategy.patch │ │ └── m232-fix-skip-import-validation-strategy.patch │ ├── module-inventory-bundle-product-indexer │ │ ├── wrap-inventory-bundle-indexer-stock-with-transaction.patch │ │ └── wrap-inventory-bundle-indexer-with-transaction.patch │ ├── module-inventory-bundle-product │ │ ├── m244-plus-skip-msi-bundle-sourceitem-validator.patch │ │ └── skip-msi-bundle-sourceitem-validator.patch │ ├── module-inventory-cache │ │ └── avoid-cleaning-all-caches-in-scheduled-mode.patch │ ├── module-inventory-catalog-search │ │ ├── disable-forced-catalog-search-reindex.patch │ │ └── m247-plus-disable-forced-catalog-search-reindex.patch │ ├── module-inventory-catalog │ │ ├── m245_prevent_legacy_stock_update_using_itself_for_product_status_change.patch │ │ └── m247-optimize-is-single-source-check.patch │ ├── module-inventory-configurable-product-indexer │ │ └── wrap-inventory-configurable-indexer-with-transaction.patch │ ├── module-inventory-grouped-product-indexer │ │ └── wrap-inventory-grouped-indexer-with-transaction.patch │ ├── module-inventory-in-store-pickup-frontend │ │ └── a11y-store-selector-input-autocomplete.patch │ ├── module-inventory-in-store-pickup-sales │ │ └── fix-customer-name-in-email.patch │ ├── module-inventory-indexer │ │ ├── m244-plus-wrap-inventory-indexer-with-transaction.patch │ │ ├── m247-plus-wrap-inventory-indexer-with-transaction.patch │ │ ├── optimize-indexer-for-stock-update.patch │ │ └── wrap-inventory-indexer-with-transaction.patch │ ├── module-inventory-sales-frontend-ui │ │ └── m230-check-product-qty-greater-than-0.patch │ ├── module-inventory-source-selection-api │ │ └── normalize-sku-in-source-selection-api.patch │ ├── module-inventory-source-selection │ │ └── m23-msi-source-selection-request-fix.patch │ ├── module-inventory │ │ └── m243_fix_stores_import_name_not_unique.patch │ ├── module-login-as-customer-assistance │ │ └── m24-login-as-customer-js-error-register.patch │ ├── module-media-gallery-ui │ │ ├── get-image-relative-path.patch │ │ ├── image-path-added.patch │ │ └── port-of-get-directory-tree-from-magento-246.patch │ ├── module-media-storage │ │ └── m230-fix-product-image-watermark-processing.patch │ ├── module-multiple-wishlist │ │ └── disable-output-of-wishlists-when-module-is-disabled.patch │ ├── module-newsletter │ │ └── m23-fix-newsletter-subscription-emails.patch │ ├── module-offline-shipping │ │ └── fix-issue-with-negative-package-amount.patch │ ├── module-order-cancellation-ui │ │ └── translate-order-cancellation-modal-title.patch │ ├── module-page-builder │ │ ├── add-font-size-to-wysiwyg-editor.patch │ │ └── m24-fix-page-builder-clean-install.patch │ ├── module-page-cache │ │ ├── m23-do-not-send-vary-if-headers-already-sent.patch │ │ ├── m23-form-key-secure-cookie.patch │ │ └── process-layout-render-performance-optimisation.patch │ ├── module-payment-services-paypal │ │ ├── cast-variable-to-string.patch │ │ ├── fix-checked-state-when-switching-shipping-method.patch │ │ ├── skip-creating-blocks-in-checkout.patch │ │ └── skip-sending-tracking-when-module-is-disabled.patch │ ├── module-payment │ │ └── m23-fix-payment-method-filter-in-order-grid.patch │ ├── module-paypal │ │ ├── invalidate-checkout-data-after-paypal-express-payment.patch │ │ ├── m232-paypal-fix-for-customer-automatic-group-assignment.patch │ │ ├── m24-fix-paypal-billing-address.patch │ │ └── paypal-express-fix-customer-name.patch │ ├── module-persistent │ │ ├── fix-quote-state-error-after-session-timeout.patch │ │ └── m232-the-shipping-information-was-unable-to-be-saved.patch │ ├── module-product-alert │ │ └── RK-2062-no_callback_for_catalog_product_alert.patch │ ├── module-product-video │ │ └── fotorama-video-add-touchend-event-on-mobile.patch │ ├── module-quick-order │ │ └── fix-qty-type-in-quick-order.patch │ ├── module-quote │ │ ├── fix-error-redirect-action.patch │ │ ├── fix-for-customer-managment.patch │ │ ├── fix-translations-in-the-rest-api-request.patch │ │ ├── m21plus-quote-infinity-loop.patch │ │ ├── m22-dont-remove-empty-quote-items.patch │ │ ├── m23plus-fix-free-shipping-cart-rule.patch │ │ ├── m24-fix-invalid-address-in-the-checkout.patch │ │ ├── m245-fix_for_customer_group_id_in_order_data_when_guest.patch │ │ ├── m245-p3-fix-invalid-address-in-the-checkout.patch │ │ ├── m245-p8-fix-invalid-address-in-the-checkout.patch │ │ ├── m248-fix-error-redirect-action.patch │ │ ├── vuln-28982-2-4-5x-v2-composer.patch │ │ ├── vuln-28982-2-4-6x-v2-composer.patch │ │ └── vuln-28982-2-4-7x-v2-composer.patch │ ├── module-re-captcha-checkout │ │ └── m24-fix-checkout-place-order-recaptcha-error.patch │ ├── module-re-captcha-migration │ │ └── m24-re-captcha-migration.patch │ ├── module-re-captcha-ui │ │ └── fix-mute-critical-report-if-request-not-valid.patch │ ├── module-reports │ │ ├── fix-generating-month-intervals.patch │ │ └── fix-generating-month-intervals_for_product_category_reports.patch │ ├── module-review │ │ ├── force-int-in-block-getproductid-method.patch │ │ ├── m22-fix-review-ajax-for-disable-products.patch │ │ └── m22-magento-reviews-category-no-such-entity.patch │ ├── module-sales-rule │ │ ├── ACSD-63469_2.4.7-p2_v2.patch │ │ ├── check-payment-method-exists.patch │ │ ├── fix-coupon-can-not-be-used-after-order-cancelation.patch │ │ ├── fix_type_total_precision_loss_2_4_8_p2.patch │ │ ├── m24-fix-coupon-usage-foreign-key-problem.patch │ │ └── m24-fix-sales-rule-fixed-for-bundle.patch │ ├── module-sales-sequence │ │ └── m23-fix-sales-sequence-meta-field-length.patch │ ├── module-sales │ │ ├── fix-issue-with-order-creation-and-store-selection.patch │ │ ├── fix-problem-with-filtering-orders-by-creatation-date.patch │ │ ├── fix-sales-module-customer-prefix-translation-m244plus.patch │ │ ├── fix-sales-module-customer-prefix-translation-m246.patch │ │ ├── fix-sales-module-customer-prefix-translation.patch │ │ ├── m22-fix-email-issue-sales.patch │ │ ├── m23-fix-order-date-success-page.patch │ │ ├── m233minus-magento-sales-fix-quote-lifetime.patch │ │ ├── m242-invoice-grand-total-amount.patch │ │ ├── m243-fix-displaying-tax-in-admin-invoice.patch │ │ ├── m245_reorder_store_id_typecast.patch │ │ └── m246-fix-division-by-zero-when-creating-creditmemo.patch │ ├── module-search │ │ └── m22-mini-search-focus-fix.patch │ ├── module-security │ │ └── fix-issue-for-admin-strtotime.patch │ ├── module-store │ │ ├── disable-javascript-minifying-of-TinyMCE-6-and-7-library.patch │ │ ├── m23-store-switcher-fix.patch │ │ ├── m248-update-before-auth-url-on-store-switch.patch │ │ └── update-before-auth-url-on-store-switch.patch │ ├── module-target-rule │ │ └── fix-missing-crosssell-products-in-checkout.patch │ ├── module-tax │ │ └── m245-fix-adding-bundle-products-is-not-possible.patch │ ├── module-theme │ │ ├── fix-lp-2904-make-message-cookie-secure.patch │ │ ├── fix-make-messages-observable.patch │ │ ├── inline-date-format.patch │ │ ├── load-storage-polyfill-on-demand.patch │ │ ├── m22-fix-baler-jquery-cookie.patch │ │ ├── m2210-theme-secure-cookie.patch │ │ ├── m23-fix-baler-jquery-cookie.patch │ │ ├── m23-fix-strpos-error-on-logout.patch │ │ ├── m233-theme-secure-cookie.patch │ │ ├── m24-fix-private-const-xml-path-header-translate-title.patch │ │ ├── m241-fix-missing-messages.patch │ │ ├── m245-jquery-storage-dependencies-fix.patch │ │ ├── remove-redundant-count-call-for-first-page-of-results.patch │ │ └── theme-secure-cookie.patch │ ├── module-translation │ │ └── load-inline-translation-when-enabled.patch │ ├── module-ui │ │ ├── a11y-modal-focusable-elements-fix.patch │ │ ├── autocomplete-checkout-inputs-setup.patch │ │ ├── load-colorpicker-on-demand.patch │ │ ├── load-datepicker-on-demand.patch │ │ ├── load-polyfills-on-demand.patch │ │ ├── load-resizable-widget-only-on-init.patch │ │ ├── m24-fix-block-loader-image-url.patch │ │ ├── m24-fix-region-field.patch │ │ ├── m245-remove-color-validation-rule.patch │ │ ├── massaction-data-prepare.patch │ │ ├── remove-duplicates-in-multiple-file-uploader.patch │ │ └── stub-frontend-console-logger.patch │ ├── module-user │ │ └── fix-wrong-admin-password-forgot-url.patch │ ├── module-webapi-async │ │ ├── increased-execution-time-for-bulk-asynchronous-web-endpoints.patch │ │ ├── vuln-28982-2-4-5x-v2-composer.patch │ │ ├── vuln-28982-2-4-6x-v2-composer.patch │ │ └── vuln-28982-2-4-7x-v2-composer.patch │ └── theme-adminhtml-backend │ │ ├── fix-admin-page-action-buttons-cut-issue.patch │ │ ├── fix-disabled-categories-not-grayed-out-2_4_7_p3.patch │ │ └── fix_grayed_out_categories_2_4_8.patch ├── magepal │ ├── magento2-enhanced-ecommerce │ │ ├── add-to-cart-error-fix.patch │ │ └── avoid-loading-product-second-time.patch │ ├── magento2-google-analytics4 │ │ ├── disable-price-calculation-on-category-page-v178.patch │ │ ├── disable-price-calculation-on-category-page.patch │ │ └── fix-total-calculation-multiply-by-quantity.patch │ ├── magento2-googletagmanager │ │ └── wrap_script_with_renderer_csp.patch │ └── magento2-reindex │ │ └── php84-compatibility.patch ├── mageplaza │ └── module-gift-card │ │ └── product-giftcard-missing-form-instance.patch ├── mageprince │ └── magento2-paymentfee │ │ └── fix-compatibility-with-php83.patch ├── mageworx │ ├── module-geoip │ │ └── fix-for-empty-ip-variable.patch │ └── module-shippingrules │ │ └── remove-default-value.patch ├── mailchimp │ └── mc-magento2 │ │ ├── fix-subscription-load-in-mailchimp-save-after-plugin.patch │ │ ├── mailchimp-add-jquery-ui-widget-dependencies.patch │ │ ├── mailchimp-add-jquery-ui-widget-frontend-dependency.patch │ │ └── remove_empty_comment_for_db_table.patch ├── meetanshi │ └── module-payshiprestriction │ │ └── reduce-sql-queries-during-methods-fetch.patch ├── meta │ ├── module-catalog │ │ └── add_index_for_facebook_catalog_update_table.patch │ ├── module-conversion │ │ ├── add-to-cart-performance.patch │ │ ├── fix-undefined-variable-error-in-magento-data-helper.patch │ │ ├── optimize-category-loading.patch │ │ └── optimize-category-name-loading.patch │ └── module-sales │ │ └── disable-sales-order-grid-plugin.patch ├── mirasvit │ ├── module-affiliate │ │ ├── add_translations_of_hardcoded_literals.patch │ │ └── add_translations_of_hardcoded_literals_1_14_24.patch │ ├── module-feed │ │ └── remove-missing-interface-ValidationServiceInterface.patch │ └── module-rewards │ │ ├── fix-error-in-unsubscribe-controller.patch │ │ └── skip-unnecessary-join-in-transactions-query.patch ├── mollie │ └── magento2 │ │ ├── fix-apple-pay-button-session-init.patch │ │ ├── fix-mollie-batch-refund-RKL-929.patch │ │ ├── fix-null-amount-in-gift-wrapping.patch │ │ └── mollie-klarna-event-to-add-bulk-goods.patch ├── msp │ ├── adminrestriction │ │ └── fix-deprecated-strpos-null-parameter.patch │ ├── cashondelivery │ │ └── m23-msp-cashondelivery-fix-webapi.patch │ └── recaptcha │ │ └── load-recaptcha-only-when-used.patch ├── payone-gmbh │ └── magento-2 │ │ ├── fix-error-checkout-not-working-getConfigParam-key-return-null.patch │ │ ├── fix-for-typo-in-xml-file.patch │ │ ├── payone-cache-privacy-declaration-request.patch │ │ ├── payone-duplicated-invoice-fix.patch │ │ ├── payone-error-processor-mixin-fix.patch │ │ ├── payone-fix-missing-payment-information-in-email.patch │ │ └── payone32-fix-creditcard-type.patch ├── paypal │ └── module-braintree-core │ │ └── disable-braintree-plugin-for-order-grid.patch ├── plugincompany │ └── contactforms │ │ ├── contactforms-loading-last-entry-id.patch │ │ ├── fix-error-when-sending-file.patch │ │ ├── m22-contact-forms-incorrect-pragma-syntax.patch │ │ ├── m22-plugincompany-contactforms-fix-empty-form.patch │ │ └── m248-fix-error-when-sending-file.patch ├── plumrocket │ └── module-psloginpro │ │ ├── fix-for-link-social-network-in-customer-area.patch │ │ ├── fix-for-missing-customer-data-after-login-with-apple.patch │ │ ├── fix-login-popup-error-handling.patch │ │ └── set-proper-store-and-website-ids-in-new-account.patch ├── ratenkaufbyeasycredit │ ├── module-core │ │ ├── easycredit-disable-shipment-confirmation.patch │ │ └── easycredit-fix-double-order-confirmation.patch │ └── php-sdk │ │ └── easycredit-php-sdk-undefined-property-fix.patch ├── sendinblue │ └── module-sendinblue │ │ ├── create-default-transport-object-2.1.23.patch │ │ ├── create-default-transport-object-2.1.27.patch │ │ ├── create-default-transport-object.patch │ │ ├── external-sendinblue-210-fix-doi-confirmation-page.patch │ │ ├── external-sendinblue-fix-doi-confirmation-page.patch │ │ ├── external-sendinblue-set-default-transport.patch │ │ └── sendinblue-fix-infinite-loop-in-checkout.patch ├── seven-senders │ └── shipments-module │ │ └── m23-fix-shipment-view.patch ├── sharplogicians │ └── giftwrap │ │ └── use-new-indexer-for-created-product-type.patch ├── skynix │ └── m2-mysql-cluster │ │ └── m245_aurora_skynix_force_stringify_fetches.patch ├── smartmage │ └── inpost │ │ ├── fix-error-when-post-data-is-empty.patch │ │ └── paczkomaty-inpost-with-domReady.patch ├── smile │ ├── elasticsuite │ │ ├── a11y-aftersearch-nav-adjustments.patch │ │ ├── a11y-range-slider-handle-label.patch │ │ ├── elasticsuite-default-value-datetime-visibility.patch │ │ ├── es-fix-for-empty-servername-for-m237.patch │ │ ├── es-fix-for-empty-servername.patch │ │ ├── fix-RK-1687-trim-on-null-fix.patch │ │ ├── fix-remove-disabled-columns.patch │ │ ├── fix-sorting-for-different-stores-and-virtual-category-preview.patch │ │ ├── fix-virtual-category-preview-2.11.9.1.patch │ │ ├── fix-virtual-category-preview.patch │ │ ├── improve-virtual-category-query-generation-performance-v.2.10.x.patch │ │ ├── improve-virtual-category-query-generation-performance-v2.9.x.patch │ │ ├── m22-fix-is-inline-elasticsuite-2-5.patch │ │ ├── m23-smile-adjust-filter-range-2-8-16.patch │ │ ├── m23-smile-adjust-filter-range.patch │ │ ├── m232-elasticsuite-save-category-fix.patch │ │ ├── m24-search-index-delete-products-directly-before-inserting.patch │ │ ├── prevent_null_clause_query.patch │ │ ├── remove-redundant-request-to-elasticsearch.patch │ │ ├── smile-elasticsuite-289-page-size-issue.patch │ │ ├── smile-elasticsuite-292-page-size-issue.patch │ │ ├── smile-elasticsuite-fix-last-page-404-after-changing-per-page.patch │ │ ├── smile-elasticsuite-fix-notice-in-swatches.patch │ │ ├── smile-elasticsuite-fix-regex-on-filter-by-price.patch │ │ ├── smile-elasticsuite-fix-synonyms-for-multi-words-queries.patch │ │ ├── smile-elasticsuite-fix-wrong-category-instance-2.10.16.patch │ │ ├── smile-elasticsuite-fix-wrong-category-instance-2.10.24.patch │ │ ├── smile-elasticsuite-fix-wrong-category-instance-2.11.10.patch │ │ ├── smile-elasticsuite-fix-wrong-category-instance-2.11.5.patch │ │ ├── smile-elasticsuite-fix-wrong-category-instance.patch │ │ ├── smile-elasticsuite-sorting-update-segfault-fix.patch │ │ └── smile_elasticsuite_v2_11_11_checking_version.patch │ ├── module-elasticsuite-ab-campaign │ │ └── use-get-method-for-ajax-request.patch │ ├── module-elasticsuite-cms-search │ │ └── m22-cms-search-set-order.patch │ ├── module-elasticsuite-merchandiser │ │ ├── fix-of-sorting-for-different-stores.patch │ │ └── fix_issue_with_subject_type.patch │ ├── module-elasticsuite-recommender │ │ ├── add_default_limit_of_product_recommendations.patch │ │ ├── fix-parameters-passed-to-render-recommentations-widget.patch │ │ ├── fix-recommendation-category-ids-generation.patch │ │ └── use-get-method-for-ajax-request.patch │ └── module-elasticsuite-virtual-attribute │ │ └── change-value-field-length-mysql84.patch ├── stripe │ └── module-payments │ │ └── stripe-subscriptions-with-domReady.patch ├── synerise │ └── magento2-integration │ │ └── add-missing-variable-to-observer.patch ├── taxjar │ └── module-taxjar │ │ └── m22plus-fix-taxjar-command-initialization-that-breaks-integration-tests.patch ├── temando │ └── module-shipping-m2 │ │ └── m22-temando-shipping-missing-required-argument.patch ├── trustedshops │ ├── easy_integration │ │ └── fix-php81-prevent-decoding-null.patch │ └── trustedshops │ │ └── trustedshops_api_client_class_names.patch ├── unifiedarts │ ├── module-tsc-augment │ │ └── replaced_zend_with_laminas.patch │ └── module-tsc │ │ └── fix_amazon_pay_button_missing_on_mobile.patch ├── vdshop │ └── aliexpress │ │ └── m22plus-fix-aliexpress-login-plugin-that-breaks-integration-test.patch ├── veriteworks │ └── cookiefix │ │ └── RK-1456-secure-cookie-plus-samesite-none.patch ├── vertex │ ├── module-address-validation │ │ └── m235-vertex-validation-ie11-support.patch │ └── module-tax │ │ └── m241-fix-vertex-constructor-missing-argument.patch ├── wallee │ ├── magento-2 │ │ └── fix-remove-payment-tokens-in-admin.patch │ └── sdk │ │ └── fix-validation-empty-unique-id.patch ├── wyomind │ ├── datafeedmanager │ │ ├── category-filters-optimization.patch │ │ ├── enable-category-data-in-wyomid-datafeed-export-for-disabled-in-desktop-navigation-14plus.patch │ │ ├── enable-category-data-in-wyomid-datafeed-export-for-disabled-in-desktop-navigation-products-and-enabled-in-mobile-navigation-products.patch │ │ ├── enable-category-data-in-wyomid-datafeed-export-for-disabled-in-desktop-navigation-products-and-enabled-in-mobile-navigation-products_new.patch │ │ ├── enable-category-data-in-wyomid-datafeed-export-for-disabled-in-desktop-navigation-products-and-enabled-in-mobile-navigation-products_new2.patch │ │ ├── fix-array-to-string-conversion-error.patch │ │ ├── fix-error-attributeOptions-is-deprecated.patch │ │ ├── use-stock-id-for-fetching-reservations-quantity.patch │ │ ├── wyomind-datafeedmanager-fix-config-revert-issue-14plus.patch │ │ ├── wyomind-datafeedmanager-fix-config-revert-issue.patch │ │ ├── wyomind-datafeedmanager-fix-config-revert-issue_new.patch │ │ ├── wyomind-datafeedmanager-php-81.patch │ │ └── wyomind-datafeedmanager-php-82.patch │ ├── framework │ │ ├── fix-array-notice.patch │ │ └── fix-php-8-error-with-string-divided-by-int.patch │ └── googleproductratings │ │ └── fix-issue-with-feed-file-path.patch ├── xtento │ └── pdfcustomizer │ │ └── xtento-pdfcustomizer-fix-large-pdf-file-size.patch └── zendframework │ └── zend-mail │ └── m233plus-fix-content-disposition-encoding.patch ├── optional ├── activecampaign │ ├── abandonedcart │ │ └── fix-compatibility-with-magesuite-seo-meta-robots.patch │ └── newsletter │ │ └── fix-activecampaign-newsletter-strtotime-function-RKL-963.patch ├── adyen │ └── module-payment │ │ └── Gateway │ │ └── Request │ │ └── RefundDataBuilder │ │ ├── try-catch-getting-open-invoice-data-v9.0.5.patch │ │ └── try-catch-getting-open-invoice-data.patch ├── aheadworks │ ├── module-advanced-reports │ │ └── view │ │ │ └── adminhtml │ │ │ └── ui_component │ │ │ └── update_order_date_format_of_SalesDetailedReport.patch │ ├── module-advanced-reviews │ │ ├── disable_config_override_plugin.patch │ │ └── disable_config_override_plugin_1_5_0.patch │ ├── module-automatic-related-products │ │ └── remove-constraints-for-table-aw_autorelated_wvtav_index.patch │ ├── module-blog-search │ │ └── change-search-query-param.patch │ ├── module-blog │ │ ├── HAAR-4472-optimize-get-posts.patch │ │ ├── fix-lost-product-relations-data-on-reindex.patch │ │ ├── m22-aheadworks-module-blog-fix-indexer-haar.patch │ │ └── restore-old-media-gallery.patch │ ├── module-customer-group-catalog-permissions │ │ ├── add-handling-of-smile-elasticsuite-for-aheadworks-module-for-customer-groups.patch │ │ └── do_not_remove_is_salable_from_product_collection_items.patch │ ├── module-giftcard-subscription │ │ └── extension-attributes-type-mismatch.patch │ ├── module-giftcard │ │ ├── HAAR-4299-fix-quote-get-items-null.patch │ │ ├── HAAR-4300-fix-get-giftcard-codes-on-creditmemo.patch │ │ ├── HAAR-4463-cover-co2-with-giftcard-fix.patch │ │ ├── RK-1458-giftcard-de-translations.patch │ │ ├── aheadworks-fix-invalid-giftcard-notification.patch │ │ ├── cover-co2-with-giftcard-fix_v1_8_6.patch │ │ ├── do-not-append-html-upon-giftcard-failure.patch │ │ ├── m22-wallee-aw-giftcard.patch │ │ ├── m22-wallee-aw-giftcard.patch-fix-171.patch │ │ ├── remove_paypal_plugin_fix.patch │ │ └── use-update-query-for-UpdateGiftCardStoreId-data-patch.patch │ ├── module-reviewreminder │ │ └── aheadworks-review-reminder-disabling-adding-old-orders-during-install.patch │ └── module-reward-points │ │ └── fix-strict-type-invoice-item-issue.patch ├── akeneo │ ├── api-php-client │ │ └── add-proxy-to-request-header.patch │ ├── magento2-connector-enterprise │ │ ├── adjust-file-assets-download.patch │ │ ├── fix-for-importing-video-into-gallery.patch │ │ ├── fix-missing-label-in-locale-104.3.17.patch │ │ ├── fix-missing-label-in-locale.patch │ │ ├── remove-incorrect-job-status-setting-in-display-messages.patch │ │ └── skip-associate-item-with-missing-identifier.patch │ └── module-magento2-connector-community │ │ ├── optimize-database-disk-usage-during-option-update.patch │ │ └── when-label-is-missing-use-code-as-label.patch ├── almapay │ └── alma-monthlypayments-magento2 │ │ └── remove-throwing-exception-in-get-area-code-method.patch ├── amasty │ ├── adminactionslog │ │ ├── fix-performance-issue-use-collection-instead-of-getting-session-object-by-repository-v2.3.0.patch │ │ ├── fix-performance-issue-use-collection-instead-of-getting-session-object-by-repository.patch │ │ └── fix-performance-issue-when-loading-logs-on-other-pages.patch │ ├── base │ │ └── amasty-base-pass-filedriver-to-denylistpathvalidator.patch │ ├── coupons │ │ └── MOV-696-ignore-letter-case-for-coupons.patch │ ├── label │ │ └── add-image2x-field-to-join-zumstein-only.patch │ ├── module-advanced-permissions │ │ ├── abstract-entity-plugin-empty-method-argument-fix.patch │ │ ├── prevent-access-to-null-like-to-object-v1.5.0.patch │ │ └── prevent-access-to-null-like-to-object.patch │ ├── module-banners-lite │ │ └── amasty-banners-lite-remove-clean-product-cache.patch │ ├── module-faq-product-questions │ │ ├── allow-use-hyperlink-in-the-email-template.patch │ │ └── ipet-fix-question-url-in-sitemap.patch │ ├── module-xcoupon │ │ ├── amasty-xcoupon-1.2.0-fix-for-empty-cart.patch │ │ ├── amasty-xcoupon-fix-for-empty-cart.patch │ │ └── m22-amasty-fix-adding-coupon-twice-in-cart.patch │ ├── paction │ │ └── save-category-in-default-scope.patch │ ├── pgrid │ │ ├── add-custom-field-resolvers.patch │ │ ├── disable-set-url_path-for-product.patch │ │ ├── fix-error-with-duplicated-insert.patch │ │ └── msi-availability.patch │ ├── product-attachment │ │ └── m23-amasty-product-attachment-fix-duplicated-block.patch │ ├── promo │ │ ├── amasty-fix-loop-on-quote-save.patch │ │ ├── amasty-promo-popup-slicker-fix.patch │ │ ├── amasty-promo-remove-banners-lite.patch │ │ ├── fix-display-discounted-amount-with-tax-for-free-gifts.patch │ │ ├── m22-amasty-promo-fix-popup-js.patch │ │ └── m22-fix-home-redirect-after-adding-amasty-gift.patch │ ├── shippingtablerates │ │ ├── amasty-shippingtablerates-fix-create-address-object.patch │ │ ├── disallow-adding-discount-tax-compensation-and-fix-static-sku-bundle-totals.patch │ │ └── fix-infinite-loop-in-checkout.patch │ └── xnotif │ │ ├── amasty-xnotif-1.14.3-disable-stock-filter-if-outofstock-products-not-visible.patch │ │ └── amasty-xnotif-disable-stock-filter-if-outofstock-products-not-visible.patch ├── amzn │ ├── amazon-pay-magento-2-module │ │ └── skip-cancel-when-processing.patch │ └── amazon-pay-module │ │ ├── fix-amazon-pay-missing-extension-attribute.patch │ │ └── m22-fix-amazon-pay-extension-attribute.patch ├── aromicon │ └── module-deepl │ │ ├── inject-product-variable.patch │ │ └── skip-source-lang-in-the-request.patch ├── best4mage │ └── cptp │ │ └── external-best4mage-remove-action-check.patch ├── bluepayment-plugin │ └── module-bluepayment │ │ ├── process-status-update-correctly.patch │ │ └── removed-prepend-frames.patch ├── channelpilot │ └── module-api │ │ └── magento245-compatibility.patch ├── clerk │ └── clerk │ │ ├── remove-headers-from-clerk-logger.patch │ │ └── skip-aftersave-observer-when-tests-are-running.patch ├── cleverzoeger │ ├── ext-magento2-cleverzoeger-base │ │ └── change_zend_http_client_for_license_update.patch │ └── ext-magento2-cleverzoeger-paqato │ │ └── add_type_cast_to_string_for_tracking_title.patch ├── consentmanager │ └── cmp │ │ └── fix-cmp-whitelist-xml-file.patch ├── creativestyle │ ├── magesuite-autocomplete │ │ └── helper-configuration-removing-types-from-methods.patch │ ├── magesuite-back-in-stock │ │ ├── force-db-queue-for-back-in-stock.patch │ │ ├── use_custom_saleability_check.patch │ │ └── workaround-for-back-in-stock-amqp-consumer.patch │ ├── magesuite-cms-lazyload │ │ └── ampersand_to_unicode.patch │ ├── magesuite-content-constructor-admin │ │ ├── adjust-wysiwyg-config-for-product-teaser-cc.patch │ │ ├── adjust-wysiwyg-config-to-limit-plugins-and-options.patch │ │ └── allow-magento-widgets-in-cc-teaser.patch │ ├── magesuite-google-structured-data │ │ └── set-store-before-structured-data-index.patch │ ├── magesuite-importer │ │ └── skip-test-product-has-url-conflict.patch │ ├── magesuite-nfz │ │ └── public-addToolbarBlock-method.patch │ ├── magesuite-performance-product │ │ └── set-position-0-in-main-swatch-image.patch │ └── magesuite-product-bestsellers-ranking │ │ └── cinovo-add-quote-intention.patch ├── customweb │ ├── lib-titolo │ │ └── external-customweb-datatranscw-password-authorization-refund-request.patch │ └── module-datatranscw │ │ ├── external-customweb-add-beans-to-beans-provider.patch │ │ ├── external-customweb-datatranscw-cache-xml.patch │ │ ├── external-customweb-datatranscw-clear-quote-on-success-page.patch │ │ └── external-customweb-datatranscw-disable-cancel-payment-observer.patch ├── dhl │ └── dhl24pl │ │ └── fix-get-quote-in-observer.patch ├── disable-stock-deduction-observer.patch ├── dotdigital │ └── dotdigital-magento2-extension │ │ ├── TOYS-1220_remove_needless_confirmation_message.patch │ │ ├── change_visibility_of_customer_model_methods.patch │ │ ├── fix-dtodigital-constraint-for-magento-commerce-4-22.patch │ │ ├── fix-dtodigital-constraint-for-magento-commerce.patch │ │ └── use_native_magento_controller_for_newsletter_subscription.patch ├── dotmailer │ └── dotmailer-magento2-extension │ │ └── dotmailer440-fix-return-type-in-coupon-attribute-interface.patch ├── dynamic-yield │ └── integration │ │ ├── m23-dynamic-yield-command-test-failing-fix.patch │ │ └── m23-dynamicyield-fix-crontab-file.patch ├── edrone │ └── magento2module │ │ ├── fix-error-with-dynamic-property-deprecated-P2G-2549.patch │ │ └── m23-fix-edrone-controller-newsletter-csrf.patch ├── emartech │ └── emarsys-magento2-extension │ │ ├── disable-contacts-sync.patch │ │ ├── dont-send-null-customer-values.patch │ │ ├── m23-emarsys-fixed-inherited-constructor.patch │ │ ├── m24-emarsys-skip-sending-customers-null-values.patch │ │ └── multiwebsite-support-patch-245.patch ├── firebear │ ├── importexport-msi │ │ └── skip-throwing-exception-to-allow-update-only-additional-data.patch │ └── importexport │ │ ├── add-possibility-for-additional-file-validation.patch │ │ ├── add-possibility-to-export-margin-data-with-order-items.patch │ │ ├── disable-amqp-queue.patch │ │ ├── disabled-creating-new-category-during-import.patch │ │ ├── fix-firebear-category-import.patch │ │ ├── import-category-disable-newly-created-entity.patch │ │ └── import-export-review-additional-fields.patch ├── fix-add-possitiblity-to-ship-backordered-items.patch ├── fix-customer-race-data-condition-when-bundling-is-enabled.patch ├── guzzlehttp │ └── psr7 │ │ └── increase-truncate-at-param.patch ├── insign │ └── magento2-module-postcore │ │ ├── address-validation-disable.patch │ │ ├── adjust-recipient-name-length-to-api-requirements.patch │ │ ├── init-observable-value.patch │ │ └── postcode-focus-method.patch ├── iways │ └── module-pay-pal-plus │ │ ├── iways-paypal-plus-payment-plugin.patch │ │ └── iways-paypal-remove-quote-collect-totals.patch ├── klarna │ ├── module-kp │ │ └── klarna-fix-ie11.patch │ └── module-payments │ │ └── fix-type-of-return-value-in-quote-status.patch ├── m21-magepal-fix-for-json-deserialization.patch ├── m22-change-attribute-code-length-validation.patch ├── m22-fix-m2epro-app-config-override.patch ├── m23-fix-order-date-success-page.patch ├── m233-module-configurable-product-old-price-without-tax-fix.patch ├── m233-remove-simples-attached-to-configurable-calculation-in-admin-product-edit-page.patch ├── m243-module-catalog-force-to-delete-product-gallery-while-importing-images-via-api.patch ├── m2epro_disable_config_override_plugin.patch ├── mage_delight │ └── specialpromo │ │ ├── fix_module_conflict_with_amasty_adminlogs.patch │ │ └── specialpromo-disable-stock-reservation-tests-fix.patch ├── magefan │ └── module-blog │ │ ├── FZ-714-blog-category-order.patch │ │ └── avoid-301-redirect-if-post-not-available.patch ├── magento │ ├── customer │ │ └── return-customer-addresses-assigned-to-customer.patch │ ├── framework │ │ ├── change-replacement-for-umlaut-signs-in-url-key.patch │ │ ├── db-adapter-pdo-mysql-class-deprecated-functionality-fix-for-php-81.patch │ │ ├── dont-log-graphql-unexpected-eof-error.patch │ │ ├── fix-custom-attributes-value.patch │ │ ├── log-large-json-to-unserialize.patch │ │ ├── m22-data-object-helper.patch │ │ ├── m22-fix-de_CH-rounding-issue.patch │ │ ├── m22-fix-missing-page-layout.patch │ │ ├── m233-fix-for-huge-xml-elements.patch │ │ ├── m233-fix-product-image-cache-hash-1.patch │ │ ├── m24-allow-dot-in-validating-process.patch │ │ ├── m24-disable-cookie-size-error-message-p11.patch │ │ ├── m24-disable-cookie-size-error-message-p13.patch │ │ ├── m24-disable-cookie-size-error-message.patch │ │ ├── m24-increase-max-cookie-number.patch │ │ ├── m243-fix-setup-db-status-false-negative.patch │ │ ├── m245-connection-default-maintenance-mode.patch │ │ ├── m247p4-increase-max-num-cookies.patch │ │ ├── m247p6-increase-max-num-cookies.patch │ │ └── unserialize-serialized-translit-config.patch │ ├── magento2-base │ │ ├── ignore-data-type-in-checkbox-comparison.patch │ │ ├── m24-tinymce4-allow-to-use-elements-inside-html-tag.patch │ │ ├── m245-tinymce5-allow-to-use-elements-inside-html-tag.patch │ │ ├── m248p2-fix-transaction-event-handler.patch │ │ └── remove-date-validation.patch │ ├── module-analytics │ │ └── headers-written-multiple-times.patch │ ├── module-backend │ │ └── add-support-for-more-file-types-in-media-uploader.patch │ ├── module-bundle │ │ ├── m24-bundle-allow-multi-selections-with-qty.patch │ │ ├── m24-catalog-bundle-order-items-render-translation.patch │ │ ├── m24-options-price-render-remove-quatnity-filter.patch │ │ ├── m24-remove-bundle-options-prices-from-pdp.patch │ │ ├── m242-disable-checking-stock-during-price-indexing.patch │ │ ├── m245-bundle-allow-multi-selections-with-qty.patch │ │ ├── m246-fix-bundle-option-amount-always-return-float.patch │ │ ├── m246-skip-check-for-visibility.patch │ │ ├── m247-disable-checking-stock-during-price-indexing.patch │ │ ├── m247-remove-bundle-options-prices-from-pdp.patch │ │ └── options-price-render-remove-quatnity-filter-m247.patch │ ├── module-catalog-import-export │ │ ├── do-not-remove-product-links-for-add-update-behavior.patch │ │ ├── import-static-product-attributes.patch │ │ ├── m222-catalog-import-export-fix-import-categories-store.patch │ │ ├── make-is-need-to-validate-url-key-method-public.patch │ │ ├── make-save-links-data-method-public.patch │ │ ├── reduce-number-of-database-queries-during-import.patch │ │ ├── skip-adding-empty-url-key.patch │ │ └── update-both-staging-and-main-tables-if-importer-is-not-using-staging-tables.patch │ ├── module-catalog-url-rewrite │ │ ├── force-url-path-generation-per-storeviews-for-categories.patch │ │ └── make-after-import-data-observer-methods-public.patch │ ├── module-catalog │ │ ├── RK-1611_add_key_for_price_temp_table.patch │ │ ├── allow-to-select-deeper-categories-in-category-selector.patch │ │ ├── always-assign-product-to-default-scope-category.patch │ │ ├── auto-terminate-long-query.patch │ │ ├── fix-for-getting-watermark-config.patch │ │ ├── fixed-casting-for-category-root-id.patch │ │ ├── kratki-add-visibility-search-direct-link-to-indexer.patch │ │ ├── m23-keep-regular-price-in-tier-listing.patch │ │ ├── m233-fix-product-image-cache-hash-2.patch │ │ ├── m23commerce-nkd-patch-for-api-product-update.patch │ │ ├── m24-add-entity-id-index-to-price-tmp-table.patch │ │ ├── m24-catalog-attribute-sorted-by-position-in-comparison.patch │ │ ├── m24-fix-different-price-in-cart-vs-on-pdp.patch │ │ ├── m24-fix-optimise-catalog-category-product-indexer-query.patch │ │ ├── magento-catalog-textarea-attribute-option-field.patch │ │ ├── meta_description_fallback_to_short_description-m247.patch │ │ ├── meta_description_fallback_to_short_description.patch │ │ ├── module-catalog-fix-product-duplicate-with-store-view-attributes.patch │ │ ├── module-catalog-force-to-delete-all-module-gallery-files-of-product-during-importing-images-for-products-via-api-post-request.patch │ │ ├── product-view-gallery-class-deprecated-functionality-fix-for-php-81.patch │ │ └── public-addToolbarBlock-method.patch │ ├── module-checkout-staging │ │ ├── fix-extension-attributes-conversion-for-checkout-staging.patch │ │ ├── m24-fix-amazaon-pay-conflict-with-flush-preview-quotas-cron.patch │ │ ├── m24-fix-for-wrong-indexer-order.patch │ │ └── m24-fix-saving-new-shipping-address.patch │ ├── module-checkout │ │ ├── MOV-347-shipping-description.patch │ │ ├── MOV-387-shipping-error-messages.patch │ │ ├── fix-for-cart-if-quote-has-been-replaced.patch │ │ ├── fix-for-infinite-loop-in-model-session-for-totals-collected-flag-statement-check.patch │ │ ├── m22-fix-carrier-underscore-issue.patch │ │ ├── m22-fix-checkout-session-regenerate.patch │ │ ├── m22-fix-home-redirect-after-remove-from-cart.patch │ │ └── m245-fix-customer-has-no-active-cart.patch │ ├── module-cms-url-rewrite │ │ └── fix-creating-store-view-with-cms-pages-with-same-url-key.patch │ ├── module-cms │ │ ├── allow-to-listing-media-root-folder.patch │ │ ├── fix-cms-loading-media-gallery.patch │ │ ├── m23-null-to-empty-string.patch │ │ └── overwrite-images-on-duplicated-name.patch │ ├── module-company-shipping │ │ └── fix-companies-edit-issue.patch │ ├── module-configurable-import-export │ │ └── m23-attach-simples-with-qty0-to-configurable-during-import.patch │ ├── module-configurable-product │ │ ├── LP-allow-glasses-simples-attached-to-configurable-calculation-in-admin-edit-page.patch │ │ ├── m242-remove-simples-attached-to-configurable-calculation-in-admin-product-edit-page.patch │ │ ├── m243-product-out-of-stock-sorting-fix.patch │ │ └── set-position-0-in-main-swatch-image.patch │ ├── module-contact │ │ └── remove-depends-from-system-config-kratki-only.patch │ ├── module-csp │ │ └── always_allow_inline_scripts.patch │ ├── module-customer-custom-attributes │ │ ├── dogma-customer-pet-image-change-destination-module-customer-custom-attributes.patch │ │ ├── fix-issue-with-saving-attributes-on-store-view-use-default.patch │ │ └── gnp-fix-for-address-type-override.patch │ ├── module-customer │ │ ├── dogma-customer-pet-image-change-destination-module-customer.patch │ │ ├── einhell_specific_fix_to_remove_default_addresses_validation_on_customer_save.patch │ │ ├── fix-customer-redirect-after-login-with-store-scope.patch │ │ ├── fix-customer-redirect-after-login.patch │ │ ├── fix-email-notification-get-website-store-id-return-type.patch │ │ ├── m22-fix-order-of-top-navigation-links.patch │ │ ├── m245_address_validation_typecast_region_ids_to_ints.patch │ │ ├── update-custom-attributes-in-customers-not-created-in-default-store.patch │ │ └── update-pattern-for-customer-name-validation.patch │ ├── module-deploy │ │ ├── ACSD-46815_2.4.5_v2.patch │ │ └── additional-extensions-in-deploy-map.patch │ ├── module-eav │ │ ├── dogma-customer-pet-image-change-destination-module-eav.patch │ │ ├── kruger-add-option-lablel-same-as-existing-id.patch │ │ └── m22-fix-maximum-length-of-attribute-code.patch │ ├── module-elasticsearch │ │ └── disable-catalogsearch-fulltext-product-assignment-plugin.patch │ ├── module-gift-card-account │ │ ├── m23-ee-allow-store-pickup-as-free-payment-method.patch │ │ └── removing-throwing-exception-for-zero-gift-card-balance.patch │ ├── module-graph-ql │ │ └── fix-error-with-empty-graphql-query-DOG-1932.patch │ ├── module-grouped-product │ │ └── ipet-skip-specific-products-in-price-index.patch │ ├── module-inventory-bundle-product │ │ └── fix-stock-update-after-product-purchase.patch │ ├── module-inventory-cache │ │ └── fix-for-cache-invalidation-on-stock-update.patch │ ├── module-inventory-catalog │ │ ├── m245-mgp-1162-remove-calling-price-indexer-after-place-order.patch │ │ ├── m246-fix-incorrect-expression-in-stock-status-query.patch │ │ ├── m248-fix-legacy-stock-after-source-save.patch │ │ └── remove-calling-price-indexer-after-place-order.patch │ ├── module-inventory-configurable-product │ │ ├── configurable_legacy_stock_fixes_from_future_m247.patch │ │ └── fix-stock-update-after-product-purchase.patch │ ├── module-inventory-grouped-product-indexer │ │ └── m245_fix_stock_status_for_grouped_products.patch │ ├── module-inventory-in-store-pickup-quote │ │ └── m242-fix-inventory-in-store-pickup-quote-extension-attribute-field.patch │ ├── module-inventory-in-store-pickup-sales │ │ └── fix-locale-in-order-comment.patch │ ├── module-inventory-sales │ │ ├── do-not-create-compensation-when-order-processed-by-erp.patch │ │ └── do_not_finish_checking_after_error_in_required_conditions.patch │ ├── module-inventory-source-deduction-api │ │ ├── msi-allow-create-shipment-for-not-available-products-m235.patch │ │ ├── msi-allow-create-shipment-for-not-available-products-m243.patch │ │ ├── msi-allow-create-shipment-for-not-available-products.patch │ │ └── msi-allow-negative-qty-source-deduction.patch │ ├── module-media-gallery-ui │ │ └── optimize-media-gallery-tree-performance.patch │ ├── module-media-storage │ │ └── m233-fix-product-image-cache-hash-3.patch │ ├── module-newsletter │ │ └── prevent-multiple-success-emails-sending.patch │ ├── module-offline-shipping │ │ ├── m22-address-based-free-shipping.patch │ │ └── show-free-shipping-when-rule-is-added-to-whole-cart.patch │ ├── module-payment │ │ └── m22-fix-getPaymentMethodList-method.patch │ ├── module-paypal │ │ ├── m225minus-fix-paypal-duplicated-confirmation.patch │ │ └── redirect-to-cart-page.patch │ ├── module-persistent │ │ └── m23-persistent-fix-paypal-express-redirect-to-login.patch │ ├── module-quote │ │ ├── MOV-347-shipping-description.patch │ │ ├── RK-1556-missing-giftcard-translations.patch │ │ ├── fix-error-with-quote-item-option-constraint-DOG-1931.patch │ │ └── m22-add-company-to-rate-request.patch │ ├── module-reports │ │ └── fix-ordered-products-report-export.patch │ ├── module-review │ │ ├── fix-store-code-in-product-url-in-review-list.patch │ │ └── ipet-add-additional-fields-to-review-detail.patch │ ├── module-sales-rule │ │ ├── m23-restore-shipping-amount-discount-for-whole-cart.patch │ │ ├── m245-fix-shipping-discount-ratio-calculation.patch │ │ ├── m247-fix-shipping-discount-ratio-calculation.patch │ │ └── use-default-discount-calculation.patch │ ├── module-sales │ │ ├── change_reorder_class_properties_and_methods_visibility.patch │ │ ├── fix-creditmemo-additional-fees-tax-added-twice.patch │ │ ├── fix-error-message-last-order-item-product-not-exists.patch │ │ ├── fix-is-visible-customer-prefix-method.patch │ │ ├── fix-order-get-item-by-id-function.patch │ │ ├── m23-fix-invalid-invoice-qty-for-bundles.patch │ │ ├── revert-change-for-reorder-increment-id.patch │ │ ├── save-address-admin-opt-in.patch │ │ ├── skip_invoice_checking_during_can_cancel_function.patch │ │ └── wallee-pending-refund-redirect-to-order-page.patch │ ├── module-security │ │ └── m245-typecast-user-id-to-string.patch │ ├── module-shipping │ │ └── shipment-email-checkbox-ticked-by-default.patch │ ├── module-sitemap │ │ └── sitemap_generation_media_folder.patch │ ├── module-store │ │ ├── m24-fix-opening-store-view-between-website.patch │ │ ├── m243-fix-opening-store-view-between-website.patch │ │ └── m248-fix-opening-store-view-between-website.patch │ ├── module-swatches │ │ └── set-methods-of-swatches-configurable-product-block-as-public.patch │ ├── module-tax │ │ ├── add-additional-fees-tax-to-aggregated-taxes.patch │ │ └── ignore-cross-border-trade-config-for-0-tax-rate.patch │ ├── module-ui │ │ ├── ignore-data-type-in-checkbox-comparison.patch │ │ ├── m22-fix-for-limited-roles-in-admin-panel.patch │ │ ├── parse-values-to-string.patch │ │ └── remove-jquery-ui-blind-effect.patch │ ├── module-url-rewrite │ │ ├── RK-1828_use_getUrlCode_instead_of_getCode.patch │ │ ├── always-remove-store-code-from-redirect-url.patch │ │ ├── m233-url-rewrite-trailing-slash-fix.patch │ │ └── remove-custom-and-product-duplicated-rewrites.patch │ ├── module-wishlist │ │ ├── trigger-save-wishlist-when-item-added.patch │ │ └── wishlist-teaser-unlimited.patch │ └── swatches │ │ ├── fix_filtering_products_without_images.patch │ │ ├── m232-add-swatches-attribute-data.patch │ │ └── remove_cache_key_logic_for_category_filters.patch ├── magepal-172-lp-fix-product-id-variable-in-product-collection-set.patch ├── magepal-add-customer-email.patch ├── magepal │ ├── magento2-enhanced-ecommerce │ │ ├── magepal-161-lp-fix-product-id-variable-in-product-collection-set.patch │ │ ├── magepal-162-lp-fix-product-id-variable-in-product-collection-set.patch │ │ ├── magepal-eec-datalayer-push.patch │ │ ├── magepal-eec-disables-expensive-price-calculations.patch │ │ ├── magepal-enhanced-ecommerce-bundle-disallow-loading-child-products.patch │ │ ├── magepal-lp-fix-product-id-variable-in-product-click.patch │ │ ├── magepal-lp-include-grouped-product-addtocart-url.patch │ │ └── magepal-lp-increase-checkout-step-index-by-1.patch │ ├── magento2-google-analytics4 │ │ ├── change-catalog-layer-method-visibility.patch │ │ ├── m245-magepal-google-analytics4-bundle-disallow-loading-child-products.patch │ │ └── magepal-google-analytics4-bundle-disallow-loading-child-products.patch │ └── magento2-googletagmanager │ │ ├── add-events-to-window.patch │ │ ├── magepal-amasty-gdpr-compatibility.patch │ │ ├── magepal-eec-gtm-custom-load-event.patch │ │ └── magepal-google-tag-datalayer-push-fix.patch ├── mageplaza-currency-formatter-js-fix-101.patch ├── mageplaza │ ├── module-currency-formatter │ │ ├── mageplaza-currency-formatter-js-fix-407.patch │ │ └── mageplaza-currency-formatter-js-fix.patch │ └── module-smtp │ │ └── migrate-upgrade-scripts-to-patches.patch ├── mageprince │ └── magento2-paymentfee │ │ └── calculate-tax-for-payment-fee-excl-tax.patch ├── mageworx │ ├── module-seomarkup │ │ └── mageworx-seomarkup-fix-product-review.patch │ ├── module-xmlsitemap │ │ └── mageworx-xmlsitemap-fix-generation.patch │ └── seo-suite-ultimate │ │ └── m22-mageworx-fix-xmlsitemap-area-code-error.patch ├── magmodules │ ├── magento2-channable │ │ ├── channable-magesuite-gdpr-tests-fix.patch │ │ └── channable_transaction_fee_column_fix.patch │ └── magento2-digitec-galaxus │ │ ├── fix-add-to-cart-for-msi.patch │ │ ├── return-first-category-path.patch │ │ └── set-different-status-for-galaxus-orders.patch ├── mailchimp │ └── mc-magento2 │ │ └── customize-product-title-in-mailchimp-product-feed.patch ├── makewebbetter │ └── hubspot-magento-2-integration │ │ └── use-laminas-class-instead-of-zend.patch ├── meetanshi │ └── module-payshiprestriction │ │ └── meetanshi-payshiprestriction-fix-payment-visibility.patch ├── mirasvit │ ├── module-report-api │ │ ├── do-not-skip-filter-fields-for-tmp-tables.patch │ │ └── fix-one-store-in-filter-dashboard-error.patch │ ├── module-report │ │ └── use-columns-value-instead-of-expresions.patch │ └── module-rewards │ │ ├── do-not-substract-discount-from-item-price.patch │ │ ├── fix-compatibility-with-free-gift.patch │ │ ├── fix-issue-with-missing-discount-amount.patch │ │ ├── fix-minimum-reward-totals.patch │ │ ├── fix-refund-proportion-calculation-and-skip-grandtotal-adjustments.patch │ │ ├── fix-reward-point-discount-amount-and-description.patch │ │ └── use-subtotal-value-to-calculate-reward-discount.patch ├── mollie │ └── magento2 │ │ ├── cast_null_total_value_to_zero.patch │ │ ├── fix-existing-registry-key-for-multiple-creditmemo.patch │ │ ├── fix-loading-method-renderer-component.patch │ │ ├── lensplaza-fix-add-to-cart-action.patch │ │ ├── logger-for-reockl-credit-memo-RKL-1007.patch │ │ ├── mollie-fix-shipping-discount.patch │ │ ├── rk-1473-bank-transfer-reminder.patch │ │ └── skip-duplicated-capture-process.patch ├── msp │ └── cashondelivery │ │ └── cash_on_delivery_infinite_loop_fix.patch ├── optional-emarsys-multicountry-events.patch ├── patworx │ └── santander-magento-2 │ │ └── patworx_santander_hire_version_update.patch ├── payone-gmbh-gift-card-incorrect-amount-fix.patch ├── payone-gmbh │ └── magento-2 │ │ ├── external-payone-email-translation-patch.patch │ │ ├── payone-fix-status-notification-processing.patch │ │ ├── payone-fix-undefined-index.patch │ │ ├── payone-invoice-items-tax.patch │ │ ├── payone-refund-tax.patch │ │ └── payone32-invoice-items-tax.patch ├── payone32-fix-double-invoice.patch ├── perfion │ └── perfion-magento-connector │ │ └── add-factories-in-constructor-to-console-commands.patch ├── plenty │ └── order │ │ └── add-paypal-express-to-mapping.patch ├── plumrocket │ └── module-psloginpro │ │ └── allow-for-extra-href-button.patch ├── postnl │ └── ecs │ │ ├── external-limit-order-export-to-one-per-file.patch │ │ ├── external-postnl-change-depth-code.patch │ │ ├── external-postnl-change-ean-export-field.patch │ │ ├── external-postnl-fix-cleanup-methods-to-substr-cleaned-string-instead-of-original.patch │ │ ├── external-postnl-fix-order-data-cleanup-method.patch │ │ ├── external-postnl-order-street-fields-limit.patch │ │ ├── external-postnl-remove-complete-order-before-shipment-process.patch │ │ └── postnl-ecs-shipping-name.patch ├── sendinblue │ └── module-sendinblue │ │ ├── fix-unclosed-bufor.patch │ │ └── sendinblue-allow-stores-settings-support.patch ├── seven-senders │ └── shipments-module │ │ └── seven-senders-sendwise-wrong-shipment-data-issue.patch ├── smartmage │ └── inpost │ │ ├── disable-useless-logs.patch │ │ └── fix-logger-compatibility-with-monolog-3.9.patch ├── smile │ ├── elasticsuite │ │ ├── MOV-569-sort-order-hotfix.patch │ │ ├── MOV-633-add-sort-order-to-plugin.patch │ │ ├── change-indices-pattern.patch │ │ ├── change-queries-mapping-field-id.patch │ │ ├── elastisearch-error-429.patch │ │ ├── fix-category-position-sorting.patch │ │ ├── fix-category-preview-sorting-v2_11_9_2.patch │ │ ├── fix-category-preview-sorting.patch │ │ ├── fix-render-range-label-method-compatibility.patch │ │ ├── ignore-missing-index-error-when-checking-tracking-log-event-index.patch │ │ ├── krg-skip-reindex-in-case-of-failure.patch │ │ ├── m21-elasticsuite-admin-sort-index-fix.patch │ │ ├── m248-elasticsuite-issues-3617.patch │ │ ├── prevent-adding-virtual-category-children-queries.patch │ │ ├── remove-whole-jquery-ui-dependency.patch │ │ └── unify-synonyms-by-letter-size.patch │ ├── module-elasticsuite-ab-campaign │ │ └── add_config_for_scenario_tracking.patch │ ├── module-elasticsuite-catalog │ │ ├── change-query-condition.patch │ │ └── m247p5-added-missing-type-attribute.patch │ ├── module-elasticsuite-configurable-product │ │ └── skip_saving_best_performing_child_for_mgs_tile_fragment.patch │ ├── module-elasticsuite-merchandiser │ │ └── allow_to_manual_sort_for_any_position_sorting.patch │ ├── module-elasticsuite-shared-catalog │ │ └── m24-fix-elasticsuite-shared-catalog-collection-plugin.patch │ └── module-elasticsuite-swatches │ │ └── m24-forcing-enabling-position-field.patch ├── symfony │ └── http-client │ │ └── add-proxy-from-request-header.patch ├── techdivision │ └── import-revert-stock │ │ └── fix_file_endings_v1_0_1.patch ├── tig │ └── persistent-shopping-cart-magento2 │ │ └── tig-persistent-shopping-cart-guest-cookie-lifetime.patch ├── trustedshops │ └── easy_integration │ │ └── skip_getting_parent_product_for_simple.patch ├── twig │ ├── .gitkeep │ └── twig │ │ ├── .gitkeep │ │ ├── twig-deprecated-functionality-fix-for-php-81.patch │ │ └── twig-markup-class-deprecated-functionality-fix-for-php-81.patch ├── unifiedarts │ └── module-tsc-augment │ │ └── fixes-js-error-in-amazon-pay-return-in-tsc.patch ├── veriteworks │ └── cookiefix │ │ ├── RK-1456-secure-cookie-plus-samesite-none.patch │ │ └── add_typecast_to_string_for_config_value.patch ├── wagento │ └── zendesk │ │ └── zendesk-fix-auth-url-encoding.patch ├── wallee │ └── magento-2 │ │ ├── HAAR-3509-fix-save-transaction-data-to-virtual-quote.patch │ │ ├── change-lock-logic-for-webhook.patch │ │ ├── fix-payments-error-messages-visibility.patch │ │ ├── fix_issue_with_compare_rounded_amounts.patch │ │ ├── ipet-wallee-methods-custom-fields.patch │ │ ├── m22-wallee-payment.patch │ │ ├── process-shipping-amount-and-payment-fee-correctly-in-wallee-refund.patch │ │ ├── replace-new-line-with-space-in-street.patch │ │ ├── skip-collect-totals-in-checkout.patch │ │ ├── use-highest-product-tax-class-as-shipping-tax-class.patch │ │ ├── w2-wait-for-wallee-request-before-success-page.patch │ │ ├── wait-for-wallee-request-before-success-page.patch │ │ └── wallee-magento-2-fix-long-loading-payment-methods.patch ├── weareplanet │ └── magento-2 │ │ └── add-postbox-to-street-field-MOV.patch ├── wyomind │ ├── datafeedmanager │ │ ├── add-msi-support-for-wyomind-datafeed-product-filtering-qty.patch │ │ ├── disable-block-nested-loop-during-feed-generation.patch │ │ ├── disable-block-nested-loop-during-feed-generation_v2.patch │ │ ├── disable-block-nested-loop-during-feed-generation_v3.patch │ │ ├── disable-category-filter-in-feeds.patch │ │ ├── exclude_virtual_categories_from_feeds.patch │ │ ├── fix-error-simple-product-treated-as-bundle.patch │ │ ├── get-bundle-product-stock-status.patch │ │ ├── mariadb-disable-block-nested-loop-during-feed-generation.patch │ │ ├── rename-availability-method-name-kratki-only.patch │ │ ├── scafa-add-msi-support-for-wyomind-datafeed-product-filtering-qty.patch │ │ ├── wyomind-datafeedmanager-11-24-6-support-for-msi.patch │ │ ├── wyomind-datafeedmanager-fix-custom-functions-execute.patch │ │ ├── wyomind-datafeedmanager-integration-tests-fix.patch │ │ ├── wyomind-datafeedmanager-support-for-msi.patch │ │ ├── wyomind-datafeedmanager-support-for-msi_new.patch │ │ └── wyomind_datafeedmanager_allow_php.patch │ └── googleproductratings │ │ └── product-ratings-feed-cronfix.patch └── xtento │ └── pdfcustomizer │ ├── xtento-pdfcustomizer-compatibility-m243.patch │ └── xtento-pdfcutomizer-fix-shipping-to-formatted-output.patch ├── patchset.optional.json └── tools ├── cleanup.sh ├── get_magento_versions.php └── migrate_patches.php /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/README.md -------------------------------------------------------------------------------- /changelog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/changelog.xml -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/composer.json -------------------------------------------------------------------------------- /essential/adyen/module-payment/RK-1961-wrong-order-status-after-cancel.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/adyen/module-payment/RK-1961-wrong-order-status-after-cancel.patch -------------------------------------------------------------------------------- /essential/adyen/module-payment/add-missing-legend-to-fieldset.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/adyen/module-payment/add-missing-legend-to-fieldset.patch -------------------------------------------------------------------------------- /essential/adyen/module-payment/add-missing-variable-declaration.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/adyen/module-payment/add-missing-variable-declaration.patch -------------------------------------------------------------------------------- /essential/adyen/module-payment/add_factory_classes_to_cli_command.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/adyen/module-payment/add_factory_classes_to_cli_command.patch -------------------------------------------------------------------------------- /essential/adyen/module-payment/change-image-id-to-work-with-rest-api-9-8-0.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/adyen/module-payment/change-image-id-to-work-with-rest-api-9-8-0.patch -------------------------------------------------------------------------------- /essential/adyen/module-payment/change-image-id-to-work-with-rest-api-updated.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/adyen/module-payment/change-image-id-to-work-with-rest-api-updated.patch -------------------------------------------------------------------------------- /essential/adyen/module-payment/change-image-id-to-work-with-rest-api.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/adyen/module-payment/change-image-id-to-work-with-rest-api.patch -------------------------------------------------------------------------------- /essential/aheadworks/module-advanced-reports/remove-foreign-keys-for-indices.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/aheadworks/module-advanced-reports/remove-foreign-keys-for-indices.patch -------------------------------------------------------------------------------- /essential/aheadworks/module-afptc/SCAFA-1232-division-by-zero-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/aheadworks/module-afptc/SCAFA-1232-division-by-zero-fix.patch -------------------------------------------------------------------------------- /essential/aheadworks/module-blog-search/remove-duplicated-breadcrumbs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/aheadworks/module-blog-search/remove-duplicated-breadcrumbs.patch -------------------------------------------------------------------------------- /essential/aheadworks/module-blog/aw-blog-add-jquery-ui-widget-dependencies.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/aheadworks/module-blog/aw-blog-add-jquery-ui-widget-dependencies.patch -------------------------------------------------------------------------------- /essential/aheadworks/module-blog/fix-blog-post-end-date.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/aheadworks/module-blog/fix-blog-post-end-date.patch -------------------------------------------------------------------------------- /essential/aheadworks/module-blog/fix-clearing-cache-after-blog-reindex.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/aheadworks/module-blog/fix-clearing-cache-after-blog-reindex.patch -------------------------------------------------------------------------------- /essential/aheadworks/module-blog/fix-index-invalidation-after-save-blog-post.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/aheadworks/module-blog/fix-index-invalidation-after-save-blog-post.patch -------------------------------------------------------------------------------- /essential/aheadworks/module-blog/fix-relations-in-product-post-index.2.13.1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/aheadworks/module-blog/fix-relations-in-product-post-index.2.13.1.patch -------------------------------------------------------------------------------- /essential/aheadworks/module-blog/fix-relations-in-product-post-index.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/aheadworks/module-blog/fix-relations-in-product-post-index.patch -------------------------------------------------------------------------------- /essential/aheadworks/module-faq/add-missing-variable-declaration-php82.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/aheadworks/module-faq/add-missing-variable-declaration-php82.patch -------------------------------------------------------------------------------- /essential/aheadworks/module-faq/m245plus-compatibility-with-php-8-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/aheadworks/module-faq/m245plus-compatibility-with-php-8-1.patch -------------------------------------------------------------------------------- /essential/aheadworks/module-faq/m248-php84-compatibility.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/aheadworks/module-faq/m248-php84-compatibility.patch -------------------------------------------------------------------------------- /essential/aheadworks/module-giftcard/fix-zero-subtotal-checkout.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/aheadworks/module-giftcard/fix-zero-subtotal-checkout.patch -------------------------------------------------------------------------------- /essential/aheadworks/module-giftcard/mismatch-order-item-id.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/aheadworks/module-giftcard/mismatch-order-item-id.patch -------------------------------------------------------------------------------- /essential/aheadworks/module-giftcard/non-existing-class-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/aheadworks/module-giftcard/non-existing-class-fix.patch -------------------------------------------------------------------------------- /essential/aheadworks/module-quick-order/fix-missing-js-validate-dependency.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/aheadworks/module-quick-order/fix-missing-js-validate-dependency.patch -------------------------------------------------------------------------------- /essential/aheadworks/module-quick-order/fix-search-criteria-for-product-list.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/aheadworks/module-quick-order/fix-search-criteria-for-product-list.patch -------------------------------------------------------------------------------- /essential/aheadworks/module-raf/fix-abs-null-exception-P2G-2654.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/aheadworks/module-raf/fix-abs-null-exception-P2G-2654.patch -------------------------------------------------------------------------------- /essential/aheadworks/module-raf/fix-for-not-applied-shipping-discount.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/aheadworks/module-raf/fix-for-not-applied-shipping-discount.patch -------------------------------------------------------------------------------- /essential/aheadworks/module-raf/fix-template-variables.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/aheadworks/module-raf/fix-template-variables.patch -------------------------------------------------------------------------------- /essential/aheadworks/module-reward-points/checkout_translations_html.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/aheadworks/module-reward-points/checkout_translations_html.patch -------------------------------------------------------------------------------- /essential/aheadworks/module-reward-points/checkout_translations_js.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/aheadworks/module-reward-points/checkout_translations_js.patch -------------------------------------------------------------------------------- /essential/aheadworks/module-reward-points/description_string_parsing.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/aheadworks/module-reward-points/description_string_parsing.patch -------------------------------------------------------------------------------- /essential/aheadworks/module-reward-points/emails-translations.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/aheadworks/module-reward-points/emails-translations.patch -------------------------------------------------------------------------------- /essential/aheadworks/module-reward-points/fix-translate-remove-reward-points.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/aheadworks/module-reward-points/fix-translate-remove-reward-points.patch -------------------------------------------------------------------------------- /essential/akeneo/magento2-connector-enterprise/remove-product-model-table.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/akeneo/magento2-connector-enterprise/remove-product-model-table.patch -------------------------------------------------------------------------------- /essential/amasty/adminactionslog/m22-amasty-adminactionslog-exception-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/amasty/adminactionslog/m22-amasty-adminactionslog-exception-fix.patch -------------------------------------------------------------------------------- /essential/amasty/adminactionslog/magento_v2.4.8_invalid_preference_fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/amasty/adminactionslog/magento_v2.4.8_invalid_preference_fix.patch -------------------------------------------------------------------------------- /essential/amasty/base/m22-amasty-base-sequence-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/amasty/base/m22-amasty-base-sequence-fix.patch -------------------------------------------------------------------------------- /essential/amasty/label/add-compatibility-with-product-tile.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/amasty/label/add-compatibility-with-product-tile.patch -------------------------------------------------------------------------------- /essential/amasty/module-banners-lite/product-loading-optimization.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/amasty/module-banners-lite/product-loading-optimization.patch -------------------------------------------------------------------------------- /essential/amasty/module-gdpr/amasty-gdpr-mail-translations.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/amasty/module-gdpr/amasty-gdpr-mail-translations.patch -------------------------------------------------------------------------------- /essential/amasty/module-gdpr/check-consent-elements-length.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/amasty/module-gdpr/check-consent-elements-length.patch -------------------------------------------------------------------------------- /essential/amasty/module-special-promo-pro/avoid-duplicates-in-the-indexer.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/amasty/module-special-promo-pro/avoid-duplicates-in-the-indexer.patch -------------------------------------------------------------------------------- /essential/amasty/ogrid/fix-display-order-grid-sticky-header.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/amasty/ogrid/fix-display-order-grid-sticky-header.patch -------------------------------------------------------------------------------- /essential/amasty/ogrid/fix-order-grid-created-at-filter.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/amasty/ogrid/fix-order-grid-created-at-filter.patch -------------------------------------------------------------------------------- /essential/amasty/payrestriction/avoid-multiple-ajax-requests.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/amasty/payrestriction/avoid-multiple-ajax-requests.patch -------------------------------------------------------------------------------- /essential/amasty/payrestriction/fix-hidden-payment-error-messages.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/amasty/payrestriction/fix-hidden-payment-error-messages.patch -------------------------------------------------------------------------------- /essential/amasty/pgrid/prevent-inserting-empty-values.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/amasty/pgrid/prevent-inserting-empty-values.patch -------------------------------------------------------------------------------- /essential/amasty/promo/fix-issue-with-update-mysql84.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/amasty/promo/fix-issue-with-update-mysql84.patch -------------------------------------------------------------------------------- /essential/amasty/promo/fix-mysql-error-in-cart.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/amasty/promo/fix-mysql-error-in-cart.patch -------------------------------------------------------------------------------- /essential/amasty/promo/performance-optimize-product-loading.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/amasty/promo/performance-optimize-product-loading.patch -------------------------------------------------------------------------------- /essential/amasty/shippingtablerates/fix-adminhtml-style-css-filename.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/amasty/shippingtablerates/fix-adminhtml-style-css-filename.patch -------------------------------------------------------------------------------- /essential/amasty/shiprestriction/fix-error-with-str_replace-argument-null.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/amasty/shiprestriction/fix-error-with-str_replace-argument-null.patch -------------------------------------------------------------------------------- /essential/amasty/stockstatus/display-custom-status-on-product-configure-pages.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/amasty/stockstatus/display-custom-status-on-product-configure-pages.patch -------------------------------------------------------------------------------- /essential/amasty/stockstatus/fix-missing-zend-uri-class.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/amasty/stockstatus/fix-missing-zend-uri-class.patch -------------------------------------------------------------------------------- /essential/amzn/amazon-pay-magento-2-module/hotfix_add_nullsafe_operator.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/amzn/amazon-pay-magento-2-module/hotfix_add_nullsafe_operator.patch -------------------------------------------------------------------------------- /essential/amzn/amazon-pay-module/m23-amazon-pay-update-billing-address.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/amzn/amazon-pay-module/m23-amazon-pay-update-billing-address.patch -------------------------------------------------------------------------------- /essential/brickfox/import-export-data/change-column-type-from-smallint-to-int.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/brickfox/import-export-data/change-column-type-from-smallint-to-int.patch -------------------------------------------------------------------------------- /essential/bsscommerce/hideprice/add-check-for-empty-child-id-in-observer.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/bsscommerce/hideprice/add-check-for-empty-child-id-in-observer.patch -------------------------------------------------------------------------------- /essential/cinovo/calculation/remove-redundant-block-overwrite.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/cinovo/calculation/remove-redundant-block-overwrite.patch -------------------------------------------------------------------------------- /essential/cinovo/calculation/varnish-purge-too-many-tags.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/cinovo/calculation/varnish-purge-too-many-tags.patch -------------------------------------------------------------------------------- /essential/cinovo/contact/setup-data-patch-dependencies.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/cinovo/contact/setup-data-patch-dependencies.patch -------------------------------------------------------------------------------- /essential/clever/magento2/m22-cleverreach-sequence-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/clever/magento2/m22-cleverreach-sequence-fix.patch -------------------------------------------------------------------------------- /essential/clever/magento2/m22-cleverreach-url-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/clever/magento2/m22-cleverreach-url-fix.patch -------------------------------------------------------------------------------- /essential/clever/magento2/m23-cleverreach-csrf-validation-issue.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/clever/magento2/m23-cleverreach-csrf-validation-issue.patch -------------------------------------------------------------------------------- /essential/clever/magento2/m23-cleverreach-website-param-in-test.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/clever/magento2/m23-cleverreach-website-param-in-test.patch -------------------------------------------------------------------------------- /essential/clever/magento2/m24-cleverreach-fix-customer-saved-observer.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/clever/magento2/m24-cleverreach-fix-customer-saved-observer.patch -------------------------------------------------------------------------------- /essential/clever/magento2/m24-cleverreach-store-save-observer-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/clever/magento2/m24-cleverreach-store-save-observer-fix.patch -------------------------------------------------------------------------------- /essential/customweb/module-computopcw/m22-computopcw-fix-error-on-transaction.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/customweb/module-computopcw/m22-computopcw-fix-error-on-transaction.patch -------------------------------------------------------------------------------- /essential/dotmailer-sms-address-validator-widget-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/dotmailer-sms-address-validator-widget-fix.patch -------------------------------------------------------------------------------- /essential/dynamic-yield/integration/dynamic-yield-php-81.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/dynamic-yield/integration/dynamic-yield-php-81.patch -------------------------------------------------------------------------------- /essential/dynamic-yield/integration/fix-url-finder-param-in-export-module.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/dynamic-yield/integration/fix-url-finder-param-in-export-module.patch -------------------------------------------------------------------------------- /essential/econda/magento2-tracking-extension/add-missing-properties.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/econda/magento2-tracking-extension/add-missing-properties.patch -------------------------------------------------------------------------------- /essential/econda/tracking/fix-empty-values.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/econda/tracking/fix-empty-values.patch -------------------------------------------------------------------------------- /essential/erusev/parsedown/fix-constructor-parameter.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/erusev/parsedown/fix-constructor-parameter.patch -------------------------------------------------------------------------------- /essential/ezimuel/ringphp/fix-compatibility-with-php-8-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/ezimuel/ringphp/fix-compatibility-with-php-8-1.patch -------------------------------------------------------------------------------- /essential/firebear/importexport/fix-incompatibility-with-msi-stock-import.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/firebear/importexport/fix-incompatibility-with-msi-stock-import.patch -------------------------------------------------------------------------------- /essential/firegento/fastsimpleimport/compatibility-with-php8.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/firegento/fastsimpleimport/compatibility-with-php8.patch -------------------------------------------------------------------------------- /essential/firegento/fastsimpleimport/remove-default-argument-from-method.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/firegento/fastsimpleimport/remove-default-argument-from-method.patch -------------------------------------------------------------------------------- /essential/frontend/add-separate-touch-slider.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/frontend/add-separate-touch-slider.patch -------------------------------------------------------------------------------- /essential/getkevin/kevin-magento2/cast-to-string-php82-compatibility.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/getkevin/kevin-magento2/cast-to-string-php82-compatibility.patch -------------------------------------------------------------------------------- /essential/getkevin/kevin-magento2/use_laminas_lib.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/getkevin/kevin-magento2/use_laminas_lib.patch -------------------------------------------------------------------------------- /essential/iways/module-pay-pal-plus/replace-function-from-magento1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/iways/module-pay-pal-plus/replace-function-from-magento1.patch -------------------------------------------------------------------------------- /essential/klarna/module-core/fix-klarna-logs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/klarna/module-core/fix-klarna-logs.patch -------------------------------------------------------------------------------- /essential/klarna/module-kco/klarna-kco-config-with-domReady.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/klarna/module-kco/klarna-kco-config-with-domReady.patch -------------------------------------------------------------------------------- /essential/klarna/module-logger/remove-error-from-xml-file.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/klarna/module-logger/remove-error-from-xml-file.patch -------------------------------------------------------------------------------- /essential/klarna/module-orderlines/fix-fatal-error-dividing-by-zero.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/klarna/module-orderlines/fix-fatal-error-dividing-by-zero.patch -------------------------------------------------------------------------------- /essential/klarna/module-payments/klarna-config-with-domReady-v2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/klarna/module-payments/klarna-config-with-domReady-v2.patch -------------------------------------------------------------------------------- /essential/klarna/module-payments/klarna-config-with-domReady.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/klarna/module-payments/klarna-config-with-domReady.patch -------------------------------------------------------------------------------- /essential/lqt/loqate-integration/fix-improper-acl-declaration.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/lqt/loqate-integration/fix-improper-acl-declaration.patch -------------------------------------------------------------------------------- /essential/m23-fix-inventory-indexing-for-configurable-products.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/m23-fix-inventory-indexing-for-configurable-products.patch -------------------------------------------------------------------------------- /essential/m23-fix-thumbs-directories-structure.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/m23-fix-thumbs-directories-structure.patch -------------------------------------------------------------------------------- /essential/m24-dotmailer-chat-fix-tests-setup-teardown.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/m24-dotmailer-chat-fix-tests-setup-teardown.patch -------------------------------------------------------------------------------- /essential/magento/ece-tools/ece-tools-kill-consumers.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/ece-tools/ece-tools-kill-consumers.patch -------------------------------------------------------------------------------- /essential/magento/framework-amqp/m23-fix-rmq-prefetch-count.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework-amqp/m23-fix-rmq-prefetch-count.patch -------------------------------------------------------------------------------- /essential/magento/framework/ACSD-47578_2.4.3-p2_2.4.3-p3.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/ACSD-47578_2.4.3-p2_2.4.3-p3.patch -------------------------------------------------------------------------------- /essential/magento/framework/PRODSECBUG-2198-2.1-CE-2019-03-25-08-33-53.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/PRODSECBUG-2198-2.1-CE-2019-03-25-08-33-53.patch -------------------------------------------------------------------------------- /essential/magento/framework/VULN-27015-2.4.4x.composer.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/VULN-27015-2.4.4x.composer.patch -------------------------------------------------------------------------------- /essential/magento/framework/VULN-27015-2.4.5x.composer.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/VULN-27015-2.4.5x.composer.patch -------------------------------------------------------------------------------- /essential/magento/framework/VULN-27015-2.4.6x.composer.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/VULN-27015-2.4.6x.composer.patch -------------------------------------------------------------------------------- /essential/magento/framework/VULN-27015-2.4.7.composer.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/VULN-27015-2.4.7.composer.patch -------------------------------------------------------------------------------- /essential/magento/framework/VULN-27015-2.4.X.composer.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/VULN-27015-2.4.X.composer.patch -------------------------------------------------------------------------------- /essential/magento/framework/add-layout-snippet-for-broken-layout-xml-error.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/add-layout-snippet-for-broken-layout-xml-error.patch -------------------------------------------------------------------------------- /essential/magento/framework/cast-base-pricing-amount-to-float.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/cast-base-pricing-amount-to-float.patch -------------------------------------------------------------------------------- /essential/magento/framework/change-default-charset-to-utf8mb4.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/change-default-charset-to-utf8mb4.patch -------------------------------------------------------------------------------- /essential/magento/framework/emails-are-not-sent-for-email-containing-hyphen.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/emails-are-not-sent-for-email-containing-hyphen.patch -------------------------------------------------------------------------------- /essential/magento/framework/fix-invalid-date-in-invoice-pdf.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/fix-invalid-date-in-invoice-pdf.patch -------------------------------------------------------------------------------- /essential/magento/framework/fix-issue-with-missing-AmPmMarkers.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/fix-issue-with-missing-AmPmMarkers.patch -------------------------------------------------------------------------------- /essential/magento/framework/framework-secure-cookie.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/framework-secure-cookie.patch -------------------------------------------------------------------------------- /essential/magento/framework/m21-customer-grid-indexing-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/m21-customer-grid-indexing-fix.patch -------------------------------------------------------------------------------- /essential/magento/framework/m21-fix-file-permissions.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/m21-fix-file-permissions.patch -------------------------------------------------------------------------------- /essential/magento/framework/m22-allow-css-classes-with-bom.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/m22-allow-css-classes-with-bom.patch -------------------------------------------------------------------------------- /essential/magento/framework/m22-customer-grid-indexing-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/m22-customer-grid-indexing-fix.patch -------------------------------------------------------------------------------- /essential/magento/framework/m22-fix-email-issue-framework.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/m22-fix-email-issue-framework.patch -------------------------------------------------------------------------------- /essential/magento/framework/m22-image-upload-to-symlinked-dir-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/m22-image-upload-to-symlinked-dir-fix.patch -------------------------------------------------------------------------------- /essential/magento/framework/m225plus-fix-svg-files-upload.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/m225plus-fix-svg-files-upload.patch -------------------------------------------------------------------------------- /essential/magento/framework/m226minus-fix-file-permissions.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/m226minus-fix-file-permissions.patch -------------------------------------------------------------------------------- /essential/magento/framework/m226plus-fix-file-permissions.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/m226plus-fix-file-permissions.patch -------------------------------------------------------------------------------- /essential/magento/framework/m227minus-fix-escaper-with-special-symbols.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/m227minus-fix-escaper-with-special-symbols.patch -------------------------------------------------------------------------------- /essential/magento/framework/m23-return-500-http-code-on-fatal-error.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/m23-return-500-http-code-on-fatal-error.patch -------------------------------------------------------------------------------- /essential/magento/framework/m232minus-product-metadata-cache.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/m232minus-product-metadata-cache.patch -------------------------------------------------------------------------------- /essential/magento/framework/m233-fix-special-chars-in-email.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/m233-fix-special-chars-in-email.patch -------------------------------------------------------------------------------- /essential/magento/framework/m233-m242-security-MDVA-43395-MDVA-43443.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/m233-m242-security-MDVA-43395-MDVA-43443.patch -------------------------------------------------------------------------------- /essential/magento/framework/m233-metadata-cache-in-cron.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/m233-metadata-cache-in-cron.patch -------------------------------------------------------------------------------- /essential/magento/framework/m235-fix-autoloader-registry.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/m235-fix-autoloader-registry.patch -------------------------------------------------------------------------------- /essential/magento/framework/m235-fix-special-chars-in-email.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/m235-fix-special-chars-in-email.patch -------------------------------------------------------------------------------- /essential/magento/framework/m236-fix-filename-is-too-long-exception.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/m236-fix-filename-is-too-long-exception.patch -------------------------------------------------------------------------------- /essential/magento/framework/m243plus-mview-fix-fetching-ids-from-changelog.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/m243plus-mview-fix-fetching-ids-from-changelog.patch -------------------------------------------------------------------------------- /essential/magento/framework/m243plus-security-MDVA-43395-MDVA-43443.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/m243plus-security-MDVA-43395-MDVA-43443.patch -------------------------------------------------------------------------------- /essential/magento/framework/m248-custom-maintenance-lock-location.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/m248-custom-maintenance-lock-location.patch -------------------------------------------------------------------------------- /essential/magento/framework/m2x-custom-maintenance-lock-location.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/m2x-custom-maintenance-lock-location.patch -------------------------------------------------------------------------------- /essential/magento/framework/php81_exclude_type_mixed_from_nullable_check.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/php81_exclude_type_mixed_from_nullable_check.patch -------------------------------------------------------------------------------- /essential/magento/framework/protect-merging-empty-config.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/framework/protect-merging-empty-config.patch -------------------------------------------------------------------------------- /essential/magento/magento2-base/add-reflection-for-intercepted-test-config.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/magento2-base/add-reflection-for-intercepted-test-config.patch -------------------------------------------------------------------------------- /essential/magento/magento2-base/m22-ios-fullscreen-gallery-close-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/magento2-base/m22-ios-fullscreen-gallery-close-fix.patch -------------------------------------------------------------------------------- /essential/magento/magento2-base/m23-fix-gallery-jumping.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/magento2-base/m23-fix-gallery-jumping.patch -------------------------------------------------------------------------------- /essential/magento/magento2-base/m23-fix-main-thread-blocking.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/magento2-base/m23-fix-main-thread-blocking.patch -------------------------------------------------------------------------------- /essential/magento/magento2-base/m23-improve-domready-performance.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/magento2-base/m23-improve-domready-performance.patch -------------------------------------------------------------------------------- /essential/magento/magento2-base/m232-fix-fullscreen-gallery-touch-swiping.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/magento2-base/m232-fix-fullscreen-gallery-touch-swiping.patch -------------------------------------------------------------------------------- /essential/magento/magento2-base/m233-collapsible-scrolling-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/magento2-base/m233-collapsible-scrolling-fix.patch -------------------------------------------------------------------------------- /essential/magento/magento2-base/m235-fix-create-customer-account-with-dob-lib.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/magento2-base/m235-fix-create-customer-account-with-dob-lib.patch -------------------------------------------------------------------------------- /essential/magento/magento2-base/m24-fix-setup-module-php-comma-for-php-73.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/magento2-base/m24-fix-setup-module-php-comma-for-php-73.patch -------------------------------------------------------------------------------- /essential/magento/magento2-base/m244-unexpected-token-const.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/magento2-base/m244-unexpected-token-const.patch -------------------------------------------------------------------------------- /essential/magento/magento2-base/m245-jquery-storage-dependencies-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/magento2-base/m245-jquery-storage-dependencies-fix.patch -------------------------------------------------------------------------------- /essential/magento/magento2-base/m246-fix-gallery-swipe-on-mobile.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/magento2-base/m246-fix-gallery-swipe-on-mobile.patch -------------------------------------------------------------------------------- /essential/magento/magento2-base/m248-fix-datepicker-position.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/magento2-base/m248-fix-datepicker-position.patch -------------------------------------------------------------------------------- /essential/magento/magento2-base/oom-debugger.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/magento2-base/oom-debugger.patch -------------------------------------------------------------------------------- /essential/magento/magento2-base/refactor-mixins-js-module.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/magento2-base/refactor-mixins-js-module.patch -------------------------------------------------------------------------------- /essential/magento/magento2-base/remove-console-info-and-warnings.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/magento2-base/remove-console-info-and-warnings.patch -------------------------------------------------------------------------------- /essential/magento/magento2-base/remove-hardcoded-polyfill.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/magento2-base/remove-hardcoded-polyfill.patch -------------------------------------------------------------------------------- /essential/magento/magento2-base/sansec-cosmic-sting-hotfix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/magento2-base/sansec-cosmic-sting-hotfix.patch -------------------------------------------------------------------------------- /essential/magento/module-bundle/m22plus-fix-bundle-disabled-price.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-bundle/m22plus-fix-bundle-disabled-price.patch -------------------------------------------------------------------------------- /essential/magento/module-bundle/m23-fix-getidentities-for-bundle.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-bundle/m23-fix-getidentities-for-bundle.patch -------------------------------------------------------------------------------- /essential/magento/module-bundle/m24-bundle-fix-range-price-render.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-bundle/m24-bundle-fix-range-price-render.patch -------------------------------------------------------------------------------- /essential/magento/module-catalog-import-export/fix-for-apply-to-error.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-catalog-import-export/fix-for-apply-to-error.patch -------------------------------------------------------------------------------- /essential/magento/module-catalog-inventory/fix-stock-inventory-reindex-bug.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-catalog-inventory/fix-stock-inventory-reindex-bug.patch -------------------------------------------------------------------------------- /essential/magento/module-catalog-inventory/m22-fix-stock-mview-indexing.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-catalog-inventory/m22-fix-stock-mview-indexing.patch -------------------------------------------------------------------------------- /essential/magento/module-catalog-search/clear-product-cache-after-reindex.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-catalog-search/clear-product-cache-after-reindex.patch -------------------------------------------------------------------------------- /essential/magento/module-catalog-url-rewrite/m22-fix-language-switcher.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-catalog-url-rewrite/m22-fix-language-switcher.patch -------------------------------------------------------------------------------- /essential/magento/module-catalog/ACSD-54972_2.4.6-p2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-catalog/ACSD-54972_2.4.6-p2.patch -------------------------------------------------------------------------------- /essential/magento/module-catalog/ACSD-65848_2.4.8.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-catalog/ACSD-65848_2.4.8.patch -------------------------------------------------------------------------------- /essential/magento/module-catalog/disable_forced_translator_reload.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-catalog/disable_forced_translator_reload.patch -------------------------------------------------------------------------------- /essential/magento/module-catalog/m22-fix-tier-price-saving-issue.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-catalog/m22-fix-tier-price-saving-issue.patch -------------------------------------------------------------------------------- /essential/magento/module-catalog/m22-related-products-sorting.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-catalog/m22-related-products-sorting.patch -------------------------------------------------------------------------------- /essential/magento/module-catalog/m224minus-saving-int-attribute-type.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-catalog/m224minus-saving-int-attribute-type.patch -------------------------------------------------------------------------------- /essential/magento/module-catalog/m224plus-saving-int-attribute-type.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-catalog/m224plus-saving-int-attribute-type.patch -------------------------------------------------------------------------------- /essential/magento/module-catalog/m225minus-fix-huge-localstorage.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-catalog/m225minus-fix-huge-localstorage.patch -------------------------------------------------------------------------------- /essential/magento/module-catalog/m226plus-fix-huge-localstorage.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-catalog/m226plus-fix-huge-localstorage.patch -------------------------------------------------------------------------------- /essential/magento/module-catalog/m233-fix-category-image-missing-after-save.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-catalog/m233-fix-category-image-missing-after-save.patch -------------------------------------------------------------------------------- /essential/magento/module-catalog/m235-fix-category-image-missing-after-save.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-catalog/m235-fix-category-image-missing-after-save.patch -------------------------------------------------------------------------------- /essential/magento/module-catalog/m23plus-fix-flat-table-indexer-on-null.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-catalog/m23plus-fix-flat-table-indexer-on-null.patch -------------------------------------------------------------------------------- /essential/magento/module-catalog/m24-breadcrumbs-path-cache.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-catalog/m24-breadcrumbs-path-cache.patch -------------------------------------------------------------------------------- /essential/magento/module-catalog/m24-category-loading-performance-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-catalog/m24-category-loading-performance-fix.patch -------------------------------------------------------------------------------- /essential/magento/module-catalog/m24-media-gallery-images-array-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-catalog/m24-media-gallery-images-array-fix.patch -------------------------------------------------------------------------------- /essential/magento/module-catalog/m24-price-box-fixes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-catalog/m24-price-box-fixes.patch -------------------------------------------------------------------------------- /essential/magento/module-catalog/m24-remove-category-tag-from-topmenu.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-catalog/m24-remove-category-tag-from-topmenu.patch -------------------------------------------------------------------------------- /essential/magento/module-catalog/m242-wrap-price-indexer-with-transaction.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-catalog/m242-wrap-price-indexer-with-transaction.patch -------------------------------------------------------------------------------- /essential/magento/module-catalog/m243-fix-prices-config-data.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-catalog/m243-fix-prices-config-data.patch -------------------------------------------------------------------------------- /essential/magento/module-catalog/sanitize-preconfigured-product-qty-value.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-catalog/sanitize-preconfigured-product-qty-value.patch -------------------------------------------------------------------------------- /essential/magento/module-catalog/swatches-container-a11y.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-catalog/swatches-container-a11y.patch -------------------------------------------------------------------------------- /essential/magento/module-checkout-agreements/m23-allow-to-use-html-in-toc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-checkout-agreements/m23-allow-to-use-html-in-toc.patch -------------------------------------------------------------------------------- /essential/magento/module-checkout-agreements/m248-allow-to-use-html-in-toc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-checkout-agreements/m248-allow-to-use-html-in-toc.patch -------------------------------------------------------------------------------- /essential/magento/module-checkout/autocomplete-checkout-inputs-xml.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-checkout/autocomplete-checkout-inputs-xml.patch -------------------------------------------------------------------------------- /essential/magento/module-checkout/fix-for-load-parent-children.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-checkout/fix-for-load-parent-children.patch -------------------------------------------------------------------------------- /essential/magento/module-checkout/fix-validation-error-with-region-id.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-checkout/fix-validation-error-with-region-id.patch -------------------------------------------------------------------------------- /essential/magento/module-checkout/m22-shipping-method-undefined-title.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-checkout/m22-shipping-method-undefined-title.patch -------------------------------------------------------------------------------- /essential/magento/module-checkout/m231-fix-free-gift-promo-checkout-break.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-checkout/m231-fix-free-gift-promo-checkout-break.patch -------------------------------------------------------------------------------- /essential/magento/module-checkout/m232-checkout-customer-id-exception.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-checkout/m232-checkout-customer-id-exception.patch -------------------------------------------------------------------------------- /essential/magento/module-checkout/m232-empty-network-falure-error-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-checkout/m232-empty-network-falure-error-fix.patch -------------------------------------------------------------------------------- /essential/magento/module-checkout/m232-fix-free-gift-promo-checkout-break.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-checkout/m232-fix-free-gift-promo-checkout-break.patch -------------------------------------------------------------------------------- /essential/magento/module-checkout/m232-store-id-check-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-checkout/m232-store-id-check-fix.patch -------------------------------------------------------------------------------- /essential/magento/module-checkout/m233-fix-free-gift-promo-checkout-break.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-checkout/m233-fix-free-gift-promo-checkout-break.patch -------------------------------------------------------------------------------- /essential/magento/module-checkout/m233-store-id-check-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-checkout/m233-store-id-check-fix.patch -------------------------------------------------------------------------------- /essential/magento/module-checkout/m235plus-shipping-method-undefined-title.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-checkout/m235plus-shipping-method-undefined-title.patch -------------------------------------------------------------------------------- /essential/magento/module-checkout/m242-fix-prefix-array-element-index.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-checkout/m242-fix-prefix-array-element-index.patch -------------------------------------------------------------------------------- /essential/magento/module-checkout/m243-autocomplete-checkout.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-checkout/m243-autocomplete-checkout.patch -------------------------------------------------------------------------------- /essential/magento/module-checkout/m244-autocomplete-checkout.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-checkout/m244-autocomplete-checkout.patch -------------------------------------------------------------------------------- /essential/magento/module-checkout/m246-fix-billing-address-validation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-checkout/m246-fix-billing-address-validation.patch -------------------------------------------------------------------------------- /essential/magento/module-checkout/m246-url-builder-with-domReady.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-checkout/m246-url-builder-with-domReady.patch -------------------------------------------------------------------------------- /essential/magento/module-checkout/m247-shipping-rates-validator.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-checkout/m247-shipping-rates-validator.patch -------------------------------------------------------------------------------- /essential/magento/module-checkout/m248-autocomplete-checkout.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-checkout/m248-autocomplete-checkout.patch -------------------------------------------------------------------------------- /essential/magento/module-checkout/replace-jquery-ui-fade.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-checkout/replace-jquery-ui-fade.patch -------------------------------------------------------------------------------- /essential/magento/module-checkout/validate-only-visible-email.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-checkout/validate-only-visible-email.patch -------------------------------------------------------------------------------- /essential/magento/module-cms/m22-remove-getimagesize-wysiwyg-media.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-cms/m22-remove-getimagesize-wysiwyg-media.patch -------------------------------------------------------------------------------- /essential/magento/module-cms/m232-remove-getimagesize-wysiwyg-media.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-cms/m232-remove-getimagesize-wysiwyg-media.patch -------------------------------------------------------------------------------- /essential/magento/module-cms/m24-cms-disable-checking-image-mime-type.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-cms/m24-cms-disable-checking-image-mime-type.patch -------------------------------------------------------------------------------- /essential/magento/module-cms/return-full-url-to-uploaded-wysiwyg-image.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-cms/return-full-url-to-uploaded-wysiwyg-image.patch -------------------------------------------------------------------------------- /essential/magento/module-company/m234plus-enable-ua-tree-data-translations.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-company/m234plus-enable-ua-tree-data-translations.patch -------------------------------------------------------------------------------- /essential/magento/module-config/m22-magento-config-load-order.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-config/m22-magento-config-load-order.patch -------------------------------------------------------------------------------- /essential/magento/module-config/m241-config-array-selector.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-config/m241-config-array-selector.patch -------------------------------------------------------------------------------- /essential/magento/module-configurable-product/admin-bulk-gallery-upload-url.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-configurable-product/admin-bulk-gallery-upload-url.patch -------------------------------------------------------------------------------- /essential/magento/module-cron/m22-cron-duplicates-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-cron/m22-cron-duplicates-fix.patch -------------------------------------------------------------------------------- /essential/magento/module-csp/Revert_AC-15165_2.4.8-p3_composer.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-csp/Revert_AC-15165_2.4.8-p3_composer.patch -------------------------------------------------------------------------------- /essential/magento/module-csp/m246p13_m247p8_fix_sri_file_generate.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-csp/m246p13_m247p8_fix_sri_file_generate.patch -------------------------------------------------------------------------------- /essential/magento/module-customer/autocomplete-user-area.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-customer/autocomplete-user-area.patch -------------------------------------------------------------------------------- /essential/magento/module-customer/customer-addresses-domReady.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-customer/customer-addresses-domReady.patch -------------------------------------------------------------------------------- /essential/magento/module-customer/customer-data-initialization-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-customer/customer-data-initialization-fix.patch -------------------------------------------------------------------------------- /essential/magento/module-customer/disable-customer-address-file-upload.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-customer/disable-customer-address-file-upload.patch -------------------------------------------------------------------------------- /essential/magento/module-customer/fix-customer-custom-attribute-set-blank.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-customer/fix-customer-custom-attribute-set-blank.patch -------------------------------------------------------------------------------- /essential/magento/module-customer/fix-customer-export-in-admin-panel.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-customer/fix-customer-export-in-admin-panel.patch -------------------------------------------------------------------------------- /essential/magento/module-customer/fix-customer-module-prefix-translation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-customer/fix-customer-module-prefix-translation.patch -------------------------------------------------------------------------------- /essential/magento/module-customer/fix-customer-prefix-options-translation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-customer/fix-customer-prefix-options-translation.patch -------------------------------------------------------------------------------- /essential/magento/module-customer/fix-section-config.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-customer/fix-section-config.patch -------------------------------------------------------------------------------- /essential/magento/module-customer/m226minus-fix-newsletter-subscription-for-multiple-storeviews.patch: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /essential/magento/module-customer/m227minus-telephone-not-required.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-customer/m227minus-telephone-not-required.patch -------------------------------------------------------------------------------- /essential/magento/module-customer/m233-autocomplete-user-area.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-customer/m233-autocomplete-user-area.patch -------------------------------------------------------------------------------- /essential/magento/module-customer/m233-fix-customer-transaction-emails.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-customer/m233-fix-customer-transaction-emails.patch -------------------------------------------------------------------------------- /essential/magento/module-customer/m234plus-fix-customer-transaction-emails.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-customer/m234plus-fix-customer-transaction-emails.patch -------------------------------------------------------------------------------- /essential/magento/module-customer/m235-autocomplete-user-area.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-customer/m235-autocomplete-user-area.patch -------------------------------------------------------------------------------- /essential/magento/module-customer/m235-fix-create-customer-account-with-dob.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-customer/m235-fix-create-customer-account-with-dob.patch -------------------------------------------------------------------------------- /essential/magento/module-customer/m24-fix-doubled-prefix-in-user-account.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-customer/m24-fix-doubled-prefix-in-user-account.patch -------------------------------------------------------------------------------- /essential/magento/module-customer/m242-fix-prefix-options-select.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-customer/m242-fix-prefix-options-select.patch -------------------------------------------------------------------------------- /essential/magento/module-customer/m243-autocomplete-user-area.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-customer/m243-autocomplete-user-area.patch -------------------------------------------------------------------------------- /essential/magento/module-customer/m246-autocomplete-user-area.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-customer/m246-autocomplete-user-area.patch -------------------------------------------------------------------------------- /essential/magento/module-customer/m246-customer-data-with-domReady.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-customer/m246-customer-data-with-domReady.patch -------------------------------------------------------------------------------- /essential/magento/module-customer/m246-fix-prefix-options-select.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-customer/m246-fix-prefix-options-select.patch -------------------------------------------------------------------------------- /essential/magento/module-customer/m248-autocomplete-user-area.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-customer/m248-autocomplete-user-area.patch -------------------------------------------------------------------------------- /essential/magento/module-customer/patch-iconv-issue-magento-eb34e347.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-customer/patch-iconv-issue-magento-eb34e347.patch -------------------------------------------------------------------------------- /essential/magento/module-customer/vat-number-validation-service-url-update.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-customer/vat-number-validation-service-url-update.patch -------------------------------------------------------------------------------- /essential/magento/module-customer/vuln-28982-2-4-5x-v2-composer.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-customer/vuln-28982-2-4-5x-v2-composer.patch -------------------------------------------------------------------------------- /essential/magento/module-customer/vuln-28982-2-4-6x-v2-composer.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-customer/vuln-28982-2-4-6x-v2-composer.patch -------------------------------------------------------------------------------- /essential/magento/module-customer/vuln-28982-2-4-7x-v2-composer.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-customer/vuln-28982-2-4-7x-v2-composer.patch -------------------------------------------------------------------------------- /essential/magento/module-eav/patch-iconv-issue-magento-eb34e347.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-eav/patch-iconv-issue-magento-eb34e347.patch -------------------------------------------------------------------------------- /essential/magento/module-email/VULN-31609_2.4.X.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-email/VULN-31609_2.4.X.patch -------------------------------------------------------------------------------- /essential/magento/module-email/m233-m242-security-MDVA-43395-MDVA-43443.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-email/m233-m242-security-MDVA-43395-MDVA-43443.patch -------------------------------------------------------------------------------- /essential/magento/module-email/m243plus-security-MDVA-43395-MDVA-43443.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-email/m243plus-security-MDVA-43395-MDVA-43443.patch -------------------------------------------------------------------------------- /essential/magento/module-email/m245-fix-deprecated-jquery-function.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-email/m245-fix-deprecated-jquery-function.patch -------------------------------------------------------------------------------- /essential/magento/module-inventory/m243_fix_stores_import_name_not_unique.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-inventory/m243_fix_stores_import_name_not_unique.patch -------------------------------------------------------------------------------- /essential/magento/module-media-gallery-ui/get-image-relative-path.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-media-gallery-ui/get-image-relative-path.patch -------------------------------------------------------------------------------- /essential/magento/module-media-gallery-ui/image-path-added.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-media-gallery-ui/image-path-added.patch -------------------------------------------------------------------------------- /essential/magento/module-newsletter/m23-fix-newsletter-subscription-emails.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-newsletter/m23-fix-newsletter-subscription-emails.patch -------------------------------------------------------------------------------- /essential/magento/module-page-builder/add-font-size-to-wysiwyg-editor.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-page-builder/add-font-size-to-wysiwyg-editor.patch -------------------------------------------------------------------------------- /essential/magento/module-page-builder/m24-fix-page-builder-clean-install.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-page-builder/m24-fix-page-builder-clean-install.patch -------------------------------------------------------------------------------- /essential/magento/module-page-cache/m23-form-key-secure-cookie.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-page-cache/m23-form-key-secure-cookie.patch -------------------------------------------------------------------------------- /essential/magento/module-payment-services-paypal/cast-variable-to-string.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-payment-services-paypal/cast-variable-to-string.patch -------------------------------------------------------------------------------- /essential/magento/module-paypal/m24-fix-paypal-billing-address.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-paypal/m24-fix-paypal-billing-address.patch -------------------------------------------------------------------------------- /essential/magento/module-paypal/paypal-express-fix-customer-name.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-paypal/paypal-express-fix-customer-name.patch -------------------------------------------------------------------------------- /essential/magento/module-quick-order/fix-qty-type-in-quick-order.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-quick-order/fix-qty-type-in-quick-order.patch -------------------------------------------------------------------------------- /essential/magento/module-quote/fix-error-redirect-action.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-quote/fix-error-redirect-action.patch -------------------------------------------------------------------------------- /essential/magento/module-quote/fix-for-customer-managment.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-quote/fix-for-customer-managment.patch -------------------------------------------------------------------------------- /essential/magento/module-quote/fix-translations-in-the-rest-api-request.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-quote/fix-translations-in-the-rest-api-request.patch -------------------------------------------------------------------------------- /essential/magento/module-quote/m21plus-quote-infinity-loop.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-quote/m21plus-quote-infinity-loop.patch -------------------------------------------------------------------------------- /essential/magento/module-quote/m22-dont-remove-empty-quote-items.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-quote/m22-dont-remove-empty-quote-items.patch -------------------------------------------------------------------------------- /essential/magento/module-quote/m23plus-fix-free-shipping-cart-rule.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-quote/m23plus-fix-free-shipping-cart-rule.patch -------------------------------------------------------------------------------- /essential/magento/module-quote/m24-fix-invalid-address-in-the-checkout.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-quote/m24-fix-invalid-address-in-the-checkout.patch -------------------------------------------------------------------------------- /essential/magento/module-quote/m245-p3-fix-invalid-address-in-the-checkout.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-quote/m245-p3-fix-invalid-address-in-the-checkout.patch -------------------------------------------------------------------------------- /essential/magento/module-quote/m245-p8-fix-invalid-address-in-the-checkout.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-quote/m245-p8-fix-invalid-address-in-the-checkout.patch -------------------------------------------------------------------------------- /essential/magento/module-quote/m248-fix-error-redirect-action.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-quote/m248-fix-error-redirect-action.patch -------------------------------------------------------------------------------- /essential/magento/module-quote/vuln-28982-2-4-5x-v2-composer.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-quote/vuln-28982-2-4-5x-v2-composer.patch -------------------------------------------------------------------------------- /essential/magento/module-quote/vuln-28982-2-4-6x-v2-composer.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-quote/vuln-28982-2-4-6x-v2-composer.patch -------------------------------------------------------------------------------- /essential/magento/module-quote/vuln-28982-2-4-7x-v2-composer.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-quote/vuln-28982-2-4-7x-v2-composer.patch -------------------------------------------------------------------------------- /essential/magento/module-re-captcha-migration/m24-re-captcha-migration.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-re-captcha-migration/m24-re-captcha-migration.patch -------------------------------------------------------------------------------- /essential/magento/module-reports/fix-generating-month-intervals.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-reports/fix-generating-month-intervals.patch -------------------------------------------------------------------------------- /essential/magento/module-review/force-int-in-block-getproductid-method.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-review/force-int-in-block-getproductid-method.patch -------------------------------------------------------------------------------- /essential/magento/module-review/m22-fix-review-ajax-for-disable-products.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-review/m22-fix-review-ajax-for-disable-products.patch -------------------------------------------------------------------------------- /essential/magento/module-review/m22-magento-reviews-category-no-such-entity.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-review/m22-magento-reviews-category-no-such-entity.patch -------------------------------------------------------------------------------- /essential/magento/module-sales-rule/ACSD-63469_2.4.7-p2_v2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-sales-rule/ACSD-63469_2.4.7-p2_v2.patch -------------------------------------------------------------------------------- /essential/magento/module-sales-rule/check-payment-method-exists.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-sales-rule/check-payment-method-exists.patch -------------------------------------------------------------------------------- /essential/magento/module-sales-rule/fix_type_total_precision_loss_2_4_8_p2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-sales-rule/fix_type_total_precision_loss_2_4_8_p2.patch -------------------------------------------------------------------------------- /essential/magento/module-sales-rule/m24-fix-sales-rule-fixed-for-bundle.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-sales-rule/m24-fix-sales-rule-fixed-for-bundle.patch -------------------------------------------------------------------------------- /essential/magento/module-sales/fix-sales-module-customer-prefix-translation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-sales/fix-sales-module-customer-prefix-translation.patch -------------------------------------------------------------------------------- /essential/magento/module-sales/m22-fix-email-issue-sales.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-sales/m22-fix-email-issue-sales.patch -------------------------------------------------------------------------------- /essential/magento/module-sales/m23-fix-order-date-success-page.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-sales/m23-fix-order-date-success-page.patch -------------------------------------------------------------------------------- /essential/magento/module-sales/m233minus-magento-sales-fix-quote-lifetime.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-sales/m233minus-magento-sales-fix-quote-lifetime.patch -------------------------------------------------------------------------------- /essential/magento/module-sales/m242-invoice-grand-total-amount.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-sales/m242-invoice-grand-total-amount.patch -------------------------------------------------------------------------------- /essential/magento/module-sales/m243-fix-displaying-tax-in-admin-invoice.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-sales/m243-fix-displaying-tax-in-admin-invoice.patch -------------------------------------------------------------------------------- /essential/magento/module-sales/m245_reorder_store_id_typecast.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-sales/m245_reorder_store_id_typecast.patch -------------------------------------------------------------------------------- /essential/magento/module-search/m22-mini-search-focus-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-search/m22-mini-search-focus-fix.patch -------------------------------------------------------------------------------- /essential/magento/module-security/fix-issue-for-admin-strtotime.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-security/fix-issue-for-admin-strtotime.patch -------------------------------------------------------------------------------- /essential/magento/module-store/m23-store-switcher-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-store/m23-store-switcher-fix.patch -------------------------------------------------------------------------------- /essential/magento/module-store/m248-update-before-auth-url-on-store-switch.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-store/m248-update-before-auth-url-on-store-switch.patch -------------------------------------------------------------------------------- /essential/magento/module-store/update-before-auth-url-on-store-switch.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-store/update-before-auth-url-on-store-switch.patch -------------------------------------------------------------------------------- /essential/magento/module-theme/fix-lp-2904-make-message-cookie-secure.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-theme/fix-lp-2904-make-message-cookie-secure.patch -------------------------------------------------------------------------------- /essential/magento/module-theme/fix-make-messages-observable.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-theme/fix-make-messages-observable.patch -------------------------------------------------------------------------------- /essential/magento/module-theme/inline-date-format.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-theme/inline-date-format.patch -------------------------------------------------------------------------------- /essential/magento/module-theme/load-storage-polyfill-on-demand.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-theme/load-storage-polyfill-on-demand.patch -------------------------------------------------------------------------------- /essential/magento/module-theme/m22-fix-baler-jquery-cookie.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-theme/m22-fix-baler-jquery-cookie.patch -------------------------------------------------------------------------------- /essential/magento/module-theme/m2210-theme-secure-cookie.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-theme/m2210-theme-secure-cookie.patch -------------------------------------------------------------------------------- /essential/magento/module-theme/m23-fix-baler-jquery-cookie.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-theme/m23-fix-baler-jquery-cookie.patch -------------------------------------------------------------------------------- /essential/magento/module-theme/m23-fix-strpos-error-on-logout.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-theme/m23-fix-strpos-error-on-logout.patch -------------------------------------------------------------------------------- /essential/magento/module-theme/m233-theme-secure-cookie.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-theme/m233-theme-secure-cookie.patch -------------------------------------------------------------------------------- /essential/magento/module-theme/m241-fix-missing-messages.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-theme/m241-fix-missing-messages.patch -------------------------------------------------------------------------------- /essential/magento/module-theme/m245-jquery-storage-dependencies-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-theme/m245-jquery-storage-dependencies-fix.patch -------------------------------------------------------------------------------- /essential/magento/module-theme/theme-secure-cookie.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-theme/theme-secure-cookie.patch -------------------------------------------------------------------------------- /essential/magento/module-translation/load-inline-translation-when-enabled.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-translation/load-inline-translation-when-enabled.patch -------------------------------------------------------------------------------- /essential/magento/module-ui/a11y-modal-focusable-elements-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-ui/a11y-modal-focusable-elements-fix.patch -------------------------------------------------------------------------------- /essential/magento/module-ui/autocomplete-checkout-inputs-setup.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-ui/autocomplete-checkout-inputs-setup.patch -------------------------------------------------------------------------------- /essential/magento/module-ui/load-colorpicker-on-demand.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-ui/load-colorpicker-on-demand.patch -------------------------------------------------------------------------------- /essential/magento/module-ui/load-datepicker-on-demand.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-ui/load-datepicker-on-demand.patch -------------------------------------------------------------------------------- /essential/magento/module-ui/load-polyfills-on-demand.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-ui/load-polyfills-on-demand.patch -------------------------------------------------------------------------------- /essential/magento/module-ui/load-resizable-widget-only-on-init.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-ui/load-resizable-widget-only-on-init.patch -------------------------------------------------------------------------------- /essential/magento/module-ui/m24-fix-block-loader-image-url.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-ui/m24-fix-block-loader-image-url.patch -------------------------------------------------------------------------------- /essential/magento/module-ui/m24-fix-region-field.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-ui/m24-fix-region-field.patch -------------------------------------------------------------------------------- /essential/magento/module-ui/m245-remove-color-validation-rule.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-ui/m245-remove-color-validation-rule.patch -------------------------------------------------------------------------------- /essential/magento/module-ui/massaction-data-prepare.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-ui/massaction-data-prepare.patch -------------------------------------------------------------------------------- /essential/magento/module-ui/remove-duplicates-in-multiple-file-uploader.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-ui/remove-duplicates-in-multiple-file-uploader.patch -------------------------------------------------------------------------------- /essential/magento/module-ui/stub-frontend-console-logger.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-ui/stub-frontend-console-logger.patch -------------------------------------------------------------------------------- /essential/magento/module-user/fix-wrong-admin-password-forgot-url.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-user/fix-wrong-admin-password-forgot-url.patch -------------------------------------------------------------------------------- /essential/magento/module-webapi-async/vuln-28982-2-4-5x-v2-composer.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-webapi-async/vuln-28982-2-4-5x-v2-composer.patch -------------------------------------------------------------------------------- /essential/magento/module-webapi-async/vuln-28982-2-4-6x-v2-composer.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-webapi-async/vuln-28982-2-4-6x-v2-composer.patch -------------------------------------------------------------------------------- /essential/magento/module-webapi-async/vuln-28982-2-4-7x-v2-composer.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/module-webapi-async/vuln-28982-2-4-7x-v2-composer.patch -------------------------------------------------------------------------------- /essential/magento/theme-adminhtml-backend/fix_grayed_out_categories_2_4_8.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magento/theme-adminhtml-backend/fix_grayed_out_categories_2_4_8.patch -------------------------------------------------------------------------------- /essential/magepal/magento2-enhanced-ecommerce/add-to-cart-error-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magepal/magento2-enhanced-ecommerce/add-to-cart-error-fix.patch -------------------------------------------------------------------------------- /essential/magepal/magento2-googletagmanager/wrap_script_with_renderer_csp.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magepal/magento2-googletagmanager/wrap_script_with_renderer_csp.patch -------------------------------------------------------------------------------- /essential/magepal/magento2-reindex/php84-compatibility.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/magepal/magento2-reindex/php84-compatibility.patch -------------------------------------------------------------------------------- /essential/mageplaza/module-gift-card/product-giftcard-missing-form-instance.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/mageplaza/module-gift-card/product-giftcard-missing-form-instance.patch -------------------------------------------------------------------------------- /essential/mageprince/magento2-paymentfee/fix-compatibility-with-php83.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/mageprince/magento2-paymentfee/fix-compatibility-with-php83.patch -------------------------------------------------------------------------------- /essential/mageworx/module-geoip/fix-for-empty-ip-variable.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/mageworx/module-geoip/fix-for-empty-ip-variable.patch -------------------------------------------------------------------------------- /essential/mageworx/module-shippingrules/remove-default-value.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/mageworx/module-shippingrules/remove-default-value.patch -------------------------------------------------------------------------------- /essential/mailchimp/mc-magento2/mailchimp-add-jquery-ui-widget-dependencies.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/mailchimp/mc-magento2/mailchimp-add-jquery-ui-widget-dependencies.patch -------------------------------------------------------------------------------- /essential/mailchimp/mc-magento2/remove_empty_comment_for_db_table.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/mailchimp/mc-magento2/remove_empty_comment_for_db_table.patch -------------------------------------------------------------------------------- /essential/meta/module-catalog/add_index_for_facebook_catalog_update_table.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/meta/module-catalog/add_index_for_facebook_catalog_update_table.patch -------------------------------------------------------------------------------- /essential/meta/module-conversion/add-to-cart-performance.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/meta/module-conversion/add-to-cart-performance.patch -------------------------------------------------------------------------------- /essential/meta/module-conversion/optimize-category-loading.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/meta/module-conversion/optimize-category-loading.patch -------------------------------------------------------------------------------- /essential/meta/module-conversion/optimize-category-name-loading.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/meta/module-conversion/optimize-category-name-loading.patch -------------------------------------------------------------------------------- /essential/meta/module-sales/disable-sales-order-grid-plugin.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/meta/module-sales/disable-sales-order-grid-plugin.patch -------------------------------------------------------------------------------- /essential/mirasvit/module-affiliate/add_translations_of_hardcoded_literals.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/mirasvit/module-affiliate/add_translations_of_hardcoded_literals.patch -------------------------------------------------------------------------------- /essential/mirasvit/module-rewards/fix-error-in-unsubscribe-controller.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/mirasvit/module-rewards/fix-error-in-unsubscribe-controller.patch -------------------------------------------------------------------------------- /essential/mollie/magento2/fix-apple-pay-button-session-init.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/mollie/magento2/fix-apple-pay-button-session-init.patch -------------------------------------------------------------------------------- /essential/mollie/magento2/fix-mollie-batch-refund-RKL-929.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/mollie/magento2/fix-mollie-batch-refund-RKL-929.patch -------------------------------------------------------------------------------- /essential/mollie/magento2/fix-null-amount-in-gift-wrapping.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/mollie/magento2/fix-null-amount-in-gift-wrapping.patch -------------------------------------------------------------------------------- /essential/mollie/magento2/mollie-klarna-event-to-add-bulk-goods.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/mollie/magento2/mollie-klarna-event-to-add-bulk-goods.patch -------------------------------------------------------------------------------- /essential/msp/adminrestriction/fix-deprecated-strpos-null-parameter.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/msp/adminrestriction/fix-deprecated-strpos-null-parameter.patch -------------------------------------------------------------------------------- /essential/msp/cashondelivery/m23-msp-cashondelivery-fix-webapi.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/msp/cashondelivery/m23-msp-cashondelivery-fix-webapi.patch -------------------------------------------------------------------------------- /essential/msp/recaptcha/load-recaptcha-only-when-used.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/msp/recaptcha/load-recaptcha-only-when-used.patch -------------------------------------------------------------------------------- /essential/payone-gmbh/magento-2/fix-for-typo-in-xml-file.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/payone-gmbh/magento-2/fix-for-typo-in-xml-file.patch -------------------------------------------------------------------------------- /essential/payone-gmbh/magento-2/payone-cache-privacy-declaration-request.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/payone-gmbh/magento-2/payone-cache-privacy-declaration-request.patch -------------------------------------------------------------------------------- /essential/payone-gmbh/magento-2/payone-duplicated-invoice-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/payone-gmbh/magento-2/payone-duplicated-invoice-fix.patch -------------------------------------------------------------------------------- /essential/payone-gmbh/magento-2/payone-error-processor-mixin-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/payone-gmbh/magento-2/payone-error-processor-mixin-fix.patch -------------------------------------------------------------------------------- /essential/payone-gmbh/magento-2/payone32-fix-creditcard-type.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/payone-gmbh/magento-2/payone32-fix-creditcard-type.patch -------------------------------------------------------------------------------- /essential/plugincompany/contactforms/contactforms-loading-last-entry-id.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/plugincompany/contactforms/contactforms-loading-last-entry-id.patch -------------------------------------------------------------------------------- /essential/plugincompany/contactforms/fix-error-when-sending-file.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/plugincompany/contactforms/fix-error-when-sending-file.patch -------------------------------------------------------------------------------- /essential/plugincompany/contactforms/m248-fix-error-when-sending-file.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/plugincompany/contactforms/m248-fix-error-when-sending-file.patch -------------------------------------------------------------------------------- /essential/plumrocket/module-psloginpro/fix-login-popup-error-handling.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/plumrocket/module-psloginpro/fix-login-popup-error-handling.patch -------------------------------------------------------------------------------- /essential/sendinblue/module-sendinblue/create-default-transport-object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/sendinblue/module-sendinblue/create-default-transport-object.patch -------------------------------------------------------------------------------- /essential/seven-senders/shipments-module/m23-fix-shipment-view.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/seven-senders/shipments-module/m23-fix-shipment-view.patch -------------------------------------------------------------------------------- /essential/sharplogicians/giftwrap/use-new-indexer-for-created-product-type.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/sharplogicians/giftwrap/use-new-indexer-for-created-product-type.patch -------------------------------------------------------------------------------- /essential/smartmage/inpost/fix-error-when-post-data-is-empty.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/smartmage/inpost/fix-error-when-post-data-is-empty.patch -------------------------------------------------------------------------------- /essential/smartmage/inpost/paczkomaty-inpost-with-domReady.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/smartmage/inpost/paczkomaty-inpost-with-domReady.patch -------------------------------------------------------------------------------- /essential/smile/elasticsuite/a11y-aftersearch-nav-adjustments.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/smile/elasticsuite/a11y-aftersearch-nav-adjustments.patch -------------------------------------------------------------------------------- /essential/smile/elasticsuite/a11y-range-slider-handle-label.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/smile/elasticsuite/a11y-range-slider-handle-label.patch -------------------------------------------------------------------------------- /essential/smile/elasticsuite/elasticsuite-default-value-datetime-visibility.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/smile/elasticsuite/elasticsuite-default-value-datetime-visibility.patch -------------------------------------------------------------------------------- /essential/smile/elasticsuite/es-fix-for-empty-servername-for-m237.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/smile/elasticsuite/es-fix-for-empty-servername-for-m237.patch -------------------------------------------------------------------------------- /essential/smile/elasticsuite/es-fix-for-empty-servername.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/smile/elasticsuite/es-fix-for-empty-servername.patch -------------------------------------------------------------------------------- /essential/smile/elasticsuite/fix-RK-1687-trim-on-null-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/smile/elasticsuite/fix-RK-1687-trim-on-null-fix.patch -------------------------------------------------------------------------------- /essential/smile/elasticsuite/fix-remove-disabled-columns.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/smile/elasticsuite/fix-remove-disabled-columns.patch -------------------------------------------------------------------------------- /essential/smile/elasticsuite/fix-virtual-category-preview-2.11.9.1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/smile/elasticsuite/fix-virtual-category-preview-2.11.9.1.patch -------------------------------------------------------------------------------- /essential/smile/elasticsuite/fix-virtual-category-preview.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/smile/elasticsuite/fix-virtual-category-preview.patch -------------------------------------------------------------------------------- /essential/smile/elasticsuite/m22-fix-is-inline-elasticsuite-2-5.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/smile/elasticsuite/m22-fix-is-inline-elasticsuite-2-5.patch -------------------------------------------------------------------------------- /essential/smile/elasticsuite/m23-smile-adjust-filter-range-2-8-16.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/smile/elasticsuite/m23-smile-adjust-filter-range-2-8-16.patch -------------------------------------------------------------------------------- /essential/smile/elasticsuite/m23-smile-adjust-filter-range.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/smile/elasticsuite/m23-smile-adjust-filter-range.patch -------------------------------------------------------------------------------- /essential/smile/elasticsuite/m232-elasticsuite-save-category-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/smile/elasticsuite/m232-elasticsuite-save-category-fix.patch -------------------------------------------------------------------------------- /essential/smile/elasticsuite/prevent_null_clause_query.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/smile/elasticsuite/prevent_null_clause_query.patch -------------------------------------------------------------------------------- /essential/smile/elasticsuite/remove-redundant-request-to-elasticsearch.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/smile/elasticsuite/remove-redundant-request-to-elasticsearch.patch -------------------------------------------------------------------------------- /essential/smile/elasticsuite/smile-elasticsuite-289-page-size-issue.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/smile/elasticsuite/smile-elasticsuite-289-page-size-issue.patch -------------------------------------------------------------------------------- /essential/smile/elasticsuite/smile-elasticsuite-292-page-size-issue.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/smile/elasticsuite/smile-elasticsuite-292-page-size-issue.patch -------------------------------------------------------------------------------- /essential/smile/elasticsuite/smile-elasticsuite-fix-notice-in-swatches.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/smile/elasticsuite/smile-elasticsuite-fix-notice-in-swatches.patch -------------------------------------------------------------------------------- /essential/smile/elasticsuite/smile-elasticsuite-fix-synonyms-for-multi-words-queries.patch: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /essential/smile/elasticsuite/smile-elasticsuite-fix-wrong-category-instance.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/smile/elasticsuite/smile-elasticsuite-fix-wrong-category-instance.patch -------------------------------------------------------------------------------- /essential/smile/elasticsuite/smile-elasticsuite-sorting-update-segfault-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/smile/elasticsuite/smile-elasticsuite-sorting-update-segfault-fix.patch -------------------------------------------------------------------------------- /essential/smile/elasticsuite/smile_elasticsuite_v2_11_11_checking_version.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/smile/elasticsuite/smile_elasticsuite_v2_11_11_checking_version.patch -------------------------------------------------------------------------------- /essential/smile/module-elasticsuite-cms-search/m22-cms-search-set-order.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/smile/module-elasticsuite-cms-search/m22-cms-search-set-order.patch -------------------------------------------------------------------------------- /essential/stripe/module-payments/stripe-subscriptions-with-domReady.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/stripe/module-payments/stripe-subscriptions-with-domReady.patch -------------------------------------------------------------------------------- /essential/synerise/magento2-integration/add-missing-variable-to-observer.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/synerise/magento2-integration/add-missing-variable-to-observer.patch -------------------------------------------------------------------------------- /essential/trustedshops/easy_integration/fix-php81-prevent-decoding-null.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/trustedshops/easy_integration/fix-php81-prevent-decoding-null.patch -------------------------------------------------------------------------------- /essential/trustedshops/trustedshops/trustedshops_api_client_class_names.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/trustedshops/trustedshops/trustedshops_api_client_class_names.patch -------------------------------------------------------------------------------- /essential/unifiedarts/module-tsc-augment/replaced_zend_with_laminas.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/unifiedarts/module-tsc-augment/replaced_zend_with_laminas.patch -------------------------------------------------------------------------------- /essential/unifiedarts/module-tsc/fix_amazon_pay_button_missing_on_mobile.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/unifiedarts/module-tsc/fix_amazon_pay_button_missing_on_mobile.patch -------------------------------------------------------------------------------- /essential/veriteworks/cookiefix/RK-1456-secure-cookie-plus-samesite-none.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/veriteworks/cookiefix/RK-1456-secure-cookie-plus-samesite-none.patch -------------------------------------------------------------------------------- /essential/vertex/module-tax/m241-fix-vertex-constructor-missing-argument.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/vertex/module-tax/m241-fix-vertex-constructor-missing-argument.patch -------------------------------------------------------------------------------- /essential/wallee/magento-2/fix-remove-payment-tokens-in-admin.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/wallee/magento-2/fix-remove-payment-tokens-in-admin.patch -------------------------------------------------------------------------------- /essential/wallee/sdk/fix-validation-empty-unique-id.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/wallee/sdk/fix-validation-empty-unique-id.patch -------------------------------------------------------------------------------- /essential/wyomind/datafeedmanager/category-filters-optimization.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/wyomind/datafeedmanager/category-filters-optimization.patch -------------------------------------------------------------------------------- /essential/wyomind/datafeedmanager/fix-array-to-string-conversion-error.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/wyomind/datafeedmanager/fix-array-to-string-conversion-error.patch -------------------------------------------------------------------------------- /essential/wyomind/datafeedmanager/fix-error-attributeOptions-is-deprecated.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/wyomind/datafeedmanager/fix-error-attributeOptions-is-deprecated.patch -------------------------------------------------------------------------------- /essential/wyomind/datafeedmanager/wyomind-datafeedmanager-php-81.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/wyomind/datafeedmanager/wyomind-datafeedmanager-php-81.patch -------------------------------------------------------------------------------- /essential/wyomind/datafeedmanager/wyomind-datafeedmanager-php-82.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/wyomind/datafeedmanager/wyomind-datafeedmanager-php-82.patch -------------------------------------------------------------------------------- /essential/wyomind/framework/fix-array-notice.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/wyomind/framework/fix-array-notice.patch -------------------------------------------------------------------------------- /essential/wyomind/framework/fix-php-8-error-with-string-divided-by-int.patch: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /essential/wyomind/googleproductratings/fix-issue-with-feed-file-path.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/wyomind/googleproductratings/fix-issue-with-feed-file-path.patch -------------------------------------------------------------------------------- /essential/xtento/pdfcustomizer/xtento-pdfcustomizer-fix-large-pdf-file-size.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/xtento/pdfcustomizer/xtento-pdfcustomizer-fix-large-pdf-file-size.patch -------------------------------------------------------------------------------- /essential/zendframework/zend-mail/m233plus-fix-content-disposition-encoding.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/essential/zendframework/zend-mail/m233plus-fix-content-disposition-encoding.patch -------------------------------------------------------------------------------- /optional/aheadworks/module-advanced-reviews/disable_config_override_plugin.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/aheadworks/module-advanced-reviews/disable_config_override_plugin.patch -------------------------------------------------------------------------------- /optional/aheadworks/module-blog-search/change-search-query-param.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/aheadworks/module-blog-search/change-search-query-param.patch -------------------------------------------------------------------------------- /optional/aheadworks/module-blog/HAAR-4472-optimize-get-posts.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/aheadworks/module-blog/HAAR-4472-optimize-get-posts.patch -------------------------------------------------------------------------------- /optional/aheadworks/module-blog/fix-lost-product-relations-data-on-reindex.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/aheadworks/module-blog/fix-lost-product-relations-data-on-reindex.patch -------------------------------------------------------------------------------- /optional/aheadworks/module-blog/m22-aheadworks-module-blog-fix-indexer-haar.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/aheadworks/module-blog/m22-aheadworks-module-blog-fix-indexer-haar.patch -------------------------------------------------------------------------------- /optional/aheadworks/module-blog/restore-old-media-gallery.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/aheadworks/module-blog/restore-old-media-gallery.patch -------------------------------------------------------------------------------- /optional/aheadworks/module-giftcard/HAAR-4299-fix-quote-get-items-null.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/aheadworks/module-giftcard/HAAR-4299-fix-quote-get-items-null.patch -------------------------------------------------------------------------------- /optional/aheadworks/module-giftcard/HAAR-4463-cover-co2-with-giftcard-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/aheadworks/module-giftcard/HAAR-4463-cover-co2-with-giftcard-fix.patch -------------------------------------------------------------------------------- /optional/aheadworks/module-giftcard/RK-1458-giftcard-de-translations.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/aheadworks/module-giftcard/RK-1458-giftcard-de-translations.patch -------------------------------------------------------------------------------- /optional/aheadworks/module-giftcard/cover-co2-with-giftcard-fix_v1_8_6.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/aheadworks/module-giftcard/cover-co2-with-giftcard-fix_v1_8_6.patch -------------------------------------------------------------------------------- /optional/aheadworks/module-giftcard/m22-wallee-aw-giftcard.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/aheadworks/module-giftcard/m22-wallee-aw-giftcard.patch -------------------------------------------------------------------------------- /optional/aheadworks/module-giftcard/m22-wallee-aw-giftcard.patch-fix-171.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/aheadworks/module-giftcard/m22-wallee-aw-giftcard.patch-fix-171.patch -------------------------------------------------------------------------------- /optional/aheadworks/module-giftcard/remove_paypal_plugin_fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/aheadworks/module-giftcard/remove_paypal_plugin_fix.patch -------------------------------------------------------------------------------- /optional/aheadworks/module-reward-points/fix-strict-type-invoice-item-issue.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/aheadworks/module-reward-points/fix-strict-type-invoice-item-issue.patch -------------------------------------------------------------------------------- /optional/akeneo/api-php-client/add-proxy-to-request-header.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/akeneo/api-php-client/add-proxy-to-request-header.patch -------------------------------------------------------------------------------- /optional/akeneo/magento2-connector-enterprise/adjust-file-assets-download.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/akeneo/magento2-connector-enterprise/adjust-file-assets-download.patch -------------------------------------------------------------------------------- /optional/akeneo/magento2-connector-enterprise/fix-missing-label-in-locale.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/akeneo/magento2-connector-enterprise/fix-missing-label-in-locale.patch -------------------------------------------------------------------------------- /optional/amasty/base/amasty-base-pass-filedriver-to-denylistpathvalidator.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/amasty/base/amasty-base-pass-filedriver-to-denylistpathvalidator.patch -------------------------------------------------------------------------------- /optional/amasty/coupons/MOV-696-ignore-letter-case-for-coupons.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/amasty/coupons/MOV-696-ignore-letter-case-for-coupons.patch -------------------------------------------------------------------------------- /optional/amasty/label/add-image2x-field-to-join-zumstein-only.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/amasty/label/add-image2x-field-to-join-zumstein-only.patch -------------------------------------------------------------------------------- /optional/amasty/module-xcoupon/amasty-xcoupon-1.2.0-fix-for-empty-cart.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/amasty/module-xcoupon/amasty-xcoupon-1.2.0-fix-for-empty-cart.patch -------------------------------------------------------------------------------- /optional/amasty/module-xcoupon/amasty-xcoupon-fix-for-empty-cart.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/amasty/module-xcoupon/amasty-xcoupon-fix-for-empty-cart.patch -------------------------------------------------------------------------------- /optional/amasty/module-xcoupon/m22-amasty-fix-adding-coupon-twice-in-cart.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/amasty/module-xcoupon/m22-amasty-fix-adding-coupon-twice-in-cart.patch -------------------------------------------------------------------------------- /optional/amasty/paction/save-category-in-default-scope.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/amasty/paction/save-category-in-default-scope.patch -------------------------------------------------------------------------------- /optional/amasty/pgrid/add-custom-field-resolvers.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/amasty/pgrid/add-custom-field-resolvers.patch -------------------------------------------------------------------------------- /optional/amasty/pgrid/disable-set-url_path-for-product.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/amasty/pgrid/disable-set-url_path-for-product.patch -------------------------------------------------------------------------------- /optional/amasty/pgrid/fix-error-with-duplicated-insert.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/amasty/pgrid/fix-error-with-duplicated-insert.patch -------------------------------------------------------------------------------- /optional/amasty/pgrid/msi-availability.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/amasty/pgrid/msi-availability.patch -------------------------------------------------------------------------------- /optional/amasty/promo/amasty-fix-loop-on-quote-save.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/amasty/promo/amasty-fix-loop-on-quote-save.patch -------------------------------------------------------------------------------- /optional/amasty/promo/amasty-promo-popup-slicker-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/amasty/promo/amasty-promo-popup-slicker-fix.patch -------------------------------------------------------------------------------- /optional/amasty/promo/amasty-promo-remove-banners-lite.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/amasty/promo/amasty-promo-remove-banners-lite.patch -------------------------------------------------------------------------------- /optional/amasty/promo/fix-display-discounted-amount-with-tax-for-free-gifts.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/amasty/promo/fix-display-discounted-amount-with-tax-for-free-gifts.patch -------------------------------------------------------------------------------- /optional/amasty/promo/m22-amasty-promo-fix-popup-js.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/amasty/promo/m22-amasty-promo-fix-popup-js.patch -------------------------------------------------------------------------------- /optional/amasty/promo/m22-fix-home-redirect-after-adding-amasty-gift.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/amasty/promo/m22-fix-home-redirect-after-adding-amasty-gift.patch -------------------------------------------------------------------------------- /optional/amasty/shippingtablerates/fix-infinite-loop-in-checkout.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/amasty/shippingtablerates/fix-infinite-loop-in-checkout.patch -------------------------------------------------------------------------------- /optional/amzn/amazon-pay-magento-2-module/skip-cancel-when-processing.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/amzn/amazon-pay-magento-2-module/skip-cancel-when-processing.patch -------------------------------------------------------------------------------- /optional/amzn/amazon-pay-module/fix-amazon-pay-missing-extension-attribute.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/amzn/amazon-pay-module/fix-amazon-pay-missing-extension-attribute.patch -------------------------------------------------------------------------------- /optional/amzn/amazon-pay-module/m22-fix-amazon-pay-extension-attribute.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/amzn/amazon-pay-module/m22-fix-amazon-pay-extension-attribute.patch -------------------------------------------------------------------------------- /optional/aromicon/module-deepl/inject-product-variable.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/aromicon/module-deepl/inject-product-variable.patch -------------------------------------------------------------------------------- /optional/aromicon/module-deepl/skip-source-lang-in-the-request.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/aromicon/module-deepl/skip-source-lang-in-the-request.patch -------------------------------------------------------------------------------- /optional/best4mage/cptp/external-best4mage-remove-action-check.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/best4mage/cptp/external-best4mage-remove-action-check.patch -------------------------------------------------------------------------------- /optional/bluepayment-plugin/module-bluepayment/removed-prepend-frames.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/bluepayment-plugin/module-bluepayment/removed-prepend-frames.patch -------------------------------------------------------------------------------- /optional/channelpilot/module-api/magento245-compatibility.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/channelpilot/module-api/magento245-compatibility.patch -------------------------------------------------------------------------------- /optional/clerk/clerk/remove-headers-from-clerk-logger.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/clerk/clerk/remove-headers-from-clerk-logger.patch -------------------------------------------------------------------------------- /optional/clerk/clerk/skip-aftersave-observer-when-tests-are-running.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/clerk/clerk/skip-aftersave-observer-when-tests-are-running.patch -------------------------------------------------------------------------------- /optional/consentmanager/cmp/fix-cmp-whitelist-xml-file.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/consentmanager/cmp/fix-cmp-whitelist-xml-file.patch -------------------------------------------------------------------------------- /optional/creativestyle/magesuite-back-in-stock/use_custom_saleability_check.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/creativestyle/magesuite-back-in-stock/use_custom_saleability_check.patch -------------------------------------------------------------------------------- /optional/creativestyle/magesuite-cms-lazyload/ampersand_to_unicode.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/creativestyle/magesuite-cms-lazyload/ampersand_to_unicode.patch -------------------------------------------------------------------------------- /optional/creativestyle/magesuite-nfz/public-addToolbarBlock-method.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/creativestyle/magesuite-nfz/public-addToolbarBlock-method.patch -------------------------------------------------------------------------------- /optional/dhl/dhl24pl/fix-get-quote-in-observer.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/dhl/dhl24pl/fix-get-quote-in-observer.patch -------------------------------------------------------------------------------- /optional/disable-stock-deduction-observer.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/disable-stock-deduction-observer.patch -------------------------------------------------------------------------------- /optional/dynamic-yield/integration/m23-dynamicyield-fix-crontab-file.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/dynamic-yield/integration/m23-dynamicyield-fix-crontab-file.patch -------------------------------------------------------------------------------- /optional/edrone/magento2module/m23-fix-edrone-controller-newsletter-csrf.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/edrone/magento2module/m23-fix-edrone-controller-newsletter-csrf.patch -------------------------------------------------------------------------------- /optional/emartech/emarsys-magento2-extension/disable-contacts-sync.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/emartech/emarsys-magento2-extension/disable-contacts-sync.patch -------------------------------------------------------------------------------- /optional/emartech/emarsys-magento2-extension/dont-send-null-customer-values.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/emartech/emarsys-magento2-extension/dont-send-null-customer-values.patch -------------------------------------------------------------------------------- /optional/emartech/emarsys-magento2-extension/multiwebsite-support-patch-245.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/emartech/emarsys-magento2-extension/multiwebsite-support-patch-245.patch -------------------------------------------------------------------------------- /optional/firebear/importexport/disable-amqp-queue.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/firebear/importexport/disable-amqp-queue.patch -------------------------------------------------------------------------------- /optional/firebear/importexport/disabled-creating-new-category-during-import.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/firebear/importexport/disabled-creating-new-category-during-import.patch -------------------------------------------------------------------------------- /optional/firebear/importexport/fix-firebear-category-import.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/firebear/importexport/fix-firebear-category-import.patch -------------------------------------------------------------------------------- /optional/firebear/importexport/import-category-disable-newly-created-entity.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/firebear/importexport/import-category-disable-newly-created-entity.patch -------------------------------------------------------------------------------- /optional/firebear/importexport/import-export-review-additional-fields.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/firebear/importexport/import-export-review-additional-fields.patch -------------------------------------------------------------------------------- /optional/fix-add-possitiblity-to-ship-backordered-items.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/fix-add-possitiblity-to-ship-backordered-items.patch -------------------------------------------------------------------------------- /optional/fix-customer-race-data-condition-when-bundling-is-enabled.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/fix-customer-race-data-condition-when-bundling-is-enabled.patch -------------------------------------------------------------------------------- /optional/guzzlehttp/psr7/increase-truncate-at-param.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/guzzlehttp/psr7/increase-truncate-at-param.patch -------------------------------------------------------------------------------- /optional/insign/magento2-module-postcore/address-validation-disable.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/insign/magento2-module-postcore/address-validation-disable.patch -------------------------------------------------------------------------------- /optional/insign/magento2-module-postcore/init-observable-value.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/insign/magento2-module-postcore/init-observable-value.patch -------------------------------------------------------------------------------- /optional/insign/magento2-module-postcore/postcode-focus-method.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/insign/magento2-module-postcore/postcode-focus-method.patch -------------------------------------------------------------------------------- /optional/iways/module-pay-pal-plus/iways-paypal-plus-payment-plugin.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/iways/module-pay-pal-plus/iways-paypal-plus-payment-plugin.patch -------------------------------------------------------------------------------- /optional/iways/module-pay-pal-plus/iways-paypal-remove-quote-collect-totals.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/iways/module-pay-pal-plus/iways-paypal-remove-quote-collect-totals.patch -------------------------------------------------------------------------------- /optional/klarna/module-kp/klarna-fix-ie11.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/klarna/module-kp/klarna-fix-ie11.patch -------------------------------------------------------------------------------- /optional/klarna/module-payments/fix-type-of-return-value-in-quote-status.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/klarna/module-payments/fix-type-of-return-value-in-quote-status.patch -------------------------------------------------------------------------------- /optional/m21-magepal-fix-for-json-deserialization.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/m21-magepal-fix-for-json-deserialization.patch -------------------------------------------------------------------------------- /optional/m22-change-attribute-code-length-validation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/m22-change-attribute-code-length-validation.patch -------------------------------------------------------------------------------- /optional/m22-fix-m2epro-app-config-override.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/m22-fix-m2epro-app-config-override.patch -------------------------------------------------------------------------------- /optional/m23-fix-order-date-success-page.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/m23-fix-order-date-success-page.patch -------------------------------------------------------------------------------- /optional/m233-module-configurable-product-old-price-without-tax-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/m233-module-configurable-product-old-price-without-tax-fix.patch -------------------------------------------------------------------------------- /optional/m2epro_disable_config_override_plugin.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/m2epro_disable_config_override_plugin.patch -------------------------------------------------------------------------------- /optional/magefan/module-blog/FZ-714-blog-category-order.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magefan/module-blog/FZ-714-blog-category-order.patch -------------------------------------------------------------------------------- /optional/magefan/module-blog/avoid-301-redirect-if-post-not-available.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magefan/module-blog/avoid-301-redirect-if-post-not-available.patch -------------------------------------------------------------------------------- /optional/magento/customer/return-customer-addresses-assigned-to-customer.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/customer/return-customer-addresses-assigned-to-customer.patch -------------------------------------------------------------------------------- /optional/magento/framework/change-replacement-for-umlaut-signs-in-url-key.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/framework/change-replacement-for-umlaut-signs-in-url-key.patch -------------------------------------------------------------------------------- /optional/magento/framework/dont-log-graphql-unexpected-eof-error.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/framework/dont-log-graphql-unexpected-eof-error.patch -------------------------------------------------------------------------------- /optional/magento/framework/fix-custom-attributes-value.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/framework/fix-custom-attributes-value.patch -------------------------------------------------------------------------------- /optional/magento/framework/log-large-json-to-unserialize.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/framework/log-large-json-to-unserialize.patch -------------------------------------------------------------------------------- /optional/magento/framework/m22-data-object-helper.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/framework/m22-data-object-helper.patch -------------------------------------------------------------------------------- /optional/magento/framework/m22-fix-de_CH-rounding-issue.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/framework/m22-fix-de_CH-rounding-issue.patch -------------------------------------------------------------------------------- /optional/magento/framework/m22-fix-missing-page-layout.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/framework/m22-fix-missing-page-layout.patch -------------------------------------------------------------------------------- /optional/magento/framework/m233-fix-for-huge-xml-elements.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/framework/m233-fix-for-huge-xml-elements.patch -------------------------------------------------------------------------------- /optional/magento/framework/m233-fix-product-image-cache-hash-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/framework/m233-fix-product-image-cache-hash-1.patch -------------------------------------------------------------------------------- /optional/magento/framework/m24-allow-dot-in-validating-process.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/framework/m24-allow-dot-in-validating-process.patch -------------------------------------------------------------------------------- /optional/magento/framework/m24-disable-cookie-size-error-message-p11.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/framework/m24-disable-cookie-size-error-message-p11.patch -------------------------------------------------------------------------------- /optional/magento/framework/m24-disable-cookie-size-error-message-p13.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/framework/m24-disable-cookie-size-error-message-p13.patch -------------------------------------------------------------------------------- /optional/magento/framework/m24-disable-cookie-size-error-message.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/framework/m24-disable-cookie-size-error-message.patch -------------------------------------------------------------------------------- /optional/magento/framework/m24-increase-max-cookie-number.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/framework/m24-increase-max-cookie-number.patch -------------------------------------------------------------------------------- /optional/magento/framework/m243-fix-setup-db-status-false-negative.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/framework/m243-fix-setup-db-status-false-negative.patch -------------------------------------------------------------------------------- /optional/magento/framework/m245-connection-default-maintenance-mode.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/framework/m245-connection-default-maintenance-mode.patch -------------------------------------------------------------------------------- /optional/magento/framework/m247p4-increase-max-num-cookies.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/framework/m247p4-increase-max-num-cookies.patch -------------------------------------------------------------------------------- /optional/magento/framework/m247p6-increase-max-num-cookies.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/framework/m247p6-increase-max-num-cookies.patch -------------------------------------------------------------------------------- /optional/magento/framework/unserialize-serialized-translit-config.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/framework/unserialize-serialized-translit-config.patch -------------------------------------------------------------------------------- /optional/magento/magento2-base/ignore-data-type-in-checkbox-comparison.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/magento2-base/ignore-data-type-in-checkbox-comparison.patch -------------------------------------------------------------------------------- /optional/magento/magento2-base/m248p2-fix-transaction-event-handler.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/magento2-base/m248p2-fix-transaction-event-handler.patch -------------------------------------------------------------------------------- /optional/magento/magento2-base/remove-date-validation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/magento2-base/remove-date-validation.patch -------------------------------------------------------------------------------- /optional/magento/module-analytics/headers-written-multiple-times.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-analytics/headers-written-multiple-times.patch -------------------------------------------------------------------------------- /optional/magento/module-bundle/m24-bundle-allow-multi-selections-with-qty.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-bundle/m24-bundle-allow-multi-selections-with-qty.patch -------------------------------------------------------------------------------- /optional/magento/module-bundle/m24-remove-bundle-options-prices-from-pdp.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-bundle/m24-remove-bundle-options-prices-from-pdp.patch -------------------------------------------------------------------------------- /optional/magento/module-bundle/m245-bundle-allow-multi-selections-with-qty.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-bundle/m245-bundle-allow-multi-selections-with-qty.patch -------------------------------------------------------------------------------- /optional/magento/module-bundle/m246-skip-check-for-visibility.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-bundle/m246-skip-check-for-visibility.patch -------------------------------------------------------------------------------- /optional/magento/module-bundle/m247-remove-bundle-options-prices-from-pdp.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-bundle/m247-remove-bundle-options-prices-from-pdp.patch -------------------------------------------------------------------------------- /optional/magento/module-catalog-import-export/skip-adding-empty-url-key.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-catalog-import-export/skip-adding-empty-url-key.patch -------------------------------------------------------------------------------- /optional/magento/module-catalog/RK-1611_add_key_for_price_temp_table.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-catalog/RK-1611_add_key_for_price_temp_table.patch -------------------------------------------------------------------------------- /optional/magento/module-catalog/auto-terminate-long-query.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-catalog/auto-terminate-long-query.patch -------------------------------------------------------------------------------- /optional/magento/module-catalog/fix-for-getting-watermark-config.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-catalog/fix-for-getting-watermark-config.patch -------------------------------------------------------------------------------- /optional/magento/module-catalog/fixed-casting-for-category-root-id.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-catalog/fixed-casting-for-category-root-id.patch -------------------------------------------------------------------------------- /optional/magento/module-catalog/m23-keep-regular-price-in-tier-listing.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-catalog/m23-keep-regular-price-in-tier-listing.patch -------------------------------------------------------------------------------- /optional/magento/module-catalog/m233-fix-product-image-cache-hash-2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-catalog/m233-fix-product-image-cache-hash-2.patch -------------------------------------------------------------------------------- /optional/magento/module-catalog/m24-add-entity-id-index-to-price-tmp-table.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-catalog/m24-add-entity-id-index-to-price-tmp-table.patch -------------------------------------------------------------------------------- /optional/magento/module-catalog/m24-fix-different-price-in-cart-vs-on-pdp.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-catalog/m24-fix-different-price-in-cart-vs-on-pdp.patch -------------------------------------------------------------------------------- /optional/magento/module-catalog/public-addToolbarBlock-method.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-catalog/public-addToolbarBlock-method.patch -------------------------------------------------------------------------------- /optional/magento/module-checkout-staging/m24-fix-for-wrong-indexer-order.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-checkout-staging/m24-fix-for-wrong-indexer-order.patch -------------------------------------------------------------------------------- /optional/magento/module-checkout/MOV-347-shipping-description.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-checkout/MOV-347-shipping-description.patch -------------------------------------------------------------------------------- /optional/magento/module-checkout/MOV-387-shipping-error-messages.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-checkout/MOV-387-shipping-error-messages.patch -------------------------------------------------------------------------------- /optional/magento/module-checkout/fix-for-cart-if-quote-has-been-replaced.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-checkout/fix-for-cart-if-quote-has-been-replaced.patch -------------------------------------------------------------------------------- /optional/magento/module-checkout/m22-fix-carrier-underscore-issue.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-checkout/m22-fix-carrier-underscore-issue.patch -------------------------------------------------------------------------------- /optional/magento/module-checkout/m22-fix-checkout-session-regenerate.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-checkout/m22-fix-checkout-session-regenerate.patch -------------------------------------------------------------------------------- /optional/magento/module-checkout/m245-fix-customer-has-no-active-cart.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-checkout/m245-fix-customer-has-no-active-cart.patch -------------------------------------------------------------------------------- /optional/magento/module-cms/allow-to-listing-media-root-folder.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-cms/allow-to-listing-media-root-folder.patch -------------------------------------------------------------------------------- /optional/magento/module-cms/fix-cms-loading-media-gallery.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-cms/fix-cms-loading-media-gallery.patch -------------------------------------------------------------------------------- /optional/magento/module-cms/m23-null-to-empty-string.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-cms/m23-null-to-empty-string.patch -------------------------------------------------------------------------------- /optional/magento/module-cms/overwrite-images-on-duplicated-name.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-cms/overwrite-images-on-duplicated-name.patch -------------------------------------------------------------------------------- /optional/magento/module-company-shipping/fix-companies-edit-issue.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-company-shipping/fix-companies-edit-issue.patch -------------------------------------------------------------------------------- /optional/magento/module-csp/always_allow_inline_scripts.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-csp/always_allow_inline_scripts.patch -------------------------------------------------------------------------------- /optional/magento/module-customer/fix-customer-redirect-after-login.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-customer/fix-customer-redirect-after-login.patch -------------------------------------------------------------------------------- /optional/magento/module-customer/m22-fix-order-of-top-navigation-links.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-customer/m22-fix-order-of-top-navigation-links.patch -------------------------------------------------------------------------------- /optional/magento/module-deploy/ACSD-46815_2.4.5_v2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-deploy/ACSD-46815_2.4.5_v2.patch -------------------------------------------------------------------------------- /optional/magento/module-deploy/additional-extensions-in-deploy-map.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-deploy/additional-extensions-in-deploy-map.patch -------------------------------------------------------------------------------- /optional/magento/module-eav/kruger-add-option-lablel-same-as-existing-id.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-eav/kruger-add-option-lablel-same-as-existing-id.patch -------------------------------------------------------------------------------- /optional/magento/module-eav/m22-fix-maximum-length-of-attribute-code.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-eav/m22-fix-maximum-length-of-attribute-code.patch -------------------------------------------------------------------------------- /optional/magento/module-media-storage/m233-fix-product-image-cache-hash-3.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-media-storage/m233-fix-product-image-cache-hash-3.patch -------------------------------------------------------------------------------- /optional/magento/module-newsletter/prevent-multiple-success-emails-sending.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-newsletter/prevent-multiple-success-emails-sending.patch -------------------------------------------------------------------------------- /optional/magento/module-offline-shipping/m22-address-based-free-shipping.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-offline-shipping/m22-address-based-free-shipping.patch -------------------------------------------------------------------------------- /optional/magento/module-payment/m22-fix-getPaymentMethodList-method.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-payment/m22-fix-getPaymentMethodList-method.patch -------------------------------------------------------------------------------- /optional/magento/module-paypal/m225minus-fix-paypal-duplicated-confirmation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-paypal/m225minus-fix-paypal-duplicated-confirmation.patch -------------------------------------------------------------------------------- /optional/magento/module-paypal/redirect-to-cart-page.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-paypal/redirect-to-cart-page.patch -------------------------------------------------------------------------------- /optional/magento/module-quote/MOV-347-shipping-description.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-quote/MOV-347-shipping-description.patch -------------------------------------------------------------------------------- /optional/magento/module-quote/RK-1556-missing-giftcard-translations.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-quote/RK-1556-missing-giftcard-translations.patch -------------------------------------------------------------------------------- /optional/magento/module-quote/m22-add-company-to-rate-request.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-quote/m22-add-company-to-rate-request.patch -------------------------------------------------------------------------------- /optional/magento/module-reports/fix-ordered-products-report-export.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-reports/fix-ordered-products-report-export.patch -------------------------------------------------------------------------------- /optional/magento/module-review/fix-store-code-in-product-url-in-review-list.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-review/fix-store-code-in-product-url-in-review-list.patch -------------------------------------------------------------------------------- /optional/magento/module-review/ipet-add-additional-fields-to-review-detail.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-review/ipet-add-additional-fields-to-review-detail.patch -------------------------------------------------------------------------------- /optional/magento/module-sales-rule/use-default-discount-calculation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-sales-rule/use-default-discount-calculation.patch -------------------------------------------------------------------------------- /optional/magento/module-sales/fix-is-visible-customer-prefix-method.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-sales/fix-is-visible-customer-prefix-method.patch -------------------------------------------------------------------------------- /optional/magento/module-sales/fix-order-get-item-by-id-function.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-sales/fix-order-get-item-by-id-function.patch -------------------------------------------------------------------------------- /optional/magento/module-sales/m23-fix-invalid-invoice-qty-for-bundles.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-sales/m23-fix-invalid-invoice-qty-for-bundles.patch -------------------------------------------------------------------------------- /optional/magento/module-sales/revert-change-for-reorder-increment-id.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-sales/revert-change-for-reorder-increment-id.patch -------------------------------------------------------------------------------- /optional/magento/module-sales/save-address-admin-opt-in.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-sales/save-address-admin-opt-in.patch -------------------------------------------------------------------------------- /optional/magento/module-sales/wallee-pending-refund-redirect-to-order-page.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-sales/wallee-pending-refund-redirect-to-order-page.patch -------------------------------------------------------------------------------- /optional/magento/module-security/m245-typecast-user-id-to-string.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-security/m245-typecast-user-id-to-string.patch -------------------------------------------------------------------------------- /optional/magento/module-shipping/shipment-email-checkbox-ticked-by-default.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-shipping/shipment-email-checkbox-ticked-by-default.patch -------------------------------------------------------------------------------- /optional/magento/module-sitemap/sitemap_generation_media_folder.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-sitemap/sitemap_generation_media_folder.patch -------------------------------------------------------------------------------- /optional/magento/module-store/m24-fix-opening-store-view-between-website.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-store/m24-fix-opening-store-view-between-website.patch -------------------------------------------------------------------------------- /optional/magento/module-store/m243-fix-opening-store-view-between-website.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-store/m243-fix-opening-store-view-between-website.patch -------------------------------------------------------------------------------- /optional/magento/module-store/m248-fix-opening-store-view-between-website.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-store/m248-fix-opening-store-view-between-website.patch -------------------------------------------------------------------------------- /optional/magento/module-tax/add-additional-fees-tax-to-aggregated-taxes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-tax/add-additional-fees-tax-to-aggregated-taxes.patch -------------------------------------------------------------------------------- /optional/magento/module-tax/ignore-cross-border-trade-config-for-0-tax-rate.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-tax/ignore-cross-border-trade-config-for-0-tax-rate.patch -------------------------------------------------------------------------------- /optional/magento/module-ui/ignore-data-type-in-checkbox-comparison.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-ui/ignore-data-type-in-checkbox-comparison.patch -------------------------------------------------------------------------------- /optional/magento/module-ui/m22-fix-for-limited-roles-in-admin-panel.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-ui/m22-fix-for-limited-roles-in-admin-panel.patch -------------------------------------------------------------------------------- /optional/magento/module-ui/parse-values-to-string.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-ui/parse-values-to-string.patch -------------------------------------------------------------------------------- /optional/magento/module-ui/remove-jquery-ui-blind-effect.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-ui/remove-jquery-ui-blind-effect.patch -------------------------------------------------------------------------------- /optional/magento/module-url-rewrite/m233-url-rewrite-trailing-slash-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-url-rewrite/m233-url-rewrite-trailing-slash-fix.patch -------------------------------------------------------------------------------- /optional/magento/module-wishlist/trigger-save-wishlist-when-item-added.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-wishlist/trigger-save-wishlist-when-item-added.patch -------------------------------------------------------------------------------- /optional/magento/module-wishlist/wishlist-teaser-unlimited.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/module-wishlist/wishlist-teaser-unlimited.patch -------------------------------------------------------------------------------- /optional/magento/swatches/fix_filtering_products_without_images.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/swatches/fix_filtering_products_without_images.patch -------------------------------------------------------------------------------- /optional/magento/swatches/m232-add-swatches-attribute-data.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/swatches/m232-add-swatches-attribute-data.patch -------------------------------------------------------------------------------- /optional/magento/swatches/remove_cache_key_logic_for_category_filters.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magento/swatches/remove_cache_key_logic_for_category_filters.patch -------------------------------------------------------------------------------- /optional/magepal-172-lp-fix-product-id-variable-in-product-collection-set.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magepal-172-lp-fix-product-id-variable-in-product-collection-set.patch -------------------------------------------------------------------------------- /optional/magepal-add-customer-email.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magepal-add-customer-email.patch -------------------------------------------------------------------------------- /optional/magepal/magento2-enhanced-ecommerce/magepal-eec-datalayer-push.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magepal/magento2-enhanced-ecommerce/magepal-eec-datalayer-push.patch -------------------------------------------------------------------------------- /optional/magepal/magento2-googletagmanager/add-events-to-window.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magepal/magento2-googletagmanager/add-events-to-window.patch -------------------------------------------------------------------------------- /optional/mageplaza-currency-formatter-js-fix-101.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/mageplaza-currency-formatter-js-fix-101.patch -------------------------------------------------------------------------------- /optional/mageplaza/module-smtp/migrate-upgrade-scripts-to-patches.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/mageplaza/module-smtp/migrate-upgrade-scripts-to-patches.patch -------------------------------------------------------------------------------- /optional/mageworx/module-seomarkup/mageworx-seomarkup-fix-product-review.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/mageworx/module-seomarkup/mageworx-seomarkup-fix-product-review.patch -------------------------------------------------------------------------------- /optional/mageworx/module-xmlsitemap/mageworx-xmlsitemap-fix-generation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/mageworx/module-xmlsitemap/mageworx-xmlsitemap-fix-generation.patch -------------------------------------------------------------------------------- /optional/magmodules/magento2-channable/channable-magesuite-gdpr-tests-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magmodules/magento2-channable/channable-magesuite-gdpr-tests-fix.patch -------------------------------------------------------------------------------- /optional/magmodules/magento2-channable/channable_transaction_fee_column_fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magmodules/magento2-channable/channable_transaction_fee_column_fix.patch -------------------------------------------------------------------------------- /optional/magmodules/magento2-digitec-galaxus/fix-add-to-cart-for-msi.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magmodules/magento2-digitec-galaxus/fix-add-to-cart-for-msi.patch -------------------------------------------------------------------------------- /optional/magmodules/magento2-digitec-galaxus/return-first-category-path.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/magmodules/magento2-digitec-galaxus/return-first-category-path.patch -------------------------------------------------------------------------------- /optional/mirasvit/module-report-api/fix-one-store-in-filter-dashboard-error.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/mirasvit/module-report-api/fix-one-store-in-filter-dashboard-error.patch -------------------------------------------------------------------------------- /optional/mirasvit/module-report/use-columns-value-instead-of-expresions.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/mirasvit/module-report/use-columns-value-instead-of-expresions.patch -------------------------------------------------------------------------------- /optional/mirasvit/module-rewards/do-not-substract-discount-from-item-price.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/mirasvit/module-rewards/do-not-substract-discount-from-item-price.patch -------------------------------------------------------------------------------- /optional/mirasvit/module-rewards/fix-compatibility-with-free-gift.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/mirasvit/module-rewards/fix-compatibility-with-free-gift.patch -------------------------------------------------------------------------------- /optional/mirasvit/module-rewards/fix-issue-with-missing-discount-amount.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/mirasvit/module-rewards/fix-issue-with-missing-discount-amount.patch -------------------------------------------------------------------------------- /optional/mirasvit/module-rewards/fix-minimum-reward-totals.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/mirasvit/module-rewards/fix-minimum-reward-totals.patch -------------------------------------------------------------------------------- /optional/mollie/magento2/cast_null_total_value_to_zero.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/mollie/magento2/cast_null_total_value_to_zero.patch -------------------------------------------------------------------------------- /optional/mollie/magento2/fix-existing-registry-key-for-multiple-creditmemo.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/mollie/magento2/fix-existing-registry-key-for-multiple-creditmemo.patch -------------------------------------------------------------------------------- /optional/mollie/magento2/fix-loading-method-renderer-component.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/mollie/magento2/fix-loading-method-renderer-component.patch -------------------------------------------------------------------------------- /optional/mollie/magento2/lensplaza-fix-add-to-cart-action.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/mollie/magento2/lensplaza-fix-add-to-cart-action.patch -------------------------------------------------------------------------------- /optional/mollie/magento2/logger-for-reockl-credit-memo-RKL-1007.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/mollie/magento2/logger-for-reockl-credit-memo-RKL-1007.patch -------------------------------------------------------------------------------- /optional/mollie/magento2/mollie-fix-shipping-discount.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/mollie/magento2/mollie-fix-shipping-discount.patch -------------------------------------------------------------------------------- /optional/mollie/magento2/rk-1473-bank-transfer-reminder.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/mollie/magento2/rk-1473-bank-transfer-reminder.patch -------------------------------------------------------------------------------- /optional/mollie/magento2/skip-duplicated-capture-process.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/mollie/magento2/skip-duplicated-capture-process.patch -------------------------------------------------------------------------------- /optional/msp/cashondelivery/cash_on_delivery_infinite_loop_fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/msp/cashondelivery/cash_on_delivery_infinite_loop_fix.patch -------------------------------------------------------------------------------- /optional/optional-emarsys-multicountry-events.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/optional-emarsys-multicountry-events.patch -------------------------------------------------------------------------------- /optional/patworx/santander-magento-2/patworx_santander_hire_version_update.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/patworx/santander-magento-2/patworx_santander_hire_version_update.patch -------------------------------------------------------------------------------- /optional/payone-gmbh-gift-card-incorrect-amount-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/payone-gmbh-gift-card-incorrect-amount-fix.patch -------------------------------------------------------------------------------- /optional/payone-gmbh/magento-2/external-payone-email-translation-patch.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/payone-gmbh/magento-2/external-payone-email-translation-patch.patch -------------------------------------------------------------------------------- /optional/payone-gmbh/magento-2/payone-fix-status-notification-processing.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/payone-gmbh/magento-2/payone-fix-status-notification-processing.patch -------------------------------------------------------------------------------- /optional/payone-gmbh/magento-2/payone-fix-undefined-index.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/payone-gmbh/magento-2/payone-fix-undefined-index.patch -------------------------------------------------------------------------------- /optional/payone-gmbh/magento-2/payone-invoice-items-tax.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/payone-gmbh/magento-2/payone-invoice-items-tax.patch -------------------------------------------------------------------------------- /optional/payone-gmbh/magento-2/payone-refund-tax.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/payone-gmbh/magento-2/payone-refund-tax.patch -------------------------------------------------------------------------------- /optional/payone-gmbh/magento-2/payone32-invoice-items-tax.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/payone-gmbh/magento-2/payone32-invoice-items-tax.patch -------------------------------------------------------------------------------- /optional/payone32-fix-double-invoice.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/payone32-fix-double-invoice.patch -------------------------------------------------------------------------------- /optional/plenty/order/add-paypal-express-to-mapping.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/plenty/order/add-paypal-express-to-mapping.patch -------------------------------------------------------------------------------- /optional/plumrocket/module-psloginpro/allow-for-extra-href-button.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/plumrocket/module-psloginpro/allow-for-extra-href-button.patch -------------------------------------------------------------------------------- /optional/postnl/ecs/external-limit-order-export-to-one-per-file.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/postnl/ecs/external-limit-order-export-to-one-per-file.patch -------------------------------------------------------------------------------- /optional/postnl/ecs/external-postnl-change-depth-code.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/postnl/ecs/external-postnl-change-depth-code.patch -------------------------------------------------------------------------------- /optional/postnl/ecs/external-postnl-change-ean-export-field.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/postnl/ecs/external-postnl-change-ean-export-field.patch -------------------------------------------------------------------------------- /optional/postnl/ecs/external-postnl-fix-order-data-cleanup-method.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/postnl/ecs/external-postnl-fix-order-data-cleanup-method.patch -------------------------------------------------------------------------------- /optional/postnl/ecs/external-postnl-order-street-fields-limit.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/postnl/ecs/external-postnl-order-street-fields-limit.patch -------------------------------------------------------------------------------- /optional/postnl/ecs/postnl-ecs-shipping-name.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/postnl/ecs/postnl-ecs-shipping-name.patch -------------------------------------------------------------------------------- /optional/sendinblue/module-sendinblue/fix-unclosed-bufor.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/sendinblue/module-sendinblue/fix-unclosed-bufor.patch -------------------------------------------------------------------------------- /optional/smartmage/inpost/disable-useless-logs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/smartmage/inpost/disable-useless-logs.patch -------------------------------------------------------------------------------- /optional/smartmage/inpost/fix-logger-compatibility-with-monolog-3.9.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/smartmage/inpost/fix-logger-compatibility-with-monolog-3.9.patch -------------------------------------------------------------------------------- /optional/smile/elasticsuite/MOV-569-sort-order-hotfix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/smile/elasticsuite/MOV-569-sort-order-hotfix.patch -------------------------------------------------------------------------------- /optional/smile/elasticsuite/MOV-633-add-sort-order-to-plugin.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/smile/elasticsuite/MOV-633-add-sort-order-to-plugin.patch -------------------------------------------------------------------------------- /optional/smile/elasticsuite/change-indices-pattern.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/smile/elasticsuite/change-indices-pattern.patch -------------------------------------------------------------------------------- /optional/smile/elasticsuite/change-queries-mapping-field-id.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/smile/elasticsuite/change-queries-mapping-field-id.patch -------------------------------------------------------------------------------- /optional/smile/elasticsuite/elastisearch-error-429.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/smile/elasticsuite/elastisearch-error-429.patch -------------------------------------------------------------------------------- /optional/smile/elasticsuite/fix-category-position-sorting.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/smile/elasticsuite/fix-category-position-sorting.patch -------------------------------------------------------------------------------- /optional/smile/elasticsuite/fix-category-preview-sorting-v2_11_9_2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/smile/elasticsuite/fix-category-preview-sorting-v2_11_9_2.patch -------------------------------------------------------------------------------- /optional/smile/elasticsuite/fix-category-preview-sorting.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/smile/elasticsuite/fix-category-preview-sorting.patch -------------------------------------------------------------------------------- /optional/smile/elasticsuite/fix-render-range-label-method-compatibility.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/smile/elasticsuite/fix-render-range-label-method-compatibility.patch -------------------------------------------------------------------------------- /optional/smile/elasticsuite/krg-skip-reindex-in-case-of-failure.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/smile/elasticsuite/krg-skip-reindex-in-case-of-failure.patch -------------------------------------------------------------------------------- /optional/smile/elasticsuite/m21-elasticsuite-admin-sort-index-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/smile/elasticsuite/m21-elasticsuite-admin-sort-index-fix.patch -------------------------------------------------------------------------------- /optional/smile/elasticsuite/m248-elasticsuite-issues-3617.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/smile/elasticsuite/m248-elasticsuite-issues-3617.patch -------------------------------------------------------------------------------- /optional/smile/elasticsuite/remove-whole-jquery-ui-dependency.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/smile/elasticsuite/remove-whole-jquery-ui-dependency.patch -------------------------------------------------------------------------------- /optional/smile/elasticsuite/unify-synonyms-by-letter-size.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/smile/elasticsuite/unify-synonyms-by-letter-size.patch -------------------------------------------------------------------------------- /optional/smile/module-elasticsuite-catalog/change-query-condition.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/smile/module-elasticsuite-catalog/change-query-condition.patch -------------------------------------------------------------------------------- /optional/symfony/http-client/add-proxy-from-request-header.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/symfony/http-client/add-proxy-from-request-header.patch -------------------------------------------------------------------------------- /optional/techdivision/import-revert-stock/fix_file_endings_v1_0_1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/techdivision/import-revert-stock/fix_file_endings_v1_0_1.patch -------------------------------------------------------------------------------- /optional/twig/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /optional/twig/twig/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /optional/twig/twig/twig-deprecated-functionality-fix-for-php-81.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/twig/twig/twig-deprecated-functionality-fix-for-php-81.patch -------------------------------------------------------------------------------- /optional/veriteworks/cookiefix/RK-1456-secure-cookie-plus-samesite-none.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/veriteworks/cookiefix/RK-1456-secure-cookie-plus-samesite-none.patch -------------------------------------------------------------------------------- /optional/veriteworks/cookiefix/add_typecast_to_string_for_config_value.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/veriteworks/cookiefix/add_typecast_to_string_for_config_value.patch -------------------------------------------------------------------------------- /optional/wagento/zendesk/zendesk-fix-auth-url-encoding.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/wagento/zendesk/zendesk-fix-auth-url-encoding.patch -------------------------------------------------------------------------------- /optional/wallee/magento-2/change-lock-logic-for-webhook.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/wallee/magento-2/change-lock-logic-for-webhook.patch -------------------------------------------------------------------------------- /optional/wallee/magento-2/fix-payments-error-messages-visibility.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/wallee/magento-2/fix-payments-error-messages-visibility.patch -------------------------------------------------------------------------------- /optional/wallee/magento-2/fix_issue_with_compare_rounded_amounts.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/wallee/magento-2/fix_issue_with_compare_rounded_amounts.patch -------------------------------------------------------------------------------- /optional/wallee/magento-2/ipet-wallee-methods-custom-fields.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/wallee/magento-2/ipet-wallee-methods-custom-fields.patch -------------------------------------------------------------------------------- /optional/wallee/magento-2/m22-wallee-payment.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/wallee/magento-2/m22-wallee-payment.patch -------------------------------------------------------------------------------- /optional/wallee/magento-2/replace-new-line-with-space-in-street.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/wallee/magento-2/replace-new-line-with-space-in-street.patch -------------------------------------------------------------------------------- /optional/wallee/magento-2/skip-collect-totals-in-checkout.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/wallee/magento-2/skip-collect-totals-in-checkout.patch -------------------------------------------------------------------------------- /optional/wallee/magento-2/w2-wait-for-wallee-request-before-success-page.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/wallee/magento-2/w2-wait-for-wallee-request-before-success-page.patch -------------------------------------------------------------------------------- /optional/wallee/magento-2/wait-for-wallee-request-before-success-page.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/wallee/magento-2/wait-for-wallee-request-before-success-page.patch -------------------------------------------------------------------------------- /optional/wallee/magento-2/wallee-magento-2-fix-long-loading-payment-methods.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/wallee/magento-2/wallee-magento-2-fix-long-loading-payment-methods.patch -------------------------------------------------------------------------------- /optional/weareplanet/magento-2/add-postbox-to-street-field-MOV.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/weareplanet/magento-2/add-postbox-to-street-field-MOV.patch -------------------------------------------------------------------------------- /optional/wyomind/datafeedmanager/disable-category-filter-in-feeds.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/wyomind/datafeedmanager/disable-category-filter-in-feeds.patch -------------------------------------------------------------------------------- /optional/wyomind/datafeedmanager/exclude_virtual_categories_from_feeds.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/wyomind/datafeedmanager/exclude_virtual_categories_from_feeds.patch -------------------------------------------------------------------------------- /optional/wyomind/datafeedmanager/fix-error-simple-product-treated-as-bundle.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/wyomind/datafeedmanager/fix-error-simple-product-treated-as-bundle.patch -------------------------------------------------------------------------------- /optional/wyomind/datafeedmanager/get-bundle-product-stock-status.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/wyomind/datafeedmanager/get-bundle-product-stock-status.patch -------------------------------------------------------------------------------- /optional/wyomind/datafeedmanager/wyomind-datafeedmanager-support-for-msi.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/wyomind/datafeedmanager/wyomind-datafeedmanager-support-for-msi.patch -------------------------------------------------------------------------------- /optional/wyomind/datafeedmanager/wyomind_datafeedmanager_allow_php.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/wyomind/datafeedmanager/wyomind_datafeedmanager_allow_php.patch -------------------------------------------------------------------------------- /optional/wyomind/googleproductratings/product-ratings-feed-cronfix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/wyomind/googleproductratings/product-ratings-feed-cronfix.patch -------------------------------------------------------------------------------- /optional/xtento/pdfcustomizer/xtento-pdfcustomizer-compatibility-m243.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/optional/xtento/pdfcustomizer/xtento-pdfcustomizer-compatibility-m243.patch -------------------------------------------------------------------------------- /patchset.optional.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/patchset.optional.json -------------------------------------------------------------------------------- /tools/cleanup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/tools/cleanup.sh -------------------------------------------------------------------------------- /tools/get_magento_versions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/tools/get_magento_versions.php -------------------------------------------------------------------------------- /tools/migrate_patches.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesuite/magento-patches/HEAD/tools/migrate_patches.php --------------------------------------------------------------------------------