Merge branch 'danielmiessler:master' into chinese_common_passwords_add

This commit is contained in:
Kyi Wong 2024-12-19 10:26:49 +08:00 committed by GitHub
commit 46a5abd1d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 2295 additions and 1515 deletions

View file

@ -1,8 +1,8 @@
{
"Jwt secrets update": {
"last_update": 1734116595
"last_update": 1734375800
},
"Trickest wordlist update": {
"last_update": 1734170606
"last_update": 1734516235
}
}

View file

@ -7265,6 +7265,12 @@ src/Database/Factories/InvoiceItemFactory.php
Database/Factories/InvoiceItemFactory.php
Factories/InvoiceItemFactory.php
InvoiceItemFactory.php
packages/Webkul/Sales/src/Exceptions/InvalidRefundQuantityException.php
Webkul/Sales/src/Exceptions/InvalidRefundQuantityException.php
Sales/src/Exceptions/InvalidRefundQuantityException.php
src/Exceptions/InvalidRefundQuantityException.php
Exceptions/InvalidRefundQuantityException.php
InvalidRefundQuantityException.php
packages/Webkul/Sales/src/Transformers/OrderPaymentResource.php
Webkul/Sales/src/Transformers/OrderPaymentResource.php
Sales/src/Transformers/OrderPaymentResource.php
@ -9189,6 +9195,13 @@ src/Http/Requests/CatalogRuleRequest.php
Http/Requests/CatalogRuleRequest.php
Requests/CatalogRuleRequest.php
CatalogRuleRequest.php
packages/Webkul/Admin/src/Http/Requests/TaxRateRequest.php
Webkul/Admin/src/Http/Requests/TaxRateRequest.php
Admin/src/Http/Requests/TaxRateRequest.php
src/Http/Requests/TaxRateRequest.php
Http/Requests/TaxRateRequest.php
Requests/TaxRateRequest.php
TaxRateRequest.php
packages/Webkul/Admin/src/Http/Requests/ConfigurationForm.php
Webkul/Admin/src/Http/Requests/ConfigurationForm.php
Admin/src/Http/Requests/ConfigurationForm.php
@ -15924,13 +15937,6 @@ default/build/assets/icon-options-B9pp5RQf.svg
build/assets/icon-options-B9pp5RQf.svg
assets/icon-options-B9pp5RQf.svg
icon-options-B9pp5RQf.svg
public/themes/admin/default/build/assets/app-mk0lQkfR.js
themes/admin/default/build/assets/app-mk0lQkfR.js
admin/default/build/assets/app-mk0lQkfR.js
default/build/assets/app-mk0lQkfR.js
build/assets/app-mk0lQkfR.js
assets/app-mk0lQkfR.js
app-mk0lQkfR.js
public/themes/admin/default/build/assets/captcha-CcuSNj-t.svg
themes/admin/default/build/assets/captcha-CcuSNj-t.svg
admin/default/build/assets/captcha-CcuSNj-t.svg
@ -16085,6 +16091,13 @@ default/build/assets/use-cases-D4JhqD_Z.svg
build/assets/use-cases-D4JhqD_Z.svg
assets/use-cases-D4JhqD_Z.svg
use-cases-D4JhqD_Z.svg
public/themes/admin/default/build/assets/app-BcaoU75C.js
themes/admin/default/build/assets/app-BcaoU75C.js
admin/default/build/assets/app-BcaoU75C.js
default/build/assets/app-BcaoU75C.js
build/assets/app-BcaoU75C.js
assets/app-BcaoU75C.js
app-BcaoU75C.js
public/themes/admin/default/build/assets/email-5AJwT575.svg
themes/admin/default/build/assets/email-5AJwT575.svg
admin/default/build/assets/email-5AJwT575.svg

View file

@ -999,6 +999,7 @@ packages/Webkul/Sales/src/Database/Factories/RefundFactory.php
packages/Webkul/Sales/src/Database/Factories/OrderFactory.php
packages/Webkul/Sales/src/Database/Factories/OrderItemFactory.php
packages/Webkul/Sales/src/Database/Factories/InvoiceItemFactory.php
packages/Webkul/Sales/src/Exceptions/InvalidRefundQuantityException.php
packages/Webkul/Sales/src/Transformers/OrderPaymentResource.php
packages/Webkul/Sales/src/Transformers/OrderItemResource.php
packages/Webkul/Sales/src/Transformers/OrderResource.php
@ -1275,6 +1276,7 @@ packages/Webkul/Admin/src/Http/Requests/MassUpdateRequest.php
packages/Webkul/Admin/src/Http/Requests/InventoryRequest.php
packages/Webkul/Admin/src/Http/Requests/ProductForm.php
packages/Webkul/Admin/src/Http/Requests/CatalogRuleRequest.php
packages/Webkul/Admin/src/Http/Requests/TaxRateRequest.php
packages/Webkul/Admin/src/Http/Requests/ConfigurationForm.php
packages/Webkul/Admin/src/Http/Requests/AddressRequest.php
packages/Webkul/Admin/src/Http/Requests/UserForm.php
@ -2170,7 +2172,6 @@ public/themes/admin/default/build/assets/icon-discount-muGQmsXC.svg
public/themes/admin/default/build/assets/average-orders-UpY6pgyW.svg
public/themes/admin/default/build/assets/chart-DeBQbFuW.js
public/themes/admin/default/build/assets/icon-options-B9pp5RQf.svg
public/themes/admin/default/build/assets/app-mk0lQkfR.js
public/themes/admin/default/build/assets/captcha-CcuSNj-t.svg
public/themes/admin/default/build/assets/zoom-CynTuPTI.svg
public/themes/admin/default/build/assets/store-DyMTCGK9.svg
@ -2193,6 +2194,7 @@ public/themes/admin/default/build/assets/icon-add-product-nFt8sucb.svg
public/themes/admin/default/build/assets/spinner-CkjnFMgn.svg
public/themes/admin/default/build/assets/product-CoE-Gk7v.svg
public/themes/admin/default/build/assets/use-cases-D4JhqD_Z.svg
public/themes/admin/default/build/assets/app-BcaoU75C.js
public/themes/admin/default/build/assets/email-5AJwT575.svg
public/themes/admin/default/build/assets/size-DCBc_ei4.svg
public/themes/admin/default/build/assets/dark-logo-P5H7MBtx.svg

View file

@ -8843,46 +8843,12 @@ extensions.json
code_of_conduct.md
ecosystem.config.cjs
Dockerfile
.changeset/giant-lamps-brush.md
giant-lamps-brush.md
.changeset/lazy-dolphins-prove.md
lazy-dolphins-prove.md
.changeset/breezy-pans-kneel.md
breezy-pans-kneel.md
.changeset/config.json
config.json
.changeset/shiny-years-matter.md
shiny-years-matter.md
.changeset/tidy-mails-yawn.md
tidy-mails-yawn.md
.changeset/nervous-carrots-look.md
nervous-carrots-look.md
.changeset/eight-seas-call.md
eight-seas-call.md
.changeset/shaggy-rules-raise.md
shaggy-rules-raise.md
.changeset/stupid-socks-dance.md
stupid-socks-dance.md
.changeset/quick-experts-sneeze.md
quick-experts-sneeze.md
.changeset/smart-trainers-jam.md
smart-trainers-jam.md
.changeset/swift-grapes-pump.md
swift-grapes-pump.md
.changeset/cyan-crabs-compete.md
cyan-crabs-compete.md
.changeset/fast-lies-help.md
fast-lies-help.md
.changeset/hip-cups-call.md
hip-cups-call.md
.changeset/curly-baboons-confess.md
curly-baboons-confess.md
.changeset/dirty-cooks-jog.md
dirty-cooks-jog.md
.changeset/mean-lizards-battle.md
mean-lizards-battle.md
.changeset/fair-boxes-approve.md
fair-boxes-approve.md
.changeset/lemon-mugs-kick.md
lemon-mugs-kick.md
.changeset/flat-dodos-invent.md
flat-dodos-invent.md
pnpm-workspace.yaml
sdk/readme.md
readme.md
@ -9931,6 +9897,10 @@ sdk/src/schema/policy.ts
src/schema/policy.ts
schema/policy.ts
policy.ts
sdk/src/schema/access.ts
src/schema/access.ts
schema/access.ts
access.ts
sdk/src/auth/utils/memory-storage.ts
src/auth/utils/memory-storage.ts
auth/utils/memory-storage.ts

View file

@ -1884,26 +1884,9 @@ cla.md
code_of_conduct.md
ecosystem.config.cjs
Dockerfile
.changeset/giant-lamps-brush.md
.changeset/lazy-dolphins-prove.md
.changeset/breezy-pans-kneel.md
.changeset/config.json
.changeset/shiny-years-matter.md
.changeset/tidy-mails-yawn.md
.changeset/nervous-carrots-look.md
.changeset/eight-seas-call.md
.changeset/shaggy-rules-raise.md
.changeset/stupid-socks-dance.md
.changeset/quick-experts-sneeze.md
.changeset/smart-trainers-jam.md
.changeset/swift-grapes-pump.md
.changeset/cyan-crabs-compete.md
.changeset/fast-lies-help.md
.changeset/hip-cups-call.md
.changeset/curly-baboons-confess.md
.changeset/dirty-cooks-jog.md
.changeset/mean-lizards-battle.md
.changeset/fair-boxes-approve.md
.changeset/lemon-mugs-kick.md
.changeset/flat-dodos-invent.md
pnpm-workspace.yaml
sdk/readme.md
sdk/tsconfig.json
@ -2104,6 +2087,7 @@ sdk/src/schema/dashboard.ts
sdk/src/schema/panel.ts
sdk/src/schema/collection.ts
sdk/src/schema/policy.ts
sdk/src/schema/access.ts
sdk/src/auth/utils/memory-storage.ts
sdk/src/auth/static.ts
sdk/src/auth/index.ts

View file

@ -23139,6 +23139,13 @@ Drupal/Core/Test/JUnitConverter.php
Core/Test/JUnitConverter.php
Test/JUnitConverter.php
JUnitConverter.php
core/lib/Drupal/Core/Test/EventSubscriber/FieldStorageCreateCheckSubscriber.php
lib/Drupal/Core/Test/EventSubscriber/FieldStorageCreateCheckSubscriber.php
Drupal/Core/Test/EventSubscriber/FieldStorageCreateCheckSubscriber.php
Core/Test/EventSubscriber/FieldStorageCreateCheckSubscriber.php
Test/EventSubscriber/FieldStorageCreateCheckSubscriber.php
EventSubscriber/FieldStorageCreateCheckSubscriber.php
FieldStorageCreateCheckSubscriber.php
core/lib/Drupal/Core/Test/StackMiddleware/TestWaitTerminateMiddleware.php
lib/Drupal/Core/Test/StackMiddleware/TestWaitTerminateMiddleware.php
Drupal/Core/Test/StackMiddleware/TestWaitTerminateMiddleware.php
@ -118863,6 +118870,13 @@ KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php
Core/StreamWrapper/StreamWrapperManagerTest.php
StreamWrapper/StreamWrapperManagerTest.php
StreamWrapperManagerTest.php
core/tests/Drupal/KernelTests/Core/Field/FieldStorageCreateCheckTest.php
tests/Drupal/KernelTests/Core/Field/FieldStorageCreateCheckTest.php
Drupal/KernelTests/Core/Field/FieldStorageCreateCheckTest.php
KernelTests/Core/Field/FieldStorageCreateCheckTest.php
Core/Field/FieldStorageCreateCheckTest.php
Field/FieldStorageCreateCheckTest.php
FieldStorageCreateCheckTest.php
core/tests/Drupal/KernelTests/Core/Field/MapBaseFieldTest.php
tests/Drupal/KernelTests/Core/Field/MapBaseFieldTest.php
Drupal/KernelTests/Core/Field/MapBaseFieldTest.php
@ -118877,6 +118891,13 @@ KernelTests/Core/Field/FieldSettingsTest.php
Core/Field/FieldSettingsTest.php
Field/FieldSettingsTest.php
FieldSettingsTest.php
core/tests/Drupal/KernelTests/Core/Field/FieldStorageCreateCheckDeprecationTest.php
tests/Drupal/KernelTests/Core/Field/FieldStorageCreateCheckDeprecationTest.php
Drupal/KernelTests/Core/Field/FieldStorageCreateCheckDeprecationTest.php
KernelTests/Core/Field/FieldStorageCreateCheckDeprecationTest.php
Core/Field/FieldStorageCreateCheckDeprecationTest.php
Field/FieldStorageCreateCheckDeprecationTest.php
FieldStorageCreateCheckDeprecationTest.php
core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php
tests/Drupal/KernelTests/Core/Field/FieldItemTest.php
Drupal/KernelTests/Core/Field/FieldItemTest.php

View file

@ -3468,6 +3468,7 @@ core/lib/Drupal/Core/Test/TestRun.php
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php
core/lib/Drupal/Core/Test/RefreshVariablesTrait.php
core/lib/Drupal/Core/Test/JUnitConverter.php
core/lib/Drupal/Core/Test/EventSubscriber/FieldStorageCreateCheckSubscriber.php
core/lib/Drupal/Core/Test/StackMiddleware/TestWaitTerminateMiddleware.php
core/lib/Drupal/Core/Test/TestDatabase.php
core/lib/Drupal/Core/Test/EnvironmentCleaner.php
@ -17288,8 +17289,10 @@ core/tests/Drupal/KernelTests/Core/Recipe/RecipeTest.php
core/tests/Drupal/KernelTests/Core/Recipe/RecipeConfiguratorTest.php
core/tests/Drupal/KernelTests/Core/Recipe/EntityCloneConfigActionTest.php
core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php
core/tests/Drupal/KernelTests/Core/Field/FieldStorageCreateCheckTest.php
core/tests/Drupal/KernelTests/Core/Field/MapBaseFieldTest.php
core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php
core/tests/Drupal/KernelTests/Core/Field/FieldStorageCreateCheckDeprecationTest.php
core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php
core/tests/Drupal/KernelTests/Core/Field/FieldAccessTest.php
core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php

View file

@ -7063,6 +7063,10 @@ erpnext/patches/v5_7/update_item_description_based_on_item_master.py
patches/v5_7/update_item_description_based_on_item_master.py
v5_7/update_item_description_based_on_item_master.py
update_item_description_based_on_item_master.py
erpnext/patches/v15_0/update_cc_in_process_statement_of_accounts.py
patches/v15_0/update_cc_in_process_statement_of_accounts.py
v15_0/update_cc_in_process_statement_of_accounts.py
update_cc_in_process_statement_of_accounts.py
erpnext/patches/v15_0/set_is_exchange_gain_loss_in_payment_entry_deductions.py
patches/v15_0/set_is_exchange_gain_loss_in_payment_entry_deductions.py
v15_0/set_is_exchange_gain_loss_in_payment_entry_deductions.py
@ -13193,6 +13197,21 @@ accounts/doctype/exchange_rate_revaluation_account/exchange_rate_revaluation_acc
doctype/exchange_rate_revaluation_account/exchange_rate_revaluation_account.json
exchange_rate_revaluation_account/exchange_rate_revaluation_account.json
exchange_rate_revaluation_account.json
erpnext/accounts/doctype/process_statement_of_accounts_cc/process_statement_of_accounts_cc.json
accounts/doctype/process_statement_of_accounts_cc/process_statement_of_accounts_cc.json
doctype/process_statement_of_accounts_cc/process_statement_of_accounts_cc.json
process_statement_of_accounts_cc/process_statement_of_accounts_cc.json
process_statement_of_accounts_cc.json
erpnext/accounts/doctype/process_statement_of_accounts_cc/process_statement_of_accounts_cc.py
accounts/doctype/process_statement_of_accounts_cc/process_statement_of_accounts_cc.py
doctype/process_statement_of_accounts_cc/process_statement_of_accounts_cc.py
process_statement_of_accounts_cc/process_statement_of_accounts_cc.py
process_statement_of_accounts_cc.py
erpnext/accounts/doctype/process_statement_of_accounts_cc/__init__.py
accounts/doctype/process_statement_of_accounts_cc/__init__.py
doctype/process_statement_of_accounts_cc/__init__.py
process_statement_of_accounts_cc/__init__.py
__init__.py
erpnext/accounts/doctype/cashier_closing/cashier_closing.py
accounts/doctype/cashier_closing/cashier_closing.py
doctype/cashier_closing/cashier_closing.py

View file

@ -1494,6 +1494,7 @@ erpnext/patches/v4_2/repost_reserved_qty.py
erpnext/patches/v8_1/removed_roles_from_gst_report_non_indian_account.py
erpnext/patches/v10_1/transfer_subscription_to_auto_repeat.py
erpnext/patches/v5_7/update_item_description_based_on_item_master.py
erpnext/patches/v15_0/update_cc_in_process_statement_of_accounts.py
erpnext/patches/v15_0/set_is_exchange_gain_loss_in_payment_entry_deductions.py
erpnext/patches/v15_0/do_not_use_batchwise_valuation.py
erpnext/patches/v15_0/migrate_payment_request_status.py
@ -2731,6 +2732,9 @@ erpnext/accounts/doctype/allowed_to_transact_with/allowed_to_transact_with.json
erpnext/accounts/doctype/exchange_rate_revaluation_account/__init__.py
erpnext/accounts/doctype/exchange_rate_revaluation_account/exchange_rate_revaluation_account.py
erpnext/accounts/doctype/exchange_rate_revaluation_account/exchange_rate_revaluation_account.json
erpnext/accounts/doctype/process_statement_of_accounts_cc/process_statement_of_accounts_cc.json
erpnext/accounts/doctype/process_statement_of_accounts_cc/process_statement_of_accounts_cc.py
erpnext/accounts/doctype/process_statement_of_accounts_cc/__init__.py
erpnext/accounts/doctype/cashier_closing/cashier_closing.py
erpnext/accounts/doctype/cashier_closing/__init__.py
erpnext/accounts/doctype/cashier_closing/test_cashier_closing.py

View file

@ -14945,6 +14945,12 @@ test/e2e-browser/admin/members.spec.js
e2e-browser/admin/members.spec.js
admin/members.spec.js
members.spec.js
ghost/core/test/e2e-browser/admin/reset-password.spec.js
core/test/e2e-browser/admin/reset-password.spec.js
test/e2e-browser/admin/reset-password.spec.js
e2e-browser/admin/reset-password.spec.js
admin/reset-password.spec.js
reset-password.spec.js
ghost/core/test/e2e-browser/admin/private-site.spec.js
core/test/e2e-browser/admin/private-site.spec.js
test/e2e-browser/admin/private-site.spec.js

View file

@ -2681,6 +2681,7 @@ ghost/core/test/e2e-browser/portal/tiers.spec.js
ghost/core/test/e2e-browser/portal/offers.spec.js
ghost/core/test/e2e-browser/admin/membership-settings.spec.js
ghost/core/test/e2e-browser/admin/members.spec.js
ghost/core/test/e2e-browser/admin/reset-password.spec.js
ghost/core/test/e2e-browser/admin/private-site.spec.js
ghost/core/test/e2e-browser/admin/2fa.spec.js
ghost/core/test/e2e-browser/admin/i18n.spec.js

View file

@ -2623,6 +2623,14 @@ Magento/GraphQl/Catalog/ProductViewTest.php
GraphQl/Catalog/ProductViewTest.php
Catalog/ProductViewTest.php
ProductViewTest.php
dev/tests/api-functional/testsuite/Magento/GraphQl/RelatedProduct/MultiStoreRelatedProductsTest.php
tests/api-functional/testsuite/Magento/GraphQl/RelatedProduct/MultiStoreRelatedProductsTest.php
api-functional/testsuite/Magento/GraphQl/RelatedProduct/MultiStoreRelatedProductsTest.php
testsuite/Magento/GraphQl/RelatedProduct/MultiStoreRelatedProductsTest.php
Magento/GraphQl/RelatedProduct/MultiStoreRelatedProductsTest.php
GraphQl/RelatedProduct/MultiStoreRelatedProductsTest.php
RelatedProduct/MultiStoreRelatedProductsTest.php
MultiStoreRelatedProductsTest.php
dev/tests/api-functional/testsuite/Magento/GraphQl/RelatedProduct/GetRelatedProductsTest.php
tests/api-functional/testsuite/Magento/GraphQl/RelatedProduct/GetRelatedProductsTest.php
api-functional/testsuite/Magento/GraphQl/RelatedProduct/GetRelatedProductsTest.php
@ -12125,6 +12133,18 @@ ProductVideo/adminhtml/js/get-video-information.test.js
adminhtml/js/get-video-information.test.js
js/get-video-information.test.js
get-video-information.test.js
dev/tests/js/jasmine/tests/app/code/Magento/ProductVideo/frontend/js/fotorama-add-video-events.test.js
tests/js/jasmine/tests/app/code/Magento/ProductVideo/frontend/js/fotorama-add-video-events.test.js
js/jasmine/tests/app/code/Magento/ProductVideo/frontend/js/fotorama-add-video-events.test.js
jasmine/tests/app/code/Magento/ProductVideo/frontend/js/fotorama-add-video-events.test.js
tests/app/code/Magento/ProductVideo/frontend/js/fotorama-add-video-events.test.js
app/code/Magento/ProductVideo/frontend/js/fotorama-add-video-events.test.js
code/Magento/ProductVideo/frontend/js/fotorama-add-video-events.test.js
Magento/ProductVideo/frontend/js/fotorama-add-video-events.test.js
ProductVideo/frontend/js/fotorama-add-video-events.test.js
frontend/js/fotorama-add-video-events.test.js
js/fotorama-add-video-events.test.js
fotorama-add-video-events.test.js
dev/tests/js/jasmine/tests/app/code/Magento/Swatches/view/frontend/web/js/swatch-renderer.test.js
tests/js/jasmine/tests/app/code/Magento/Swatches/view/frontend/web/js/swatch-renderer.test.js
js/jasmine/tests/app/code/Magento/Swatches/view/frontend/web/js/swatch-renderer.test.js
@ -13719,6 +13739,19 @@ frontend/js/view/billing-address-validate.test.js
js/view/billing-address-validate.test.js
view/billing-address-validate.test.js
billing-address-validate.test.js
dev/tests/js/jasmine/tests/app/code/Magento/Checkout/frontend/js/view/checkout-data.test.js
tests/js/jasmine/tests/app/code/Magento/Checkout/frontend/js/view/checkout-data.test.js
js/jasmine/tests/app/code/Magento/Checkout/frontend/js/view/checkout-data.test.js
jasmine/tests/app/code/Magento/Checkout/frontend/js/view/checkout-data.test.js
tests/app/code/Magento/Checkout/frontend/js/view/checkout-data.test.js
app/code/Magento/Checkout/frontend/js/view/checkout-data.test.js
code/Magento/Checkout/frontend/js/view/checkout-data.test.js
Magento/Checkout/frontend/js/view/checkout-data.test.js
Checkout/frontend/js/view/checkout-data.test.js
frontend/js/view/checkout-data.test.js
js/view/checkout-data.test.js
view/checkout-data.test.js
checkout-data.test.js
dev/tests/js/jasmine/tests/app/code/Magento/Checkout/frontend/js/view/billing-address.test.js
tests/js/jasmine/tests/app/code/Magento/Checkout/frontend/js/view/billing-address.test.js
js/jasmine/tests/app/code/Magento/Checkout/frontend/js/view/billing-address.test.js
@ -56636,6 +56669,18 @@ Customer/Model/ResourceModel/AddressRepositoryTest.php
Model/ResourceModel/AddressRepositoryTest.php
ResourceModel/AddressRepositoryTest.php
AddressRepositoryTest.php
dev/tests/integration/testsuite/Magento/Customer/Model/ResourceModel/Address/Attribute/Source/CountryTest.php
tests/integration/testsuite/Magento/Customer/Model/ResourceModel/Address/Attribute/Source/CountryTest.php
integration/testsuite/Magento/Customer/Model/ResourceModel/Address/Attribute/Source/CountryTest.php
testsuite/Magento/Customer/Model/ResourceModel/Address/Attribute/Source/CountryTest.php
Magento/Customer/Model/ResourceModel/Address/Attribute/Source/CountryTest.php
Customer/Model/ResourceModel/Address/Attribute/Source/CountryTest.php
Model/ResourceModel/Address/Attribute/Source/CountryTest.php
ResourceModel/Address/Attribute/Source/CountryTest.php
Address/Attribute/Source/CountryTest.php
Attribute/Source/CountryTest.php
Source/CountryTest.php
CountryTest.php
dev/tests/integration/testsuite/Magento/Customer/Model/ResourceModel/Address/CollectionTest.php
tests/integration/testsuite/Magento/Customer/Model/ResourceModel/Address/CollectionTest.php
integration/testsuite/Magento/Customer/Model/ResourceModel/Address/CollectionTest.php
@ -131449,6 +131494,14 @@ Test/Unit/Plugin/CouponUsageIncreamentForMultishippingTest.php
Unit/Plugin/CouponUsageIncreamentForMultishippingTest.php
Plugin/CouponUsageIncreamentForMultishippingTest.php
CouponUsageIncreamentForMultishippingTest.php
app/code/Magento/SalesRule/Test/Unit/Helper/CartFixedDiscountTest.php
code/Magento/SalesRule/Test/Unit/Helper/CartFixedDiscountTest.php
Magento/SalesRule/Test/Unit/Helper/CartFixedDiscountTest.php
SalesRule/Test/Unit/Helper/CartFixedDiscountTest.php
Test/Unit/Helper/CartFixedDiscountTest.php
Unit/Helper/CartFixedDiscountTest.php
Helper/CartFixedDiscountTest.php
CartFixedDiscountTest.php
app/code/Magento/SalesRule/Test/Unit/Helper/CouponTest.php
code/Magento/SalesRule/Test/Unit/Helper/CouponTest.php
Magento/SalesRule/Test/Unit/Helper/CouponTest.php
@ -135349,6 +135402,14 @@ Test/Mftf/Test/StorefrontSeeProductImagesMatchingProductSwatchesTest.xml
Mftf/Test/StorefrontSeeProductImagesMatchingProductSwatchesTest.xml
Test/StorefrontSeeProductImagesMatchingProductSwatchesTest.xml
StorefrontSeeProductImagesMatchingProductSwatchesTest.xml
app/code/Magento/Swatches/Test/Mftf/Test/AdminProductAttributeVisualSwatchIsResetDefaultTest.xml
code/Magento/Swatches/Test/Mftf/Test/AdminProductAttributeVisualSwatchIsResetDefaultTest.xml
Magento/Swatches/Test/Mftf/Test/AdminProductAttributeVisualSwatchIsResetDefaultTest.xml
Swatches/Test/Mftf/Test/AdminProductAttributeVisualSwatchIsResetDefaultTest.xml
Test/Mftf/Test/AdminProductAttributeVisualSwatchIsResetDefaultTest.xml
Mftf/Test/AdminProductAttributeVisualSwatchIsResetDefaultTest.xml
Test/AdminProductAttributeVisualSwatchIsResetDefaultTest.xml
AdminProductAttributeVisualSwatchIsResetDefaultTest.xml
app/code/Magento/Swatches/Test/Mftf/Test/AdminVisualSwatchAttributeFunctionalityTest.xml
code/Magento/Swatches/Test/Mftf/Test/AdminVisualSwatchAttributeFunctionalityTest.xml
Magento/Swatches/Test/Mftf/Test/AdminVisualSwatchAttributeFunctionalityTest.xml
@ -210246,6 +210307,19 @@ Product/Form/Modifier/CustomOptionsTest.php
Form/Modifier/CustomOptionsTest.php
Modifier/CustomOptionsTest.php
CustomOptionsTest.php
app/code/Magento/ConfigurableProduct/Test/Unit/Ui/DataProvider/Product/Form/Modifier/Data/AssociatedProductsTest.php
code/Magento/ConfigurableProduct/Test/Unit/Ui/DataProvider/Product/Form/Modifier/Data/AssociatedProductsTest.php
Magento/ConfigurableProduct/Test/Unit/Ui/DataProvider/Product/Form/Modifier/Data/AssociatedProductsTest.php
ConfigurableProduct/Test/Unit/Ui/DataProvider/Product/Form/Modifier/Data/AssociatedProductsTest.php
Test/Unit/Ui/DataProvider/Product/Form/Modifier/Data/AssociatedProductsTest.php
Unit/Ui/DataProvider/Product/Form/Modifier/Data/AssociatedProductsTest.php
Ui/DataProvider/Product/Form/Modifier/Data/AssociatedProductsTest.php
DataProvider/Product/Form/Modifier/Data/AssociatedProductsTest.php
Product/Form/Modifier/Data/AssociatedProductsTest.php
Form/Modifier/Data/AssociatedProductsTest.php
Modifier/Data/AssociatedProductsTest.php
Data/AssociatedProductsTest.php
AssociatedProductsTest.php
app/code/Magento/ConfigurableProduct/Test/Unit/Ui/DataProvider/Product/Form/Modifier/StockDataTest.php
code/Magento/ConfigurableProduct/Test/Unit/Ui/DataProvider/Product/Form/Modifier/StockDataTest.php
Magento/ConfigurableProduct/Test/Unit/Ui/DataProvider/Product/Form/Modifier/StockDataTest.php
@ -287400,6 +287474,16 @@ Entity/Attribute/Source/TableTest.php
Attribute/Source/TableTest.php
Source/TableTest.php
TableTest.php
app/code/Magento/Eav/Test/Unit/Model/Entity/Attribute/UniqueValidatorTest.php
code/Magento/Eav/Test/Unit/Model/Entity/Attribute/UniqueValidatorTest.php
Magento/Eav/Test/Unit/Model/Entity/Attribute/UniqueValidatorTest.php
Eav/Test/Unit/Model/Entity/Attribute/UniqueValidatorTest.php
Test/Unit/Model/Entity/Attribute/UniqueValidatorTest.php
Unit/Model/Entity/Attribute/UniqueValidatorTest.php
Model/Entity/Attribute/UniqueValidatorTest.php
Entity/Attribute/UniqueValidatorTest.php
Attribute/UniqueValidatorTest.php
UniqueValidatorTest.php
app/code/Magento/Eav/Test/Unit/Model/Entity/Attribute/Backend/AbstractTest.php
code/Magento/Eav/Test/Unit/Model/Entity/Attribute/Backend/AbstractTest.php
Magento/Eav/Test/Unit/Model/Entity/Attribute/Backend/AbstractTest.php
@ -288972,6 +289056,13 @@ RelatedProductGraphQl/Model/DataProvider/RelatedProductDataProvider.php
Model/DataProvider/RelatedProductDataProvider.php
DataProvider/RelatedProductDataProvider.php
RelatedProductDataProvider.php
app/code/Magento/RelatedProductGraphQl/Model/ResourceModel/RelatedProductsByStoreId.php
code/Magento/RelatedProductGraphQl/Model/ResourceModel/RelatedProductsByStoreId.php
Magento/RelatedProductGraphQl/Model/ResourceModel/RelatedProductsByStoreId.php
RelatedProductGraphQl/Model/ResourceModel/RelatedProductsByStoreId.php
Model/ResourceModel/RelatedProductsByStoreId.php
ResourceModel/RelatedProductsByStoreId.php
RelatedProductsByStoreId.php
app/code/Magento/RelatedProductGraphQl/Model/Resolver/UpSellProducts.php
code/Magento/RelatedProductGraphQl/Model/Resolver/UpSellProducts.php
Magento/RelatedProductGraphQl/Model/Resolver/UpSellProducts.php

View file

@ -331,6 +331,7 @@ dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductAttributeOptio
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ReadCategoryAfterDeleteTest.php
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductDeleteTest.php
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductViewTest.php
dev/tests/api-functional/testsuite/Magento/GraphQl/RelatedProduct/MultiStoreRelatedProductsTest.php
dev/tests/api-functional/testsuite/Magento/GraphQl/RelatedProduct/GetRelatedProductsTest.php
dev/tests/api-functional/testsuite/Magento/GraphQl/_files/query_introspection.php
dev/tests/api-functional/testsuite/Magento/GraphQl/_files/schema_response_sdl_deprecated_annotation.php
@ -1409,6 +1410,7 @@ dev/tests/js/jasmine/tests/app/code/Magento/Review/view/base/web/template/produc
dev/tests/js/jasmine/tests/app/code/Magento/Review/view/base/web/js/product/summary.js
dev/tests/js/jasmine/tests/app/code/Magento/Review/view/frontend/web/js/process-review.test.js
dev/tests/js/jasmine/tests/app/code/Magento/ProductVideo/adminhtml/js/get-video-information.test.js
dev/tests/js/jasmine/tests/app/code/Magento/ProductVideo/frontend/js/fotorama-add-video-events.test.js
dev/tests/js/jasmine/tests/app/code/Magento/Swatches/view/frontend/web/js/swatch-renderer.test.js
dev/tests/js/jasmine/tests/app/code/Magento/Theme/view/frontend/web/js/cookie-status.test.js
dev/tests/js/jasmine/tests/app/code/Magento/Theme/view/frontend/web/js/theme.test.js
@ -1526,6 +1528,7 @@ dev/tests/js/jasmine/tests/app/code/Magento/Checkout/frontend/js/model/cart/cach
dev/tests/js/jasmine/tests/app/code/Magento/Checkout/frontend/js/model/cart/totals-processor/default.test.js
dev/tests/js/jasmine/tests/app/code/Magento/Checkout/frontend/js/model/error-processor.test.js
dev/tests/js/jasmine/tests/app/code/Magento/Checkout/frontend/js/view/billing-address-validate.test.js
dev/tests/js/jasmine/tests/app/code/Magento/Checkout/frontend/js/view/checkout-data.test.js
dev/tests/js/jasmine/tests/app/code/Magento/Checkout/frontend/js/view/billing-address.test.js
dev/tests/js/jasmine/tests/app/code/Magento/Checkout/frontend/js/view/cart/shipping-estimation.test.js
dev/tests/js/jasmine/tests/app/code/Magento/Checkout/frontend/js/view/shipping.test.js
@ -6123,6 +6126,7 @@ dev/tests/integration/testsuite/Magento/Customer/Model/ResourceModel/CustomerRep
dev/tests/integration/testsuite/Magento/Customer/Model/ResourceModel/CustomerRepository/CreateAddressTest.php
dev/tests/integration/testsuite/Magento/Customer/Model/ResourceModel/CustomerRepository/DeleteAddressTest.php
dev/tests/integration/testsuite/Magento/Customer/Model/ResourceModel/AddressRepositoryTest.php
dev/tests/integration/testsuite/Magento/Customer/Model/ResourceModel/Address/Attribute/Source/CountryTest.php
dev/tests/integration/testsuite/Magento/Customer/Model/ResourceModel/Address/CollectionTest.php
dev/tests/integration/testsuite/Magento/Customer/Model/ResourceModel/Grid/CollectionReindexOnAccountLockTest.php
dev/tests/integration/testsuite/Magento/Customer/Model/ResourceModel/Grid/CollectionTest.php
@ -15499,6 +15503,7 @@ app/code/Magento/SalesRule/Test/Unit/Block/Adminhtml/Promo/Quote/Edit/SaveAndCon
app/code/Magento/SalesRule/Test/Unit/Block/Adminhtml/Promo/Quote/Edit/GenericButtonTest.php
app/code/Magento/SalesRule/Test/Unit/Block/Rss/DiscountsTest.php
app/code/Magento/SalesRule/Test/Unit/Plugin/CouponUsageIncreamentForMultishippingTest.php
app/code/Magento/SalesRule/Test/Unit/Helper/CartFixedDiscountTest.php
app/code/Magento/SalesRule/Test/Unit/Helper/CouponTest.php
app/code/Magento/SalesRule/Test/Unit/Cron/AggregateSalesReportCouponsDataTest.php
app/code/Magento/SalesRule/Test/Unit/Model/UtilityTest.php
@ -16003,6 +16008,7 @@ app/code/Magento/Swatches/Test/Mftf/Test/StorefrontFilterByImageSwatchTest.xml
app/code/Magento/Swatches/Test/Mftf/Test/StorefrontImageColorWhenFilterByColorFilterTest.xml
app/code/Magento/Swatches/Test/Mftf/Test/StorefrontRedirectToFirstPageOnFilteringBySwatchTest.xml
app/code/Magento/Swatches/Test/Mftf/Test/StorefrontSeeProductImagesMatchingProductSwatchesTest.xml
app/code/Magento/Swatches/Test/Mftf/Test/AdminProductAttributeVisualSwatchIsResetDefaultTest.xml
app/code/Magento/Swatches/Test/Mftf/Test/AdminVisualSwatchAttributeFunctionalityTest.xml
app/code/Magento/Swatches/Test/Mftf/Test/AdminSaveConfigurableProductWithAttributesImagesAndSwatchesTest.xml
app/code/Magento/Swatches/Test/Mftf/Test/StorefrontConfigurableProductSwatchMinimumPriceTest/StorefrontConfigurableProductSwatchMinimumPriceCategoryPageTest.xml
@ -25022,6 +25028,7 @@ app/code/Magento/ConfigurableProduct/Test/Unit/Ui/DataProvider/Product/Form/Modi
app/code/Magento/ConfigurableProduct/Test/Unit/Ui/DataProvider/Product/Form/Modifier/ConfigurableAttributeSetHandlerTest.php
app/code/Magento/ConfigurableProduct/Test/Unit/Ui/DataProvider/Product/Form/Modifier/ConfigurablePanelTest.php
app/code/Magento/ConfigurableProduct/Test/Unit/Ui/DataProvider/Product/Form/Modifier/CustomOptionsTest.php
app/code/Magento/ConfigurableProduct/Test/Unit/Ui/DataProvider/Product/Form/Modifier/Data/AssociatedProductsTest.php
app/code/Magento/ConfigurableProduct/Test/Unit/Ui/DataProvider/Product/Form/Modifier/StockDataTest.php
app/code/Magento/ConfigurableProduct/Test/Unit/Ui/DataProvider/Product/Form/Modifier/ConfigurablePriceTest.php
app/code/Magento/ConfigurableProduct/Test/Unit/Ui/DataProvider/AttributesTest.php
@ -34478,6 +34485,7 @@ app/code/Magento/Eav/Test/Unit/Model/Entity/Attribute/AbstractAttributeTest.php
app/code/Magento/Eav/Test/Unit/Model/Entity/Attribute/ConfigTest.php
app/code/Magento/Eav/Test/Unit/Model/Entity/Attribute/Source/BooleanTest.php
app/code/Magento/Eav/Test/Unit/Model/Entity/Attribute/Source/TableTest.php
app/code/Magento/Eav/Test/Unit/Model/Entity/Attribute/UniqueValidatorTest.php
app/code/Magento/Eav/Test/Unit/Model/Entity/Attribute/Backend/AbstractTest.php
app/code/Magento/Eav/Test/Unit/Model/Entity/Attribute/Backend/JsonEncodedTest.php
app/code/Magento/Eav/Test/Unit/Model/Entity/Attribute/Backend/ArrayBackendTest.php
@ -34681,6 +34689,7 @@ app/code/Magento/RelatedProductGraphQl/etc/module.xml
app/code/Magento/RelatedProductGraphQl/etc/schema.graphqls
app/code/Magento/RelatedProductGraphQl/README.md
app/code/Magento/RelatedProductGraphQl/Model/DataProvider/RelatedProductDataProvider.php
app/code/Magento/RelatedProductGraphQl/Model/ResourceModel/RelatedProductsByStoreId.php
app/code/Magento/RelatedProductGraphQl/Model/Resolver/UpSellProducts.php
app/code/Magento/RelatedProductGraphQl/Model/Resolver/CrossSellProducts.php
app/code/Magento/RelatedProductGraphQl/Model/Resolver/Batch/UpSellProducts.php

View file

@ -2867,6 +2867,11 @@ plugins/GrapesJsBuilderBundle/EventSubscriber/InjectCustomContentSubscriber.php
GrapesJsBuilderBundle/EventSubscriber/InjectCustomContentSubscriber.php
EventSubscriber/InjectCustomContentSubscriber.php
InjectCustomContentSubscriber.php
plugins/GrapesJsBuilderBundle/InstallFixtures/ORM/GrapesJsData.php
GrapesJsBuilderBundle/InstallFixtures/ORM/GrapesJsData.php
InstallFixtures/ORM/GrapesJsData.php
ORM/GrapesJsData.php
GrapesJsData.php
plugins/GrapesJsBuilderBundle/.babelrc
GrapesJsBuilderBundle/.babelrc
.babelrc
@ -3008,6 +3013,12 @@ easy-coding-standard.yml
plugins/GrapesJsBuilderBundle/phpstan.neon
GrapesJsBuilderBundle/phpstan.neon
phpstan.neon
plugins/GrapesJsBuilderBundle/Tests/InstallFixtures/ORM/GrapeJsDataTest.php
GrapesJsBuilderBundle/Tests/InstallFixtures/ORM/GrapeJsDataTest.php
Tests/InstallFixtures/ORM/GrapeJsDataTest.php
InstallFixtures/ORM/GrapeJsDataTest.php
ORM/GrapeJsDataTest.php
GrapeJsDataTest.php
plugins/GrapesJsBuilderBundle/Tests/Unit/EventSubscriber/EmailSubscriberTest.php
GrapesJsBuilderBundle/Tests/Unit/EventSubscriber/EmailSubscriberTest.php
Tests/Unit/EventSubscriber/EmailSubscriberTest.php
@ -15703,6 +15714,12 @@ CoreBundle/Test/Event/TokenReplacementEventTest.php
Test/Event/TokenReplacementEventTest.php
Event/TokenReplacementEventTest.php
TokenReplacementEventTest.php
app/bundles/CoreBundle/Test/Session/InMemoryTokenStorage.php
bundles/CoreBundle/Test/Session/InMemoryTokenStorage.php
CoreBundle/Test/Session/InMemoryTokenStorage.php
Test/Session/InMemoryTokenStorage.php
Session/InMemoryTokenStorage.php
InMemoryTokenStorage.php
app/bundles/CoreBundle/Test/Session/FixedMockFileSessionStorage.php
bundles/CoreBundle/Test/Session/FixedMockFileSessionStorage.php
CoreBundle/Test/Session/FixedMockFileSessionStorage.php
@ -22015,13 +22032,6 @@ Tests/Functional/Service/LocalFileAdapterServiceTest.php
Functional/Service/LocalFileAdapterServiceTest.php
Service/LocalFileAdapterServiceTest.php
LocalFileAdapterServiceTest.php
app/bundles/CoreBundle/Tests/Functional/Service/MockHttpClientTest.php
bundles/CoreBundle/Tests/Functional/Service/MockHttpClientTest.php
CoreBundle/Tests/Functional/Service/MockHttpClientTest.php
Tests/Functional/Service/MockHttpClientTest.php
Functional/Service/MockHttpClientTest.php
Service/MockHttpClientTest.php
MockHttpClientTest.php
app/bundles/CoreBundle/Tests/Functional/DependencyInjection/Compiler/SystemThemeTemplatePathPassTest.php
bundles/CoreBundle/Tests/Functional/DependencyInjection/Compiler/SystemThemeTemplatePathPassTest.php
CoreBundle/Tests/Functional/DependencyInjection/Compiler/SystemThemeTemplatePathPassTest.php
@ -27870,12 +27880,6 @@ UserBundle/Security/Provider/UserProvider.php
Security/Provider/UserProvider.php
Provider/UserProvider.php
UserProvider.php
app/bundles/UserBundle/Security/Firewall/AuthenticationListener.php
bundles/UserBundle/Security/Firewall/AuthenticationListener.php
UserBundle/Security/Firewall/AuthenticationListener.php
Security/Firewall/AuthenticationListener.php
Firewall/AuthenticationListener.php
AuthenticationListener.php
app/bundles/UserBundle/Security/SAML/User/UserCreator.php
bundles/UserBundle/Security/SAML/User/UserCreator.php
UserBundle/Security/SAML/User/UserCreator.php
@ -27924,12 +27928,6 @@ UserBundle/Security/Permissions/UserPermissions.php
Security/Permissions/UserPermissions.php
Permissions/UserPermissions.php
UserPermissions.php
app/bundles/UserBundle/Security/Authenticator/FormAuthenticator.php
bundles/UserBundle/Security/Authenticator/FormAuthenticator.php
UserBundle/Security/Authenticator/FormAuthenticator.php
Security/Authenticator/FormAuthenticator.php
Authenticator/FormAuthenticator.php
FormAuthenticator.php
app/bundles/UserBundle/Security/Authenticator/Oauth2Authenticator.php
bundles/UserBundle/Security/Authenticator/Oauth2Authenticator.php
UserBundle/Security/Authenticator/Oauth2Authenticator.php
@ -27964,12 +27962,6 @@ UserBundle/Security/Authenticator/PluginAuthenticator.php
Security/Authenticator/PluginAuthenticator.php
Authenticator/PluginAuthenticator.php
PluginAuthenticator.php
app/bundles/UserBundle/Security/Authenticator/PreAuthAuthenticator.php
bundles/UserBundle/Security/Authenticator/PreAuthAuthenticator.php
UserBundle/Security/Authenticator/PreAuthAuthenticator.php
Security/Authenticator/PreAuthAuthenticator.php
Authenticator/PreAuthAuthenticator.php
PreAuthAuthenticator.php
app/bundles/UserBundle/Security/Authentication/Token/PluginToken.php
bundles/UserBundle/Security/Authentication/Token/PluginToken.php
UserBundle/Security/Authentication/Token/PluginToken.php
@ -28051,13 +28043,6 @@ UserBundle/Tests/Security/UserTokenSetterTest.php
Tests/Security/UserTokenSetterTest.php
Security/UserTokenSetterTest.php
UserTokenSetterTest.php
app/bundles/UserBundle/Tests/Security/Firewall/AuthenticationListenerTest.php
bundles/UserBundle/Tests/Security/Firewall/AuthenticationListenerTest.php
UserBundle/Tests/Security/Firewall/AuthenticationListenerTest.php
Tests/Security/Firewall/AuthenticationListenerTest.php
Security/Firewall/AuthenticationListenerTest.php
Firewall/AuthenticationListenerTest.php
AuthenticationListenerTest.php
app/bundles/UserBundle/Tests/Security/SAML/User/UserMapperTest.php
bundles/UserBundle/Tests/Security/SAML/User/UserMapperTest.php
UserBundle/Tests/Security/SAML/User/UserMapperTest.php
@ -30651,12 +30636,6 @@ InstallBundle/InstallFixtures/ORM/LoadReportData.php
InstallFixtures/ORM/LoadReportData.php
ORM/LoadReportData.php
LoadReportData.php
app/bundles/InstallBundle/InstallFixtures/ORM/GrapesJsData.php
bundles/InstallBundle/InstallFixtures/ORM/GrapesJsData.php
InstallBundle/InstallFixtures/ORM/GrapesJsData.php
InstallFixtures/ORM/GrapesJsData.php
ORM/GrapesJsData.php
GrapesJsData.php
app/bundles/InstallBundle/InstallFixtures/ORM/LeadFieldData.php
bundles/InstallBundle/InstallFixtures/ORM/LeadFieldData.php
InstallBundle/InstallFixtures/ORM/LeadFieldData.php
@ -30740,13 +30719,6 @@ InstallBundle/Tests/Command/InstallCommandTest.php
Tests/Command/InstallCommandTest.php
Command/InstallCommandTest.php
InstallCommandTest.php
app/bundles/InstallBundle/Tests/InstallFixtures/ORM/GrapeJsDataTest.php
bundles/InstallBundle/Tests/InstallFixtures/ORM/GrapeJsDataTest.php
InstallBundle/Tests/InstallFixtures/ORM/GrapeJsDataTest.php
Tests/InstallFixtures/ORM/GrapeJsDataTest.php
InstallFixtures/ORM/GrapeJsDataTest.php
ORM/GrapeJsDataTest.php
GrapeJsDataTest.php
app/bundles/InstallBundle/Tests/Functional/InstallWorkflowTest.php
bundles/InstallBundle/Tests/Functional/InstallWorkflowTest.php
InstallBundle/Tests/Functional/InstallWorkflowTest.php
@ -31207,6 +31179,9 @@ PrioritizedMiddlewareInterface.php
app/middlewares/MiddlewareBuilder.php
middlewares/MiddlewareBuilder.php
MiddlewareBuilder.php
app/middlewares/StackedHttpKernel.php
middlewares/StackedHttpKernel.php
StackedHttpKernel.php
app/middlewares/Tests/Dev/IpRestrictMiddlewareTest.php
middlewares/Tests/Dev/IpRestrictMiddlewareTest.php
Tests/Dev/IpRestrictMiddlewareTest.php

View file

@ -708,6 +708,7 @@ plugins/GrapesJsBuilderBundle/EventSubscriber/EmailSubscriber.php
plugins/GrapesJsBuilderBundle/EventSubscriber/SerializerSubscriber.php
plugins/GrapesJsBuilderBundle/EventSubscriber/AssetsSubscriber.php
plugins/GrapesJsBuilderBundle/EventSubscriber/InjectCustomContentSubscriber.php
plugins/GrapesJsBuilderBundle/InstallFixtures/ORM/GrapesJsData.php
plugins/GrapesJsBuilderBundle/.babelrc
plugins/GrapesJsBuilderBundle/Helper/FileManager.php
plugins/GrapesJsBuilderBundle/.prettierrc
@ -738,6 +739,7 @@ plugins/GrapesJsBuilderBundle/Assets/library/js/codeMode/codeEditor.js
plugins/GrapesJsBuilderBundle/Assets/library/js/codeMode/codeMode.command.js
plugins/GrapesJsBuilderBundle/easy-coding-standard.yml
plugins/GrapesJsBuilderBundle/phpstan.neon
plugins/GrapesJsBuilderBundle/Tests/InstallFixtures/ORM/GrapeJsDataTest.php
plugins/GrapesJsBuilderBundle/Tests/Unit/EventSubscriber/EmailSubscriberTest.php
plugins/GrapesJsBuilderBundle/Tests/Unit/Model/GrapesJsBuilderModelTest.php
plugins/GrapesJsBuilderBundle/Tests/Functional/Controller/FileManagerControllerFunctionalTest.php
@ -2933,6 +2935,7 @@ app/bundles/CoreBundle/Test/ProcessSignal/ProcessSignalServiceTest.php
app/bundles/CoreBundle/Test/IsolatedTestTrait.php
app/bundles/CoreBundle/Test/Guzzle/ClientFactory.php
app/bundles/CoreBundle/Test/Event/TokenReplacementEventTest.php
app/bundles/CoreBundle/Test/Session/InMemoryTokenStorage.php
app/bundles/CoreBundle/Test/Session/FixedMockFileSessionStorage.php
app/bundles/CoreBundle/Test/Listeners/CleanupListener.php
app/bundles/CoreBundle/Test/Listeners/SeparateProcessListener.php
@ -3835,7 +3838,6 @@ app/bundles/CoreBundle/Tests/Functional/Helper/LanguageHelperTest.php
app/bundles/CoreBundle/Tests/Functional/Helper/CommandHelperTest.php
app/bundles/CoreBundle/Tests/Functional/SamlTest.php
app/bundles/CoreBundle/Tests/Functional/Service/LocalFileAdapterServiceTest.php
app/bundles/CoreBundle/Tests/Functional/Service/MockHttpClientTest.php
app/bundles/CoreBundle/Tests/Functional/DependencyInjection/Compiler/SystemThemeTemplatePathPassTest.php
app/bundles/CoreBundle/Tests/Functional/Entity/NotificationRepositoryTest.php
app/bundles/CoreBundle/Tests/Functional/Entity/CommonRepositoryTest.php
@ -4780,7 +4782,6 @@ app/bundles/UserBundle/Security/EntryPoint/MainEntryPoint.php
app/bundles/UserBundle/Security/UserTokenSetterInterface.php
app/bundles/UserBundle/Security/UserTokenSetter.php
app/bundles/UserBundle/Security/Provider/UserProvider.php
app/bundles/UserBundle/Security/Firewall/AuthenticationListener.php
app/bundles/UserBundle/Security/SAML/User/UserCreator.php
app/bundles/UserBundle/Security/SAML/User/UserMapper.php
app/bundles/UserBundle/Security/SAML/Store/CredentialsStore.php
@ -4788,13 +4789,11 @@ app/bundles/UserBundle/Security/SAML/Store/TrustOptionsStore.php
app/bundles/UserBundle/Security/SAML/Store/IdStore.php
app/bundles/UserBundle/Security/SAML/Store/EntityDescriptorStore.php
app/bundles/UserBundle/Security/Permissions/UserPermissions.php
app/bundles/UserBundle/Security/Authenticator/FormAuthenticator.php
app/bundles/UserBundle/Security/Authenticator/Oauth2Authenticator.php
app/bundles/UserBundle/Security/Authenticator/Passport/Badge/PluginBadge.php
app/bundles/UserBundle/Security/Authenticator/Passport/Badge/PasswordStrengthBadge.php
app/bundles/UserBundle/Security/Authenticator/SsoAuthenticator.php
app/bundles/UserBundle/Security/Authenticator/PluginAuthenticator.php
app/bundles/UserBundle/Security/Authenticator/PreAuthAuthenticator.php
app/bundles/UserBundle/Security/Authentication/Token/PluginToken.php
app/bundles/UserBundle/Security/Authentication/Token/Permissions/TokenPermissions.php
app/bundles/UserBundle/Security/Authentication/AuthenticationHandler.php
@ -4808,7 +4807,6 @@ app/bundles/UserBundle/Tests/EventListener/PasswordStrengthSubscriberTest.php
app/bundles/UserBundle/Tests/Event/LoginEventTest.php
app/bundles/UserBundle/Tests/Entity/UserTest.php
app/bundles/UserBundle/Tests/Security/UserTokenSetterTest.php
app/bundles/UserBundle/Tests/Security/Firewall/AuthenticationListenerTest.php
app/bundles/UserBundle/Tests/Security/SAML/User/UserMapperTest.php
app/bundles/UserBundle/Tests/Security/SAML/Store/EntityDescriptorStoreTest.php
app/bundles/UserBundle/Tests/Security/SAML/Store/TrustOptionsStoreTest.php
@ -5247,7 +5245,6 @@ app/bundles/InstallBundle/EventListener/DoctrineEventSubscriber.php
app/bundles/InstallBundle/Command/InstallCommand.php
app/bundles/InstallBundle/InstallFixtures/ORM/RoleData.php
app/bundles/InstallBundle/InstallFixtures/ORM/LoadReportData.php
app/bundles/InstallBundle/InstallFixtures/ORM/GrapesJsData.php
app/bundles/InstallBundle/InstallFixtures/ORM/LeadFieldData.php
app/bundles/InstallBundle/InstallFixtures/ORM/fakereportdata.csv
app/bundles/InstallBundle/Helper/SchemaHelper.php
@ -5263,7 +5260,6 @@ app/bundles/InstallBundle/Tests/Install/InstallSchemaTest.php
app/bundles/InstallBundle/Tests/Install/InstallServiceTest.php
app/bundles/InstallBundle/Tests/EventListener/DoctrineEventSubscriberTest.php
app/bundles/InstallBundle/Tests/Command/InstallCommandTest.php
app/bundles/InstallBundle/Tests/InstallFixtures/ORM/GrapeJsDataTest.php
app/bundles/InstallBundle/Tests/Functional/InstallWorkflowTest.php
app/bundles/InstallBundle/Tests/Controller/InstallControllerTest.php
app/bundles/InstallBundle/Controller/InstallController.php
@ -5379,6 +5375,7 @@ app/middlewares/VersionCheckMiddleware.php
app/middlewares/CatchExceptionMiddleware.php
app/middlewares/PrioritizedMiddlewareInterface.php
app/middlewares/MiddlewareBuilder.php
app/middlewares/StackedHttpKernel.php
app/middlewares/Tests/Dev/IpRestrictMiddlewareTest.php
app/middlewares/Tests/HSTSMiddlewareTest.php
phpstan.neon

View file

@ -56598,6 +56598,66 @@ upload/extension/oc_payment_example/install.json
extension/oc_payment_example/install.json
oc_payment_example/install.json
install.json
upload/extension/oc_payment_example/admin/controller/payment/credit_card.php
extension/oc_payment_example/admin/controller/payment/credit_card.php
oc_payment_example/admin/controller/payment/credit_card.php
admin/controller/payment/credit_card.php
controller/payment/credit_card.php
payment/credit_card.php
credit_card.php
upload/extension/oc_payment_example/admin/model/payment/credit_card.php
extension/oc_payment_example/admin/model/payment/credit_card.php
oc_payment_example/admin/model/payment/credit_card.php
admin/model/payment/credit_card.php
model/payment/credit_card.php
payment/credit_card.php
credit_card.php
upload/extension/oc_payment_example/admin/view/template/payment/credit_card.twig
extension/oc_payment_example/admin/view/template/payment/credit_card.twig
oc_payment_example/admin/view/template/payment/credit_card.twig
admin/view/template/payment/credit_card.twig
view/template/payment/credit_card.twig
template/payment/credit_card.twig
payment/credit_card.twig
credit_card.twig
upload/extension/oc_payment_example/admin/view/template/payment/credit_card_report.twig
extension/oc_payment_example/admin/view/template/payment/credit_card_report.twig
oc_payment_example/admin/view/template/payment/credit_card_report.twig
admin/view/template/payment/credit_card_report.twig
view/template/payment/credit_card_report.twig
template/payment/credit_card_report.twig
payment/credit_card_report.twig
credit_card_report.twig
upload/extension/oc_payment_example/admin/language/en-gb/payment/credit_card.php
extension/oc_payment_example/admin/language/en-gb/payment/credit_card.php
oc_payment_example/admin/language/en-gb/payment/credit_card.php
admin/language/en-gb/payment/credit_card.php
language/en-gb/payment/credit_card.php
en-gb/payment/credit_card.php
payment/credit_card.php
credit_card.php
upload/extension/oc_payment_example/catalog/controller/payment/credit_card.php
extension/oc_payment_example/catalog/controller/payment/credit_card.php
oc_payment_example/catalog/controller/payment/credit_card.php
catalog/controller/payment/credit_card.php
controller/payment/credit_card.php
payment/credit_card.php
credit_card.php
upload/extension/oc_payment_example/catalog/model/payment/credit_card.php
extension/oc_payment_example/catalog/model/payment/credit_card.php
oc_payment_example/catalog/model/payment/credit_card.php
catalog/model/payment/credit_card.php
model/payment/credit_card.php
payment/credit_card.php
credit_card.php
upload/extension/oc_payment_example/catalog/view/template/payment/credit_card.twig
extension/oc_payment_example/catalog/view/template/payment/credit_card.twig
oc_payment_example/catalog/view/template/payment/credit_card.twig
catalog/view/template/payment/credit_card.twig
view/template/payment/credit_card.twig
template/payment/credit_card.twig
payment/credit_card.twig
credit_card.twig
upload/extension/oc_payment_example/catalog/view/template/payment/stored.twig
extension/oc_payment_example/catalog/view/template/payment/stored.twig
oc_payment_example/catalog/view/template/payment/stored.twig
@ -56606,6 +56666,14 @@ view/template/payment/stored.twig
template/payment/stored.twig
payment/stored.twig
stored.twig
upload/extension/oc_payment_example/catalog/language/en-gb/payment/credit_card.php
extension/oc_payment_example/catalog/language/en-gb/payment/credit_card.php
oc_payment_example/catalog/language/en-gb/payment/credit_card.php
catalog/language/en-gb/payment/credit_card.php
language/en-gb/payment/credit_card.php
en-gb/payment/credit_card.php
payment/credit_card.php
credit_card.php
upload/extension/ocmod/index.html
extension/ocmod/index.html
ocmod/index.html

View file

@ -7241,7 +7241,16 @@ upload/install/language/en-gb/install/step_3.php
upload/install/language/en-gb/install/step_1.php
upload/install/language/en-gb/upgrade/upgrade.php
upload/extension/oc_payment_example/install.json
upload/extension/oc_payment_example/admin/controller/payment/credit_card.php
upload/extension/oc_payment_example/admin/model/payment/credit_card.php
upload/extension/oc_payment_example/admin/view/template/payment/credit_card.twig
upload/extension/oc_payment_example/admin/view/template/payment/credit_card_report.twig
upload/extension/oc_payment_example/admin/language/en-gb/payment/credit_card.php
upload/extension/oc_payment_example/catalog/controller/payment/credit_card.php
upload/extension/oc_payment_example/catalog/model/payment/credit_card.php
upload/extension/oc_payment_example/catalog/view/template/payment/credit_card.twig
upload/extension/oc_payment_example/catalog/view/template/payment/stored.twig
upload/extension/oc_payment_example/catalog/language/en-gb/payment/credit_card.php
upload/extension/ocmod/index.html
upload/extension/opencart/install.json
upload/extension/opencart/admin/controller/module/store.php

View file

@ -3826,7 +3826,6 @@ pdf/order-slip.tpl
order-slip.tpl
pdf/supply-order.addresses-tab.tpl
supply-order.addresses-tab.tpl
notify_for_autoupgrade_pr_label.yml
docker-compose.yml
CONTRIBUTING.md
admin-api/index.php
@ -25138,6 +25137,11 @@ Resources/img/genders/.gitkeep
img/genders/.gitkeep
genders/.gitkeep
.gitkeep
tests/Resources/img/st/.gitkeep
Resources/img/st/.gitkeep
img/st/.gitkeep
st/.gitkeep
.gitkeep
tests/Resources/img/s/.gitkeep
Resources/img/s/.gitkeep
img/s/.gitkeep
@ -30354,6 +30358,12 @@ index.ts
tests/UI/README.md
UI/README.md
README.md
tests/UI/campaigns/audit/BO/09_shipping.ts
UI/campaigns/audit/BO/09_shipping.ts
campaigns/audit/BO/09_shipping.ts
audit/BO/09_shipping.ts
BO/09_shipping.ts
09_shipping.ts
tests/UI/campaigns/audit/BO/04_customers.ts
UI/campaigns/audit/BO/04_customers.ts
campaigns/audit/BO/04_customers.ts
@ -30372,6 +30382,12 @@ campaigns/audit/BO/06_statistics.ts
audit/BO/06_statistics.ts
BO/06_statistics.ts
06_statistics.ts
tests/UI/campaigns/audit/BO/08_design.ts
UI/campaigns/audit/BO/08_design.ts
campaigns/audit/BO/08_design.ts
audit/BO/08_design.ts
BO/08_design.ts
08_design.ts
tests/UI/campaigns/audit/BO/01_dashboard.ts
UI/campaigns/audit/BO/01_dashboard.ts
campaigns/audit/BO/01_dashboard.ts
@ -30396,6 +30412,12 @@ campaigns/audit/BO/02_orders.ts
audit/BO/02_orders.ts
BO/02_orders.ts
02_orders.ts
tests/UI/campaigns/audit/BO/10_payment.ts
UI/campaigns/audit/BO/10_payment.ts
campaigns/audit/BO/10_payment.ts
audit/BO/10_payment.ts
BO/10_payment.ts
10_payment.ts
tests/UI/campaigns/audit/FO/classic/02_connected.ts
UI/campaigns/audit/FO/classic/02_connected.ts
campaigns/audit/FO/classic/02_connected.ts
@ -48005,6 +48027,17 @@ Order/Blocks/View/details_card.html.twig
Blocks/View/details_card.html.twig
View/details_card.html.twig
details_card.html.twig
src/PrestaShopBundle/Resources/views/Admin/Sell/Order/Order/Blocks/View/basic_information.html.twig
PrestaShopBundle/Resources/views/Admin/Sell/Order/Order/Blocks/View/basic_information.html.twig
Resources/views/Admin/Sell/Order/Order/Blocks/View/basic_information.html.twig
views/Admin/Sell/Order/Order/Blocks/View/basic_information.html.twig
Admin/Sell/Order/Order/Blocks/View/basic_information.html.twig
Sell/Order/Order/Blocks/View/basic_information.html.twig
Order/Order/Blocks/View/basic_information.html.twig
Order/Blocks/View/basic_information.html.twig
Blocks/View/basic_information.html.twig
View/basic_information.html.twig
basic_information.html.twig
src/PrestaShopBundle/Resources/views/Admin/Sell/Order/Order/Blocks/View/linked_orders.html.twig
PrestaShopBundle/Resources/views/Admin/Sell/Order/Order/Blocks/View/linked_orders.html.twig
Resources/views/Admin/Sell/Order/Order/Blocks/View/linked_orders.html.twig

View file

@ -985,7 +985,6 @@ pdf/delivery-slip.addresses-tab.tpl
pdf/supply-order.total-tab.tpl
pdf/order-slip.tpl
pdf/supply-order.addresses-tab.tpl
notify_for_autoupgrade_pr_label.yml
docker-compose.yml
CONTRIBUTING.md
admin-api/index.php
@ -4701,6 +4700,7 @@ tests/Resources/Resetter/ApiClientResetter.php
tests/Resources/Resetter/FeatureResetter.php
tests/Resources/DatabaseDump.php
tests/Resources/img/genders/.gitkeep
tests/Resources/img/st/.gitkeep
tests/Resources/img/s/.gitkeep
tests/Resources/img/m/.gitkeep
tests/Resources/img/tmp/.gitkeep
@ -5466,13 +5466,16 @@ tests/UI/pages/FO/hummingbird/delivery/index.ts
tests/UI/pages/FO/hummingbird/termsAndConditionsOfUse/index.ts
tests/UI/pages/install/index.ts
tests/UI/README.md
tests/UI/campaigns/audit/BO/09_shipping.ts
tests/UI/campaigns/audit/BO/04_customers.ts
tests/UI/campaigns/audit/BO/07_modules.ts
tests/UI/campaigns/audit/BO/06_statistics.ts
tests/UI/campaigns/audit/BO/08_design.ts
tests/UI/campaigns/audit/BO/01_dashboard.ts
tests/UI/campaigns/audit/BO/03_catalog.ts
tests/UI/campaigns/audit/BO/05_customerService.ts
tests/UI/campaigns/audit/BO/02_orders.ts
tests/UI/campaigns/audit/BO/10_payment.ts
tests/UI/campaigns/audit/FO/classic/02_connected.ts
tests/UI/campaigns/audit/FO/classic/01_guest.ts
tests/UI/campaigns/audit/FO/classic/03_cart.ts
@ -7800,6 +7803,7 @@ src/PrestaShopBundle/Resources/views/Admin/Sell/Order/Order/Blocks/View/print_or
src/PrestaShopBundle/Resources/views/Admin/Sell/Order/Order/Blocks/View/product.html.twig
src/PrestaShopBundle/Resources/views/Admin/Sell/Order/Order/Blocks/View/add_product_row.html.twig
src/PrestaShopBundle/Resources/views/Admin/Sell/Order/Order/Blocks/View/details_card.html.twig
src/PrestaShopBundle/Resources/views/Admin/Sell/Order/Order/Blocks/View/basic_information.html.twig
src/PrestaShopBundle/Resources/views/Admin/Sell/Order/Order/Blocks/View/linked_orders.html.twig
src/PrestaShopBundle/Resources/views/Admin/Sell/Order/Order/Blocks/View/payments.html.twig
src/PrestaShopBundle/Resources/views/Admin/Sell/Order/Order/Blocks/View/print_title.html.twig

View file

@ -4117,6 +4117,11 @@ _unreleased/2024-11-14-allow-to-override-entity-collection-class-for-attribute-e
changelog/_unreleased/2024-09-26-fix-delivery-address-editing-during-order-creation-saving-leads-to-axios-error.md
_unreleased/2024-09-26-fix-delivery-address-editing-during-order-creation-saving-leads-to-axios-error.md
2024-09-26-fix-delivery-address-editing-during-order-creation-saving-leads-to-axios-error.md
changelog/_unreleased/changelog/_unreleased/2024-12-11-fix-webpack-plugin-config-order.md
_unreleased/changelog/_unreleased/2024-12-11-fix-webpack-plugin-config-order.md
changelog/_unreleased/2024-12-11-fix-webpack-plugin-config-order.md
_unreleased/2024-12-11-fix-webpack-plugin-config-order.md
2024-12-11-fix-webpack-plugin-config-order.md
changelog/_unreleased/2024-10-15-set-event-name-header-to-type-string.md
_unreleased/2024-10-15-set-event-name-header-to-type-string.md
2024-10-15-set-event-name-header-to-type-string.md
@ -4165,6 +4170,9 @@ _unreleased/2024-11-19-change-windowrouterpush-handle-to-be-async.md
changelog/_unreleased/2024-11-03-fix-release-date-schema-issue.md
_unreleased/2024-11-03-fix-release-date-schema-issue.md
2024-11-03-fix-release-date-schema-issue.md
changelog/_unreleased/2024-10-04-add-meta-author-configuration-and-use-it-in-frontend.md
_unreleased/2024-10-04-add-meta-author-configuration-and-use-it-in-frontend.md
2024-10-04-add-meta-author-configuration-and-use-it-in-frontend.md
changelog/_unreleased/2024-11-04-fix-unknown-redis-connection-adapter-exception-message.md
_unreleased/2024-11-04-fix-unknown-redis-connection-adapter-exception-message.md
2024-11-04-fix-unknown-redis-connection-adapter-exception-message.md
@ -4216,6 +4224,9 @@ _unreleased/2024-10-28-changed-mini-cart-headline-to-facilitate-accessibility.md
changelog/_unreleased/2024-11-29-make-product-slider-defaults-accessible.md
_unreleased/2024-11-29-make-product-slider-defaults-accessible.md
2024-11-29-make-product-slider-defaults-accessible.md
changelog/_unreleased/2024-12-12-ability-to-add-modal-root.md
_unreleased/2024-12-12-ability-to-add-modal-root.md
2024-12-12-ability-to-add-modal-root.md
changelog/_unreleased/2024-11-11-fix-promotion-help-text.md
_unreleased/2024-11-11-fix-promotion-help-text.md
2024-11-11-fix-promotion-help-text.md
@ -4297,6 +4308,9 @@ _unreleased/2024-10-29-default-not_specified-salutation-is-invalid.md
changelog/_unreleased/2024-06-19-add-scss-validator.md
_unreleased/2024-06-19-add-scss-validator.md
2024-06-19-add-scss-validator.md
changelog/_unreleased/2024-12-05-speculation-rules-for-the-storefront.md
_unreleased/2024-12-05-speculation-rules-for-the-storefront.md
2024-12-05-speculation-rules-for-the-storefront.md
changelog/_unreleased/2024-10-24-allow-update-product-description-containing-only-invalid-tag.md
_unreleased/2024-10-24-allow-update-product-description-containing-only-invalid-tag.md
2024-10-24-allow-update-product-description-containing-only-invalid-tag.md
@ -4450,6 +4464,9 @@ _unreleased/2024-12-03-a11y-mobile-filter-panel.md
changelog/_unreleased/2024-10-10-fix-account-password-autocomplete.md
_unreleased/2024-10-10-fix-account-password-autocomplete.md
2024-10-10-fix-account-password-autocomplete.md
changelog/_unreleased/2024-12-13-add-promo-code-input-placeholder.md
_unreleased/2024-12-13-add-promo-code-input-placeholder.md
2024-12-13-add-promo-code-input-placeholder.md
changelog/_unreleased/2024-11-26-adding-the-sort-when-searching-the-properties.md
_unreleased/2024-11-26-adding-the-sort-when-searching-the-properties.md
2024-11-26-adding-the-sort-when-searching-the-properties.md
@ -4597,6 +4614,9 @@ _unreleased/2024-11-26-fix-product-availabel-set-to-0-if-is-closeout-is-null.md
changelog/_unreleased/2024-11-15-fix-sync-license_host-for-service.md
_unreleased/2024-11-15-fix-sync-license_host-for-service.md
2024-11-15-fix-sync-license_host-for-service.md
changelog/_unreleased/2024-12-12-general-a11y-warning-hint-for-admin-options.md
_unreleased/2024-12-12-general-a11y-warning-hint-for-admin-options.md
2024-12-12-general-a11y-warning-hint-for-admin-options.md
changelog/_unreleased/2024-10-04-add-scene-editor-primitives-and-materials-to-data-collection.md
_unreleased/2024-10-04-add-scene-editor-primitives-and-materials-to-data-collection.md
2024-10-04-add-scene-editor-primitives-and-materials-to-data-collection.md
@ -31007,6 +31027,11 @@ acceptance/tests/Settings/CustomerGroupRegistration.spec.ts
tests/Settings/CustomerGroupRegistration.spec.ts
Settings/CustomerGroupRegistration.spec.ts
CustomerGroupRegistration.spec.ts
tests/acceptance/tests/Settings/RuleAssignments.spec.ts
acceptance/tests/Settings/RuleAssignments.spec.ts
tests/Settings/RuleAssignments.spec.ts
Settings/RuleAssignments.spec.ts
RuleAssignments.spec.ts
tests/acceptance/tests/Settings/MerchantSetDataSharingConsent.spec.ts
acceptance/tests/Settings/MerchantSetDataSharingConsent.spec.ts
tests/Settings/MerchantSetDataSharingConsent.spec.ts
@ -31052,6 +31077,11 @@ acceptance/tests/Pagespeed/Lighthouse.spec.ts
tests/Pagespeed/Lighthouse.spec.ts
Pagespeed/Lighthouse.spec.ts
Lighthouse.spec.ts
tests/acceptance/tests/BulkEdit/BulkEditCustomerInformation.spec.ts
acceptance/tests/BulkEdit/BulkEditCustomerInformation.spec.ts
tests/BulkEdit/BulkEditCustomerInformation.spec.ts
BulkEdit/BulkEditCustomerInformation.spec.ts
BulkEditCustomerInformation.spec.ts
tests/acceptance/tests/Checkout/RegisteredUserBuysProduct.spec.ts
acceptance/tests/Checkout/RegisteredUserBuysProduct.spec.ts
tests/Checkout/RegisteredUserBuysProduct.spec.ts
@ -96787,6 +96817,15 @@ test/plugin/clear-input/clear-input.plugin.test.js
plugin/clear-input/clear-input.plugin.test.js
clear-input/clear-input.plugin.test.js
clear-input.plugin.test.js
src/Storefront/Resources/app/storefront/test/plugin/speculation-rules/speculation-rules.plugin.test.js
Storefront/Resources/app/storefront/test/plugin/speculation-rules/speculation-rules.plugin.test.js
Resources/app/storefront/test/plugin/speculation-rules/speculation-rules.plugin.test.js
app/storefront/test/plugin/speculation-rules/speculation-rules.plugin.test.js
storefront/test/plugin/speculation-rules/speculation-rules.plugin.test.js
test/plugin/speculation-rules/speculation-rules.plugin.test.js
plugin/speculation-rules/speculation-rules.plugin.test.js
speculation-rules/speculation-rules.plugin.test.js
speculation-rules.plugin.test.js
src/Storefront/Resources/app/storefront/test/plugin/forms/form-validation.plugin.test.js
Storefront/Resources/app/storefront/test/plugin/forms/form-validation.plugin.test.js
Resources/app/storefront/test/plugin/forms/form-validation.plugin.test.js
@ -102958,6 +102997,15 @@ src/plugin/spatial/spatial-zoom-gallery-slider-viewer.plugin.ts
plugin/spatial/spatial-zoom-gallery-slider-viewer.plugin.ts
spatial/spatial-zoom-gallery-slider-viewer.plugin.ts
spatial-zoom-gallery-slider-viewer.plugin.ts
src/Storefront/Resources/app/storefront/src/plugin/speculation-rules/speculation-rules.plugin.js
Storefront/Resources/app/storefront/src/plugin/speculation-rules/speculation-rules.plugin.js
Resources/app/storefront/src/plugin/speculation-rules/speculation-rules.plugin.js
app/storefront/src/plugin/speculation-rules/speculation-rules.plugin.js
storefront/src/plugin/speculation-rules/speculation-rules.plugin.js
src/plugin/speculation-rules/speculation-rules.plugin.js
plugin/speculation-rules/speculation-rules.plugin.js
speculation-rules/speculation-rules.plugin.js
speculation-rules.plugin.js
src/Storefront/Resources/app/storefront/src/plugin/forms/form-field-toggle.plugin.js
Storefront/Resources/app/storefront/src/plugin/forms/form-field-toggle.plugin.js
Resources/app/storefront/src/plugin/forms/form-field-toggle.plugin.js

View file

@ -1372,6 +1372,7 @@ changelog/_unreleased/2024-10-22-create-rule-for-check-rule-order-creation-by-ad
changelog/_unreleased/2024-11-22-a11y-convey-how-the-promotion-information-when-submit.md
changelog/_unreleased/2024-11-14-allow-to-override-entity-collection-class-for-attribute-entities.md
changelog/_unreleased/2024-09-26-fix-delivery-address-editing-during-order-creation-saving-leads-to-axios-error.md
changelog/_unreleased/changelog/_unreleased/2024-12-11-fix-webpack-plugin-config-order.md
changelog/_unreleased/2024-10-15-set-event-name-header-to-type-string.md
changelog/_unreleased/2024-10-11-prevent-displaying-discount-message-of-automatically-promotion-in-the-cart-if-total-price-is-zero.md
changelog/_unreleased/2024-11-11-fixed-shipping-method-fixed-tax-recalculation.md
@ -1388,6 +1389,7 @@ changelog/_unreleased/2024-08-19-add-context-to-orderstatechangecriteriaevent.md
changelog/_unreleased/2024-10-31-support-multiple-theme-variables-in-hotmode.md
changelog/_unreleased/2024-11-19-change-windowrouterpush-handle-to-be-async.md
changelog/_unreleased/2024-11-03-fix-release-date-schema-issue.md
changelog/_unreleased/2024-10-04-add-meta-author-configuration-and-use-it-in-frontend.md
changelog/_unreleased/2024-11-04-fix-unknown-redis-connection-adapter-exception-message.md
changelog/_unreleased/2024-11-13-dont-apply-fuzzy-search-by-default.md
changelog/_unreleased/2024-11-26-using-external-url-for-media-s-path-without-storing-physical-files.md
@ -1405,6 +1407,7 @@ changelog/_unreleased/2024-11-21-add-aggregate-admin-api.md
changelog/_unreleased/2024-11-04-fix-snippets-inaccessible-and-unchangeable.md
changelog/_unreleased/2024-10-28-changed-mini-cart-headline-to-facilitate-accessibility.md
changelog/_unreleased/2024-11-29-make-product-slider-defaults-accessible.md
changelog/_unreleased/2024-12-12-ability-to-add-modal-root.md
changelog/_unreleased/2024-11-11-fix-promotion-help-text.md
changelog/_unreleased/2024-01-31-improve-cart-page-performance.md
changelog/_unreleased/2024-11-19-fix-navbar-category-image-width.md
@ -1432,6 +1435,7 @@ changelog/_unreleased/2024-11-04-the-filtering-of-variant-list-are-not-working-c
changelog/_unreleased/2024-11-26-deprecate-settwig-in-storefront-controller.md
changelog/_unreleased/2024-10-29-default-not_specified-salutation-is-invalid.md
changelog/_unreleased/2024-06-19-add-scss-validator.md
changelog/_unreleased/2024-12-05-speculation-rules-for-the-storefront.md
changelog/_unreleased/2024-10-24-allow-update-product-description-containing-only-invalid-tag.md
changelog/_unreleased/2024-12-11-cleanup-env.md
changelog/_unreleased/2024-10-14-fix-admin-i18n-tags.md
@ -1483,6 +1487,7 @@ changelog/_unreleased/2024-12-11-services-stability-improvements.md
changelog/_unreleased/2024-11-25-fix-unique-ids-for-address-forms.md
changelog/_unreleased/2024-12-03-a11y-mobile-filter-panel.md
changelog/_unreleased/2024-10-10-fix-account-password-autocomplete.md
changelog/_unreleased/2024-12-13-add-promo-code-input-placeholder.md
changelog/_unreleased/2024-11-26-adding-the-sort-when-searching-the-properties.md
changelog/_unreleased/2024-10-30-update-to-symfony-7-2.md
changelog/_unreleased/2024-07-16-remove-manual-override-for-state-machine.md
@ -1532,6 +1537,7 @@ changelog/_unreleased/2022-07-04-mail-attach.md
changelog/_unreleased/2024-12-05-allow-duplicate-promotion.md
changelog/_unreleased/2024-11-26-fix-product-availabel-set-to-0-if-is-closeout-is-null.md
changelog/_unreleased/2024-11-15-fix-sync-license_host-for-service.md
changelog/_unreleased/2024-12-12-general-a11y-warning-hint-for-admin-options.md
changelog/_unreleased/2024-10-04-add-scene-editor-primitives-and-materials-to-data-collection.md
changelog/_unreleased/2024-09-23-fix-flow-action-on-order-state-change-with-shipping-discount.md
changelog/_unreleased/2024-11-26-unify-cache-state-and-cookie-constants.md
@ -7352,6 +7358,7 @@ tests/acceptance/tests/Account/CustomerRegistration.spec.ts
tests/acceptance/tests/Account/CancelOrder.spec.ts
tests/acceptance/tests/Account/CommercialCustomerRegistration.spec.ts
tests/acceptance/tests/Settings/CustomerGroupRegistration.spec.ts
tests/acceptance/tests/Settings/RuleAssignments.spec.ts
tests/acceptance/tests/Settings/MerchantSetDataSharingConsent.spec.ts
tests/acceptance/tests/Settings/RunFirstRunWizard.spec.ts
tests/acceptance/tests/Settings/CreateCustomFieldSet.spec.ts
@ -7361,6 +7368,7 @@ tests/acceptance/tests/Settings/CurrencyRoundingByCountry.spec.ts
tests/acceptance/tests/Setup/SaaS-Setup.spec.ts
tests/acceptance/tests/Install/Installation.spec.ts
tests/acceptance/tests/Pagespeed/Lighthouse.spec.ts
tests/acceptance/tests/BulkEdit/BulkEditCustomerInformation.spec.ts
tests/acceptance/tests/Checkout/RegisteredUserBuysProduct.spec.ts
tests/acceptance/tests/Checkout/CheckoutWithDigitalProduct.spec.ts
tests/acceptance/tests/Checkout/CheckoutWithPromotionCode.spec.ts
@ -14038,6 +14046,7 @@ src/Storefront/Resources/app/storefront/test/plugin/spatial/spatial-zoom-gallery
src/Storefront/Resources/app/storefront/test/plugin/spatial/spatial-ar-viewer-plugin.test.js
src/Storefront/Resources/app/storefront/test/plugin/spatial/spatial-base-viewer.plugin.test.js
src/Storefront/Resources/app/storefront/test/plugin/clear-input/clear-input.plugin.test.js
src/Storefront/Resources/app/storefront/test/plugin/speculation-rules/speculation-rules.plugin.test.js
src/Storefront/Resources/app/storefront/test/plugin/forms/form-validation.plugin.test.js
src/Storefront/Resources/app/storefront/test/plugin/forms/form-submit-loader.plugin.test.js
src/Storefront/Resources/app/storefront/test/plugin/forms/form-ajax-pagination.plugin.test.js
@ -14674,6 +14683,7 @@ src/Storefront/Resources/app/storefront/src/plugin/spatial/spatial-gallery-slide
src/Storefront/Resources/app/storefront/src/plugin/spatial/spatial-base-viewer.plugin.ts
src/Storefront/Resources/app/storefront/src/plugin/spatial/spatial-ar-viewer-plugin.ts
src/Storefront/Resources/app/storefront/src/plugin/spatial/spatial-zoom-gallery-slider-viewer.plugin.ts
src/Storefront/Resources/app/storefront/src/plugin/speculation-rules/speculation-rules.plugin.js
src/Storefront/Resources/app/storefront/src/plugin/forms/form-field-toggle.plugin.js
src/Storefront/Resources/app/storefront/src/plugin/forms/form-submit-loader.plugin.js
src/Storefront/Resources/app/storefront/src/plugin/forms/form-add-history.plugin.js

View file

@ -5550,6 +5550,12 @@ packages/core/database/tsconfig.eslint.json
core/database/tsconfig.eslint.json
database/tsconfig.eslint.json
tsconfig.eslint.json
packages/core/database/src/utils/async-curry.ts
core/database/src/utils/async-curry.ts
database/src/utils/async-curry.ts
src/utils/async-curry.ts
utils/async-curry.ts
async-curry.ts
packages/core/database/src/utils/types.ts
core/database/src/utils/types.ts
database/src/utils/types.ts
@ -5690,6 +5696,33 @@ database/src/validations/index.ts
src/validations/index.ts
validations/index.ts
index.ts
packages/core/database/src/repairs/index.ts
core/database/src/repairs/index.ts
database/src/repairs/index.ts
src/repairs/index.ts
repairs/index.ts
index.ts
packages/core/database/src/repairs/operations/remove-orphan-morph-types.ts
core/database/src/repairs/operations/remove-orphan-morph-types.ts
database/src/repairs/operations/remove-orphan-morph-types.ts
src/repairs/operations/remove-orphan-morph-types.ts
repairs/operations/remove-orphan-morph-types.ts
operations/remove-orphan-morph-types.ts
remove-orphan-morph-types.ts
packages/core/database/src/repairs/__tests__/remove-orphan-morph-types.test.ts
core/database/src/repairs/__tests__/remove-orphan-morph-types.test.ts
database/src/repairs/__tests__/remove-orphan-morph-types.test.ts
src/repairs/__tests__/remove-orphan-morph-types.test.ts
repairs/__tests__/remove-orphan-morph-types.test.ts
__tests__/remove-orphan-morph-types.test.ts
remove-orphan-morph-types.test.ts
packages/core/database/src/repairs/__tests__/repair.test.ts
core/database/src/repairs/__tests__/repair.test.ts
database/src/repairs/__tests__/repair.test.ts
src/repairs/__tests__/repair.test.ts
repairs/__tests__/repair.test.ts
__tests__/repair.test.ts
repair.test.ts
packages/core/database/src/entity-manager/index.ts
core/database/src/entity-manager/index.ts
database/src/entity-manager/index.ts
@ -22751,6 +22784,15 @@ services/utils/__tests__/count.test.ts
utils/__tests__/count.test.ts
__tests__/count.test.ts
count.test.ts
packages/core/content-manager/server/src/services/utils/__tests__/validatable-fields-populate.test.ts
core/content-manager/server/src/services/utils/__tests__/validatable-fields-populate.test.ts
content-manager/server/src/services/utils/__tests__/validatable-fields-populate.test.ts
server/src/services/utils/__tests__/validatable-fields-populate.test.ts
src/services/utils/__tests__/validatable-fields-populate.test.ts
services/utils/__tests__/validatable-fields-populate.test.ts
utils/__tests__/validatable-fields-populate.test.ts
__tests__/validatable-fields-populate.test.ts
validatable-fields-populate.test.ts
packages/core/content-manager/server/src/services/utils/__tests__/populate.test.ts
core/content-manager/server/src/services/utils/__tests__/populate.test.ts
content-manager/server/src/services/utils/__tests__/populate.test.ts
@ -31870,6 +31912,12 @@ core/strapi/components/repeatable-not-required.test.api.js
strapi/components/repeatable-not-required.test.api.js
components/repeatable-not-required.test.api.js
repeatable-not-required.test.api.js
tests/api/core/strapi/components/cleanup-after-delete.test.api.ts
api/core/strapi/components/cleanup-after-delete.test.api.ts
core/strapi/components/cleanup-after-delete.test.api.ts
strapi/components/cleanup-after-delete.test.api.ts
components/cleanup-after-delete.test.api.ts
cleanup-after-delete.test.api.ts
tests/api/core/strapi/components/repeatable-order.test.api.js
api/core/strapi/components/repeatable-order.test.api.js
core/strapi/components/repeatable-order.test.api.js

View file

@ -863,6 +863,7 @@ packages/core/database/jest.config.js
packages/core/database/.eslintignore
packages/core/database/README.md
packages/core/database/tsconfig.eslint.json
packages/core/database/src/utils/async-curry.ts
packages/core/database/src/utils/types.ts
packages/core/database/src/utils/knex.ts
packages/core/database/src/utils/identifiers/index.ts
@ -884,6 +885,10 @@ packages/core/database/src/connection.ts
packages/core/database/src/validations/relations/bidirectional.ts
packages/core/database/src/validations/relations/index.ts
packages/core/database/src/validations/index.ts
packages/core/database/src/repairs/index.ts
packages/core/database/src/repairs/operations/remove-orphan-morph-types.ts
packages/core/database/src/repairs/__tests__/remove-orphan-morph-types.test.ts
packages/core/database/src/repairs/__tests__/repair.test.ts
packages/core/database/src/entity-manager/index.ts
packages/core/database/src/entity-manager/regular-relations.ts
packages/core/database/src/entity-manager/morph-relations.ts
@ -3098,6 +3103,7 @@ packages/core/content-manager/server/src/services/metrics.ts
packages/core/content-manager/server/src/services/utils/count.ts
packages/core/content-manager/server/src/services/utils/__tests__/query-populate.test.ts
packages/core/content-manager/server/src/services/utils/__tests__/count.test.ts
packages/core/content-manager/server/src/services/utils/__tests__/validatable-fields-populate.test.ts
packages/core/content-manager/server/src/services/utils/__tests__/populate.test.ts
packages/core/content-manager/server/src/services/utils/configuration/settings.ts
packages/core/content-manager/server/src/services/utils/configuration/index.ts
@ -4530,6 +4536,7 @@ tests/api/core/strapi/migrations/migration-draft-publish.test.api.js
tests/api/core/strapi/migrations/migration-unique-attribute.test.api.js
tests/api/core/strapi/search.test.api.js
tests/api/core/strapi/components/repeatable-not-required.test.api.js
tests/api/core/strapi/components/cleanup-after-delete.test.api.ts
tests/api/core/strapi/components/repeatable-order.test.api.js
tests/api/core/strapi/components/single-not-required.test.api.js
tests/api/core/strapi/components/repeatable-required-min-max.test.api.js

View file

@ -6127,12 +6127,6 @@ apache/catalina/servlets/TestDefaultServletRfc9110Section13.java
catalina/servlets/TestDefaultServletRfc9110Section13.java
servlets/TestDefaultServletRfc9110Section13.java
TestDefaultServletRfc9110Section13.java
test/org/apache/catalina/servlets/TestDefaultServletRfc9110Section13Parameterized.java
org/apache/catalina/servlets/TestDefaultServletRfc9110Section13Parameterized.java
apache/catalina/servlets/TestDefaultServletRfc9110Section13Parameterized.java
catalina/servlets/TestDefaultServletRfc9110Section13Parameterized.java
servlets/TestDefaultServletRfc9110Section13Parameterized.java
TestDefaultServletRfc9110Section13Parameterized.java
test/org/apache/catalina/servlets/TestWebdavServletOptionsFile.java
org/apache/catalina/servlets/TestWebdavServletOptionsFile.java
apache/catalina/servlets/TestWebdavServletOptionsFile.java

View file

@ -1213,7 +1213,6 @@ test/org/apache/catalina/servlets/ServletOptionsBaseTest.java
test/org/apache/catalina/servlets/TestWebdavServletOptionCollection.java
test/org/apache/catalina/servlets/TestDefaultServletOptions.java
test/org/apache/catalina/servlets/TestDefaultServletRfc9110Section13.java
test/org/apache/catalina/servlets/TestDefaultServletRfc9110Section13Parameterized.java
test/org/apache/catalina/servlets/TestWebdavServletOptionsFile.java
test/org/apache/catalina/servlets/TestDefaultServletPut.java
test/org/apache/catalina/servlets/TestDefaultServletIfMatchRequests.java

View file

@ -18555,6 +18555,11 @@ js/data/changelog/.gitkeep
data/changelog/.gitkeep
changelog/.gitkeep
.gitkeep
packages/js/data/changelog/dev-incentives-updates
js/data/changelog/dev-incentives-updates
data/changelog/dev-incentives-updates
changelog/dev-incentives-updates
dev-incentives-updates
packages/js/data/changelog/53165-dev-ts-5-7-2
js/data/changelog/53165-dev-ts-5-7-2
data/changelog/53165-dev-ts-5-7-2
@ -18605,6 +18610,11 @@ js/data/changelog/52815-dev-lock-dependencies
data/changelog/52815-dev-lock-dependencies
changelog/52815-dev-lock-dependencies
52815-dev-lock-dependencies
packages/js/data/changelog/update-51470-route-onboarding-modes-based-on-context
js/data/changelog/update-51470-route-onboarding-modes-based-on-context
data/changelog/update-51470-route-onboarding-modes-based-on-context
changelog/update-51470-route-onboarding-modes-based-on-context
update-51470-route-onboarding-modes-based-on-context
packages/js/data/changelog/34241-react-payment-settings
js/data/changelog/34241-react-payment-settings
data/changelog/34241-react-payment-settings
@ -22232,6 +22242,10 @@ plugins/woocommerce/changelog/update-product-editor-css
woocommerce/changelog/update-product-editor-css
changelog/update-product-editor-css
update-product-editor-css
plugins/woocommerce/changelog/53669-add-add-recurring-payments-icon
woocommerce/changelog/53669-add-add-recurring-payments-icon
changelog/53669-add-add-recurring-payments-icon
53669-add-add-recurring-payments-icon
plugins/woocommerce/changelog/add-croatian-countries
woocommerce/changelog/add-croatian-countries
changelog/add-croatian-countries
@ -22264,6 +22278,10 @@ plugins/woocommerce/changelog/dev-fix-wireit-cache-bloating
woocommerce/changelog/dev-fix-wireit-cache-bloating
changelog/dev-fix-wireit-cache-bloating
dev-fix-wireit-cache-bloating
plugins/woocommerce/changelog/update-default-coming-soon-value
woocommerce/changelog/update-default-coming-soon-value
changelog/update-default-coming-soon-value
update-default-coming-soon-value
plugins/woocommerce/changelog/53002-52945-add-virtual-param
woocommerce/changelog/53002-52945-add-virtual-param
changelog/53002-52945-add-virtual-param
@ -22332,6 +22350,10 @@ plugins/woocommerce/changelog/dev-update-wp-env-10.14-and-remove-patch
woocommerce/changelog/dev-update-wp-env-10.14-and-remove-patch
changelog/dev-update-wp-env-10.14-and-remove-patch
dev-update-wp-env-10.14-and-remove-patch
plugins/woocommerce/changelog/52779-fix-flaky-api-orders-search-test
woocommerce/changelog/52779-fix-flaky-api-orders-search-test
changelog/52779-fix-flaky-api-orders-search-test
52779-fix-flaky-api-orders-search-test
plugins/woocommerce/changelog/dev-bump-action-scheduler-to-3.9.0
woocommerce/changelog/dev-bump-action-scheduler-to-3.9.0
changelog/dev-bump-action-scheduler-to-3.9.0
@ -22372,6 +22394,10 @@ plugins/woocommerce/changelog/e2e-improve-shopper-product-variation-test
woocommerce/changelog/e2e-improve-shopper-product-variation-test
changelog/e2e-improve-shopper-product-variation-test
e2e-improve-shopper-product-variation-test
plugins/woocommerce/changelog/53717-fix-show-additional-fields-when-0
woocommerce/changelog/53717-fix-show-additional-fields-when-0
changelog/53717-fix-show-additional-fields-when-0
53717-fix-show-additional-fields-when-0
plugins/woocommerce/changelog/pr-52937
woocommerce/changelog/pr-52937
changelog/pr-52937
@ -22420,10 +22446,18 @@ plugins/woocommerce/changelog/e2e-tests-audit-tag-shopper-folder
woocommerce/changelog/e2e-tests-audit-tag-shopper-folder
changelog/e2e-tests-audit-tag-shopper-folder
e2e-tests-audit-tag-shopper-folder
plugins/woocommerce/changelog/dev-incentives-updates
woocommerce/changelog/dev-incentives-updates
changelog/dev-incentives-updates
dev-incentives-updates
plugins/woocommerce/changelog/52715-fix-52511
woocommerce/changelog/52715-fix-52511
changelog/52715-fix-52511
52715-fix-52511
plugins/woocommerce/changelog/53473-add-disconenct-from-wccom-endpoint
woocommerce/changelog/53473-add-disconenct-from-wccom-endpoint
changelog/53473-add-disconenct-from-wccom-endpoint
53473-add-disconenct-from-wccom-endpoint
plugins/woocommerce/changelog/update-migrate-php-blocks-to-api-version-3
woocommerce/changelog/update-migrate-php-blocks-to-api-version-3
changelog/update-migrate-php-blocks-to-api-version-3
@ -22500,10 +22534,22 @@ plugins/woocommerce/changelog/53476-update-22261-in-app-search-badge-update
woocommerce/changelog/53476-update-22261-in-app-search-badge-update
changelog/53476-update-22261-in-app-search-badge-update
53476-update-22261-in-app-search-badge-update
plugins/woocommerce/changelog/52424-email-preview-live-changes
woocommerce/changelog/52424-email-preview-live-changes
changelog/52424-email-preview-live-changes
52424-email-preview-live-changes
plugins/woocommerce/changelog/53690-support-future-in-status-params
woocommerce/changelog/53690-support-future-in-status-params
changelog/53690-support-future-in-status-params
53690-support-future-in-status-params
plugins/woocommerce/changelog/e2e-update-urls-for-multisite-setup-comptibility
woocommerce/changelog/e2e-update-urls-for-multisite-setup-comptibility
changelog/e2e-update-urls-for-multisite-setup-comptibility
e2e-update-urls-for-multisite-setup-comptibility
plugins/woocommerce/changelog/add-53011_stock_notice_in_single_product_block
woocommerce/changelog/add-53011_stock_notice_in_single_product_block
changelog/add-53011_stock_notice_in_single_product_block
add-53011_stock_notice_in_single_product_block
plugins/woocommerce/changelog/53217-53195-registerblocksingleproducttemplate-register-blocks-twice-in-posts
woocommerce/changelog/53217-53195-registerblocksingleproducttemplate-register-blocks-twice-in-posts
changelog/53217-53195-registerblocksingleproducttemplate-register-blocks-twice-in-posts
@ -22524,6 +22570,10 @@ plugins/woocommerce/changelog/53548-dev-editable-summary-total-heading
woocommerce/changelog/53548-dev-editable-summary-total-heading
changelog/53548-dev-editable-summary-total-heading
53548-dev-editable-summary-total-heading
plugins/woocommerce/changelog/update-product-variation-transient-management-further
woocommerce/changelog/update-product-variation-transient-management-further
changelog/update-product-variation-transient-management-further
update-product-variation-transient-management-further
plugins/woocommerce/changelog/dev-nox-drag-and-drop-updates
woocommerce/changelog/dev-nox-drag-and-drop-updates
changelog/dev-nox-drag-and-drop-updates
@ -22608,6 +22658,14 @@ plugins/woocommerce/changelog/update-ptk-warning-log-once-a-day
woocommerce/changelog/update-ptk-warning-log-once-a-day
changelog/update-ptk-warning-log-once-a-day
update-ptk-warning-log-once-a-day
plugins/woocommerce/changelog/e2e-skip-third-test-scenario-in-loading-screen
woocommerce/changelog/e2e-skip-third-test-scenario-in-loading-screen
changelog/e2e-skip-third-test-scenario-in-loading-screen
e2e-skip-third-test-scenario-in-loading-screen
plugins/woocommerce/changelog/53667-e2e-audit-admin-tasks
woocommerce/changelog/53667-e2e-audit-admin-tasks
changelog/53667-e2e-audit-admin-tasks
53667-e2e-audit-admin-tasks
plugins/woocommerce/changelog/e2e-fix-flaky-grouped-products-tests
woocommerce/changelog/e2e-fix-flaky-grouped-products-tests
changelog/e2e-fix-flaky-grouped-products-tests
@ -22632,6 +22690,10 @@ plugins/woocommerce/changelog/52423-email-preview-subject
woocommerce/changelog/52423-email-preview-subject
changelog/52423-email-preview-subject
52423-email-preview-subject
plugins/woocommerce/changelog/53697-email-preview-code-cleanup
woocommerce/changelog/53697-email-preview-code-cleanup
changelog/53697-email-preview-code-cleanup
53697-email-preview-code-cleanup
plugins/woocommerce/changelog/52815-dev-lock-dependencies
woocommerce/changelog/52815-dev-lock-dependencies
changelog/52815-dev-lock-dependencies
@ -22644,14 +22706,30 @@ plugins/woocommerce/changelog/52678-fix-51636-refactor-product-filters
woocommerce/changelog/52678-fix-51636-refactor-product-filters
changelog/52678-fix-51636-refactor-product-filters
52678-fix-51636-refactor-product-filters
plugins/woocommerce/changelog/update-51470-route-onboarding-modes-based-on-context
woocommerce/changelog/update-51470-route-onboarding-modes-based-on-context
changelog/update-51470-route-onboarding-modes-based-on-context
update-51470-route-onboarding-modes-based-on-context
plugins/woocommerce/changelog/fix-51924
woocommerce/changelog/fix-51924
changelog/fix-51924
fix-51924
plugins/woocommerce/changelog/53702-fix-improve-compatibility-layer-documentation
woocommerce/changelog/53702-fix-improve-compatibility-layer-documentation
changelog/53702-fix-improve-compatibility-layer-documentation
53702-fix-improve-compatibility-layer-documentation
plugins/woocommerce/changelog/update-53379-link-payments-menu-and-task-to-nox
woocommerce/changelog/update-53379-link-payments-menu-and-task-to-nox
changelog/update-53379-link-payments-menu-and-task-to-nox
update-53379-link-payments-menu-and-task-to-nox
plugins/woocommerce/changelog/add-payments-settings-soft-routing
woocommerce/changelog/add-payments-settings-soft-routing
changelog/add-payments-settings-soft-routing
add-payments-settings-soft-routing
plugins/woocommerce/changelog/dev-53668-post-test-drive-setup-modal
woocommerce/changelog/dev-53668-post-test-drive-setup-modal
changelog/dev-53668-post-test-drive-setup-modal
dev-53668-post-test-drive-setup-modal
plugins/woocommerce/changelog/52604-dev-alignment-on-mobile-order-summary-48899
woocommerce/changelog/52604-dev-alignment-on-mobile-order-summary-48899
changelog/52604-dev-alignment-on-mobile-order-summary-48899
@ -22940,6 +23018,10 @@ plugins/woocommerce/changelog/52983-fix-issue-52722
woocommerce/changelog/52983-fix-issue-52722
changelog/52983-fix-issue-52722
52983-fix-issue-52722
plugins/woocommerce/changelog/53707-fix-53524-minor-issues-in-woocommerce
woocommerce/changelog/53707-fix-53524-minor-issues-in-woocommerce
changelog/53707-fix-53524-minor-issues-in-woocommerce
53707-fix-53524-minor-issues-in-woocommerce
plugins/woocommerce/changelog/51922-dev-using-order-status-constants-in-the-main-files
woocommerce/changelog/51922-dev-using-order-status-constants-in-the-main-files
changelog/51922-dev-using-order-status-constants-in-the-main-files
@ -22972,10 +23054,18 @@ plugins/woocommerce/changelog/add-experimental-prefix-docs
woocommerce/changelog/add-experimental-prefix-docs
changelog/add-experimental-prefix-docs
add-experimental-prefix-docs
plugins/woocommerce/changelog/pr-53716
woocommerce/changelog/pr-53716
changelog/pr-53716
pr-53716
plugins/woocommerce/changelog/53362-dev-improve-error-notice-dismissal
woocommerce/changelog/53362-dev-improve-error-notice-dismissal
changelog/53362-dev-improve-error-notice-dismissal
53362-dev-improve-error-notice-dismissal
plugins/woocommerce/changelog/add-22378-streamline-wccom-connection
woocommerce/changelog/add-22378-streamline-wccom-connection
changelog/add-22378-streamline-wccom-connection
add-22378-streamline-wccom-connection
plugins/woocommerce/changelog/add-should-show-notice-filters
woocommerce/changelog/add-should-show-notice-filters
changelog/add-should-show-notice-filters
@ -23012,6 +23102,10 @@ plugins/woocommerce/changelog/e2e-fix-notice-check-when-creating-order
woocommerce/changelog/e2e-fix-notice-check-when-creating-order
changelog/e2e-fix-notice-check-when-creating-order
e2e-fix-notice-check-when-creating-order
plugins/woocommerce/changelog/53711-add-rate-limit-opt-out-checkout
woocommerce/changelog/53711-add-rate-limit-opt-out-checkout
changelog/53711-add-rate-limit-opt-out-checkout
53711-add-rate-limit-opt-out-checkout
plugins/woocommerce/changelog/e2e-improve-test-data-customer-list-spec
woocommerce/changelog/e2e-improve-test-data-customer-list-spec
changelog/e2e-improve-test-data-customer-list-spec
@ -23068,6 +23162,10 @@ plugins/woocommerce/changelog/update-link-payments-task-to-task-page-when-new-pa
woocommerce/changelog/update-link-payments-task-to-task-page-when-new-payments-settings-feature-flag
changelog/update-link-payments-task-to-task-page-when-new-payments-settings-feature-flag
update-link-payments-task-to-task-page-when-new-payments-settings-feature-flag
plugins/woocommerce/changelog/e2e-tests-audit-tag-merchant-folder
woocommerce/changelog/e2e-tests-audit-tag-merchant-folder
changelog/e2e-tests-audit-tag-merchant-folder
e2e-tests-audit-tag-merchant-folder
plugins/woocommerce/changelog/sql-syntax-error-53023
woocommerce/changelog/sql-syntax-error-53023
changelog/sql-syntax-error-53023
@ -23076,6 +23174,10 @@ plugins/woocommerce/changelog/53122-dev-loadable-states
woocommerce/changelog/53122-dev-loadable-states
changelog/53122-dev-loadable-states
53122-dev-loadable-states
plugins/woocommerce/changelog/tweak-forminp-relative
woocommerce/changelog/tweak-forminp-relative
changelog/tweak-forminp-relative
tweak-forminp-relative
plugins/woocommerce/changelog/add-coming-soon-modern-black
woocommerce/changelog/add-coming-soon-modern-black
changelog/add-coming-soon-modern-black
@ -23128,6 +23230,10 @@ plugins/woocommerce/changelog/53145-product-gallery-fix-console-error
woocommerce/changelog/53145-product-gallery-fix-console-error
changelog/53145-product-gallery-fix-console-error
53145-product-gallery-fix-console-error
plugins/woocommerce/changelog/53696-live-preview-manage-email
woocommerce/changelog/53696-live-preview-manage-email
changelog/53696-live-preview-manage-email
53696-live-preview-manage-email
plugins/woocommerce/changelog/e2e-fix-add-new-coupon-btn-text
woocommerce/changelog/e2e-fix-add-new-coupon-btn-text
changelog/e2e-fix-add-new-coupon-btn-text
@ -23136,6 +23242,10 @@ plugins/woocommerce/changelog/e2e-update-tags-in-page-loads-spec
woocommerce/changelog/e2e-update-tags-in-page-loads-spec
changelog/e2e-update-tags-in-page-loads-spec
e2e-update-tags-in-page-loads-spec
plugins/woocommerce/changelog/fix-core-profiler-jetpack-auth-not-showing
woocommerce/changelog/fix-core-profiler-jetpack-auth-not-showing
changelog/fix-core-profiler-jetpack-auth-not-showing
fix-core-profiler-jetpack-auth-not-showing
plugins/woocommerce/changelog/53016-fix-settings-modern-route-update
woocommerce/changelog/53016-fix-settings-modern-route-update
changelog/53016-fix-settings-modern-route-update
@ -23224,6 +23334,10 @@ plugins/woocommerce/changelog/remove-dead-lys-state-action
woocommerce/changelog/remove-dead-lys-state-action
changelog/remove-dead-lys-state-action
remove-dead-lys-state-action
plugins/woocommerce/changelog/update-53364-limit-core-profiler-extensions-8-maximum
woocommerce/changelog/update-53364-limit-core-profiler-extensions-8-maximum
changelog/update-53364-limit-core-profiler-extensions-8-maximum
update-53364-limit-core-profiler-extensions-8-maximum
plugins/woocommerce/changelog/woo-core-test-patch
woocommerce/changelog/woo-core-test-patch
changelog/woo-core-test-patch
@ -23232,6 +23346,10 @@ plugins/woocommerce/changelog/53513-update-wccom-22106-22107-in-app-images
woocommerce/changelog/53513-update-wccom-22106-22107-in-app-images
changelog/53513-update-wccom-22106-22107-in-app-images
53513-update-wccom-22106-22107-in-app-images
plugins/woocommerce/changelog/52422-floating-email-preview
woocommerce/changelog/52422-floating-email-preview
changelog/52422-floating-email-preview
52422-floating-email-preview
plugins/woocommerce/changelog/e2e-update-external-envs-pw-configs
woocommerce/changelog/e2e-update-external-envs-pw-configs
changelog/e2e-update-external-envs-pw-configs
@ -23272,6 +23390,10 @@ plugins/woocommerce/changelog/add-checkout-field-entities-42773
woocommerce/changelog/add-checkout-field-entities-42773
changelog/add-checkout-field-entities-42773
add-checkout-field-entities-42773
plugins/woocommerce/changelog/fix-php-undefined-prop-warning
woocommerce/changelog/fix-php-undefined-prop-warning
changelog/fix-php-undefined-prop-warning
fix-php-undefined-prop-warning
plugins/woocommerce/changelog/52310-add-cart-image-filtering
woocommerce/changelog/52310-add-cart-image-filtering
changelog/52310-add-cart-image-filtering
@ -23563,6 +23685,12 @@ assets/images/icons/loader.svg
images/icons/loader.svg
icons/loader.svg
loader.svg
plugins/woocommerce/assets/images/icons/recurring-payments.svg
woocommerce/assets/images/icons/recurring-payments.svg
assets/images/icons/recurring-payments.svg
images/icons/recurring-payments.svg
icons/recurring-payments.svg
recurring-payments.svg
plugins/woocommerce/assets/images/icons/store.svg
woocommerce/assets/images/icons/store.svg
assets/images/icons/store.svg
@ -24508,6 +24636,13 @@ wccom-site/rest-api/endpoints/class-wc-rest-wccom-site-installer-controller.php
rest-api/endpoints/class-wc-rest-wccom-site-installer-controller.php
endpoints/class-wc-rest-wccom-site-installer-controller.php
class-wc-rest-wccom-site-installer-controller.php
plugins/woocommerce/includes/wccom-site/rest-api/endpoints/class-wc-rest-wccom-site-connection-controller.php
woocommerce/includes/wccom-site/rest-api/endpoints/class-wc-rest-wccom-site-connection-controller.php
includes/wccom-site/rest-api/endpoints/class-wc-rest-wccom-site-connection-controller.php
wccom-site/rest-api/endpoints/class-wc-rest-wccom-site-connection-controller.php
rest-api/endpoints/class-wc-rest-wccom-site-connection-controller.php
endpoints/class-wc-rest-wccom-site-connection-controller.php
class-wc-rest-wccom-site-connection-controller.php
plugins/woocommerce/includes/wccom-site/rest-api/endpoints/class-wc-rest-wccom-site-ssr-controller.php
woocommerce/includes/wccom-site/rest-api/endpoints/class-wc-rest-wccom-site-ssr-controller.php
includes/wccom-site/rest-api/endpoints/class-wc-rest-wccom-site-ssr-controller.php
@ -30568,6 +30703,13 @@ admin/client/mobile-banner/constants.js
client/mobile-banner/constants.js
mobile-banner/constants.js
constants.js
plugins/woocommerce/client/admin/client/mobile-banner/app-icon-new.js
woocommerce/client/admin/client/mobile-banner/app-icon-new.js
client/admin/client/mobile-banner/app-icon-new.js
admin/client/mobile-banner/app-icon-new.js
client/mobile-banner/app-icon-new.js
mobile-banner/app-icon-new.js
app-icon-new.js
plugins/woocommerce/client/admin/client/mobile-banner/test/index.js
woocommerce/client/admin/client/mobile-banner/test/index.js
client/admin/client/mobile-banner/test/index.js
@ -34075,6 +34217,22 @@ client/dashboard/dashboard-charts/style.scss
dashboard/dashboard-charts/style.scss
dashboard-charts/style.scss
style.scss
plugins/woocommerce/client/admin/client/homescreen/mobile-app-modal/declaration.d.ts
woocommerce/client/admin/client/homescreen/mobile-app-modal/declaration.d.ts
client/admin/client/homescreen/mobile-app-modal/declaration.d.ts
admin/client/homescreen/mobile-app-modal/declaration.d.ts
client/homescreen/mobile-app-modal/declaration.d.ts
homescreen/mobile-app-modal/declaration.d.ts
mobile-app-modal/declaration.d.ts
declaration.d.ts
plugins/woocommerce/client/admin/client/homescreen/mobile-app-modal/style-new.scss
woocommerce/client/admin/client/homescreen/mobile-app-modal/style-new.scss
client/admin/client/homescreen/mobile-app-modal/style-new.scss
admin/client/homescreen/mobile-app-modal/style-new.scss
client/homescreen/mobile-app-modal/style-new.scss
homescreen/mobile-app-modal/style-new.scss
mobile-app-modal/style-new.scss
style-new.scss
plugins/woocommerce/client/admin/client/homescreen/mobile-app-modal/index.tsx
woocommerce/client/admin/client/homescreen/mobile-app-modal/index.tsx
client/admin/client/homescreen/mobile-app-modal/index.tsx
@ -34083,6 +34241,14 @@ client/homescreen/mobile-app-modal/index.tsx
homescreen/mobile-app-modal/index.tsx
mobile-app-modal/index.tsx
index.tsx
plugins/woocommerce/client/admin/client/homescreen/mobile-app-modal/style-old.scss
woocommerce/client/admin/client/homescreen/mobile-app-modal/style-old.scss
client/admin/client/homescreen/mobile-app-modal/style-old.scss
admin/client/homescreen/mobile-app-modal/style-old.scss
client/homescreen/mobile-app-modal/style-old.scss
homescreen/mobile-app-modal/style-old.scss
mobile-app-modal/style-old.scss
style-old.scss
plugins/woocommerce/client/admin/client/homescreen/mobile-app-modal/pages/EmailSentPage.tsx
woocommerce/client/admin/client/homescreen/mobile-app-modal/pages/EmailSentPage.tsx
client/admin/client/homescreen/mobile-app-modal/pages/EmailSentPage.tsx
@ -37047,6 +37213,69 @@ admin/client/settings-payments/utils.ts
client/settings-payments/utils.ts
settings-payments/utils.ts
utils.ts
plugins/woocommerce/client/admin/client/settings-payments/components/buttons/enable-gateway-button.tsx
woocommerce/client/admin/client/settings-payments/components/buttons/enable-gateway-button.tsx
client/admin/client/settings-payments/components/buttons/enable-gateway-button.tsx
admin/client/settings-payments/components/buttons/enable-gateway-button.tsx
client/settings-payments/components/buttons/enable-gateway-button.tsx
settings-payments/components/buttons/enable-gateway-button.tsx
components/buttons/enable-gateway-button.tsx
buttons/enable-gateway-button.tsx
enable-gateway-button.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/buttons/activate-payments-button.tsx
woocommerce/client/admin/client/settings-payments/components/buttons/activate-payments-button.tsx
client/admin/client/settings-payments/components/buttons/activate-payments-button.tsx
admin/client/settings-payments/components/buttons/activate-payments-button.tsx
client/settings-payments/components/buttons/activate-payments-button.tsx
settings-payments/components/buttons/activate-payments-button.tsx
components/buttons/activate-payments-button.tsx
buttons/activate-payments-button.tsx
activate-payments-button.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/buttons/index.ts
woocommerce/client/admin/client/settings-payments/components/buttons/index.ts
client/admin/client/settings-payments/components/buttons/index.ts
admin/client/settings-payments/components/buttons/index.ts
client/settings-payments/components/buttons/index.ts
settings-payments/components/buttons/index.ts
components/buttons/index.ts
buttons/index.ts
index.ts
plugins/woocommerce/client/admin/client/settings-payments/components/buttons/back-button.scss
woocommerce/client/admin/client/settings-payments/components/buttons/back-button.scss
client/admin/client/settings-payments/components/buttons/back-button.scss
admin/client/settings-payments/components/buttons/back-button.scss
client/settings-payments/components/buttons/back-button.scss
settings-payments/components/buttons/back-button.scss
components/buttons/back-button.scss
buttons/back-button.scss
back-button.scss
plugins/woocommerce/client/admin/client/settings-payments/components/buttons/back-button.tsx
woocommerce/client/admin/client/settings-payments/components/buttons/back-button.tsx
client/admin/client/settings-payments/components/buttons/back-button.tsx
admin/client/settings-payments/components/buttons/back-button.tsx
client/settings-payments/components/buttons/back-button.tsx
settings-payments/components/buttons/back-button.tsx
components/buttons/back-button.tsx
buttons/back-button.tsx
back-button.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/buttons/settings-button.tsx
woocommerce/client/admin/client/settings-payments/components/buttons/settings-button.tsx
client/admin/client/settings-payments/components/buttons/settings-button.tsx
admin/client/settings-payments/components/buttons/settings-button.tsx
client/settings-payments/components/buttons/settings-button.tsx
settings-payments/components/buttons/settings-button.tsx
components/buttons/settings-button.tsx
buttons/settings-button.tsx
settings-button.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/buttons/complete-setup-button.tsx
woocommerce/client/admin/client/settings-payments/components/buttons/complete-setup-button.tsx
client/admin/client/settings-payments/components/buttons/complete-setup-button.tsx
admin/client/settings-payments/components/buttons/complete-setup-button.tsx
client/settings-payments/components/buttons/complete-setup-button.tsx
settings-payments/components/buttons/complete-setup-button.tsx
components/buttons/complete-setup-button.tsx
buttons/complete-setup-button.tsx
complete-setup-button.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/offline-gateway-list-item/index.ts
woocommerce/client/admin/client/settings-payments/components/offline-gateway-list-item/index.ts
client/admin/client/settings-payments/components/offline-gateway-list-item/index.ts
@ -37083,24 +37312,6 @@ settings-payments/components/payment-gateways/index.ts
components/payment-gateways/index.ts
payment-gateways/index.ts
index.ts
plugins/woocommerce/client/admin/client/settings-payments/components/back-button/back-button.scss
woocommerce/client/admin/client/settings-payments/components/back-button/back-button.scss
client/admin/client/settings-payments/components/back-button/back-button.scss
admin/client/settings-payments/components/back-button/back-button.scss
client/settings-payments/components/back-button/back-button.scss
settings-payments/components/back-button/back-button.scss
components/back-button/back-button.scss
back-button/back-button.scss
back-button.scss
plugins/woocommerce/client/admin/client/settings-payments/components/back-button/back-button.tsx
woocommerce/client/admin/client/settings-payments/components/back-button/back-button.tsx
client/admin/client/settings-payments/components/back-button/back-button.tsx
admin/client/settings-payments/components/back-button/back-button.tsx
client/settings-payments/components/back-button/back-button.tsx
settings-payments/components/back-button/back-button.tsx
components/back-button/back-button.tsx
back-button/back-button.tsx
back-button.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/other-payment-gateways/index.ts
woocommerce/client/admin/client/settings-payments/components/other-payment-gateways/index.ts
client/admin/client/settings-payments/components/other-payment-gateways/index.ts
@ -37266,24 +37477,6 @@ settings-payments/components/list-placeholder/list-placeholder.tsx
components/list-placeholder/list-placeholder.tsx
list-placeholder/list-placeholder.tsx
list-placeholder.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/payment-gateway-buttons/index.ts
woocommerce/client/admin/client/settings-payments/components/payment-gateway-buttons/index.ts
client/admin/client/settings-payments/components/payment-gateway-buttons/index.ts
admin/client/settings-payments/components/payment-gateway-buttons/index.ts
client/settings-payments/components/payment-gateway-buttons/index.ts
settings-payments/components/payment-gateway-buttons/index.ts
components/payment-gateway-buttons/index.ts
payment-gateway-buttons/index.ts
index.ts
plugins/woocommerce/client/admin/client/settings-payments/components/payment-gateway-buttons/payment-gateway-buttons.tsx
woocommerce/client/admin/client/settings-payments/components/payment-gateway-buttons/payment-gateway-buttons.tsx
client/admin/client/settings-payments/components/payment-gateway-buttons/payment-gateway-buttons.tsx
admin/client/settings-payments/components/payment-gateway-buttons/payment-gateway-buttons.tsx
client/settings-payments/components/payment-gateway-buttons/payment-gateway-buttons.tsx
settings-payments/components/payment-gateway-buttons/payment-gateway-buttons.tsx
components/payment-gateway-buttons/payment-gateway-buttons.tsx
payment-gateway-buttons/payment-gateway-buttons.tsx
payment-gateway-buttons.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/payment-method-list-item/index.ts
woocommerce/client/admin/client/settings-payments/components/payment-method-list-item/index.ts
client/admin/client/settings-payments/components/payment-method-list-item/index.ts
@ -38002,6 +38195,13 @@ admin/client/settings-email/settings-email-image-url-existing-image.tsx
client/settings-email/settings-email-image-url-existing-image.tsx
settings-email/settings-email-image-url-existing-image.tsx
settings-email-image-url-existing-image.tsx
plugins/woocommerce/client/admin/client/settings-email/settings-email-preview-iframe.tsx
woocommerce/client/admin/client/settings-email/settings-email-preview-iframe.tsx
client/admin/client/settings-email/settings-email-preview-iframe.tsx
admin/client/settings-email/settings-email-preview-iframe.tsx
client/settings-email/settings-email-preview-iframe.tsx
settings-email/settings-email-preview-iframe.tsx
settings-email-preview-iframe.tsx
plugins/woocommerce/client/admin/client/settings-email/settings-email-image-url-new-image.tsx
woocommerce/client/admin/client/settings-email/settings-email-image-url-new-image.tsx
client/admin/client/settings-email/settings-email-image-url-new-image.tsx
@ -44951,6 +45151,12 @@ tests/e2e-pw/utils/tours.js
e2e-pw/utils/tours.js
utils/tours.js
tours.js
plugins/woocommerce/tests/e2e-pw/utils/coming-soon.js
woocommerce/tests/e2e-pw/utils/coming-soon.js
tests/e2e-pw/utils/coming-soon.js
e2e-pw/utils/coming-soon.js
utils/coming-soon.js
coming-soon.js
plugins/woocommerce/tests/e2e-pw/utils/checkout.js
woocommerce/tests/e2e-pw/utils/checkout.js
tests/e2e-pw/utils/checkout.js
@ -50859,6 +51065,26 @@ Internal/Admin/Settings/PaymentsTest.php
Admin/Settings/PaymentsTest.php
Settings/PaymentsTest.php
PaymentsTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/Settings/PaymentProviders/WCCoreTest.php
woocommerce/tests/php/src/Internal/Admin/Settings/PaymentProviders/WCCoreTest.php
tests/php/src/Internal/Admin/Settings/PaymentProviders/WCCoreTest.php
php/src/Internal/Admin/Settings/PaymentProviders/WCCoreTest.php
src/Internal/Admin/Settings/PaymentProviders/WCCoreTest.php
Internal/Admin/Settings/PaymentProviders/WCCoreTest.php
Admin/Settings/PaymentProviders/WCCoreTest.php
Settings/PaymentProviders/WCCoreTest.php
PaymentProviders/WCCoreTest.php
WCCoreTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/Settings/PaymentProviders/PaymentGatewayTest.php
woocommerce/tests/php/src/Internal/Admin/Settings/PaymentProviders/PaymentGatewayTest.php
tests/php/src/Internal/Admin/Settings/PaymentProviders/PaymentGatewayTest.php
php/src/Internal/Admin/Settings/PaymentProviders/PaymentGatewayTest.php
src/Internal/Admin/Settings/PaymentProviders/PaymentGatewayTest.php
Internal/Admin/Settings/PaymentProviders/PaymentGatewayTest.php
Admin/Settings/PaymentProviders/PaymentGatewayTest.php
Settings/PaymentProviders/PaymentGatewayTest.php
PaymentProviders/PaymentGatewayTest.php
PaymentGatewayTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/Settings/UtilsTest.php
woocommerce/tests/php/src/Internal/Admin/Settings/UtilsTest.php
tests/php/src/Internal/Admin/Settings/UtilsTest.php
@ -56824,14 +57050,38 @@ Admin/Settings/PaymentProviders/WooPayments.php
Settings/PaymentProviders/WooPayments.php
PaymentProviders/WooPayments.php
WooPayments.php
plugins/woocommerce/src/Internal/Admin/Settings/PaymentProviders/PaymentProvider.php
woocommerce/src/Internal/Admin/Settings/PaymentProviders/PaymentProvider.php
src/Internal/Admin/Settings/PaymentProviders/PaymentProvider.php
Internal/Admin/Settings/PaymentProviders/PaymentProvider.php
Admin/Settings/PaymentProviders/PaymentProvider.php
Settings/PaymentProviders/PaymentProvider.php
PaymentProviders/PaymentProvider.php
PaymentProvider.php
plugins/woocommerce/src/Internal/Admin/Settings/PaymentProviders/Stripe.php
woocommerce/src/Internal/Admin/Settings/PaymentProviders/Stripe.php
src/Internal/Admin/Settings/PaymentProviders/Stripe.php
Internal/Admin/Settings/PaymentProviders/Stripe.php
Admin/Settings/PaymentProviders/Stripe.php
Settings/PaymentProviders/Stripe.php
PaymentProviders/Stripe.php
Stripe.php
plugins/woocommerce/src/Internal/Admin/Settings/PaymentProviders/WCCore.php
woocommerce/src/Internal/Admin/Settings/PaymentProviders/WCCore.php
src/Internal/Admin/Settings/PaymentProviders/WCCore.php
Internal/Admin/Settings/PaymentProviders/WCCore.php
Admin/Settings/PaymentProviders/WCCore.php
Settings/PaymentProviders/WCCore.php
PaymentProviders/WCCore.php
WCCore.php
plugins/woocommerce/src/Internal/Admin/Settings/PaymentProviders/PayPal.php
woocommerce/src/Internal/Admin/Settings/PaymentProviders/PayPal.php
src/Internal/Admin/Settings/PaymentProviders/PayPal.php
Internal/Admin/Settings/PaymentProviders/PayPal.php
Admin/Settings/PaymentProviders/PayPal.php
Settings/PaymentProviders/PayPal.php
PaymentProviders/PayPal.php
PayPal.php
plugins/woocommerce/src/Internal/Admin/Settings/PaymentProviders/PaymentGateway.php
woocommerce/src/Internal/Admin/Settings/PaymentProviders/PaymentGateway.php
src/Internal/Admin/Settings/PaymentProviders/PaymentGateway.php
Internal/Admin/Settings/PaymentProviders/PaymentGateway.php
Admin/Settings/PaymentProviders/PaymentGateway.php
Settings/PaymentProviders/PaymentGateway.php
PaymentProviders/PaymentGateway.php
PaymentGateway.php
plugins/woocommerce/src/Internal/Admin/Settings/PaymentsRestController.php
woocommerce/src/Internal/Admin/Settings/PaymentsRestController.php
src/Internal/Admin/Settings/PaymentsRestController.php
@ -73778,6 +74028,16 @@ blocks/product-elements/stock-indicator/edit.tsx
product-elements/stock-indicator/edit.tsx
stock-indicator/edit.tsx
edit.tsx
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/test/block.test.tsx
woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/test/block.test.tsx
assets/js/atomic/blocks/product-elements/stock-indicator/test/block.test.tsx
js/atomic/blocks/product-elements/stock-indicator/test/block.test.tsx
atomic/blocks/product-elements/stock-indicator/test/block.test.tsx
blocks/product-elements/stock-indicator/test/block.test.tsx
product-elements/stock-indicator/test/block.test.tsx
stock-indicator/test/block.test.tsx
test/block.test.tsx
block.test.tsx
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/index.ts
woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/index.ts
assets/js/atomic/blocks/product-elements/stock-indicator/index.ts

View file

@ -3135,6 +3135,7 @@ packages/js/data/changelog/53612-dev-update-cod-copy
packages/js/data/changelog/add-stripe-tax-to task
packages/js/data/changelog/47614-tweak-google-extension-rename
packages/js/data/changelog/.gitkeep
packages/js/data/changelog/dev-incentives-updates
packages/js/data/changelog/53165-dev-ts-5-7-2
packages/js/data/changelog/dev-consolidate-syncpack-config
packages/js/data/changelog/fix-remove-help-panel-user-meta
@ -3145,6 +3146,7 @@ packages/js/data/changelog/53033-add-51448-handle-ellipsis-menu-items
packages/js/data/changelog/53270-add-categories-to-setting-page
packages/js/data/changelog/fix-unable-to-complete-tax-task
packages/js/data/changelog/52815-dev-lock-dependencies
packages/js/data/changelog/update-51470-route-onboarding-modes-based-on-context
packages/js/data/changelog/34241-react-payment-settings
packages/js/data/changelog/dev-nox-integrate-incentives
packages/js/data/changelog/fix-50907
@ -3813,6 +3815,7 @@ plugins/woocommerce/.phpunit-watcher.yml
plugins/woocommerce/.distignore
plugins/woocommerce/changelog/e2e-api-core-tests-fix-orders-test-for-multiple-runs
plugins/woocommerce/changelog/update-product-editor-css
plugins/woocommerce/changelog/53669-add-add-recurring-payments-icon
plugins/woocommerce/changelog/add-croatian-countries
plugins/woocommerce/changelog/dev-e2e-fix-gutenberg-nightly-page-title
plugins/woocommerce/changelog/pr-52764
@ -3821,6 +3824,7 @@ plugins/woocommerce/changelog/feat-add-product-review-autocomplete-fields
plugins/woocommerce/changelog/add-data-flow-overview
plugins/woocommerce/changelog/52761-fix-ci-jobs
plugins/woocommerce/changelog/dev-fix-wireit-cache-bloating
plugins/woocommerce/changelog/update-default-coming-soon-value
plugins/woocommerce/changelog/53002-52945-add-virtual-param
plugins/woocommerce/changelog/52928-patch-1
plugins/woocommerce/changelog/52757-update-settings-sidebar-components
@ -3838,6 +3842,7 @@ plugins/woocommerce/changelog/pr-53167
plugins/woocommerce/changelog/fix-51242
plugins/woocommerce/changelog/e2e-fix-shop-search-browse-sort-home-category
plugins/woocommerce/changelog/dev-update-wp-env-10.14-and-remove-patch
plugins/woocommerce/changelog/52779-fix-flaky-api-orders-search-test
plugins/woocommerce/changelog/dev-bump-action-scheduler-to-3.9.0
plugins/woocommerce/changelog/feat-filter-apply-button-server-context
plugins/woocommerce/changelog/dev-52416_implement_product_renderer_class
@ -3848,6 +3853,7 @@ plugins/woocommerce/changelog/52729-enhance-embedded-layout-render
plugins/woocommerce/changelog/update-rating-star-component
plugins/woocommerce/changelog/fix-53149-2
plugins/woocommerce/changelog/e2e-improve-shopper-product-variation-test
plugins/woocommerce/changelog/53717-fix-show-additional-fields-when-0
plugins/woocommerce/changelog/pr-52937
plugins/woocommerce/changelog/.gitkeep
plugins/woocommerce/changelog/52691-add-settings-sidebar-items
@ -3860,7 +3866,9 @@ plugins/woocommerce/changelog/51921-dev-using-order-status-constants-in-legacy-t
plugins/woocommerce/changelog/fix-53131-hover-extension-cursor-pointer
plugins/woocommerce/changelog/fix-51799
plugins/woocommerce/changelog/e2e-tests-audit-tag-shopper-folder
plugins/woocommerce/changelog/dev-incentives-updates
plugins/woocommerce/changelog/52715-fix-52511
plugins/woocommerce/changelog/53473-add-disconenct-from-wccom-endpoint
plugins/woocommerce/changelog/update-migrate-php-blocks-to-api-version-3
plugins/woocommerce/changelog/53468-update-settings-data-custom-type
plugins/woocommerce/changelog/52806-fix-settings-typings
@ -3880,12 +3888,16 @@ plugins/woocommerce/changelog/dev-52920_move_product_collection_utils
plugins/woocommerce/changelog/fix-import-product-card
plugins/woocommerce/changelog/pr-53308
plugins/woocommerce/changelog/53476-update-22261-in-app-search-badge-update
plugins/woocommerce/changelog/52424-email-preview-live-changes
plugins/woocommerce/changelog/53690-support-future-in-status-params
plugins/woocommerce/changelog/e2e-update-urls-for-multisite-setup-comptibility
plugins/woocommerce/changelog/add-53011_stock_notice_in_single_product_block
plugins/woocommerce/changelog/53217-53195-registerblocksingleproducttemplate-register-blocks-twice-in-posts
plugins/woocommerce/changelog/fix-51837
plugins/woocommerce/changelog/53313-improve-hardening-measure-review-comment
plugins/woocommerce/changelog/e2e-api-checks-add-extra-check-user-response
plugins/woocommerce/changelog/53548-dev-editable-summary-total-heading
plugins/woocommerce/changelog/update-product-variation-transient-management-further
plugins/woocommerce/changelog/dev-nox-drag-and-drop-updates
plugins/woocommerce/changelog/52433-dev-using-new-legacy-status-constants-in-tests
plugins/woocommerce/changelog/52223-email-color-settings
@ -3907,17 +3919,24 @@ plugins/woocommerce/changelog/e2e-improve-shop-search-browse-sort-test
plugins/woocommerce/changelog/53270-add-categories-to-setting-page
plugins/woocommerce/changelog/fix-51832
plugins/woocommerce/changelog/update-ptk-warning-log-once-a-day
plugins/woocommerce/changelog/e2e-skip-third-test-scenario-in-loading-screen
plugins/woocommerce/changelog/53667-e2e-audit-admin-tasks
plugins/woocommerce/changelog/e2e-fix-flaky-grouped-products-tests
plugins/woocommerce/changelog/fix-core-profiler-industry
plugins/woocommerce/changelog/51549-fix-wrong-default-param-type-51548
plugins/woocommerce/changelog/fix-add-to-cart-form-untranslatable-string
plugins/woocommerce/changelog/enhance-page-coming-soon-minimal-left-image
plugins/woocommerce/changelog/52423-email-preview-subject
plugins/woocommerce/changelog/53697-email-preview-code-cleanup
plugins/woocommerce/changelog/52815-dev-lock-dependencies
plugins/woocommerce/changelog/52227-preview-email-types
plugins/woocommerce/changelog/52678-fix-51636-refactor-product-filters
plugins/woocommerce/changelog/update-51470-route-onboarding-modes-based-on-context
plugins/woocommerce/changelog/fix-51924
plugins/woocommerce/changelog/53702-fix-improve-compatibility-layer-documentation
plugins/woocommerce/changelog/update-53379-link-payments-menu-and-task-to-nox
plugins/woocommerce/changelog/add-payments-settings-soft-routing
plugins/woocommerce/changelog/dev-53668-post-test-drive-setup-modal
plugins/woocommerce/changelog/52604-dev-alignment-on-mobile-order-summary-48899
plugins/woocommerce/changelog/53052-52626-add-to-cart-button-block-has-different-style-on-the-frontend-side-and-editor-side
plugins/woocommerce/changelog/fix-51690-harden-wc-get-order-status-name
@ -3990,6 +4009,7 @@ plugins/woocommerce/changelog/fix-51892
plugins/woocommerce/changelog/e2e-fixes-for-api-core-tests-customer-crud
plugins/woocommerce/changelog/e2e-update-base-url-to-always-end-in-fw-slash
plugins/woocommerce/changelog/52983-fix-issue-52722
plugins/woocommerce/changelog/53707-fix-53524-minor-issues-in-woocommerce
plugins/woocommerce/changelog/51922-dev-using-order-status-constants-in-the-main-files
plugins/woocommerce/changelog/e2e-remove-all-networkidle
plugins/woocommerce/changelog/53619-dev-update-wp-scripts-in-blocks
@ -3998,7 +4018,9 @@ plugins/woocommerce/changelog/e2e-improve-create-account-test-data
plugins/woocommerce/changelog/update-52738-woopayments-incentives-refac-and-api
plugins/woocommerce/changelog/fix-prevent-guest-checkout-on-store-api-endpoint-when-guest-checkout-is-disabled
plugins/woocommerce/changelog/add-experimental-prefix-docs
plugins/woocommerce/changelog/pr-53716
plugins/woocommerce/changelog/53362-dev-improve-error-notice-dismissal
plugins/woocommerce/changelog/add-22378-streamline-wccom-connection
plugins/woocommerce/changelog/add-should-show-notice-filters
plugins/woocommerce/changelog/add-52933-payment-provider-ordering-api
plugins/woocommerce/changelog/52898-52773-add-exclude-status-param
@ -4008,6 +4030,7 @@ plugins/woocommerce/changelog/52925-update-52876-persist-user-admin-color-scheme
plugins/woocommerce/changelog/53083-update-enable-brands
plugins/woocommerce/changelog/52909-fix-improve-wp-6-6-e2e-tests
plugins/woocommerce/changelog/e2e-fix-notice-check-when-creating-order
plugins/woocommerce/changelog/53711-add-rate-limit-opt-out-checkout
plugins/woocommerce/changelog/e2e-improve-test-data-customer-list-spec
plugins/woocommerce/changelog/fix-52883-order-details-failed
plugins/woocommerce/changelog/fix-core-profiler-jetpack-pre-installed
@ -4022,8 +4045,10 @@ plugins/woocommerce/changelog/53227-enhancement-optimize_merge_of_locale_fields
plugins/woocommerce/changelog/fix-apply-fix-from-52726
plugins/woocommerce/changelog/53193-dev-53179-adjust-client-to-providers-api
plugins/woocommerce/changelog/update-link-payments-task-to-task-page-when-new-payments-settings-feature-flag
plugins/woocommerce/changelog/e2e-tests-audit-tag-merchant-folder
plugins/woocommerce/changelog/sql-syntax-error-53023
plugins/woocommerce/changelog/53122-dev-loadable-states
plugins/woocommerce/changelog/tweak-forminp-relative
plugins/woocommerce/changelog/add-coming-soon-modern-black
plugins/woocommerce/changelog/update-remote-logging-feature
plugins/woocommerce/changelog/52293-preview-specific-email
@ -4037,8 +4062,10 @@ plugins/woocommerce/changelog/53022-fix-53020-php-csv-export-allow-negative-numb
plugins/woocommerce/changelog/dev-52414_implement_productQueryBuilder_class
plugins/woocommerce/changelog/52994-52944-add-include-types-param
plugins/woocommerce/changelog/53145-product-gallery-fix-console-error
plugins/woocommerce/changelog/53696-live-preview-manage-email
plugins/woocommerce/changelog/e2e-fix-add-new-coupon-btn-text
plugins/woocommerce/changelog/e2e-update-tags-in-page-loads-spec
plugins/woocommerce/changelog/fix-core-profiler-jetpack-auth-not-showing
plugins/woocommerce/changelog/53016-fix-settings-modern-route-update
plugins/woocommerce/changelog/52625-fix-broken-docs-links-52587
plugins/woocommerce/changelog/52780-52773-add-include-status-param
@ -4061,8 +4088,10 @@ plugins/woocommerce/changelog/53028-52946-add-downloadable-param
plugins/woocommerce/changelog/53160-product-gallery-gallery-images-disappears-mobile
plugins/woocommerce/changelog/update-product-editor-css-remove-add-new
plugins/woocommerce/changelog/remove-dead-lys-state-action
plugins/woocommerce/changelog/update-53364-limit-core-profiler-extensions-8-maximum
plugins/woocommerce/changelog/woo-core-test-patch
plugins/woocommerce/changelog/53513-update-wccom-22106-22107-in-app-images
plugins/woocommerce/changelog/52422-floating-email-preview
plugins/woocommerce/changelog/e2e-update-external-envs-pw-configs
plugins/woocommerce/changelog/53590-dev-53376-add-reset-account-popup-to-settings-page
plugins/woocommerce/changelog/add-fix-tests-with-croatia
@ -4073,6 +4102,7 @@ plugins/woocommerce/changelog/52649-fix-22178-fix-market-place-connect-for-multi
plugins/woocommerce/changelog/53475-dev-52482-ellipsis-menu-styling
plugins/woocommerce/changelog/add-52816_global_unique_id_to_variations_endpoint
plugins/woocommerce/changelog/add-checkout-field-entities-42773
plugins/woocommerce/changelog/fix-php-undefined-prop-warning
plugins/woocommerce/changelog/52310-add-cart-image-filtering
plugins/woocommerce/changelog/dev-51470-refactor-payment-providers
plugins/woocommerce/changelog/update-add-to-cart-not-register-behind-flag
@ -4126,6 +4156,7 @@ plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg
plugins/woocommerce/assets/images/icons/credit-cards/amex.svg
plugins/woocommerce/assets/images/icons/star-gray.svg
plugins/woocommerce/assets/images/icons/loader.svg
plugins/woocommerce/assets/images/icons/recurring-payments.svg
plugins/woocommerce/assets/images/icons/store.svg
plugins/woocommerce/assets/images/icons/info.svg
plugins/woocommerce/assets/images/icons/clear.svg
@ -4281,6 +4312,7 @@ plugins/woocommerce/includes/wccom-site/installation/class-wc-wccom-site-install
plugins/woocommerce/includes/wccom-site/class-wc-wccom-site.php
plugins/woocommerce/includes/wccom-site/class-wc-wccom-site-installer.php
plugins/woocommerce/includes/wccom-site/rest-api/endpoints/class-wc-rest-wccom-site-installer-controller.php
plugins/woocommerce/includes/wccom-site/rest-api/endpoints/class-wc-rest-wccom-site-connection-controller.php
plugins/woocommerce/includes/wccom-site/rest-api/endpoints/class-wc-rest-wccom-site-ssr-controller.php
plugins/woocommerce/includes/wccom-site/rest-api/endpoints/class-wc-rest-wccom-site-status-controller.php
plugins/woocommerce/includes/wccom-site/rest-api/endpoints/abstract-wc-rest-wccom-site-controller.php
@ -5338,6 +5370,7 @@ plugins/woocommerce/client/admin/client/stylesheets/shared/_embed.scss
plugins/woocommerce/client/admin/client/stylesheets/shared/_reset.scss
plugins/woocommerce/client/admin/client/mobile-banner/banner.scss
plugins/woocommerce/client/admin/client/mobile-banner/constants.js
plugins/woocommerce/client/admin/client/mobile-banner/app-icon-new.js
plugins/woocommerce/client/admin/client/mobile-banner/test/index.js
plugins/woocommerce/client/admin/client/mobile-banner/index.js
plugins/woocommerce/client/admin/client/mobile-banner/app-icon.js
@ -5742,7 +5775,10 @@ plugins/woocommerce/client/admin/client/dashboard/dashboard-charts/config.js
plugins/woocommerce/client/admin/client/dashboard/dashboard-charts/index.js
plugins/woocommerce/client/admin/client/dashboard/dashboard-charts/block.scss
plugins/woocommerce/client/admin/client/dashboard/dashboard-charts/style.scss
plugins/woocommerce/client/admin/client/homescreen/mobile-app-modal/declaration.d.ts
plugins/woocommerce/client/admin/client/homescreen/mobile-app-modal/style-new.scss
plugins/woocommerce/client/admin/client/homescreen/mobile-app-modal/index.tsx
plugins/woocommerce/client/admin/client/homescreen/mobile-app-modal/style-old.scss
plugins/woocommerce/client/admin/client/homescreen/mobile-app-modal/pages/EmailSentPage.tsx
plugins/woocommerce/client/admin/client/homescreen/mobile-app-modal/pages/WrongUserConnectedPage.tsx
plugins/woocommerce/client/admin/client/homescreen/mobile-app-modal/pages/MobileAppLoginStepperPage.tsx
@ -6065,12 +6101,17 @@ plugins/woocommerce/client/admin/client/settings-payments/index.tsx
plugins/woocommerce/client/admin/client/settings-payments/settings-payments-main.scss
plugins/woocommerce/client/admin/client/settings-payments/settings-payments-methods.tsx
plugins/woocommerce/client/admin/client/settings-payments/utils.ts
plugins/woocommerce/client/admin/client/settings-payments/components/buttons/enable-gateway-button.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/buttons/activate-payments-button.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/buttons/index.ts
plugins/woocommerce/client/admin/client/settings-payments/components/buttons/back-button.scss
plugins/woocommerce/client/admin/client/settings-payments/components/buttons/back-button.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/buttons/settings-button.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/buttons/complete-setup-button.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/offline-gateway-list-item/index.ts
plugins/woocommerce/client/admin/client/settings-payments/components/offline-gateway-list-item/offline-payment-gateway-list-item.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/payment-gateways/payment-gateways.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/payment-gateways/index.ts
plugins/woocommerce/client/admin/client/settings-payments/components/back-button/back-button.scss
plugins/woocommerce/client/admin/client/settings-payments/components/back-button/back-button.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/other-payment-gateways/index.ts
plugins/woocommerce/client/admin/client/settings-payments/components/other-payment-gateways/other-payment-gateways.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/status-badge/test/status-badge.test.tsx
@ -6089,8 +6130,6 @@ plugins/woocommerce/client/admin/client/settings-payments/components/sortable/so
plugins/woocommerce/client/admin/client/settings-payments/components/list-placeholder/index.ts
plugins/woocommerce/client/admin/client/settings-payments/components/list-placeholder/list-placeholder.scss
plugins/woocommerce/client/admin/client/settings-payments/components/list-placeholder/list-placeholder.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/payment-gateway-buttons/index.ts
plugins/woocommerce/client/admin/client/settings-payments/components/payment-gateway-buttons/payment-gateway-buttons.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/payment-method-list-item/index.ts
plugins/woocommerce/client/admin/client/settings-payments/components/payment-method-list-item/payment-method-list-item.tsx
plugins/woocommerce/client/admin/client/settings-payments/components/country-selector/country-selector.scss
@ -6176,6 +6215,7 @@ plugins/woocommerce/client/admin/client/settings-email/settings-email-color-pale
plugins/woocommerce/client/admin/client/settings-email/settings-email-preview-slotfill.tsx
plugins/woocommerce/client/admin/client/settings-email/icon-image-upload.svg
plugins/woocommerce/client/admin/client/settings-email/settings-email-image-url-existing-image.tsx
plugins/woocommerce/client/admin/client/settings-email/settings-email-preview-iframe.tsx
plugins/woocommerce/client/admin/client/settings-email/settings-email-image-url-new-image.tsx
plugins/woocommerce/client/admin/client/settings-email/icon-desktop.svg
plugins/woocommerce/client/admin/client/settings-email/settings-email-image-url-slotfill.tsx
@ -7061,6 +7101,7 @@ plugins/woocommerce/tests/e2e-pw/utils/editor.js
plugins/woocommerce/tests/e2e-pw/utils/themes.js
plugins/woocommerce/tests/e2e-pw/utils/login.js
plugins/woocommerce/tests/e2e-pw/utils/tours.js
plugins/woocommerce/tests/e2e-pw/utils/coming-soon.js
plugins/woocommerce/tests/e2e-pw/utils/checkout.js
plugins/woocommerce/tests/e2e-pw/utils/api.js
plugins/woocommerce/tests/e2e-pw/utils/helpers.js
@ -7865,6 +7906,8 @@ plugins/woocommerce/tests/php/src/Internal/Admin/MarketingRecommendations/InitTe
plugins/woocommerce/tests/php/src/Internal/Admin/ShippingPartnerSuggestions/ShippingPartnerSuggestionsTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/Settings/PaymentsRestControllerIntegrationTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/Settings/PaymentsTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/Settings/PaymentProviders/WCCoreTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/Settings/PaymentProviders/PaymentGatewayTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/Settings/UtilsTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/Settings/Mocks/FakePaymentGateway.php
plugins/woocommerce/tests/php/src/Internal/Admin/Settings/PaymentProvidersTest.php
@ -8762,7 +8805,10 @@ plugins/woocommerce/src/Internal/Admin/Settings/PaymentsController.php
plugins/woocommerce/src/Internal/Admin/Settings/PaymentProviders.php
plugins/woocommerce/src/Internal/Admin/Settings/Payments.php
plugins/woocommerce/src/Internal/Admin/Settings/PaymentProviders/WooPayments.php
plugins/woocommerce/src/Internal/Admin/Settings/PaymentProviders/PaymentProvider.php
plugins/woocommerce/src/Internal/Admin/Settings/PaymentProviders/Stripe.php
plugins/woocommerce/src/Internal/Admin/Settings/PaymentProviders/WCCore.php
plugins/woocommerce/src/Internal/Admin/Settings/PaymentProviders/PayPal.php
plugins/woocommerce/src/Internal/Admin/Settings/PaymentProviders/PaymentGateway.php
plugins/woocommerce/src/Internal/Admin/Settings/PaymentsRestController.php
plugins/woocommerce/src/Internal/Admin/FeaturePlugin.php
plugins/woocommerce/src/Internal/Admin/Events.php
@ -10948,6 +10994,7 @@ plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/style.
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/constants.tsx
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/block.tsx
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/edit.tsx
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/test/block.test.tsx
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/index.ts
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/attributes.ts
plugins/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/types.ts

View file

@ -82,10 +82,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.well-known
.well-known/assetlinks.json
.xml
/*/*/_tools
/*/*/more_ideas
/*/_tools
/*/activity
/*/branches
/*/commits
/*/compare
@ -93,11 +89,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/edit$
/*/forks
/*/graphs
/*/group
/*/invite
/*/issues/new
/*/issues/search
/*/more_ideas
/*/network
/*/projects
/*/pulse
@ -107,23 +100,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*source=
/.git
//wiki/skins
/?*amp_client_id
/?z=1
/MANUALS/*.pdf$
/Search/
/_
/_/rsrc
/__wishlist__
/_activities
/_activity
/_community
/_created
/_followers
/_following
/_quick_saves
/_saved
/_shop
/_shopping_list
/album/*/*?i=
/api
/api$
@ -142,12 +122,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/comments
/commits/*?author
/commits/*?path
/communities
/contact/menu*
/contact/partner*
/contactus/mwaas*
/directory
/discovered
/docs/product
/download
/download/Browse.aspx?
@ -175,7 +153,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/layout/
/leads/*/jsplayer_show_lead_form.html
/leads/*/show_form.html
/likes
/login
/lookup?
/mediaapi/
@ -188,12 +165,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/newest/*rss
/newest/*xml
/newsearch/
/organize
/partials
/pins
/podcast/*/*?i=
/print$
/profile-about
/raw
/report_abuse
/revisions
@ -201,8 +175,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/rsvps/*atom
/rsvps/*rss
/rsvps/*xml
/scheduled-pin
/scheduled-pins
/search
/search/
/search/*?q=
@ -216,15 +188,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/store/d/groove-music-pass/cfq7ttc0k5dq/0001
/store/locations/store-locations-sitemap.xml
/store/music/groove-music-pass/*
/story_pins
/tagged
/tarball
/tree
/tried
/tv-season/*/*?i=
/unsubscribe/
/video-
/video_pins
/wal/
/wiki/Special:
/wiki/index.php/Help
@ -336,7 +304,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?search_forum=
?set_mobile=
?showAllGroups=
?show_error=true
?slogin
?sort=
?sortBy=
@ -457,8 +424,6 @@ WebObjects/MZStoreElements.woa
[_0-9a-zA-Z]+/status/[0-9]+/likes
[_0-9a-zA-Z]+/status/[0-9]+/retweets
_
_/_
_/_/pixel
_/aihub_pod
_/ain/_/js
_/alkali-learn
@ -522,8 +487,6 @@ _next/gtm
_next/jwt
_next/title
_next/viewer
_ngjs/resource
_ngjs/resource/*/get
_nimbusJson.json
_nimbusJsonp.js
_nimbusJsonpStatic.js
@ -635,12 +598,10 @@ actions/news/rss
ad_id=
addContacts
add_favorite
addboard
addressBookExport
admin
admin/
ads
ads.txt
ads/gpa/vidgen
ads/hotels/partners
ads/learn
@ -657,7 +618,6 @@ adwords/proposal
adx/bin
affil
affil/pal
age-appeal
agreements/approve
aihub/tfhub
ajax
@ -701,10 +661,8 @@ api?
api_access_key=
app*_
app*form_id=
app-ads.txt
app/
app/updates
appealed-pin
apple-app-site-association
apps
apps*&tags=
@ -777,7 +735,6 @@ author/following
author=
authoring/
authwall
autocomplete
away.php
b?*node=7454898011
b?*node=7454917011
@ -831,10 +788,6 @@ blogs/slow-ride
blogs/test
blogsearch
blogsearch_feeds
board
board_activity
board_activity_comment
bookmarklet
bookmarks
books
books/NBK
@ -857,37 +810,16 @@ books?*zoom=1
books?*zoom=5
booksrightsholders
boutique/sitemaps
branded-pins
business/ad_create
business/adshare
business/adshare/faqs
business/blahblah
business/business-access
business/business-hierarchy
business/business-manager
business/catalogs
business/commerce-integrations
business/community-information
business/convert
business/create
business/create-linked-account
business/feedback
business/hub
business/invite
business/leads/jsplayer_show_lead_form.html
business/leads/show_form.html
business/learning/blog
business/onboarding
business/pin_create
business/premium/is_payment_pending
business/promotion
business/referral
business/sales/blog
business/site
business/switch-account
business/top-ads
business/update
business/verified-merchant/status
buyside-e2e-monitor
buzz/post
cai
@ -920,7 +852,6 @@ checkout
checkout-external
checkoutnow
checkpoint
christmas-spotlight
chrome/browser/mobile/tour
chrome/crlset
chrome/webstore/images
@ -943,7 +874,6 @@ clickthru
clima/ets
clima/sites/registry
clone/library/genomic/organisms
close-account
cloud-launcher/sitemap
cloudsourcetools/images
cms_content
@ -963,7 +893,6 @@ commission_2010-2014/katainen
commits?author=
common/
common/survey.aspx
communities
communities/bin.aspx?
communities/blogs/PortalResults.mspx?
communities/eventdetails.mspx?
@ -980,31 +909,22 @@ community/category/*
community/comments
community/feed
community/trackback
community_comment
community_post
companyDir
compare
compare/*/apply
compressiontest
concussion/HeadsUp/training/
config.js
connect
connections
consumers/archive
contact/menu*
contact/partner*
contactus
contactus/mwaas*
content-claiming
control
conversation
conversations
convert-business
convert-personal
coop/directory
coop/manage
copy-conductor/crawled
copyright-reporting
core/
core/*.css$
core/*.css?
@ -1020,22 +940,14 @@ couchmode
coupons/visit
covid19
covid19/mobility
create_pin
creative-europe/404_en.htm
creative-studio
creative_editor
creator-spotlight
creator_hub/_earn
creator_hub/_partnerships
creatorhub
cse/home
cse/manage
cse/panel
cse?
csp
csrf_error
ct
ct.html
ct/log_list
culturalinstitute/images
culturalinstitute/sitemaps
@ -1046,11 +958,9 @@ de-de/corporate/rechtliche-hinweise/impressum_de.aspx
de-de/feedback
de-de/lp
de-de/searchresults
deactivate-account
default
default.aspx/kb/
default.aspx/ph/
delete_post
delight
dell/cities-transformed
dell/cloud-future-of-medicine
@ -1146,8 +1056,6 @@ ebooks?*zoom=1
ebooks?*zoom=5
ece
eclas
edit
editorial/*
edu/cs4hs
education/404_en.htm
education/blocks
@ -1160,7 +1068,6 @@ ekansa/Open-Context-Data
ekansa/opencontext-
email
email-unsubscribe
email_verification_error
embed
embed/@
embed/curated
@ -1222,7 +1129,6 @@ en/microsoft-viva/
en/security
en/security/
endorsements
engagement
enterprise-jobs
enterprise-partner-search/sitemaps
entrez
@ -1288,18 +1194,14 @@ exec/obidos/subst/marketplace/sell-your-collection.html
exec/obidos/subst/marketplace/sell-your-stuff.html
exec/obidos/subst/partners/friends/access.html
exec/obidos/tg/cm/member
explore
explore/*/?p=
explore/*/lightbox
external
external/overture
external_hosted
f/healthcheck
facebook
faves-i_love_u_get_away_from_me
favorite
fb
fb.html
fe=true
feature/sf-test
feed
@ -1332,8 +1234,6 @@ flu/espanol/
flutter-canvaskit
folder
follow
follow_board
follow_user
following
food/archive
food/favourites
@ -1395,8 +1295,6 @@ giveaway/host/setup
glass/images/commerce
global$
gog
google_gdn.html
google_search.html
googlebooks/images
gorf
gp
@ -1512,7 +1410,6 @@ guidebooks
gview
gwt
h5games_gamecenter/images
hanukkah-spotlight
hashtag/*?src=
hd
header/channels
@ -1535,10 +1432,7 @@ help/vodafone
help/zendesk_sso
hex
history/static
holiday-spotlight
holidays-celebrations
home
homefeed
homepage-video-test
hosted/images
hotelfinder/rpc
@ -1546,8 +1440,8 @@ hotels/rpc
hotfix/
hp/video
hpc/*/supported-applications.aspx?
http://cdc.gov/robots.txt
http://wordpress.org/robots.txt
http://ncbi.nlm.nih.gov/robots.txt
http://x.com/robots.txt
hub?category=
hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$
@ -1561,9 +1455,6 @@ id-id.www.cloudflare.com
id-id/feedback
id-id/lp
id-id/searchresults
idea-ads-tool
idea-pin-builder
idea-pin-invite
identity/accountsettingsactivityweb
identity/accountsettingssyaf
ie/ie40/
@ -1595,15 +1486,12 @@ info/customerror.htm*
info/smart404.asp*
info/tech-feedback
inproduct_help/chatsupport
install-shuffles
internalPref
intl
intl/*/about/views
intlkb/
invite
inviteFromProfile
inviteMany
invited
invoice/est
invoice/estimate/buyerView
invoice/estimate/buyerView/attachments
@ -1639,8 +1527,6 @@ johnhancock
johnhancock/in-a-lifetime-healthcare
johnhancock/in-a-lifetime-sustainability
johnhancock/in-a-lifetime-work
join/?next=
join/signup/?next=
js
jsapi
jsearch
@ -1655,7 +1541,6 @@ ko-kr.www.cloudflare.com
ko-kr/feedback
ko-kr/lp
ko-kr/searchresults
kwanzaa-spotlight
labs/pmc
labs/popgadget/search
lamda/images
@ -1690,15 +1575,12 @@ learning/settings
learning/settings$
learning/settings?
legal
lens-search
li/track
library/devices
licensing-syndication
limited-release
link
linked
lite
live-session
live_chat
lm/R1XIHQVKXSKBNJ
lm/R3HQ5WJSZK6QSO
@ -1725,7 +1607,6 @@ localservices
lochp?
login
login$
login/?next=
login?*=
logout
lp
@ -1845,7 +1726,6 @@ narrative-
native
nbubumblebee
network
new_invite
news$
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference/RSVP
@ -1860,7 +1740,6 @@ news/test
news/test-liveblog
news?viewArticle
newsArticle
news_hub
newsletter
newsroom/dae
newsround
@ -1874,20 +1753,15 @@ nl-nl/lp
nl-nl/searchresults
node/add/
nonprofits/account
notifications
ns/hydra/console/?
nus-trk
nwshp$
o/di
o/dt
oas/
oauth/line
oauth/login
oauth/v2
oauth2
oauth2/v2
oauth_error
offsite
og
okxbet.com
onebox/media/sports/logos
@ -1916,11 +1790,8 @@ pagespeed/insights/ui/logo
panel
pantheon
pantheon-platform
parental-consent/confirmation
parental-passcode
participate/conferences.xml
partners
password/reset
password_expired
patent-search/frontend
patents/download
@ -1950,46 +1821,12 @@ photos/gbachelie
photos/i_love_u_get_away_from_me
photos/tags/*/page
photos/youpy
pin
pin-builder
pin-communities
pin-creation-tool
pin-editor
pin/*/activities
pin/*/activity
pin/*/analytics
pin/*/brand-catalog
pin/*/comments
pin/*/email
pin/*/feedback
pin/*/idea-pin/related-products
pin/*/likes
pin/*/promote
pin/*/reaction
pin/*/related-products
pin/*/repin
pin/*/repins
pin/*/sent
pin/*/share
pin/*/shop-the-look
pin/*/tag
pin/*/takes
pin/*/visual-search
pin/*/visual-shop
pin/create
pin/find
pin/find?url=
pin_shop
ping?
pingback
pinterest-predicts
pinterest-wellbeing
pinterestwellbeing
pl-pl.www.cloudflare.com
pl-pl/feedback
pl-pl/lp
pl-pl/searchresults
place
plan=
platform-telemetry
play/store/web
@ -2038,7 +1875,6 @@ ppob/?
ppob?
pqa
preference
prefs
present
presentation
prettyearth/assets
@ -2046,8 +1882,6 @@ preview
previewtemplate
print
private
product-catalogs
product-feed
product-reviews/B0069IY63Y
productPurchaseDone
product_
@ -2088,14 +1922,12 @@ pt-br/searchresults
publications
purchases
puzzles/leaderboards/invite
pw
pwapi-proxy/pwproxy
pwapiv2
q=
qnasearch?
qr
quality_form?
quiz
r
rackspace/elevating-performance
radio/imda
@ -2104,7 +1936,6 @@ rating
rd/search
rd/search$
rd/search?
recently-viewed
recharge/dashboard/car
recharge/dashboard/static
recipes/search
@ -2120,9 +1951,6 @@ refer
refer/pal
referrals
referrer=
refresh_stored_accounts
refresh_token
register
registry/wishlist
remotelogout
rep=hc
@ -2130,13 +1958,9 @@ report
report-abuse?report=
report=
report_abuse.gne
reports-and-violations
request-data
requestList
requests
research/participants/cofund
resource
resource/*/get
results
retail
retail/old
@ -2172,7 +1996,6 @@ s2/search/social
s2/sitemaps
s2/static
s?
safe-redirect
safebrowsing/diagnostic
safebrowsing/report_badware
safebrowsing/report_error
@ -2219,7 +2042,6 @@ sections/health-shots/2013/03/11/173816690/new-voices-for-the-voiceless-syntheti
sections/ombudsman/2008/01/frequently_asked_questions_1.html
sections/parallels/2016/08/15/480128005/for-french-teens-smoking-still-has-more-allure-than-stigma
secure
sendHeaderEarly
sendarticle
services
services/oauth
@ -2242,7 +2064,6 @@ shihui?
shop/browse/overlay
shop/iphone/payments/overlay
shop/view/product
shop_pins
shopping-content-api/product_images
shopping/deals
shopping/product
@ -2541,11 +2362,9 @@ snp
social/photosui/images
social/photosui/sitemap
social/social-security-directory/cai
socialmanager
sounds/search
sounds/search$
sounds/search?
source
source=
source_repo=
spain/empresas/
@ -2565,7 +2384,6 @@ ss
ss/customer-reviews/lighthouse
ss/twister/ajax
sslsingle
sso
stadia/gamers
start
stat
@ -2620,10 +2438,6 @@ storefront
storepicker
stores/page/*visitId=
stories
story-pin-builder
story-pin-invite
story_feed
story_pins
storyworks/preview
styles/js-on.css$
subscribe/braintree
@ -2649,7 +2463,6 @@ support/content
support/forum/search?
sureroute
surprise
suspension-appeal
sutils
sv-se.www.cloudflare.com
sv-se/feedback
@ -2664,7 +2477,6 @@ svc/spelling-bee
svc/vertex
svc/wordle
svpRecommendations
sw-shell.html
swg
system1/images
t/privacy
@ -2672,7 +2484,6 @@ t/terms
tab=
tablet
tag
taggingtool
tagmanager/containers/xo
tagmanager/pptm.js
talk
@ -2717,9 +2528,7 @@ th-th.www.cloudflare.com
th-th/feedback
th-th/lp
th-th/searchresults
thanksgiving-spotlight
themacallan/worlds-together
theme
tickets-external?
timedtext_video
title
@ -2790,7 +2599,6 @@ trustedstores/js
trustedstores/s
trustedstores/tm2
trustedstores/verify
tv
tv/thumb
typeahead
u
@ -2806,13 +2614,9 @@ ugc$
ugcsupport
ugcsupport$
ui
unauth-profile
unlink
unsub
until=
upload
upload-image-lens-history
upload-lens-image
uploads
urchin_test
user
@ -2829,8 +2633,6 @@ using
utils
uviewer
v1
v1/urls/count.json
v3/pidgets/log
verify_age
vi-vn.www.cloudflare.com
vi-vn/feedback
@ -2867,9 +2669,6 @@ webapps/xoonboarding
webmasters/sitemaps/ping?
webscr
websearch
website/confirm
website/confirm/download
welcome
whats-next/planes-trains-and-analytics
whsmiths
widget_auth.php
@ -3171,7 +2970,7 @@ wiki/Wikipedia_Diskussion:Checkuser
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
wiki/Wikipedia_talk%3AAbuse_reports
wiki/Wikipedia_talk%3AAbuse_response
wiki/Wikipedia_talk%3AAdministrator_electionshttp://drive.google.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://itunes.apple.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_recall
wiki/Wikipedia_talk%3AAdministrator_review
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
@ -3381,7 +3180,6 @@ xhtml?
xml?
xoplatform/logger/api/logger
xorouter
your-shop
youth/404_en.htm
youtube/fonts
youtube/img/promos