[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2025-06-18 10:04:05 +00:00
parent b0205d43d6
commit 483e6c7914
28 changed files with 2974 additions and 2105 deletions

View File

@ -3,6 +3,6 @@
"last_update": 1750057498 "last_update": 1750057498
}, },
"Trickest wordlist update": { "Trickest wordlist update": {
"last_update": 1750154651 "last_update": 1750241034
} }
} }

View File

@ -8071,10 +8071,6 @@ api/src/utils/validate-user-count-integrity.ts
src/utils/validate-user-count-integrity.ts src/utils/validate-user-count-integrity.ts
utils/validate-user-count-integrity.ts utils/validate-user-count-integrity.ts
validate-user-count-integrity.ts validate-user-count-integrity.ts
api/src/utils/map-values-deep.ts
src/utils/map-values-deep.ts
utils/map-values-deep.ts
map-values-deep.ts
api/src/utils/filter-items.ts api/src/utils/filter-items.ts
src/utils/filter-items.ts src/utils/filter-items.ts
utils/filter-items.ts utils/filter-items.ts
@ -8171,10 +8167,6 @@ api/src/utils/should-clear-cache.ts
src/utils/should-clear-cache.ts src/utils/should-clear-cache.ts
utils/should-clear-cache.ts utils/should-clear-cache.ts
should-clear-cache.ts should-clear-cache.ts
api/src/utils/map-values-deep.test.ts
src/utils/map-values-deep.test.ts
utils/map-values-deep.test.ts
map-values-deep.test.ts
api/src/utils/async-handler.ts api/src/utils/async-handler.ts
src/utils/async-handler.ts src/utils/async-handler.ts
utils/async-handler.ts utils/async-handler.ts
@ -11007,6 +10999,11 @@ src/permissions/utils/fetch-raw-permissions.ts
permissions/utils/fetch-raw-permissions.ts permissions/utils/fetch-raw-permissions.ts
utils/fetch-raw-permissions.ts utils/fetch-raw-permissions.ts
fetch-raw-permissions.ts fetch-raw-permissions.ts
api/src/permissions/utils/merge-fields.ts
src/permissions/utils/merge-fields.ts
permissions/utils/merge-fields.ts
utils/merge-fields.ts
merge-fields.ts
api/src/permissions/utils/get-permissions-for-share.ts api/src/permissions/utils/get-permissions-for-share.ts
src/permissions/utils/get-permissions-for-share.ts src/permissions/utils/get-permissions-for-share.ts
permissions/utils/get-permissions-for-share.ts permissions/utils/get-permissions-for-share.ts
@ -11057,6 +11054,11 @@ src/permissions/utils/fetch-share-info.ts
permissions/utils/fetch-share-info.ts permissions/utils/fetch-share-info.ts
utils/fetch-share-info.ts utils/fetch-share-info.ts
fetch-share-info.ts fetch-share-info.ts
api/src/permissions/utils/merge-fields.test.ts
src/permissions/utils/merge-fields.test.ts
permissions/utils/merge-fields.test.ts
utils/merge-fields.test.ts
merge-fields.test.ts
api/src/permissions/utils/extract-required-dynamic-variable-context.ts api/src/permissions/utils/extract-required-dynamic-variable-context.ts
src/permissions/utils/extract-required-dynamic-variable-context.ts src/permissions/utils/extract-required-dynamic-variable-context.ts
permissions/utils/extract-required-dynamic-variable-context.ts permissions/utils/extract-required-dynamic-variable-context.ts
@ -17449,10 +17451,14 @@ contributors.yml
contributing.md contributing.md
.prettierignore .prettierignore
.prettierrc.json .prettierrc.json
.changeset/fine-boats-brush.md
fine-boats-brush.md
.changeset/config.json .changeset/config.json
config.json config.json
.changeset/green-paws-rhyme.md .changeset/green-paws-rhyme.md
green-paws-rhyme.md green-paws-rhyme.md
.changeset/warm-carpets-dig.md
warm-carpets-dig.md
.changeset/clever-seas-punch.md .changeset/clever-seas-punch.md
clever-seas-punch.md clever-seas-punch.md
.vscode/extensions.json .vscode/extensions.json

View File

@ -1721,7 +1721,6 @@ api/src/utils/reduce-schema.ts
api/src/utils/validate-query.test.ts api/src/utils/validate-query.test.ts
api/src/utils/jwt.test.ts api/src/utils/jwt.test.ts
api/src/utils/validate-user-count-integrity.ts api/src/utils/validate-user-count-integrity.ts
api/src/utils/map-values-deep.ts
api/src/utils/filter-items.ts api/src/utils/filter-items.ts
api/src/utils/calculate-field-depth.ts api/src/utils/calculate-field-depth.ts
api/src/utils/get-relation-info.test.ts api/src/utils/get-relation-info.test.ts
@ -1746,7 +1745,6 @@ api/src/utils/get-graphql-query-and-variables.test.ts
api/src/utils/validate-snapshot.ts api/src/utils/validate-snapshot.ts
api/src/utils/get-column-path.ts api/src/utils/get-column-path.ts
api/src/utils/should-clear-cache.ts api/src/utils/should-clear-cache.ts
api/src/utils/map-values-deep.test.ts
api/src/utils/async-handler.ts api/src/utils/async-handler.ts
api/src/utils/ip-in-networks.test.ts api/src/utils/ip-in-networks.test.ts
api/src/utils/md.ts api/src/utils/md.ts
@ -2264,6 +2262,7 @@ api/src/permissions/utils/merge-permissions.test.ts
api/src/permissions/utils/with-cache.ts api/src/permissions/utils/with-cache.ts
api/src/permissions/utils/fetch-dynamic-variable-data.test.ts api/src/permissions/utils/fetch-dynamic-variable-data.test.ts
api/src/permissions/utils/fetch-raw-permissions.ts api/src/permissions/utils/fetch-raw-permissions.ts
api/src/permissions/utils/merge-fields.ts
api/src/permissions/utils/get-permissions-for-share.ts api/src/permissions/utils/get-permissions-for-share.ts
api/src/permissions/utils/get-unaliased-field-key.ts api/src/permissions/utils/get-unaliased-field-key.ts
api/src/permissions/utils/fetch-dynamic-variable-data.ts api/src/permissions/utils/fetch-dynamic-variable-data.ts
@ -2274,6 +2273,7 @@ api/src/permissions/utils/process-permissions.ts
api/src/permissions/utils/filter-policies-by-ip.test.ts api/src/permissions/utils/filter-policies-by-ip.test.ts
api/src/permissions/utils/filter-policies-by-ip.ts api/src/permissions/utils/filter-policies-by-ip.ts
api/src/permissions/utils/fetch-share-info.ts api/src/permissions/utils/fetch-share-info.ts
api/src/permissions/utils/merge-fields.test.ts
api/src/permissions/utils/extract-required-dynamic-variable-context.ts api/src/permissions/utils/extract-required-dynamic-variable-context.ts
api/src/permissions/utils/default-permission.ts api/src/permissions/utils/default-permission.ts
api/src/permissions/utils/extract-required-dynamic-variable-context.test.ts api/src/permissions/utils/extract-required-dynamic-variable-context.test.ts
@ -3510,8 +3510,10 @@ contributors.yml
contributing.md contributing.md
.prettierignore .prettierignore
.prettierrc.json .prettierrc.json
.changeset/fine-boats-brush.md
.changeset/config.json .changeset/config.json
.changeset/green-paws-rhyme.md .changeset/green-paws-rhyme.md
.changeset/warm-carpets-dig.md
.changeset/clever-seas-punch.md .changeset/clever-seas-punch.md
.vscode/extensions.json .vscode/extensions.json
eslint.config.js eslint.config.js

View File

@ -3056,11 +3056,6 @@ install/mysql/tables/llx_c_incoterms.sql
mysql/tables/llx_c_incoterms.sql mysql/tables/llx_c_incoterms.sql
tables/llx_c_incoterms.sql tables/llx_c_incoterms.sql
llx_c_incoterms.sql llx_c_incoterms.sql
htdocs/install/mysql/tables/llx_asset_model_extrafield-asset.key.sql
install/mysql/tables/llx_asset_model_extrafield-asset.key.sql
mysql/tables/llx_asset_model_extrafield-asset.key.sql
tables/llx_asset_model_extrafield-asset.key.sql
llx_asset_model_extrafield-asset.key.sql
htdocs/install/mysql/tables/llx_prelevement_lignes.sql htdocs/install/mysql/tables/llx_prelevement_lignes.sql
install/mysql/tables/llx_prelevement_lignes.sql install/mysql/tables/llx_prelevement_lignes.sql
mysql/tables/llx_prelevement_lignes.sql mysql/tables/llx_prelevement_lignes.sql
@ -5051,11 +5046,6 @@ install/mysql/tables/llx_fichinterdet.key.sql
mysql/tables/llx_fichinterdet.key.sql mysql/tables/llx_fichinterdet.key.sql
tables/llx_fichinterdet.key.sql tables/llx_fichinterdet.key.sql
llx_fichinterdet.key.sql llx_fichinterdet.key.sql
htdocs/install/mysql/tables/llx_asset_model_extrafield-asset.sql
install/mysql/tables/llx_asset_model_extrafield-asset.sql
mysql/tables/llx_asset_model_extrafield-asset.sql
tables/llx_asset_model_extrafield-asset.sql
llx_asset_model_extrafield-asset.sql
htdocs/install/mysql/tables/llx_zapier_hook-zapier.key.sql htdocs/install/mysql/tables/llx_zapier_hook-zapier.key.sql
install/mysql/tables/llx_zapier_hook-zapier.key.sql install/mysql/tables/llx_zapier_hook-zapier.key.sql
mysql/tables/llx_zapier_hook-zapier.key.sql mysql/tables/llx_zapier_hook-zapier.key.sql
@ -5586,6 +5576,11 @@ install/mysql/tables/llx_c_barcode_type.key.sql
mysql/tables/llx_c_barcode_type.key.sql mysql/tables/llx_c_barcode_type.key.sql
tables/llx_c_barcode_type.key.sql tables/llx_c_barcode_type.key.sql
llx_c_barcode_type.key.sql llx_c_barcode_type.key.sql
htdocs/install/mysql/tables/llx_asset_model_extrafields-asset.key.sql
install/mysql/tables/llx_asset_model_extrafields-asset.key.sql
mysql/tables/llx_asset_model_extrafields-asset.key.sql
tables/llx_asset_model_extrafields-asset.key.sql
llx_asset_model_extrafields-asset.key.sql
htdocs/install/mysql/tables/llx_projet_task.sql htdocs/install/mysql/tables/llx_projet_task.sql
install/mysql/tables/llx_projet_task.sql install/mysql/tables/llx_projet_task.sql
mysql/tables/llx_projet_task.sql mysql/tables/llx_projet_task.sql
@ -6081,6 +6076,11 @@ install/mysql/tables/llx_product_association.sql
mysql/tables/llx_product_association.sql mysql/tables/llx_product_association.sql
tables/llx_product_association.sql tables/llx_product_association.sql
llx_product_association.sql llx_product_association.sql
htdocs/install/mysql/tables/llx_asset_model_extrafields-asset.sql
install/mysql/tables/llx_asset_model_extrafields-asset.sql
mysql/tables/llx_asset_model_extrafields-asset.sql
tables/llx_asset_model_extrafields-asset.sql
llx_asset_model_extrafields-asset.sql
htdocs/install/mysql/tables/llx_projet.sql htdocs/install/mysql/tables/llx_projet.sql
install/mysql/tables/llx_projet.sql install/mysql/tables/llx_projet.sql
mysql/tables/llx_projet.sql mysql/tables/llx_projet.sql

View File

@ -678,7 +678,6 @@ htdocs/install/mysql/tables/llx_user.key.sql
htdocs/install/mysql/tables/llx_societe_remise_except.sql htdocs/install/mysql/tables/llx_societe_remise_except.sql
htdocs/install/mysql/tables/llx_user_clicktodial.sql htdocs/install/mysql/tables/llx_user_clicktodial.sql
htdocs/install/mysql/tables/llx_c_incoterms.sql htdocs/install/mysql/tables/llx_c_incoterms.sql
htdocs/install/mysql/tables/llx_asset_model_extrafield-asset.key.sql
htdocs/install/mysql/tables/llx_prelevement_lignes.sql htdocs/install/mysql/tables/llx_prelevement_lignes.sql
htdocs/install/mysql/tables/llx_categorie_member.key.sql htdocs/install/mysql/tables/llx_categorie_member.key.sql
htdocs/install/mysql/tables/llx_actioncomm_reminder.sql htdocs/install/mysql/tables/llx_actioncomm_reminder.sql
@ -1077,7 +1076,6 @@ htdocs/install/mysql/tables/llx_adherent_type.sql
htdocs/install/mysql/tables/llx_c_chargesociales.sql htdocs/install/mysql/tables/llx_c_chargesociales.sql
htdocs/install/mysql/tables/llx_commande.key.sql htdocs/install/mysql/tables/llx_commande.key.sql
htdocs/install/mysql/tables/llx_fichinterdet.key.sql htdocs/install/mysql/tables/llx_fichinterdet.key.sql
htdocs/install/mysql/tables/llx_asset_model_extrafield-asset.sql
htdocs/install/mysql/tables/llx_zapier_hook-zapier.key.sql htdocs/install/mysql/tables/llx_zapier_hook-zapier.key.sql
htdocs/install/mysql/tables/llx_product.key.sql htdocs/install/mysql/tables/llx_product.key.sql
htdocs/install/mysql/tables/llx_user_extrafields.sql htdocs/install/mysql/tables/llx_user_extrafields.sql
@ -1184,6 +1182,7 @@ htdocs/install/mysql/tables/llx_product_attribute_combination_price_level-varian
htdocs/install/mysql/tables/llx_categorie_ticket-ticket.sql htdocs/install/mysql/tables/llx_categorie_ticket-ticket.sql
htdocs/install/mysql/tables/llx_usergroup_extrafields.sql htdocs/install/mysql/tables/llx_usergroup_extrafields.sql
htdocs/install/mysql/tables/llx_c_barcode_type.key.sql htdocs/install/mysql/tables/llx_c_barcode_type.key.sql
htdocs/install/mysql/tables/llx_asset_model_extrafields-asset.key.sql
htdocs/install/mysql/tables/llx_projet_task.sql htdocs/install/mysql/tables/llx_projet_task.sql
htdocs/install/mysql/tables/llx_webhook_target-webhook.key.sql htdocs/install/mysql/tables/llx_webhook_target-webhook.key.sql
htdocs/install/mysql/tables/llx_bank_account.key.sql htdocs/install/mysql/tables/llx_bank_account.key.sql
@ -1283,6 +1282,7 @@ htdocs/install/mysql/tables/llx_categorie_contact.key.sql
htdocs/install/mysql/tables/llx_chargesociales.sql htdocs/install/mysql/tables/llx_chargesociales.sql
htdocs/install/mysql/tables/llx_bookcal_availabilities_extrafields-bookcal.sql htdocs/install/mysql/tables/llx_bookcal_availabilities_extrafields-bookcal.sql
htdocs/install/mysql/tables/llx_product_association.sql htdocs/install/mysql/tables/llx_product_association.sql
htdocs/install/mysql/tables/llx_asset_model_extrafields-asset.sql
htdocs/install/mysql/tables/llx_projet.sql htdocs/install/mysql/tables/llx_projet.sql
htdocs/install/mysql/tables/llx_expensereport_ik-expensereport.sql htdocs/install/mysql/tables/llx_expensereport_ik-expensereport.sql
htdocs/install/mysql/tables/llx_prelevement_demande.sql htdocs/install/mysql/tables/llx_prelevement_demande.sql

View File

@ -124152,6 +124152,12 @@ Drupal/Core/Test/EnvironmentCleaner.php
Core/Test/EnvironmentCleaner.php Core/Test/EnvironmentCleaner.php
Test/EnvironmentCleaner.php Test/EnvironmentCleaner.php
EnvironmentCleaner.php EnvironmentCleaner.php
core/lib/Drupal/Core/Test/PhpUnitTestDiscoveryTracer.php
lib/Drupal/Core/Test/PhpUnitTestDiscoveryTracer.php
Drupal/Core/Test/PhpUnitTestDiscoveryTracer.php
Core/Test/PhpUnitTestDiscoveryTracer.php
Test/PhpUnitTestDiscoveryTracer.php
PhpUnitTestDiscoveryTracer.php
core/lib/Drupal/Core/Test/JUnitConverter.php core/lib/Drupal/Core/Test/JUnitConverter.php
lib/Drupal/Core/Test/JUnitConverter.php lib/Drupal/Core/Test/JUnitConverter.php
Drupal/Core/Test/JUnitConverter.php Drupal/Core/Test/JUnitConverter.php

View File

@ -17928,6 +17928,7 @@ core/lib/Drupal/Core/Test/TestRun.php
core/lib/Drupal/Core/Test/HttpClientMiddleware/TestHttpClientMiddleware.php core/lib/Drupal/Core/Test/HttpClientMiddleware/TestHttpClientMiddleware.php
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php
core/lib/Drupal/Core/Test/EnvironmentCleaner.php core/lib/Drupal/Core/Test/EnvironmentCleaner.php
core/lib/Drupal/Core/Test/PhpUnitTestDiscoveryTracer.php
core/lib/Drupal/Core/Test/JUnitConverter.php core/lib/Drupal/Core/Test/JUnitConverter.php
core/lib/Drupal/Core/Test/AssertMailTrait.php core/lib/Drupal/Core/Test/AssertMailTrait.php
core/lib/Drupal/Core/Test/RunTests/TestFileParser.php core/lib/Drupal/Core/Test/RunTests/TestFileParser.php

View File

@ -2308,6 +2308,10 @@ erpnext/patches/v15_0/update_asset_repair_field_in_stock_entry.py
patches/v15_0/update_asset_repair_field_in_stock_entry.py patches/v15_0/update_asset_repair_field_in_stock_entry.py
v15_0/update_asset_repair_field_in_stock_entry.py v15_0/update_asset_repair_field_in_stock_entry.py
update_asset_repair_field_in_stock_entry.py update_asset_repair_field_in_stock_entry.py
erpnext/patches/v15_0/update_pegged_currencies.py
patches/v15_0/update_pegged_currencies.py
v15_0/update_pegged_currencies.py
update_pegged_currencies.py
erpnext/patches/v15_0/rename_manufacturing_settings_field.py erpnext/patches/v15_0/rename_manufacturing_settings_field.py
patches/v15_0/rename_manufacturing_settings_field.py patches/v15_0/rename_manufacturing_settings_field.py
v15_0/rename_manufacturing_settings_field.py v15_0/rename_manufacturing_settings_field.py
@ -14866,6 +14870,31 @@ accounts/doctype/process_payment_reconciliation_log_allocations/process_payment_
doctype/process_payment_reconciliation_log_allocations/process_payment_reconciliation_log_allocations.json doctype/process_payment_reconciliation_log_allocations/process_payment_reconciliation_log_allocations.json
process_payment_reconciliation_log_allocations/process_payment_reconciliation_log_allocations.json process_payment_reconciliation_log_allocations/process_payment_reconciliation_log_allocations.json
process_payment_reconciliation_log_allocations.json process_payment_reconciliation_log_allocations.json
erpnext/accounts/doctype/pegged_currencies/pegged_currencies.py
accounts/doctype/pegged_currencies/pegged_currencies.py
doctype/pegged_currencies/pegged_currencies.py
pegged_currencies/pegged_currencies.py
pegged_currencies.py
erpnext/accounts/doctype/pegged_currencies/__init__.py
accounts/doctype/pegged_currencies/__init__.py
doctype/pegged_currencies/__init__.py
pegged_currencies/__init__.py
__init__.py
erpnext/accounts/doctype/pegged_currencies/test_pegged_currencies.py
accounts/doctype/pegged_currencies/test_pegged_currencies.py
doctype/pegged_currencies/test_pegged_currencies.py
pegged_currencies/test_pegged_currencies.py
test_pegged_currencies.py
erpnext/accounts/doctype/pegged_currencies/pegged_currencies.js
accounts/doctype/pegged_currencies/pegged_currencies.js
doctype/pegged_currencies/pegged_currencies.js
pegged_currencies/pegged_currencies.js
pegged_currencies.js
erpnext/accounts/doctype/pegged_currencies/pegged_currencies.json
accounts/doctype/pegged_currencies/pegged_currencies.json
doctype/pegged_currencies/pegged_currencies.json
pegged_currencies/pegged_currencies.json
pegged_currencies.json
erpnext/accounts/doctype/cashier_closing/__init__.py erpnext/accounts/doctype/cashier_closing/__init__.py
accounts/doctype/cashier_closing/__init__.py accounts/doctype/cashier_closing/__init__.py
doctype/cashier_closing/__init__.py doctype/cashier_closing/__init__.py
@ -15082,6 +15111,21 @@ accounts/doctype/sales_invoice/sales_invoice_list.js
doctype/sales_invoice/sales_invoice_list.js doctype/sales_invoice/sales_invoice_list.js
sales_invoice/sales_invoice_list.js sales_invoice/sales_invoice_list.js
sales_invoice_list.js sales_invoice_list.js
erpnext/accounts/doctype/pegged_currency_details/pegged_currency_details.json
accounts/doctype/pegged_currency_details/pegged_currency_details.json
doctype/pegged_currency_details/pegged_currency_details.json
pegged_currency_details/pegged_currency_details.json
pegged_currency_details.json
erpnext/accounts/doctype/pegged_currency_details/__init__.py
accounts/doctype/pegged_currency_details/__init__.py
doctype/pegged_currency_details/__init__.py
pegged_currency_details/__init__.py
__init__.py
erpnext/accounts/doctype/pegged_currency_details/pegged_currency_details.py
accounts/doctype/pegged_currency_details/pegged_currency_details.py
doctype/pegged_currency_details/pegged_currency_details.py
pegged_currency_details/pegged_currency_details.py
pegged_currency_details.py
erpnext/accounts/doctype/mode_of_payment_account/__init__.py erpnext/accounts/doctype/mode_of_payment_account/__init__.py
accounts/doctype/mode_of_payment_account/__init__.py accounts/doctype/mode_of_payment_account/__init__.py
doctype/mode_of_payment_account/__init__.py doctype/mode_of_payment_account/__init__.py

View File

@ -523,6 +523,7 @@ erpnext/patches/v15_0/migrate_payment_request_status.py
erpnext/patches/v15_0/enable_old_serial_batch_fields.py erpnext/patches/v15_0/enable_old_serial_batch_fields.py
erpnext/patches/v15_0/drop_index_posting_datetime_from_sle.py erpnext/patches/v15_0/drop_index_posting_datetime_from_sle.py
erpnext/patches/v15_0/update_asset_repair_field_in_stock_entry.py erpnext/patches/v15_0/update_asset_repair_field_in_stock_entry.py
erpnext/patches/v15_0/update_pegged_currencies.py
erpnext/patches/v15_0/rename_manufacturing_settings_field.py erpnext/patches/v15_0/rename_manufacturing_settings_field.py
erpnext/patches/v15_0/update_asset_value_for_manual_depr_entries.py erpnext/patches/v15_0/update_asset_value_for_manual_depr_entries.py
erpnext/patches/v15_0/update_journal_entry_type.py erpnext/patches/v15_0/update_journal_entry_type.py
@ -3125,6 +3126,11 @@ erpnext/accounts/doctype/sales_invoice_timesheet/sales_invoice_timesheet.json
erpnext/accounts/doctype/process_payment_reconciliation_log_allocations/process_payment_reconciliation_log_allocations.py erpnext/accounts/doctype/process_payment_reconciliation_log_allocations/process_payment_reconciliation_log_allocations.py
erpnext/accounts/doctype/process_payment_reconciliation_log_allocations/__init__.py erpnext/accounts/doctype/process_payment_reconciliation_log_allocations/__init__.py
erpnext/accounts/doctype/process_payment_reconciliation_log_allocations/process_payment_reconciliation_log_allocations.json erpnext/accounts/doctype/process_payment_reconciliation_log_allocations/process_payment_reconciliation_log_allocations.json
erpnext/accounts/doctype/pegged_currencies/pegged_currencies.py
erpnext/accounts/doctype/pegged_currencies/__init__.py
erpnext/accounts/doctype/pegged_currencies/test_pegged_currencies.py
erpnext/accounts/doctype/pegged_currencies/pegged_currencies.js
erpnext/accounts/doctype/pegged_currencies/pegged_currencies.json
erpnext/accounts/doctype/cashier_closing/__init__.py erpnext/accounts/doctype/cashier_closing/__init__.py
erpnext/accounts/doctype/cashier_closing/cashier_closing.json erpnext/accounts/doctype/cashier_closing/cashier_closing.json
erpnext/accounts/doctype/cashier_closing/cashier_closing.py erpnext/accounts/doctype/cashier_closing/cashier_closing.py
@ -3168,6 +3174,9 @@ erpnext/accounts/doctype/sales_invoice/test_records.json
erpnext/accounts/doctype/sales_invoice/regional/italy.js erpnext/accounts/doctype/sales_invoice/regional/italy.js
erpnext/accounts/doctype/sales_invoice/sales_invoice.py erpnext/accounts/doctype/sales_invoice/sales_invoice.py
erpnext/accounts/doctype/sales_invoice/sales_invoice_list.js erpnext/accounts/doctype/sales_invoice/sales_invoice_list.js
erpnext/accounts/doctype/pegged_currency_details/pegged_currency_details.json
erpnext/accounts/doctype/pegged_currency_details/__init__.py
erpnext/accounts/doctype/pegged_currency_details/pegged_currency_details.py
erpnext/accounts/doctype/mode_of_payment_account/__init__.py erpnext/accounts/doctype/mode_of_payment_account/__init__.py
erpnext/accounts/doctype/mode_of_payment_account/mode_of_payment_account.json erpnext/accounts/doctype/mode_of_payment_account/mode_of_payment_account.json
erpnext/accounts/doctype/mode_of_payment_account/mode_of_payment_account.py erpnext/accounts/doctype/mode_of_payment_account/mode_of_payment_account.py

View File

@ -25817,6 +25817,14 @@ services/settings/__snapshots__/settings-bread-service.test.js.snap
settings/__snapshots__/settings-bread-service.test.js.snap settings/__snapshots__/settings-bread-service.test.js.snap
__snapshots__/settings-bread-service.test.js.snap __snapshots__/settings-bread-service.test.js.snap
settings-bread-service.test.js.snap settings-bread-service.test.js.snap
ghost/core/test/unit/server/services/settings/settings-service.test.js
core/test/unit/server/services/settings/settings-service.test.js
test/unit/server/services/settings/settings-service.test.js
unit/server/services/settings/settings-service.test.js
server/services/settings/settings-service.test.js
services/settings/settings-service.test.js
settings/settings-service.test.js
settings-service.test.js
ghost/core/test/unit/server/services/mail-events/MailEventService.test.ts ghost/core/test/unit/server/services/mail-events/MailEventService.test.ts
core/test/unit/server/services/mail-events/MailEventService.test.ts core/test/unit/server/services/mail-events/MailEventService.test.ts
test/unit/server/services/mail-events/MailEventService.test.ts test/unit/server/services/mail-events/MailEventService.test.ts

View File

@ -3868,6 +3868,7 @@ ghost/core/test/unit/server/services/settings/settings-utils.test.js
ghost/core/test/unit/server/services/settings/settings-bread-service.test.js ghost/core/test/unit/server/services/settings/settings-bread-service.test.js
ghost/core/test/unit/server/services/settings/default-settings-manager.test.js ghost/core/test/unit/server/services/settings/default-settings-manager.test.js
ghost/core/test/unit/server/services/settings/__snapshots__/settings-bread-service.test.js.snap ghost/core/test/unit/server/services/settings/__snapshots__/settings-bread-service.test.js.snap
ghost/core/test/unit/server/services/settings/settings-service.test.js
ghost/core/test/unit/server/services/mail-events/MailEventService.test.ts ghost/core/test/unit/server/services/mail-events/MailEventService.test.ts
ghost/core/test/unit/server/services/mail-events/BookshelfMailEventRepository.test.js ghost/core/test/unit/server/services/mail-events/BookshelfMailEventRepository.test.js
ghost/core/test/unit/server/services/comments/comments-service-emails-renderer.test.js ghost/core/test/unit/server/services/comments/comments-service-emails-renderer.test.js

View File

@ -20081,6 +20081,11 @@ Presentation/Nop.Web.Framework/Infrastructure/PublicWidgetZones.cs
Nop.Web.Framework/Infrastructure/PublicWidgetZones.cs Nop.Web.Framework/Infrastructure/PublicWidgetZones.cs
Infrastructure/PublicWidgetZones.cs Infrastructure/PublicWidgetZones.cs
PublicWidgetZones.cs PublicWidgetZones.cs
src/Presentation/Nop.Web.Framework/Infrastructure/AppStartedConsumer.cs
Presentation/Nop.Web.Framework/Infrastructure/AppStartedConsumer.cs
Nop.Web.Framework/Infrastructure/AppStartedConsumer.cs
Infrastructure/AppStartedConsumer.cs
AppStartedConsumer.cs
src/Presentation/Nop.Web.Framework/Infrastructure/ErrorHandlerStartup.cs src/Presentation/Nop.Web.Framework/Infrastructure/ErrorHandlerStartup.cs
Presentation/Nop.Web.Framework/Infrastructure/ErrorHandlerStartup.cs Presentation/Nop.Web.Framework/Infrastructure/ErrorHandlerStartup.cs
Nop.Web.Framework/Infrastructure/ErrorHandlerStartup.cs Nop.Web.Framework/Infrastructure/ErrorHandlerStartup.cs
@ -30868,6 +30873,11 @@ Libraries/Nop.Services/Orders/IOrderProcessingService.cs
Nop.Services/Orders/IOrderProcessingService.cs Nop.Services/Orders/IOrderProcessingService.cs
Orders/IOrderProcessingService.cs Orders/IOrderProcessingService.cs
IOrderProcessingService.cs IOrderProcessingService.cs
src/Libraries/Nop.Services/Orders/AppStartedConsumer.cs
Libraries/Nop.Services/Orders/AppStartedConsumer.cs
Nop.Services/Orders/AppStartedConsumer.cs
Orders/AppStartedConsumer.cs
AppStartedConsumer.cs
src/Libraries/Nop.Services/Orders/OrderReportService.cs src/Libraries/Nop.Services/Orders/OrderReportService.cs
Libraries/Nop.Services/Orders/OrderReportService.cs Libraries/Nop.Services/Orders/OrderReportService.cs
Nop.Services/Orders/OrderReportService.cs Nop.Services/Orders/OrderReportService.cs

View File

@ -2791,6 +2791,7 @@ src/Presentation/Nop.Web.Framework/Infrastructure/AuthenticationStartup.cs
src/Presentation/Nop.Web.Framework/Infrastructure/AuthorizationStartup.cs src/Presentation/Nop.Web.Framework/Infrastructure/AuthorizationStartup.cs
src/Presentation/Nop.Web.Framework/Infrastructure/NopWebMarkupMinStartup.cs src/Presentation/Nop.Web.Framework/Infrastructure/NopWebMarkupMinStartup.cs
src/Presentation/Nop.Web.Framework/Infrastructure/PublicWidgetZones.cs src/Presentation/Nop.Web.Framework/Infrastructure/PublicWidgetZones.cs
src/Presentation/Nop.Web.Framework/Infrastructure/AppStartedConsumer.cs
src/Presentation/Nop.Web.Framework/Infrastructure/ErrorHandlerStartup.cs src/Presentation/Nop.Web.Framework/Infrastructure/ErrorHandlerStartup.cs
src/Presentation/Nop.Web.Framework/Infrastructure/Extensions/HttpClientBuilderExtensions.cs src/Presentation/Nop.Web.Framework/Infrastructure/Extensions/HttpClientBuilderExtensions.cs
src/Presentation/Nop.Web.Framework/Infrastructure/Extensions/ServiceCollectionExtensions.cs src/Presentation/Nop.Web.Framework/Infrastructure/Extensions/ServiceCollectionExtensions.cs
@ -4700,6 +4701,7 @@ src/Libraries/Nop.Services/Orders/Caching/ReturnRequestReasonCacheEventConsumer.
src/Libraries/Nop.Services/Orders/Caching/CheckoutAttributeCacheEventConsumer.cs src/Libraries/Nop.Services/Orders/Caching/CheckoutAttributeCacheEventConsumer.cs
src/Libraries/Nop.Services/Orders/Caching/GiftCardCacheEventConsumer.cs src/Libraries/Nop.Services/Orders/Caching/GiftCardCacheEventConsumer.cs
src/Libraries/Nop.Services/Orders/IOrderProcessingService.cs src/Libraries/Nop.Services/Orders/IOrderProcessingService.cs
src/Libraries/Nop.Services/Orders/AppStartedConsumer.cs
src/Libraries/Nop.Services/Orders/OrderReportService.cs src/Libraries/Nop.Services/Orders/OrderReportService.cs
src/Libraries/Nop.Services/Orders/ReturnRequestService.cs src/Libraries/Nop.Services/Orders/ReturnRequestService.cs
src/Libraries/Nop.Services/Orders/IOrderTotalCalculationService.cs src/Libraries/Nop.Services/Orders/IOrderTotalCalculationService.cs

View File

@ -128215,12 +128215,6 @@ Storefront/Framework/Routing/SalesChannelMappingExceptionTest.php
Framework/Routing/SalesChannelMappingExceptionTest.php Framework/Routing/SalesChannelMappingExceptionTest.php
Routing/SalesChannelMappingExceptionTest.php Routing/SalesChannelMappingExceptionTest.php
SalesChannelMappingExceptionTest.php SalesChannelMappingExceptionTest.php
tests/unit/Storefront/Framework/Routing/RouterTest.php
unit/Storefront/Framework/Routing/RouterTest.php
Storefront/Framework/Routing/RouterTest.php
Framework/Routing/RouterTest.php
Routing/RouterTest.php
RouterTest.php
tests/unit/Storefront/Framework/Routing/Exception/ErrorRedirectRequestEventTest.php tests/unit/Storefront/Framework/Routing/Exception/ErrorRedirectRequestEventTest.php
unit/Storefront/Framework/Routing/Exception/ErrorRedirectRequestEventTest.php unit/Storefront/Framework/Routing/Exception/ErrorRedirectRequestEventTest.php
Storefront/Framework/Routing/Exception/ErrorRedirectRequestEventTest.php Storefront/Framework/Routing/Exception/ErrorRedirectRequestEventTest.php
@ -137212,6 +137206,9 @@ _unreleased/2025-04-04-improve-variants-can-t-be-assigned-to-a-category.md
changelog/_unreleased/2025-05-20-fix-deeplinkcode-overwrite.md changelog/_unreleased/2025-05-20-fix-deeplinkcode-overwrite.md
_unreleased/2025-05-20-fix-deeplinkcode-overwrite.md _unreleased/2025-05-20-fix-deeplinkcode-overwrite.md
2025-05-20-fix-deeplinkcode-overwrite.md 2025-05-20-fix-deeplinkcode-overwrite.md
changelog/_unreleased/2025-06-11-filter-cart-success-error-messages.md
_unreleased/2025-06-11-filter-cart-success-error-messages.md
2025-06-11-filter-cart-success-error-messages.md
changelog/_unreleased/2025-05-12-cleanup-cancel-order-modal.md changelog/_unreleased/2025-05-12-cleanup-cancel-order-modal.md
_unreleased/2025-05-12-cleanup-cancel-order-modal.md _unreleased/2025-05-12-cleanup-cancel-order-modal.md
2025-05-12-cleanup-cancel-order-modal.md 2025-05-12-cleanup-cancel-order-modal.md
@ -137644,9 +137641,6 @@ _unreleased/2025-05-09-fixed-misalignment-of-add-tags-placeholder-in-order-edit-
changelog/_unreleased/2025-04-17-fix-broken-snippets-in-rule-builder-conditions.md changelog/_unreleased/2025-04-17-fix-broken-snippets-in-rule-builder-conditions.md
_unreleased/2025-04-17-fix-broken-snippets-in-rule-builder-conditions.md _unreleased/2025-04-17-fix-broken-snippets-in-rule-builder-conditions.md
2025-04-17-fix-broken-snippets-in-rule-builder-conditions.md 2025-04-17-fix-broken-snippets-in-rule-builder-conditions.md
changelog/_unreleased/2025-06-12-allow-storefront-routes-to-have-different-prefixes.md
_unreleased/2025-06-12-allow-storefront-routes-to-have-different-prefixes.md
2025-06-12-allow-storefront-routes-to-have-different-prefixes.md
changelog/_unreleased/2025-03-26-remove-non-existing-imports-from-admin-module-stub.md changelog/_unreleased/2025-03-26-remove-non-existing-imports-from-admin-module-stub.md
_unreleased/2025-03-26-remove-non-existing-imports-from-admin-module-stub.md _unreleased/2025-03-26-remove-non-existing-imports-from-admin-module-stub.md
2025-03-26-remove-non-existing-imports-from-admin-module-stub.md 2025-03-26-remove-non-existing-imports-from-admin-module-stub.md
@ -137665,6 +137659,9 @@ _unreleased/2025-05-12-fixed-accessibility-issue-of-collapse-button-of-orders.md
changelog/_unreleased/2025-05-05-add-blocks-for-inputs-for-address-and-register-form.md changelog/_unreleased/2025-05-05-add-blocks-for-inputs-for-address-and-register-form.md
_unreleased/2025-05-05-add-blocks-for-inputs-for-address-and-register-form.md _unreleased/2025-05-05-add-blocks-for-inputs-for-address-and-register-form.md
2025-05-05-add-blocks-for-inputs-for-address-and-register-form.md 2025-05-05-add-blocks-for-inputs-for-address-and-register-form.md
changelog/_unreleased/2025-06-12-spatial-asset-caching.md
_unreleased/2025-06-12-spatial-asset-caching.md
2025-06-12-spatial-asset-caching.md
changelog/_unreleased/2025-02-21-fix-multi-select-filter-for-translated-entities.md changelog/_unreleased/2025-02-21-fix-multi-select-filter-for-translated-entities.md
_unreleased/2025-02-21-fix-multi-select-filter-for-translated-entities.md _unreleased/2025-02-21-fix-multi-select-filter-for-translated-entities.md
2025-02-21-fix-multi-select-filter-for-translated-entities.md 2025-02-21-fix-multi-select-filter-for-translated-entities.md

View File

@ -16011,7 +16011,6 @@ tests/unit/Storefront/Framework/Routing/CanonicalLinkListenerTest.php
tests/unit/Storefront/Framework/Routing/TemplateDataSubscriberTest.php tests/unit/Storefront/Framework/Routing/TemplateDataSubscriberTest.php
tests/unit/Storefront/Framework/Routing/CachedDomainLoaderInvalidatorTest.php tests/unit/Storefront/Framework/Routing/CachedDomainLoaderInvalidatorTest.php
tests/unit/Storefront/Framework/Routing/SalesChannelMappingExceptionTest.php tests/unit/Storefront/Framework/Routing/SalesChannelMappingExceptionTest.php
tests/unit/Storefront/Framework/Routing/RouterTest.php
tests/unit/Storefront/Framework/Routing/Exception/ErrorRedirectRequestEventTest.php tests/unit/Storefront/Framework/Routing/Exception/ErrorRedirectRequestEventTest.php
tests/unit/Storefront/Framework/Routing/StorefrontSubscriberTest.php tests/unit/Storefront/Framework/Routing/StorefrontSubscriberTest.php
tests/unit/Storefront/Framework/Routing/NotFound/NotFoundPageTagsEventTest.php tests/unit/Storefront/Framework/Routing/NotFound/NotFoundPageTagsEventTest.php
@ -18942,6 +18941,7 @@ changelog/_unreleased/2025-05-23-add-new-increment-api-to-delete-unused-keys-or-
changelog/_unreleased/2025-03-14-add-acl-hook-service.md changelog/_unreleased/2025-03-14-add-acl-hook-service.md
changelog/_unreleased/2025-04-04-improve-variants-can-t-be-assigned-to-a-category.md changelog/_unreleased/2025-04-04-improve-variants-can-t-be-assigned-to-a-category.md
changelog/_unreleased/2025-05-20-fix-deeplinkcode-overwrite.md changelog/_unreleased/2025-05-20-fix-deeplinkcode-overwrite.md
changelog/_unreleased/2025-06-11-filter-cart-success-error-messages.md
changelog/_unreleased/2025-05-12-cleanup-cancel-order-modal.md changelog/_unreleased/2025-05-12-cleanup-cancel-order-modal.md
changelog/_unreleased/2024-11-29-make-product-slider-defaults-accessible.md changelog/_unreleased/2024-11-29-make-product-slider-defaults-accessible.md
changelog/_unreleased/2025-04-01-ar-viewer-bug.md changelog/_unreleased/2025-04-01-ar-viewer-bug.md
@ -19086,13 +19086,13 @@ changelog/_unreleased/2025-03-24-add-storefront-snippet-events.md
changelog/_unreleased/2024-09-13-deprecate-force-option-from-es-index-cleanup-command.md changelog/_unreleased/2024-09-13-deprecate-force-option-from-es-index-cleanup-command.md
changelog/_unreleased/2025-05-09-fixed-misalignment-of-add-tags-placeholder-in-order-edit-view.md changelog/_unreleased/2025-05-09-fixed-misalignment-of-add-tags-placeholder-in-order-edit-view.md
changelog/_unreleased/2025-04-17-fix-broken-snippets-in-rule-builder-conditions.md changelog/_unreleased/2025-04-17-fix-broken-snippets-in-rule-builder-conditions.md
changelog/_unreleased/2025-06-12-allow-storefront-routes-to-have-different-prefixes.md
changelog/_unreleased/2025-03-26-remove-non-existing-imports-from-admin-module-stub.md changelog/_unreleased/2025-03-26-remove-non-existing-imports-from-admin-module-stub.md
changelog/_unreleased/2025-06-09-fix-essential-characteristics-create-template-with-more-than-2-values-does-not-work.md changelog/_unreleased/2025-06-09-fix-essential-characteristics-create-template-with-more-than-2-values-does-not-work.md
changelog/_unreleased/2025-06-03-fix-inconsistency-between-login-and-register.md changelog/_unreleased/2025-06-03-fix-inconsistency-between-login-and-register.md
changelog/_unreleased/2025-03-13-disable-prefix-search-for-synonyms-to-prevent-irrelevant-results.md changelog/_unreleased/2025-03-13-disable-prefix-search-for-synonyms-to-prevent-irrelevant-results.md
changelog/_unreleased/2025-05-12-fixed-accessibility-issue-of-collapse-button-of-orders.md changelog/_unreleased/2025-05-12-fixed-accessibility-issue-of-collapse-button-of-orders.md
changelog/_unreleased/2025-05-05-add-blocks-for-inputs-for-address-and-register-form.md changelog/_unreleased/2025-05-05-add-blocks-for-inputs-for-address-and-register-form.md
changelog/_unreleased/2025-06-12-spatial-asset-caching.md
changelog/_unreleased/2025-02-21-fix-multi-select-filter-for-translated-entities.md changelog/_unreleased/2025-02-21-fix-multi-select-filter-for-translated-entities.md
changelog/_unreleased/2025-03-27-meta-information-in-landing-pages-is-not-inherited.md changelog/_unreleased/2025-03-27-meta-information-in-landing-pages-is-not-inherited.md
changelog/_unreleased/2025-06-02-translated-custom-field-value-accessor.md changelog/_unreleased/2025-06-02-translated-custom-field-value-accessor.md

View File

@ -448,6 +448,7 @@ resources/lang/sr-CS/admin/locations/message.php
resources/lang/sr-CS/admin/locations/table.php resources/lang/sr-CS/admin/locations/table.php
resources/lang/sr-CS/reminders.php resources/lang/sr-CS/reminders.php
resources/lang/sr-CS/table.php resources/lang/sr-CS/table.php
resources/lang/sr-CS/datepicker.php
resources/lang/sr-CS/button.php resources/lang/sr-CS/button.php
resources/lang/sr-CS/account/general.php resources/lang/sr-CS/account/general.php
resources/lang/sr-CS/auth.php resources/lang/sr-CS/auth.php
@ -521,6 +522,7 @@ resources/lang/ga-IE/admin/locations/message.php
resources/lang/ga-IE/admin/locations/table.php resources/lang/ga-IE/admin/locations/table.php
resources/lang/ga-IE/reminders.php resources/lang/ga-IE/reminders.php
resources/lang/ga-IE/table.php resources/lang/ga-IE/table.php
resources/lang/ga-IE/datepicker.php
resources/lang/ga-IE/button.php resources/lang/ga-IE/button.php
resources/lang/ga-IE/account/general.php resources/lang/ga-IE/account/general.php
resources/lang/ga-IE/auth.php resources/lang/ga-IE/auth.php
@ -594,6 +596,7 @@ resources/lang/af-ZA/admin/locations/message.php
resources/lang/af-ZA/admin/locations/table.php resources/lang/af-ZA/admin/locations/table.php
resources/lang/af-ZA/reminders.php resources/lang/af-ZA/reminders.php
resources/lang/af-ZA/table.php resources/lang/af-ZA/table.php
resources/lang/af-ZA/datepicker.php
resources/lang/af-ZA/button.php resources/lang/af-ZA/button.php
resources/lang/af-ZA/account/general.php resources/lang/af-ZA/account/general.php
resources/lang/af-ZA/auth.php resources/lang/af-ZA/auth.php
@ -667,6 +670,7 @@ resources/lang/de-if/admin/locations/message.php
resources/lang/de-if/admin/locations/table.php resources/lang/de-if/admin/locations/table.php
resources/lang/de-if/reminders.php resources/lang/de-if/reminders.php
resources/lang/de-if/table.php resources/lang/de-if/table.php
resources/lang/de-if/datepicker.php
resources/lang/de-if/button.php resources/lang/de-if/button.php
resources/lang/de-if/account/general.php resources/lang/de-if/account/general.php
resources/lang/de-if/auth.php resources/lang/de-if/auth.php
@ -740,6 +744,7 @@ resources/lang/mr-IN/admin/locations/message.php
resources/lang/mr-IN/admin/locations/table.php resources/lang/mr-IN/admin/locations/table.php
resources/lang/mr-IN/reminders.php resources/lang/mr-IN/reminders.php
resources/lang/mr-IN/table.php resources/lang/mr-IN/table.php
resources/lang/mr-IN/datepicker.php
resources/lang/mr-IN/button.php resources/lang/mr-IN/button.php
resources/lang/mr-IN/account/general.php resources/lang/mr-IN/account/general.php
resources/lang/mr-IN/auth.php resources/lang/mr-IN/auth.php
@ -813,6 +818,7 @@ resources/lang/sv-SE/admin/locations/message.php
resources/lang/sv-SE/admin/locations/table.php resources/lang/sv-SE/admin/locations/table.php
resources/lang/sv-SE/reminders.php resources/lang/sv-SE/reminders.php
resources/lang/sv-SE/table.php resources/lang/sv-SE/table.php
resources/lang/sv-SE/datepicker.php
resources/lang/sv-SE/button.php resources/lang/sv-SE/button.php
resources/lang/sv-SE/account/general.php resources/lang/sv-SE/account/general.php
resources/lang/sv-SE/auth.php resources/lang/sv-SE/auth.php
@ -886,6 +892,7 @@ resources/lang/ja-JP/admin/locations/message.php
resources/lang/ja-JP/admin/locations/table.php resources/lang/ja-JP/admin/locations/table.php
resources/lang/ja-JP/reminders.php resources/lang/ja-JP/reminders.php
resources/lang/ja-JP/table.php resources/lang/ja-JP/table.php
resources/lang/ja-JP/datepicker.php
resources/lang/ja-JP/button.php resources/lang/ja-JP/button.php
resources/lang/ja-JP/account/general.php resources/lang/ja-JP/account/general.php
resources/lang/ja-JP/auth.php resources/lang/ja-JP/auth.php
@ -959,6 +966,7 @@ resources/lang/sq-AL/admin/locations/message.php
resources/lang/sq-AL/admin/locations/table.php resources/lang/sq-AL/admin/locations/table.php
resources/lang/sq-AL/reminders.php resources/lang/sq-AL/reminders.php
resources/lang/sq-AL/table.php resources/lang/sq-AL/table.php
resources/lang/sq-AL/datepicker.php
resources/lang/sq-AL/button.php resources/lang/sq-AL/button.php
resources/lang/sq-AL/account/general.php resources/lang/sq-AL/account/general.php
resources/lang/sq-AL/auth.php resources/lang/sq-AL/auth.php
@ -1032,6 +1040,7 @@ resources/lang/ro-RO/admin/locations/message.php
resources/lang/ro-RO/admin/locations/table.php resources/lang/ro-RO/admin/locations/table.php
resources/lang/ro-RO/reminders.php resources/lang/ro-RO/reminders.php
resources/lang/ro-RO/table.php resources/lang/ro-RO/table.php
resources/lang/ro-RO/datepicker.php
resources/lang/ro-RO/button.php resources/lang/ro-RO/button.php
resources/lang/ro-RO/account/general.php resources/lang/ro-RO/account/general.php
resources/lang/ro-RO/auth.php resources/lang/ro-RO/auth.php
@ -1105,6 +1114,7 @@ resources/lang/nb-NO/admin/locations/message.php
resources/lang/nb-NO/admin/locations/table.php resources/lang/nb-NO/admin/locations/table.php
resources/lang/nb-NO/reminders.php resources/lang/nb-NO/reminders.php
resources/lang/nb-NO/table.php resources/lang/nb-NO/table.php
resources/lang/nb-NO/datepicker.php
resources/lang/nb-NO/button.php resources/lang/nb-NO/button.php
resources/lang/nb-NO/account/general.php resources/lang/nb-NO/account/general.php
resources/lang/nb-NO/auth.php resources/lang/nb-NO/auth.php
@ -1178,6 +1188,7 @@ resources/lang/nn-NO/admin/locations/message.php
resources/lang/nn-NO/admin/locations/table.php resources/lang/nn-NO/admin/locations/table.php
resources/lang/nn-NO/reminders.php resources/lang/nn-NO/reminders.php
resources/lang/nn-NO/table.php resources/lang/nn-NO/table.php
resources/lang/nn-NO/datepicker.php
resources/lang/nn-NO/button.php resources/lang/nn-NO/button.php
resources/lang/nn-NO/account/general.php resources/lang/nn-NO/account/general.php
resources/lang/nn-NO/auth.php resources/lang/nn-NO/auth.php
@ -1251,6 +1262,7 @@ resources/lang/es-VE/admin/locations/message.php
resources/lang/es-VE/admin/locations/table.php resources/lang/es-VE/admin/locations/table.php
resources/lang/es-VE/reminders.php resources/lang/es-VE/reminders.php
resources/lang/es-VE/table.php resources/lang/es-VE/table.php
resources/lang/es-VE/datepicker.php
resources/lang/es-VE/button.php resources/lang/es-VE/button.php
resources/lang/es-VE/account/general.php resources/lang/es-VE/account/general.php
resources/lang/es-VE/auth.php resources/lang/es-VE/auth.php
@ -1324,6 +1336,7 @@ resources/lang/mk-MK/admin/locations/message.php
resources/lang/mk-MK/admin/locations/table.php resources/lang/mk-MK/admin/locations/table.php
resources/lang/mk-MK/reminders.php resources/lang/mk-MK/reminders.php
resources/lang/mk-MK/table.php resources/lang/mk-MK/table.php
resources/lang/mk-MK/datepicker.php
resources/lang/mk-MK/button.php resources/lang/mk-MK/button.php
resources/lang/mk-MK/account/general.php resources/lang/mk-MK/account/general.php
resources/lang/mk-MK/auth.php resources/lang/mk-MK/auth.php
@ -1397,6 +1410,7 @@ resources/lang/ru-RU/admin/locations/message.php
resources/lang/ru-RU/admin/locations/table.php resources/lang/ru-RU/admin/locations/table.php
resources/lang/ru-RU/reminders.php resources/lang/ru-RU/reminders.php
resources/lang/ru-RU/table.php resources/lang/ru-RU/table.php
resources/lang/ru-RU/datepicker.php
resources/lang/ru-RU/button.php resources/lang/ru-RU/button.php
resources/lang/ru-RU/account/general.php resources/lang/ru-RU/account/general.php
resources/lang/ru-RU/auth.php resources/lang/ru-RU/auth.php
@ -1470,6 +1484,7 @@ resources/lang/cs-CZ/admin/locations/message.php
resources/lang/cs-CZ/admin/locations/table.php resources/lang/cs-CZ/admin/locations/table.php
resources/lang/cs-CZ/reminders.php resources/lang/cs-CZ/reminders.php
resources/lang/cs-CZ/table.php resources/lang/cs-CZ/table.php
resources/lang/cs-CZ/datepicker.php
resources/lang/cs-CZ/button.php resources/lang/cs-CZ/button.php
resources/lang/cs-CZ/account/general.php resources/lang/cs-CZ/account/general.php
resources/lang/cs-CZ/auth.php resources/lang/cs-CZ/auth.php
@ -1543,6 +1558,7 @@ resources/lang/ta-IN/admin/locations/message.php
resources/lang/ta-IN/admin/locations/table.php resources/lang/ta-IN/admin/locations/table.php
resources/lang/ta-IN/reminders.php resources/lang/ta-IN/reminders.php
resources/lang/ta-IN/table.php resources/lang/ta-IN/table.php
resources/lang/ta-IN/datepicker.php
resources/lang/ta-IN/button.php resources/lang/ta-IN/button.php
resources/lang/ta-IN/account/general.php resources/lang/ta-IN/account/general.php
resources/lang/ta-IN/auth.php resources/lang/ta-IN/auth.php
@ -1616,6 +1632,7 @@ resources/lang/om-ET/admin/locations/message.php
resources/lang/om-ET/admin/locations/table.php resources/lang/om-ET/admin/locations/table.php
resources/lang/om-ET/reminders.php resources/lang/om-ET/reminders.php
resources/lang/om-ET/table.php resources/lang/om-ET/table.php
resources/lang/om-ET/datepicker.php
resources/lang/om-ET/button.php resources/lang/om-ET/button.php
resources/lang/om-ET/account/general.php resources/lang/om-ET/account/general.php
resources/lang/om-ET/auth.php resources/lang/om-ET/auth.php
@ -1689,6 +1706,7 @@ resources/lang/lt-LT/admin/locations/message.php
resources/lang/lt-LT/admin/locations/table.php resources/lang/lt-LT/admin/locations/table.php
resources/lang/lt-LT/reminders.php resources/lang/lt-LT/reminders.php
resources/lang/lt-LT/table.php resources/lang/lt-LT/table.php
resources/lang/lt-LT/datepicker.php
resources/lang/lt-LT/button.php resources/lang/lt-LT/button.php
resources/lang/lt-LT/account/general.php resources/lang/lt-LT/account/general.php
resources/lang/lt-LT/auth.php resources/lang/lt-LT/auth.php
@ -1762,6 +1780,7 @@ resources/lang/da-DK/admin/locations/message.php
resources/lang/da-DK/admin/locations/table.php resources/lang/da-DK/admin/locations/table.php
resources/lang/da-DK/reminders.php resources/lang/da-DK/reminders.php
resources/lang/da-DK/table.php resources/lang/da-DK/table.php
resources/lang/da-DK/datepicker.php
resources/lang/da-DK/button.php resources/lang/da-DK/button.php
resources/lang/da-DK/account/general.php resources/lang/da-DK/account/general.php
resources/lang/da-DK/auth.php resources/lang/da-DK/auth.php
@ -1835,6 +1854,7 @@ resources/lang/ca-ES/admin/locations/message.php
resources/lang/ca-ES/admin/locations/table.php resources/lang/ca-ES/admin/locations/table.php
resources/lang/ca-ES/reminders.php resources/lang/ca-ES/reminders.php
resources/lang/ca-ES/table.php resources/lang/ca-ES/table.php
resources/lang/ca-ES/datepicker.php
resources/lang/ca-ES/button.php resources/lang/ca-ES/button.php
resources/lang/ca-ES/account/general.php resources/lang/ca-ES/account/general.php
resources/lang/ca-ES/auth.php resources/lang/ca-ES/auth.php
@ -1908,6 +1928,7 @@ resources/lang/zh-HK/admin/locations/message.php
resources/lang/zh-HK/admin/locations/table.php resources/lang/zh-HK/admin/locations/table.php
resources/lang/zh-HK/reminders.php resources/lang/zh-HK/reminders.php
resources/lang/zh-HK/table.php resources/lang/zh-HK/table.php
resources/lang/zh-HK/datepicker.php
resources/lang/zh-HK/button.php resources/lang/zh-HK/button.php
resources/lang/zh-HK/account/general.php resources/lang/zh-HK/account/general.php
resources/lang/zh-HK/auth.php resources/lang/zh-HK/auth.php
@ -1981,6 +2002,7 @@ resources/lang/hu-HU/admin/locations/message.php
resources/lang/hu-HU/admin/locations/table.php resources/lang/hu-HU/admin/locations/table.php
resources/lang/hu-HU/reminders.php resources/lang/hu-HU/reminders.php
resources/lang/hu-HU/table.php resources/lang/hu-HU/table.php
resources/lang/hu-HU/datepicker.php
resources/lang/hu-HU/button.php resources/lang/hu-HU/button.php
resources/lang/hu-HU/account/general.php resources/lang/hu-HU/account/general.php
resources/lang/hu-HU/auth.php resources/lang/hu-HU/auth.php
@ -2054,6 +2076,7 @@ resources/lang/vi-VN/admin/locations/message.php
resources/lang/vi-VN/admin/locations/table.php resources/lang/vi-VN/admin/locations/table.php
resources/lang/vi-VN/reminders.php resources/lang/vi-VN/reminders.php
resources/lang/vi-VN/table.php resources/lang/vi-VN/table.php
resources/lang/vi-VN/datepicker.php
resources/lang/vi-VN/button.php resources/lang/vi-VN/button.php
resources/lang/vi-VN/account/general.php resources/lang/vi-VN/account/general.php
resources/lang/vi-VN/auth.php resources/lang/vi-VN/auth.php
@ -2127,6 +2150,7 @@ resources/lang/is-IS/admin/locations/message.php
resources/lang/is-IS/admin/locations/table.php resources/lang/is-IS/admin/locations/table.php
resources/lang/is-IS/reminders.php resources/lang/is-IS/reminders.php
resources/lang/is-IS/table.php resources/lang/is-IS/table.php
resources/lang/is-IS/datepicker.php
resources/lang/is-IS/button.php resources/lang/is-IS/button.php
resources/lang/is-IS/account/general.php resources/lang/is-IS/account/general.php
resources/lang/is-IS/auth.php resources/lang/is-IS/auth.php
@ -2200,6 +2224,7 @@ resources/lang/am-ET/admin/locations/message.php
resources/lang/am-ET/admin/locations/table.php resources/lang/am-ET/admin/locations/table.php
resources/lang/am-ET/reminders.php resources/lang/am-ET/reminders.php
resources/lang/am-ET/table.php resources/lang/am-ET/table.php
resources/lang/am-ET/datepicker.php
resources/lang/am-ET/button.php resources/lang/am-ET/button.php
resources/lang/am-ET/account/general.php resources/lang/am-ET/account/general.php
resources/lang/am-ET/auth.php resources/lang/am-ET/auth.php
@ -2273,6 +2298,7 @@ resources/lang/it-IT/admin/locations/message.php
resources/lang/it-IT/admin/locations/table.php resources/lang/it-IT/admin/locations/table.php
resources/lang/it-IT/reminders.php resources/lang/it-IT/reminders.php
resources/lang/it-IT/table.php resources/lang/it-IT/table.php
resources/lang/it-IT/datepicker.php
resources/lang/it-IT/button.php resources/lang/it-IT/button.php
resources/lang/it-IT/account/general.php resources/lang/it-IT/account/general.php
resources/lang/it-IT/auth.php resources/lang/it-IT/auth.php
@ -2346,6 +2372,7 @@ resources/lang/ml-IN/admin/locations/message.php
resources/lang/ml-IN/admin/locations/table.php resources/lang/ml-IN/admin/locations/table.php
resources/lang/ml-IN/reminders.php resources/lang/ml-IN/reminders.php
resources/lang/ml-IN/table.php resources/lang/ml-IN/table.php
resources/lang/ml-IN/datepicker.php
resources/lang/ml-IN/button.php resources/lang/ml-IN/button.php
resources/lang/ml-IN/account/general.php resources/lang/ml-IN/account/general.php
resources/lang/ml-IN/auth.php resources/lang/ml-IN/auth.php
@ -2419,6 +2446,7 @@ resources/lang/fa-IR/admin/locations/message.php
resources/lang/fa-IR/admin/locations/table.php resources/lang/fa-IR/admin/locations/table.php
resources/lang/fa-IR/reminders.php resources/lang/fa-IR/reminders.php
resources/lang/fa-IR/table.php resources/lang/fa-IR/table.php
resources/lang/fa-IR/datepicker.php
resources/lang/fa-IR/button.php resources/lang/fa-IR/button.php
resources/lang/fa-IR/account/general.php resources/lang/fa-IR/account/general.php
resources/lang/fa-IR/auth.php resources/lang/fa-IR/auth.php
@ -2492,6 +2520,7 @@ resources/lang/tr-TR/admin/locations/message.php
resources/lang/tr-TR/admin/locations/table.php resources/lang/tr-TR/admin/locations/table.php
resources/lang/tr-TR/reminders.php resources/lang/tr-TR/reminders.php
resources/lang/tr-TR/table.php resources/lang/tr-TR/table.php
resources/lang/tr-TR/datepicker.php
resources/lang/tr-TR/button.php resources/lang/tr-TR/button.php
resources/lang/tr-TR/account/general.php resources/lang/tr-TR/account/general.php
resources/lang/tr-TR/auth.php resources/lang/tr-TR/auth.php
@ -2565,6 +2594,7 @@ resources/lang/pl-PL/admin/locations/message.php
resources/lang/pl-PL/admin/locations/table.php resources/lang/pl-PL/admin/locations/table.php
resources/lang/pl-PL/reminders.php resources/lang/pl-PL/reminders.php
resources/lang/pl-PL/table.php resources/lang/pl-PL/table.php
resources/lang/pl-PL/datepicker.php
resources/lang/pl-PL/button.php resources/lang/pl-PL/button.php
resources/lang/pl-PL/account/general.php resources/lang/pl-PL/account/general.php
resources/lang/pl-PL/auth.php resources/lang/pl-PL/auth.php
@ -2638,6 +2668,7 @@ resources/lang/ms-MY/admin/locations/message.php
resources/lang/ms-MY/admin/locations/table.php resources/lang/ms-MY/admin/locations/table.php
resources/lang/ms-MY/reminders.php resources/lang/ms-MY/reminders.php
resources/lang/ms-MY/table.php resources/lang/ms-MY/table.php
resources/lang/ms-MY/datepicker.php
resources/lang/ms-MY/button.php resources/lang/ms-MY/button.php
resources/lang/ms-MY/account/general.php resources/lang/ms-MY/account/general.php
resources/lang/ms-MY/auth.php resources/lang/ms-MY/auth.php
@ -2711,6 +2742,7 @@ resources/lang/hi-IN/admin/locations/message.php
resources/lang/hi-IN/admin/locations/table.php resources/lang/hi-IN/admin/locations/table.php
resources/lang/hi-IN/reminders.php resources/lang/hi-IN/reminders.php
resources/lang/hi-IN/table.php resources/lang/hi-IN/table.php
resources/lang/hi-IN/datepicker.php
resources/lang/hi-IN/button.php resources/lang/hi-IN/button.php
resources/lang/hi-IN/account/general.php resources/lang/hi-IN/account/general.php
resources/lang/hi-IN/auth.php resources/lang/hi-IN/auth.php
@ -2784,6 +2816,7 @@ resources/lang/ko-KR/admin/locations/message.php
resources/lang/ko-KR/admin/locations/table.php resources/lang/ko-KR/admin/locations/table.php
resources/lang/ko-KR/reminders.php resources/lang/ko-KR/reminders.php
resources/lang/ko-KR/table.php resources/lang/ko-KR/table.php
resources/lang/ko-KR/datepicker.php
resources/lang/ko-KR/button.php resources/lang/ko-KR/button.php
resources/lang/ko-KR/account/general.php resources/lang/ko-KR/account/general.php
resources/lang/ko-KR/auth.php resources/lang/ko-KR/auth.php
@ -2857,6 +2890,7 @@ resources/lang/cy-GB/admin/locations/message.php
resources/lang/cy-GB/admin/locations/table.php resources/lang/cy-GB/admin/locations/table.php
resources/lang/cy-GB/reminders.php resources/lang/cy-GB/reminders.php
resources/lang/cy-GB/table.php resources/lang/cy-GB/table.php
resources/lang/cy-GB/datepicker.php
resources/lang/cy-GB/button.php resources/lang/cy-GB/button.php
resources/lang/cy-GB/account/general.php resources/lang/cy-GB/account/general.php
resources/lang/cy-GB/auth.php resources/lang/cy-GB/auth.php
@ -2930,6 +2964,7 @@ resources/lang/aa-ER/admin/locations/message.php
resources/lang/aa-ER/admin/locations/table.php resources/lang/aa-ER/admin/locations/table.php
resources/lang/aa-ER/reminders.php resources/lang/aa-ER/reminders.php
resources/lang/aa-ER/table.php resources/lang/aa-ER/table.php
resources/lang/aa-ER/datepicker.php
resources/lang/aa-ER/button.php resources/lang/aa-ER/button.php
resources/lang/aa-ER/account/general.php resources/lang/aa-ER/account/general.php
resources/lang/aa-ER/auth.php resources/lang/aa-ER/auth.php
@ -3003,6 +3038,7 @@ resources/lang/fil-PH/admin/locations/message.php
resources/lang/fil-PH/admin/locations/table.php resources/lang/fil-PH/admin/locations/table.php
resources/lang/fil-PH/reminders.php resources/lang/fil-PH/reminders.php
resources/lang/fil-PH/table.php resources/lang/fil-PH/table.php
resources/lang/fil-PH/datepicker.php
resources/lang/fil-PH/button.php resources/lang/fil-PH/button.php
resources/lang/fil-PH/account/general.php resources/lang/fil-PH/account/general.php
resources/lang/fil-PH/auth.php resources/lang/fil-PH/auth.php
@ -3076,6 +3112,7 @@ resources/lang/he-IL/admin/locations/message.php
resources/lang/he-IL/admin/locations/table.php resources/lang/he-IL/admin/locations/table.php
resources/lang/he-IL/reminders.php resources/lang/he-IL/reminders.php
resources/lang/he-IL/table.php resources/lang/he-IL/table.php
resources/lang/he-IL/datepicker.php
resources/lang/he-IL/button.php resources/lang/he-IL/button.php
resources/lang/he-IL/account/general.php resources/lang/he-IL/account/general.php
resources/lang/he-IL/auth.php resources/lang/he-IL/auth.php
@ -3149,6 +3186,7 @@ resources/lang/ur-PK/admin/locations/message.php
resources/lang/ur-PK/admin/locations/table.php resources/lang/ur-PK/admin/locations/table.php
resources/lang/ur-PK/reminders.php resources/lang/ur-PK/reminders.php
resources/lang/ur-PK/table.php resources/lang/ur-PK/table.php
resources/lang/ur-PK/datepicker.php
resources/lang/ur-PK/button.php resources/lang/ur-PK/button.php
resources/lang/ur-PK/account/general.php resources/lang/ur-PK/account/general.php
resources/lang/ur-PK/auth.php resources/lang/ur-PK/auth.php
@ -3222,6 +3260,7 @@ resources/lang/el-GR/admin/locations/message.php
resources/lang/el-GR/admin/locations/table.php resources/lang/el-GR/admin/locations/table.php
resources/lang/el-GR/reminders.php resources/lang/el-GR/reminders.php
resources/lang/el-GR/table.php resources/lang/el-GR/table.php
resources/lang/el-GR/datepicker.php
resources/lang/el-GR/button.php resources/lang/el-GR/button.php
resources/lang/el-GR/account/general.php resources/lang/el-GR/account/general.php
resources/lang/el-GR/auth.php resources/lang/el-GR/auth.php
@ -3295,6 +3334,7 @@ resources/lang/nl-NL/admin/locations/message.php
resources/lang/nl-NL/admin/locations/table.php resources/lang/nl-NL/admin/locations/table.php
resources/lang/nl-NL/reminders.php resources/lang/nl-NL/reminders.php
resources/lang/nl-NL/table.php resources/lang/nl-NL/table.php
resources/lang/nl-NL/datepicker.php
resources/lang/nl-NL/button.php resources/lang/nl-NL/button.php
resources/lang/nl-NL/account/general.php resources/lang/nl-NL/account/general.php
resources/lang/nl-NL/auth.php resources/lang/nl-NL/auth.php
@ -3368,6 +3408,7 @@ resources/lang/mi-NZ/admin/locations/message.php
resources/lang/mi-NZ/admin/locations/table.php resources/lang/mi-NZ/admin/locations/table.php
resources/lang/mi-NZ/reminders.php resources/lang/mi-NZ/reminders.php
resources/lang/mi-NZ/table.php resources/lang/mi-NZ/table.php
resources/lang/mi-NZ/datepicker.php
resources/lang/mi-NZ/button.php resources/lang/mi-NZ/button.php
resources/lang/mi-NZ/account/general.php resources/lang/mi-NZ/account/general.php
resources/lang/mi-NZ/auth.php resources/lang/mi-NZ/auth.php
@ -3441,6 +3482,7 @@ resources/lang/hr-HR/admin/locations/message.php
resources/lang/hr-HR/admin/locations/table.php resources/lang/hr-HR/admin/locations/table.php
resources/lang/hr-HR/reminders.php resources/lang/hr-HR/reminders.php
resources/lang/hr-HR/table.php resources/lang/hr-HR/table.php
resources/lang/hr-HR/datepicker.php
resources/lang/hr-HR/button.php resources/lang/hr-HR/button.php
resources/lang/hr-HR/account/general.php resources/lang/hr-HR/account/general.php
resources/lang/hr-HR/auth.php resources/lang/hr-HR/auth.php
@ -3514,6 +3556,7 @@ resources/lang/chr-US/admin/locations/message.php
resources/lang/chr-US/admin/locations/table.php resources/lang/chr-US/admin/locations/table.php
resources/lang/chr-US/reminders.php resources/lang/chr-US/reminders.php
resources/lang/chr-US/table.php resources/lang/chr-US/table.php
resources/lang/chr-US/datepicker.php
resources/lang/chr-US/button.php resources/lang/chr-US/button.php
resources/lang/chr-US/account/general.php resources/lang/chr-US/account/general.php
resources/lang/chr-US/auth.php resources/lang/chr-US/auth.php
@ -3587,6 +3630,7 @@ resources/lang/de-DE/admin/locations/message.php
resources/lang/de-DE/admin/locations/table.php resources/lang/de-DE/admin/locations/table.php
resources/lang/de-DE/reminders.php resources/lang/de-DE/reminders.php
resources/lang/de-DE/table.php resources/lang/de-DE/table.php
resources/lang/de-DE/datepicker.php
resources/lang/de-DE/button.php resources/lang/de-DE/button.php
resources/lang/de-DE/account/general.php resources/lang/de-DE/account/general.php
resources/lang/de-DE/auth.php resources/lang/de-DE/auth.php
@ -3660,6 +3704,7 @@ resources/lang/no-NO/admin/locations/message.php
resources/lang/no-NO/admin/locations/table.php resources/lang/no-NO/admin/locations/table.php
resources/lang/no-NO/reminders.php resources/lang/no-NO/reminders.php
resources/lang/no-NO/table.php resources/lang/no-NO/table.php
resources/lang/no-NO/datepicker.php
resources/lang/no-NO/button.php resources/lang/no-NO/button.php
resources/lang/no-NO/account/general.php resources/lang/no-NO/account/general.php
resources/lang/no-NO/auth.php resources/lang/no-NO/auth.php
@ -3733,6 +3778,7 @@ resources/lang/pt-BR/admin/locations/message.php
resources/lang/pt-BR/admin/locations/table.php resources/lang/pt-BR/admin/locations/table.php
resources/lang/pt-BR/reminders.php resources/lang/pt-BR/reminders.php
resources/lang/pt-BR/table.php resources/lang/pt-BR/table.php
resources/lang/pt-BR/datepicker.php
resources/lang/pt-BR/button.php resources/lang/pt-BR/button.php
resources/lang/pt-BR/account/general.php resources/lang/pt-BR/account/general.php
resources/lang/pt-BR/auth.php resources/lang/pt-BR/auth.php
@ -3806,6 +3852,7 @@ resources/lang/th-TH/admin/locations/message.php
resources/lang/th-TH/admin/locations/table.php resources/lang/th-TH/admin/locations/table.php
resources/lang/th-TH/reminders.php resources/lang/th-TH/reminders.php
resources/lang/th-TH/table.php resources/lang/th-TH/table.php
resources/lang/th-TH/datepicker.php
resources/lang/th-TH/button.php resources/lang/th-TH/button.php
resources/lang/th-TH/account/general.php resources/lang/th-TH/account/general.php
resources/lang/th-TH/auth.php resources/lang/th-TH/auth.php
@ -3879,6 +3926,7 @@ resources/lang/zh-CN/admin/locations/message.php
resources/lang/zh-CN/admin/locations/table.php resources/lang/zh-CN/admin/locations/table.php
resources/lang/zh-CN/reminders.php resources/lang/zh-CN/reminders.php
resources/lang/zh-CN/table.php resources/lang/zh-CN/table.php
resources/lang/zh-CN/datepicker.php
resources/lang/zh-CN/button.php resources/lang/zh-CN/button.php
resources/lang/zh-CN/account/general.php resources/lang/zh-CN/account/general.php
resources/lang/zh-CN/auth.php resources/lang/zh-CN/auth.php
@ -3952,6 +4000,7 @@ resources/lang/es-CO/admin/locations/message.php
resources/lang/es-CO/admin/locations/table.php resources/lang/es-CO/admin/locations/table.php
resources/lang/es-CO/reminders.php resources/lang/es-CO/reminders.php
resources/lang/es-CO/table.php resources/lang/es-CO/table.php
resources/lang/es-CO/datepicker.php
resources/lang/es-CO/button.php resources/lang/es-CO/button.php
resources/lang/es-CO/account/general.php resources/lang/es-CO/account/general.php
resources/lang/es-CO/auth.php resources/lang/es-CO/auth.php
@ -4025,6 +4074,7 @@ resources/lang/si-LK/admin/locations/message.php
resources/lang/si-LK/admin/locations/table.php resources/lang/si-LK/admin/locations/table.php
resources/lang/si-LK/reminders.php resources/lang/si-LK/reminders.php
resources/lang/si-LK/table.php resources/lang/si-LK/table.php
resources/lang/si-LK/datepicker.php
resources/lang/si-LK/button.php resources/lang/si-LK/button.php
resources/lang/si-LK/account/general.php resources/lang/si-LK/account/general.php
resources/lang/si-LK/auth.php resources/lang/si-LK/auth.php
@ -4098,6 +4148,7 @@ resources/lang/ar-SA/admin/locations/message.php
resources/lang/ar-SA/admin/locations/table.php resources/lang/ar-SA/admin/locations/table.php
resources/lang/ar-SA/reminders.php resources/lang/ar-SA/reminders.php
resources/lang/ar-SA/table.php resources/lang/ar-SA/table.php
resources/lang/ar-SA/datepicker.php
resources/lang/ar-SA/button.php resources/lang/ar-SA/button.php
resources/lang/ar-SA/account/general.php resources/lang/ar-SA/account/general.php
resources/lang/ar-SA/auth.php resources/lang/ar-SA/auth.php
@ -4171,6 +4222,7 @@ resources/lang/en-ID/admin/locations/message.php
resources/lang/en-ID/admin/locations/table.php resources/lang/en-ID/admin/locations/table.php
resources/lang/en-ID/reminders.php resources/lang/en-ID/reminders.php
resources/lang/en-ID/table.php resources/lang/en-ID/table.php
resources/lang/en-ID/datepicker.php
resources/lang/en-ID/button.php resources/lang/en-ID/button.php
resources/lang/en-ID/account/general.php resources/lang/en-ID/account/general.php
resources/lang/en-ID/auth.php resources/lang/en-ID/auth.php
@ -4244,6 +4296,7 @@ resources/lang/fi-FI/admin/locations/message.php
resources/lang/fi-FI/admin/locations/table.php resources/lang/fi-FI/admin/locations/table.php
resources/lang/fi-FI/reminders.php resources/lang/fi-FI/reminders.php
resources/lang/fi-FI/table.php resources/lang/fi-FI/table.php
resources/lang/fi-FI/datepicker.php
resources/lang/fi-FI/button.php resources/lang/fi-FI/button.php
resources/lang/fi-FI/account/general.php resources/lang/fi-FI/account/general.php
resources/lang/fi-FI/auth.php resources/lang/fi-FI/auth.php
@ -4317,6 +4370,7 @@ resources/lang/es-MX/admin/locations/message.php
resources/lang/es-MX/admin/locations/table.php resources/lang/es-MX/admin/locations/table.php
resources/lang/es-MX/reminders.php resources/lang/es-MX/reminders.php
resources/lang/es-MX/table.php resources/lang/es-MX/table.php
resources/lang/es-MX/datepicker.php
resources/lang/es-MX/button.php resources/lang/es-MX/button.php
resources/lang/es-MX/account/general.php resources/lang/es-MX/account/general.php
resources/lang/es-MX/auth.php resources/lang/es-MX/auth.php
@ -4390,6 +4444,7 @@ resources/lang/zh-TW/admin/locations/message.php
resources/lang/zh-TW/admin/locations/table.php resources/lang/zh-TW/admin/locations/table.php
resources/lang/zh-TW/reminders.php resources/lang/zh-TW/reminders.php
resources/lang/zh-TW/table.php resources/lang/zh-TW/table.php
resources/lang/zh-TW/datepicker.php
resources/lang/zh-TW/button.php resources/lang/zh-TW/button.php
resources/lang/zh-TW/account/general.php resources/lang/zh-TW/account/general.php
resources/lang/zh-TW/auth.php resources/lang/zh-TW/auth.php
@ -4463,6 +4518,7 @@ resources/lang/es-ES/admin/locations/message.php
resources/lang/es-ES/admin/locations/table.php resources/lang/es-ES/admin/locations/table.php
resources/lang/es-ES/reminders.php resources/lang/es-ES/reminders.php
resources/lang/es-ES/table.php resources/lang/es-ES/table.php
resources/lang/es-ES/datepicker.php
resources/lang/es-ES/button.php resources/lang/es-ES/button.php
resources/lang/es-ES/account/general.php resources/lang/es-ES/account/general.php
resources/lang/es-ES/auth.php resources/lang/es-ES/auth.php
@ -4536,6 +4592,7 @@ resources/lang/uk-UA/admin/locations/message.php
resources/lang/uk-UA/admin/locations/table.php resources/lang/uk-UA/admin/locations/table.php
resources/lang/uk-UA/reminders.php resources/lang/uk-UA/reminders.php
resources/lang/uk-UA/table.php resources/lang/uk-UA/table.php
resources/lang/uk-UA/datepicker.php
resources/lang/uk-UA/button.php resources/lang/uk-UA/button.php
resources/lang/uk-UA/account/general.php resources/lang/uk-UA/account/general.php
resources/lang/uk-UA/auth.php resources/lang/uk-UA/auth.php
@ -4609,6 +4666,7 @@ resources/lang/so-SO/admin/locations/message.php
resources/lang/so-SO/admin/locations/table.php resources/lang/so-SO/admin/locations/table.php
resources/lang/so-SO/reminders.php resources/lang/so-SO/reminders.php
resources/lang/so-SO/table.php resources/lang/so-SO/table.php
resources/lang/so-SO/datepicker.php
resources/lang/so-SO/button.php resources/lang/so-SO/button.php
resources/lang/so-SO/account/general.php resources/lang/so-SO/account/general.php
resources/lang/so-SO/auth.php resources/lang/so-SO/auth.php
@ -4682,6 +4740,7 @@ resources/lang/pt-PT/admin/locations/message.php
resources/lang/pt-PT/admin/locations/table.php resources/lang/pt-PT/admin/locations/table.php
resources/lang/pt-PT/reminders.php resources/lang/pt-PT/reminders.php
resources/lang/pt-PT/table.php resources/lang/pt-PT/table.php
resources/lang/pt-PT/datepicker.php
resources/lang/pt-PT/button.php resources/lang/pt-PT/button.php
resources/lang/pt-PT/account/general.php resources/lang/pt-PT/account/general.php
resources/lang/pt-PT/auth.php resources/lang/pt-PT/auth.php
@ -4755,6 +4814,7 @@ resources/lang/mn-MN/admin/locations/message.php
resources/lang/mn-MN/admin/locations/table.php resources/lang/mn-MN/admin/locations/table.php
resources/lang/mn-MN/reminders.php resources/lang/mn-MN/reminders.php
resources/lang/mn-MN/table.php resources/lang/mn-MN/table.php
resources/lang/mn-MN/datepicker.php
resources/lang/mn-MN/button.php resources/lang/mn-MN/button.php
resources/lang/mn-MN/account/general.php resources/lang/mn-MN/account/general.php
resources/lang/mn-MN/auth.php resources/lang/mn-MN/auth.php
@ -4828,6 +4888,7 @@ resources/lang/fr-FR/admin/locations/message.php
resources/lang/fr-FR/admin/locations/table.php resources/lang/fr-FR/admin/locations/table.php
resources/lang/fr-FR/reminders.php resources/lang/fr-FR/reminders.php
resources/lang/fr-FR/table.php resources/lang/fr-FR/table.php
resources/lang/fr-FR/datepicker.php
resources/lang/fr-FR/button.php resources/lang/fr-FR/button.php
resources/lang/fr-FR/account/general.php resources/lang/fr-FR/account/general.php
resources/lang/fr-FR/auth.php resources/lang/fr-FR/auth.php
@ -4901,6 +4962,7 @@ resources/lang/sk-SK/admin/locations/message.php
resources/lang/sk-SK/admin/locations/table.php resources/lang/sk-SK/admin/locations/table.php
resources/lang/sk-SK/reminders.php resources/lang/sk-SK/reminders.php
resources/lang/sk-SK/table.php resources/lang/sk-SK/table.php
resources/lang/sk-SK/datepicker.php
resources/lang/sk-SK/button.php resources/lang/sk-SK/button.php
resources/lang/sk-SK/account/general.php resources/lang/sk-SK/account/general.php
resources/lang/sk-SK/auth.php resources/lang/sk-SK/auth.php
@ -4974,9 +5036,84 @@ resources/lang/zu-ZA/admin/locations/message.php
resources/lang/zu-ZA/admin/locations/table.php resources/lang/zu-ZA/admin/locations/table.php
resources/lang/zu-ZA/reminders.php resources/lang/zu-ZA/reminders.php
resources/lang/zu-ZA/table.php resources/lang/zu-ZA/table.php
resources/lang/zu-ZA/datepicker.php
resources/lang/zu-ZA/button.php resources/lang/zu-ZA/button.php
resources/lang/zu-ZA/account/general.php resources/lang/zu-ZA/account/general.php
resources/lang/zu-ZA/auth.php resources/lang/zu-ZA/auth.php
resources/lang/ka-GE/auth/general.php
resources/lang/ka-GE/auth/message.php
resources/lang/ka-GE/pagination.php
resources/lang/ka-GE/passwords.php
resources/lang/ka-GE/help.php
resources/lang/ka-GE/validation.php
resources/lang/ka-GE/general.php
resources/lang/ka-GE/localizations.php
resources/lang/ka-GE/mail.php
resources/lang/ka-GE/admin/hardware/form.php
resources/lang/ka-GE/admin/hardware/general.php
resources/lang/ka-GE/admin/hardware/message.php
resources/lang/ka-GE/admin/hardware/table.php
resources/lang/ka-GE/admin/manufacturers/message.php
resources/lang/ka-GE/admin/manufacturers/table.php
resources/lang/ka-GE/admin/consumables/general.php
resources/lang/ka-GE/admin/consumables/message.php
resources/lang/ka-GE/admin/consumables/table.php
resources/lang/ka-GE/admin/labels/message.php
resources/lang/ka-GE/admin/labels/table.php
resources/lang/ka-GE/admin/models/general.php
resources/lang/ka-GE/admin/models/message.php
resources/lang/ka-GE/admin/models/table.php
resources/lang/ka-GE/admin/groups/message.php
resources/lang/ka-GE/admin/groups/table.php
resources/lang/ka-GE/admin/groups/titles.php
resources/lang/ka-GE/admin/depreciations/general.php
resources/lang/ka-GE/admin/depreciations/message.php
resources/lang/ka-GE/admin/depreciations/table.php
resources/lang/ka-GE/admin/companies/general.php
resources/lang/ka-GE/admin/companies/message.php
resources/lang/ka-GE/admin/companies/table.php
resources/lang/ka-GE/admin/settings/general.php
resources/lang/ka-GE/admin/settings/message.php
resources/lang/ka-GE/admin/settings/table.php
resources/lang/ka-GE/admin/custom_fields/general.php
resources/lang/ka-GE/admin/custom_fields/message.php
resources/lang/ka-GE/admin/licenses/form.php
resources/lang/ka-GE/admin/licenses/general.php
resources/lang/ka-GE/admin/licenses/message.php
resources/lang/ka-GE/admin/licenses/table.php
resources/lang/ka-GE/admin/categories/general.php
resources/lang/ka-GE/admin/categories/message.php
resources/lang/ka-GE/admin/categories/table.php
resources/lang/ka-GE/admin/asset_maintenances/form.php
resources/lang/ka-GE/admin/asset_maintenances/general.php
resources/lang/ka-GE/admin/asset_maintenances/message.php
resources/lang/ka-GE/admin/asset_maintenances/table.php
resources/lang/ka-GE/admin/suppliers/message.php
resources/lang/ka-GE/admin/suppliers/table.php
resources/lang/ka-GE/admin/accessories/general.php
resources/lang/ka-GE/admin/accessories/message.php
resources/lang/ka-GE/admin/accessories/table.php
resources/lang/ka-GE/admin/statuslabels/message.php
resources/lang/ka-GE/admin/statuslabels/table.php
resources/lang/ka-GE/admin/reports/general.php
resources/lang/ka-GE/admin/reports/message.php
resources/lang/ka-GE/admin/departments/message.php
resources/lang/ka-GE/admin/departments/table.php
resources/lang/ka-GE/admin/components/general.php
resources/lang/ka-GE/admin/components/message.php
resources/lang/ka-GE/admin/components/table.php
resources/lang/ka-GE/admin/kits/general.php
resources/lang/ka-GE/admin/users/general.php
resources/lang/ka-GE/admin/users/message.php
resources/lang/ka-GE/admin/users/table.php
resources/lang/ka-GE/admin/locations/message.php
resources/lang/ka-GE/admin/locations/table.php
resources/lang/ka-GE/reminders.php
resources/lang/ka-GE/table.php
resources/lang/ka-GE/datepicker.php
resources/lang/ka-GE/button.php
resources/lang/ka-GE/account/general.php
resources/lang/ka-GE/auth.php
resources/lang/tl-PH/auth/general.php resources/lang/tl-PH/auth/general.php
resources/lang/tl-PH/auth/message.php resources/lang/tl-PH/auth/message.php
resources/lang/tl-PH/pagination.php resources/lang/tl-PH/pagination.php
@ -5047,6 +5184,7 @@ resources/lang/tl-PH/admin/locations/message.php
resources/lang/tl-PH/admin/locations/table.php resources/lang/tl-PH/admin/locations/table.php
resources/lang/tl-PH/reminders.php resources/lang/tl-PH/reminders.php
resources/lang/tl-PH/table.php resources/lang/tl-PH/table.php
resources/lang/tl-PH/datepicker.php
resources/lang/tl-PH/button.php resources/lang/tl-PH/button.php
resources/lang/tl-PH/account/general.php resources/lang/tl-PH/account/general.php
resources/lang/tl-PH/auth.php resources/lang/tl-PH/auth.php
@ -5120,6 +5258,7 @@ resources/lang/lv-LV/admin/locations/message.php
resources/lang/lv-LV/admin/locations/table.php resources/lang/lv-LV/admin/locations/table.php
resources/lang/lv-LV/reminders.php resources/lang/lv-LV/reminders.php
resources/lang/lv-LV/table.php resources/lang/lv-LV/table.php
resources/lang/lv-LV/datepicker.php
resources/lang/lv-LV/button.php resources/lang/lv-LV/button.php
resources/lang/lv-LV/account/general.php resources/lang/lv-LV/account/general.php
resources/lang/lv-LV/auth.php resources/lang/lv-LV/auth.php
@ -5193,6 +5332,7 @@ resources/lang/et-EE/admin/locations/message.php
resources/lang/et-EE/admin/locations/table.php resources/lang/et-EE/admin/locations/table.php
resources/lang/et-EE/reminders.php resources/lang/et-EE/reminders.php
resources/lang/et-EE/table.php resources/lang/et-EE/table.php
resources/lang/et-EE/datepicker.php
resources/lang/et-EE/button.php resources/lang/et-EE/button.php
resources/lang/et-EE/account/general.php resources/lang/et-EE/account/general.php
resources/lang/et-EE/auth.php resources/lang/et-EE/auth.php
@ -5340,6 +5480,7 @@ resources/lang/bg-BG/admin/locations/message.php
resources/lang/bg-BG/admin/locations/table.php resources/lang/bg-BG/admin/locations/table.php
resources/lang/bg-BG/reminders.php resources/lang/bg-BG/reminders.php
resources/lang/bg-BG/table.php resources/lang/bg-BG/table.php
resources/lang/bg-BG/datepicker.php
resources/lang/bg-BG/button.php resources/lang/bg-BG/button.php
resources/lang/bg-BG/account/general.php resources/lang/bg-BG/account/general.php
resources/lang/bg-BG/auth.php resources/lang/bg-BG/auth.php
@ -5413,6 +5554,7 @@ resources/lang/en-GB/admin/locations/message.php
resources/lang/en-GB/admin/locations/table.php resources/lang/en-GB/admin/locations/table.php
resources/lang/en-GB/reminders.php resources/lang/en-GB/reminders.php
resources/lang/en-GB/table.php resources/lang/en-GB/table.php
resources/lang/en-GB/datepicker.php
resources/lang/en-GB/button.php resources/lang/en-GB/button.php
resources/lang/en-GB/account/general.php resources/lang/en-GB/account/general.php
resources/lang/en-GB/auth.php resources/lang/en-GB/auth.php
@ -5486,6 +5628,7 @@ resources/lang/id-ID/admin/locations/message.php
resources/lang/id-ID/admin/locations/table.php resources/lang/id-ID/admin/locations/table.php
resources/lang/id-ID/reminders.php resources/lang/id-ID/reminders.php
resources/lang/id-ID/table.php resources/lang/id-ID/table.php
resources/lang/id-ID/datepicker.php
resources/lang/id-ID/button.php resources/lang/id-ID/button.php
resources/lang/id-ID/account/general.php resources/lang/id-ID/account/general.php
resources/lang/id-ID/auth.php resources/lang/id-ID/auth.php
@ -5559,6 +5702,7 @@ resources/lang/km-KH/admin/locations/message.php
resources/lang/km-KH/admin/locations/table.php resources/lang/km-KH/admin/locations/table.php
resources/lang/km-KH/reminders.php resources/lang/km-KH/reminders.php
resources/lang/km-KH/table.php resources/lang/km-KH/table.php
resources/lang/km-KH/datepicker.php
resources/lang/km-KH/button.php resources/lang/km-KH/button.php
resources/lang/km-KH/account/general.php resources/lang/km-KH/account/general.php
resources/lang/km-KH/auth.php resources/lang/km-KH/auth.php
@ -5632,6 +5776,7 @@ resources/lang/iu-NU/admin/locations/message.php
resources/lang/iu-NU/admin/locations/table.php resources/lang/iu-NU/admin/locations/table.php
resources/lang/iu-NU/reminders.php resources/lang/iu-NU/reminders.php
resources/lang/iu-NU/table.php resources/lang/iu-NU/table.php
resources/lang/iu-NU/datepicker.php
resources/lang/iu-NU/button.php resources/lang/iu-NU/button.php
resources/lang/iu-NU/account/general.php resources/lang/iu-NU/account/general.php
resources/lang/iu-NU/auth.php resources/lang/iu-NU/auth.php
@ -5705,6 +5850,7 @@ resources/lang/sl-SI/admin/locations/message.php
resources/lang/sl-SI/admin/locations/table.php resources/lang/sl-SI/admin/locations/table.php
resources/lang/sl-SI/reminders.php resources/lang/sl-SI/reminders.php
resources/lang/sl-SI/table.php resources/lang/sl-SI/table.php
resources/lang/sl-SI/datepicker.php
resources/lang/sl-SI/button.php resources/lang/sl-SI/button.php
resources/lang/sl-SI/account/general.php resources/lang/sl-SI/account/general.php
resources/lang/sl-SI/auth.php resources/lang/sl-SI/auth.php

View File

@ -16,6 +16,7 @@ phpstan.neon.dist
phpunit.xml.dist phpunit.xml.dist
behat.yml.dist behat.yml.dist
.npmignore .npmignore
UPGRADE-API-2.1.md
.readthedocs.yaml .readthedocs.yaml
symfony.lock symfony.lock
CHANGELOG-2.1.md CHANGELOG-2.1.md
@ -587,6 +588,7 @@ src/Sylius/Component/Currency/tests/Context/CompositeCurrencyContextTest.php
src/Sylius/Component/Currency/Repository/ExchangeRateRepositoryInterface.php src/Sylius/Component/Currency/Repository/ExchangeRateRepositoryInterface.php
src/Sylius/Component/Currency/Repository/CurrencyRepositoryInterface.php src/Sylius/Component/Currency/Repository/CurrencyRepositoryInterface.php
src/Sylius/Component/Currency/composer.json src/Sylius/Component/Currency/composer.json
src/Sylius/Component/Taxonomy/Provider/TaxonTreeProviderInterface.php
src/Sylius/Component/Taxonomy/Generator/TaxonSlugGeneratorInterface.php src/Sylius/Component/Taxonomy/Generator/TaxonSlugGeneratorInterface.php
src/Sylius/Component/Taxonomy/Generator/TaxonSlugGenerator.php src/Sylius/Component/Taxonomy/Generator/TaxonSlugGenerator.php
src/Sylius/Component/Taxonomy/phpunit.xml.dist src/Sylius/Component/Taxonomy/phpunit.xml.dist
@ -600,6 +602,7 @@ src/Sylius/Component/Taxonomy/Model/TaxonTranslation.php
src/Sylius/Component/Taxonomy/Model/Taxon.php src/Sylius/Component/Taxonomy/Model/Taxon.php
src/Sylius/Component/Taxonomy/Model/TaxonInterface.php src/Sylius/Component/Taxonomy/Model/TaxonInterface.php
src/Sylius/Component/Taxonomy/Model/TaxonTranslationInterface.php src/Sylius/Component/Taxonomy/Model/TaxonTranslationInterface.php
src/Sylius/Component/Taxonomy/Exception/TaxonNotFoundException.php
src/Sylius/Component/Taxonomy/tests/Generator/TaxonSlugGeneratorTest.php src/Sylius/Component/Taxonomy/tests/Generator/TaxonSlugGeneratorTest.php
src/Sylius/Component/Taxonomy/tests/Factory/TaxonFactoryTest.php src/Sylius/Component/Taxonomy/tests/Factory/TaxonFactoryTest.php
src/Sylius/Component/Taxonomy/tests/Model/TaxonTranslationTest.php src/Sylius/Component/Taxonomy/tests/Model/TaxonTranslationTest.php
@ -2594,6 +2597,7 @@ src/Sylius/Bundle/CoreBundle/Resources/translations/validators.fi.yml
src/Sylius/Bundle/CoreBundle/Resources/translations/messages.fi.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.fi.yml
src/Sylius/Bundle/CoreBundle/Resources/translations/validators.id.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.id.yml
src/Sylius/Bundle/CoreBundle/Resources/translations/validators.no.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.no.yml
src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.cs.yaml
src/Sylius/Bundle/CoreBundle/Resources/translations/messages.zh_CN.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.zh_CN.yml
src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.ja.yaml src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.ja.yaml
src/Sylius/Bundle/CoreBundle/Resources/translations/messages.id.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.id.yml
@ -2621,6 +2625,7 @@ src/Sylius/Bundle/CoreBundle/Resources/translations/messages.de.yml
src/Sylius/Bundle/CoreBundle/Resources/translations/messages.en_GB.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.en_GB.yml
src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.fr_BE.yaml src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.fr_BE.yaml
src/Sylius/Bundle/CoreBundle/Resources/translations/validators.th.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.th.yml
src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.it.yaml
src/Sylius/Bundle/CoreBundle/Resources/translations/validators.uk.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.uk.yml
src/Sylius/Bundle/CoreBundle/Resources/translations/validators.be.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.be.yml
src/Sylius/Bundle/CoreBundle/Resources/translations/validators.sv.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.sv.yml
@ -2631,6 +2636,8 @@ src/Sylius/Bundle/CoreBundle/Resources/translations/messages.no.yml
src/Sylius/Bundle/CoreBundle/Resources/translations/messages.ms.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.ms.yml
src/Sylius/Bundle/CoreBundle/Resources/translations/messages.et.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.et.yml
src/Sylius/Bundle/CoreBundle/Resources/translations/validators.de_CH.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.de_CH.yml
src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.ro.yaml
src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.sk.yaml
src/Sylius/Bundle/CoreBundle/Resources/translations/validators.ro.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.ro.yml
src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.fr_CA.yaml src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.fr_CA.yaml
src/Sylius/Bundle/CoreBundle/Resources/translations/validators.de.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.de.yml
@ -5917,8 +5924,10 @@ src/Sylius/Bundle/PayumBundle/Resources/translations/validators.ro.yml
src/Sylius/Bundle/PayumBundle/Resources/translations/validators.de.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.de.yml
src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.cs.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.cs.yml
src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.en.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.en.yml
src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.sk.yml
src/Sylius/Bundle/PayumBundle/Resources/translations/messages.fr.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.fr.yml
src/Sylius/Bundle/PayumBundle/Resources/translations/validators.fr_CA.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.fr_CA.yml
src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.it.yml
src/Sylius/Bundle/PayumBundle/Resources/translations/validators.hr.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.hr.yml
src/Sylius/Bundle/PayumBundle/Resources/translations/validators.de_AT.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.de_AT.yml
src/Sylius/Bundle/PayumBundle/Resources/translations/messages.es.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.es.yml
@ -6134,7 +6143,9 @@ src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.cs.yml
src/Sylius/Bundle/UiBundle/Resources/translations/flashes.fi.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.fi.yml
src/Sylius/Bundle/UiBundle/Resources/translations/flashes.de_AT.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.de_AT.yml
src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.en.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.en.yml
src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.sk.yml
src/Sylius/Bundle/UiBundle/Resources/translations/messages.fr.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.fr.yml
src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.it.yml
src/Sylius/Bundle/UiBundle/Resources/translations/flashes.is.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.is.yml
src/Sylius/Bundle/UiBundle/Resources/translations/messages.es.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.es.yml
src/Sylius/Bundle/UiBundle/Resources/translations/messages.pl.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.pl.yml
@ -7277,11 +7288,13 @@ src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.nl.yml
src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.fi.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.fi.yml
src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.fr.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.fr.yml
src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.id.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.id.yml
src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.it.yml
src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.no.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.no.yml
src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.zh_CN.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.zh_CN.yml
src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.id.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.id.yml
src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.ko.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.ko.yml
src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.fa.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.fa.yml
src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.sk.yml
src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.fr_CA.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.fr_CA.yml
src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.ca.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.ca.yml
src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.ro.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.ro.yml
@ -7588,6 +7601,7 @@ src/Sylius/Bundle/ChannelBundle/test/app/config/config.yml
src/Sylius/Bundle/ChannelBundle/test/composer.json src/Sylius/Bundle/ChannelBundle/test/composer.json
src/Sylius/Bundle/ChannelBundle/composer.json src/Sylius/Bundle/ChannelBundle/composer.json
src/Sylius/Bundle/ChannelBundle/Collector/ChannelCollector.php src/Sylius/Bundle/ChannelBundle/Collector/ChannelCollector.php
src/Sylius/Bundle/TaxonomyBundle/Provider/TaxonTreeProvider.php
src/Sylius/Bundle/TaxonomyBundle/Resources/config/services.xml src/Sylius/Bundle/TaxonomyBundle/Resources/config/services.xml
src/Sylius/Bundle/TaxonomyBundle/Resources/config/services/integrations/doctrine/mongodb-odm.xml src/Sylius/Bundle/TaxonomyBundle/Resources/config/services/integrations/doctrine/mongodb-odm.xml
src/Sylius/Bundle/TaxonomyBundle/Resources/config/services/integrations/doctrine/orm.xml src/Sylius/Bundle/TaxonomyBundle/Resources/config/services/integrations/doctrine/orm.xml
@ -7703,6 +7717,7 @@ src/Sylius/Bundle/TaxonomyBundle/README.md
src/Sylius/Bundle/TaxonomyBundle/DependencyInjection/SyliusTaxonomyExtension.php src/Sylius/Bundle/TaxonomyBundle/DependencyInjection/SyliusTaxonomyExtension.php
src/Sylius/Bundle/TaxonomyBundle/DependencyInjection/Configuration.php src/Sylius/Bundle/TaxonomyBundle/DependencyInjection/Configuration.php
src/Sylius/Bundle/TaxonomyBundle/Doctrine/ORM/TaxonRepository.php src/Sylius/Bundle/TaxonomyBundle/Doctrine/ORM/TaxonRepository.php
src/Sylius/Bundle/TaxonomyBundle/tests/Provider/TaxonTreeProviderTest.php
src/Sylius/Bundle/TaxonomyBundle/tests/Functional/SyliusTaxonomyBundleTest.php src/Sylius/Bundle/TaxonomyBundle/tests/Functional/SyliusTaxonomyBundleTest.php
src/Sylius/Bundle/TaxonomyBundle/tests/Functional/app/AppKernel.php src/Sylius/Bundle/TaxonomyBundle/tests/Functional/app/AppKernel.php
src/Sylius/Bundle/TaxonomyBundle/tests/Functional/app/config/parameters.yml src/Sylius/Bundle/TaxonomyBundle/tests/Functional/app/config/parameters.yml
@ -8283,18 +8298,22 @@ src/Sylius/Bundle/ApiBundle/Resources/config/routing.yml
src/Sylius/Bundle/ApiBundle/Resources/translations/validators.hi.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.hi.yaml
src/Sylius/Bundle/ApiBundle/Resources/translations/validators.en.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.en.yaml
src/Sylius/Bundle/ApiBundle/Resources/translations/validators.de_CH.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.de_CH.yaml
src/Sylius/Bundle/ApiBundle/Resources/translations/validators.cs.yaml
src/Sylius/Bundle/ApiBundle/Resources/translations/validators.fr_CA.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.fr_CA.yaml
src/Sylius/Bundle/ApiBundle/Resources/translations/validators.en_GB.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.en_GB.yaml
src/Sylius/Bundle/ApiBundle/Resources/translations/validators.ja.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.ja.yaml
src/Sylius/Bundle/ApiBundle/Resources/translations/validators.fr_BE.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.fr_BE.yaml
src/Sylius/Bundle/ApiBundle/Resources/translations/validators.pt.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.pt.yaml
src/Sylius/Bundle/ApiBundle/Resources/translations/validators.it.yaml
src/Sylius/Bundle/ApiBundle/Resources/translations/validators.pl.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.pl.yaml
src/Sylius/Bundle/ApiBundle/Resources/translations/validators.fr.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.fr.yaml
src/Sylius/Bundle/ApiBundle/Resources/translations/validators.sk.yaml
src/Sylius/Bundle/ApiBundle/Resources/translations/validators.nl.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.nl.yaml
src/Sylius/Bundle/ApiBundle/Resources/translations/validators.no.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.no.yaml
src/Sylius/Bundle/ApiBundle/Resources/translations/validators.de.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.de.yaml
src/Sylius/Bundle/ApiBundle/Resources/translations/validators.ko.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.ko.yaml
src/Sylius/Bundle/ApiBundle/Resources/translations/validators.es.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.es.yaml
src/Sylius/Bundle/ApiBundle/Resources/translations/validators.ro.yaml
src/Sylius/Bundle/ApiBundle/Resources/translations/validators.zh_CN.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.zh_CN.yaml
src/Sylius/Bundle/ApiBundle/Resources/translations/validators.sv.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.sv.yaml
src/Sylius/Bundle/ApiBundle/Resources/translations/validators.de_AT.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.de_AT.yaml
@ -8324,6 +8343,9 @@ src/Sylius/Bundle/ApiBundle/StateProvider/Shop/Order/Shipment/ShippingMethod/Col
src/Sylius/Bundle/ApiBundle/StateProvider/Shop/Order/Payment/PaymentMethod/CollectionProvider.php src/Sylius/Bundle/ApiBundle/StateProvider/Shop/Order/Payment/PaymentMethod/CollectionProvider.php
src/Sylius/Bundle/ApiBundle/StateProvider/Shop/Channel/CollectionProvider.php src/Sylius/Bundle/ApiBundle/StateProvider/Shop/Channel/CollectionProvider.php
src/Sylius/Bundle/ApiBundle/StateProvider/Shop/Product/ProductAttributeValue/CollectionProvider.php src/Sylius/Bundle/ApiBundle/StateProvider/Shop/Product/ProductAttributeValue/CollectionProvider.php
src/Sylius/Bundle/ApiBundle/StateProvider/Shop/TaxonTree/TaxonTreePathProvider.php
src/Sylius/Bundle/ApiBundle/StateProvider/Shop/TaxonTree/AbstractTaxonTreeProvider.php
src/Sylius/Bundle/ApiBundle/StateProvider/Shop/TaxonTree/TaxonTreeBranchProvider.php
src/Sylius/Bundle/ApiBundle/StateProvider/Shop/Shipment/ItemProvider.php src/Sylius/Bundle/ApiBundle/StateProvider/Shop/Shipment/ItemProvider.php
src/Sylius/Bundle/ApiBundle/StateProvider/Shop/Payment/ItemProvider.php src/Sylius/Bundle/ApiBundle/StateProvider/Shop/Payment/ItemProvider.php
src/Sylius/Bundle/ApiBundle/StateProvider/Shop/Payment/PaymentRequest/ItemProvider.php src/Sylius/Bundle/ApiBundle/StateProvider/Shop/Payment/PaymentRequest/ItemProvider.php
@ -8333,71 +8355,8 @@ src/Sylius/Bundle/ApiBundle/Mapper/AddressMapperInterface.php
src/Sylius/Bundle/ApiBundle/Mapper/AddressMapper.php src/Sylius/Bundle/ApiBundle/Mapper/AddressMapper.php
src/Sylius/Bundle/ApiBundle/Behat/Extension/SyliusApiBundleExtension.php src/Sylius/Bundle/ApiBundle/Behat/Extension/SyliusApiBundleExtension.php
src/Sylius/Bundle/ApiBundle/Behat/Tester/ApiScenarioEventDispatchingScenarioTester.php src/Sylius/Bundle/ApiBundle/Behat/Tester/ApiScenarioEventDispatchingScenarioTester.php
src/Sylius/Bundle/ApiBundle/Tests/Doctrine/ORM/QueryExtension/Shop/Product/EnabledVariantsExtensionTest.php
src/Sylius/Bundle/ApiBundle/Checker/AppliedCouponEligibilityChecker.php src/Sylius/Bundle/ApiBundle/Checker/AppliedCouponEligibilityChecker.php
src/Sylius/Bundle/ApiBundle/Checker/AppliedCouponEligibilityCheckerInterface.php src/Sylius/Bundle/ApiBundle/Checker/AppliedCouponEligibilityCheckerInterface.php
src/Sylius/Bundle/ApiBundle/spec/Serializer/Normalizer/ProductVariantNormalizerTest.php
src/Sylius/Bundle/ApiBundle/spec/Serializer/Normalizer/GeneratedPromotionCouponsNormalizerTest.php
src/Sylius/Bundle/ApiBundle/spec/Serializer/Normalizer/ShippingMethodNormalizerTest.php
src/Sylius/Bundle/ApiBundle/spec/Serializer/Normalizer/ProductAttributeValueNormalizerTest.php
src/Sylius/Bundle/ApiBundle/spec/CommandHandler/MessageHandlerAttributeTrait.php
src/Sylius/Bundle/ApiBundle/spec/CommandHandler/Checkout/UpdateCartHandlerTest.php
src/Sylius/Bundle/ApiBundle/spec/CommandHandler/Checkout/ChoosePaymentMethodHandlerTest.php
src/Sylius/Bundle/ApiBundle/spec/CommandHandler/Checkout/SendOrderConfirmationHandlerTest.php
src/Sylius/Bundle/ApiBundle/spec/CommandHandler/Checkout/ShipShipmentHandlerTest.php
src/Sylius/Bundle/ApiBundle/spec/CommandHandler/Checkout/CompleteOrderHandlerTest.php
src/Sylius/Bundle/ApiBundle/spec/CommandHandler/Checkout/SendShipmentConfirmationEmailHandlerTest.php
src/Sylius/Bundle/ApiBundle/spec/CommandHandler/Checkout/ChooseShippingMethodHandlerTest.php
src/Sylius/Bundle/ApiBundle/spec/CommandHandler/SendContactRequestHandlerTest.php
src/Sylius/Bundle/ApiBundle/spec/CommandHandler/Catalog/AddProductReviewHandlerTest.php
src/Sylius/Bundle/ApiBundle/spec/CommandHandler/Cart/InformAboutCartRecalculationHandlerTest.php
src/Sylius/Bundle/ApiBundle/spec/CommandHandler/Cart/AddItemToCartHandlerTest.php
src/Sylius/Bundle/ApiBundle/spec/CommandHandler/Cart/ChangeItemQuantityInCartHandlerTest.php
src/Sylius/Bundle/ApiBundle/spec/CommandHandler/Cart/PickupCartHandlerTest.php
src/Sylius/Bundle/ApiBundle/spec/CommandHandler/Cart/BlameCartHandlerTest.php
src/Sylius/Bundle/ApiBundle/spec/CommandHandler/Cart/RemoveItemFromCartHandlerTest.php
src/Sylius/Bundle/ApiBundle/spec/CommandHandler/Account/ResetPasswordHandlerTest.php
src/Sylius/Bundle/ApiBundle/spec/CommandHandler/Account/RequestShopUserVerificationHandlerTest.php
src/Sylius/Bundle/ApiBundle/spec/CommandHandler/Account/SendResetPasswordEmailHandlerTest.php
src/Sylius/Bundle/ApiBundle/spec/CommandHandler/Account/ChangePaymentMethodHandlerTest.php
src/Sylius/Bundle/ApiBundle/spec/CommandHandler/Account/RequestResetPasswordTokenHandlerTest.php
src/Sylius/Bundle/ApiBundle/spec/CommandHandler/Account/ChangeShopUserPasswordHandlerTest.php
src/Sylius/Bundle/ApiBundle/spec/CommandHandler/Account/SendShopUserVerificationEmailHandlerTest.php
src/Sylius/Bundle/ApiBundle/spec/CommandHandler/Account/RegisterShopUserHandlerTest.php
src/Sylius/Bundle/ApiBundle/spec/CommandHandler/Account/SendAccountRegistrationEmailHandlerTest.php
src/Sylius/Bundle/ApiBundle/spec/CommandHandler/Account/VerifyShopUserHandlerTest.php
src/Sylius/Bundle/ApiBundle/spec/CommandHandler/Promotion/GeneratePromotionCouponHandlerTest.php
src/Sylius/Bundle/ApiBundle/spec/CommandHandler/Customer/RemoveShopUserHandlerTest.php
src/Sylius/Bundle/ApiBundle/spec/Doctrine/ORM/Filter/TaxonFilterTest.php
src/Sylius/Bundle/ApiBundle/spec/Doctrine/ORM/QueryExtension/Common/RestrictingFilterEagerLoadingExtensionTest.php
src/Sylius/Bundle/ApiBundle/spec/Doctrine/ORM/QueryExtension/Common/NonArchivedExtensionTest.php
src/Sylius/Bundle/ApiBundle/spec/Doctrine/ORM/QueryExtension/Shop/OrderItem/VisitorBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/spec/Doctrine/ORM/QueryExtension/Shop/OrderItem/ShopUserBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/spec/Doctrine/ORM/QueryExtension/Shop/Address/ShopUserBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/spec/Doctrine/ORM/QueryExtension/Shop/Taxon/EnabledChildrenExtensionTest.php
src/Sylius/Bundle/ApiBundle/spec/Doctrine/ORM/QueryExtension/Shop/Taxon/ChannelBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/spec/Doctrine/ORM/QueryExtension/Shop/Order/VisitorBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/spec/Doctrine/ORM/QueryExtension/Shop/Order/StateBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/spec/Doctrine/ORM/QueryExtension/Shop/Order/ChannelBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/spec/Doctrine/ORM/QueryExtension/Shop/Order/ShopUserBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/spec/Doctrine/ORM/QueryExtension/Shop/Currency/ChannelBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/spec/Doctrine/ORM/QueryExtension/Shop/ProductReview/AcceptedExtensionTest.php
src/Sylius/Bundle/ApiBundle/spec/Doctrine/ORM/QueryExtension/Shop/ProductAssociation/EnabledProductsExtensionTest.php
src/Sylius/Bundle/ApiBundle/spec/Doctrine/ORM/QueryExtension/Shop/ExchangeRate/ChannelBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/spec/Doctrine/ORM/QueryExtension/Shop/Locale/ChannelBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/spec/Doctrine/ORM/QueryExtension/Shop/ShippingMethod/EnabledExtensionTest.php
src/Sylius/Bundle/ApiBundle/spec/Doctrine/ORM/QueryExtension/Shop/ShippingMethod/ChannelBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/spec/Doctrine/ORM/QueryExtension/Shop/Product/ChannelAndLocaleBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/spec/Doctrine/ORM/QueryExtension/Shop/Product/TaxonBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/spec/Doctrine/ORM/QueryExtension/Shop/Product/EnabledWithinProductAssociationExtensionTest.php
src/Sylius/Bundle/ApiBundle/spec/Doctrine/ORM/QueryExtension/Shop/Common/EnabledExtensionTest.php
src/Sylius/Bundle/ApiBundle/spec/Doctrine/ORM/QueryExtension/Shop/PaymentMethod/EnabledExtensionTest.php
src/Sylius/Bundle/ApiBundle/spec/Doctrine/ORM/QueryExtension/Shop/PaymentMethod/ChannelBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/spec/Doctrine/ORM/QueryExtension/Shop/Customer/ShopUserBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/spec/Doctrine/ORM/QueryExtension/Shop/Country/ChannelBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/spec/Doctrine/ORM/QueryExtension/Admin/Order/StateBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/spec/Doctrine/ORM/QueryExtension/Admin/Promotion/PromotionCoupon/PostResultExtensionTest.php
src/Sylius/Bundle/ApiBundle/spec/Resolver/PathPrefixBasedOperationResolverTest.php
src/Sylius/Bundle/ApiBundle/Applicator/ProductReviewStateMachineTransitionApplicatorInterface.php src/Sylius/Bundle/ApiBundle/Applicator/ProductReviewStateMachineTransitionApplicatorInterface.php
src/Sylius/Bundle/ApiBundle/Applicator/ArchivingShippingMethodApplicator.php src/Sylius/Bundle/ApiBundle/Applicator/ArchivingShippingMethodApplicator.php
src/Sylius/Bundle/ApiBundle/Applicator/ArchivingPromotionApplicator.php src/Sylius/Bundle/ApiBundle/Applicator/ArchivingPromotionApplicator.php
@ -8600,9 +8559,13 @@ src/Sylius/Bundle/ApiBundle/tests/Serializer/Denormalizer/ProductAttributeValueD
src/Sylius/Bundle/ApiBundle/tests/Serializer/Denormalizer/ChannelDenormalizerTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/Denormalizer/ChannelDenormalizerTest.php
src/Sylius/Bundle/ApiBundle/tests/Serializer/Denormalizer/NumericToStringDenormalizerTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/Denormalizer/NumericToStringDenormalizerTest.php
src/Sylius/Bundle/ApiBundle/tests/Serializer/Denormalizer/ProductVariantChannelPricingsChannelCodeKeyDenormalizerTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/Denormalizer/ProductVariantChannelPricingsChannelCodeKeyDenormalizerTest.php
src/Sylius/Bundle/ApiBundle/tests/Serializer/Normalizer/ProductVariantNormalizerTest.php
src/Sylius/Bundle/ApiBundle/tests/Serializer/Normalizer/CommandNormalizerTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/Normalizer/CommandNormalizerTest.php
src/Sylius/Bundle/ApiBundle/tests/Serializer/Normalizer/DoctrineCollectionValuesNormalizerTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/Normalizer/DoctrineCollectionValuesNormalizerTest.php
src/Sylius/Bundle/ApiBundle/tests/Serializer/Normalizer/ProductNormalizerTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/Normalizer/ProductNormalizerTest.php
src/Sylius/Bundle/ApiBundle/tests/Serializer/Normalizer/GeneratedPromotionCouponsNormalizerTest.php
src/Sylius/Bundle/ApiBundle/tests/Serializer/Normalizer/ShippingMethodNormalizerTest.php
src/Sylius/Bundle/ApiBundle/tests/Serializer/Normalizer/ProductAttributeValueNormalizerTest.php
src/Sylius/Bundle/ApiBundle/tests/Serializer/Normalizer/ProductOptionValueNormalizerTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/Normalizer/ProductOptionValueNormalizerTest.php
src/Sylius/Bundle/ApiBundle/tests/Serializer/Normalizer/ImageNormalizerTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/Normalizer/ImageNormalizerTest.php
src/Sylius/Bundle/ApiBundle/tests/Serializer/ContextBuilder/PaymentRequestActionAwareContextBuilderTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/ContextBuilder/PaymentRequestActionAwareContextBuilderTest.php
@ -8705,9 +8668,67 @@ src/Sylius/Bundle/ApiBundle/tests/Application/config/api_platform_modified/resou
src/Sylius/Bundle/ApiBundle/tests/Application/.env src/Sylius/Bundle/ApiBundle/tests/Application/.env
src/Sylius/Bundle/ApiBundle/tests/Application/.env.test src/Sylius/Bundle/ApiBundle/tests/Application/.env.test
src/Sylius/Bundle/ApiBundle/tests/Application/bin/console src/Sylius/Bundle/ApiBundle/tests/Application/bin/console
src/Sylius/Bundle/ApiBundle/tests/CommandHandler/MessageHandlerAttributeTrait.php
src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Checkout/UpdateCartHandlerTest.php
src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Checkout/ChoosePaymentMethodHandlerTest.php
src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Checkout/SendOrderConfirmationHandlerTest.php
src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Checkout/ShipShipmentHandlerTest.php
src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Checkout/CompleteOrderHandlerTest.php
src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Checkout/SendShipmentConfirmationEmailHandlerTest.php
src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Checkout/ChooseShippingMethodHandlerTest.php
src/Sylius/Bundle/ApiBundle/tests/CommandHandler/SendContactRequestHandlerTest.php
src/Sylius/Bundle/ApiBundle/tests/CommandHandler/AddPaymentRequestHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/CommandHandler/AddPaymentRequestHandlerTest.php
src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Catalog/AddProductReviewHandlerTest.php
src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Cart/InformAboutCartRecalculationHandlerTest.php
src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Cart/AddItemToCartHandlerTest.php
src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Cart/ChangeItemQuantityInCartHandlerTest.php
src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Cart/PickupCartHandlerTest.php
src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Cart/BlameCartHandlerTest.php
src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Cart/RemoveItemFromCartHandlerTest.php
src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Account/ResetPasswordHandlerTest.php
src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Account/RequestShopUserVerificationHandlerTest.php
src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Account/SendResetPasswordEmailHandlerTest.php
src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Account/ChangePaymentMethodHandlerTest.php
src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Account/RequestResetPasswordTokenHandlerTest.php
src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Account/ChangeShopUserPasswordHandlerTest.php
src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Account/SendShopUserVerificationEmailHandlerTest.php
src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Account/RegisterShopUserHandlerTest.php
src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Account/SendAccountRegistrationEmailHandlerTest.php
src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Account/VerifyShopUserHandlerTest.php
src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Promotion/GeneratePromotionCouponHandlerTest.php
src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Customer/RemoveShopUserHandlerTest.php
src/Sylius/Bundle/ApiBundle/tests/CommandHandler/ChangeAddressOrderHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/CommandHandler/ChangeAddressOrderHandlerTest.php
src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/Filter/TaxonFilterTest.php
src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Common/RestrictingFilterEagerLoadingExtensionTest.php
src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Common/TranslationOrderLocaleExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Common/TranslationOrderLocaleExtensionTest.php
src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Common/NonArchivedExtensionTest.php
src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/OrderItem/VisitorBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/OrderItem/ShopUserBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Address/ShopUserBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Taxon/EnabledChildrenExtensionTest.php
src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Taxon/ChannelBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Order/VisitorBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Order/StateBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Order/ChannelBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Order/ShopUserBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Currency/ChannelBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/ProductReview/AcceptedExtensionTest.php
src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/ProductAssociation/EnabledProductsExtensionTest.php
src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/ExchangeRate/ChannelBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Locale/ChannelBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/ShippingMethod/EnabledExtensionTest.php
src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/ShippingMethod/ChannelBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Product/ChannelAndLocaleBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Product/EnabledVariantsExtensionTest.php
src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Product/TaxonBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Product/EnabledWithinProductAssociationExtensionTest.php
src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Common/EnabledExtensionTest.php
src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/PaymentMethod/EnabledExtensionTest.php
src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/PaymentMethod/ChannelBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Customer/ShopUserBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Country/ChannelBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Admin/Order/StateBasedExtensionTest.php
src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Admin/Promotion/PromotionCoupon/PostResultExtensionTest.php
src/Sylius/Bundle/ApiBundle/tests/Creator/TaxonImageCreatorTest.php src/Sylius/Bundle/ApiBundle/tests/Creator/TaxonImageCreatorTest.php
src/Sylius/Bundle/ApiBundle/tests/Creator/AvatarImageCreatorTest.php src/Sylius/Bundle/ApiBundle/tests/Creator/AvatarImageCreatorTest.php
src/Sylius/Bundle/ApiBundle/tests/Creator/ProductImageCreatorTest.php src/Sylius/Bundle/ApiBundle/tests/Creator/ProductImageCreatorTest.php
@ -10103,6 +10124,7 @@ tests/Api/DataFixtures/ORM/promotion/product.yaml
tests/Api/DataFixtures/ORM/tax_rates.yaml tests/Api/DataFixtures/ORM/tax_rates.yaml
tests/Api/DataFixtures/ORM/statistics.yaml tests/Api/DataFixtures/ORM/statistics.yaml
tests/Api/DataFixtures/ORM/zones.yaml tests/Api/DataFixtures/ORM/zones.yaml
tests/Api/DataFixtures/ORM/taxon/taxon_tree.yaml
tests/Api/DataFixtures/ORM/tax_category.yaml tests/Api/DataFixtures/ORM/tax_category.yaml
tests/Api/DataFixtures/ORM/exchange_rate.yaml tests/Api/DataFixtures/ORM/exchange_rate.yaml
tests/Api/DataFixtures/ORM/cart/promotion.yaml tests/Api/DataFixtures/ORM/cart/promotion.yaml
@ -10464,6 +10486,18 @@ tests/Api/Responses/shop/product_option_value/get_product_option_value.json
tests/Api/Responses/shop/currency/get_currencies_response.json tests/Api/Responses/shop/currency/get_currencies_response.json
tests/Api/Responses/shop/currency/get_currency_response.json tests/Api/Responses/shop/currency/get_currency_response.json
tests/Api/Responses/shop/taxon/get_taxon.json tests/Api/Responses/shop/taxon/get_taxon.json
tests/Api/Responses/shop/taxon/tree/branch/get_for_category_with_root.json
tests/Api/Responses/shop/taxon/tree/branch/get_for_category_without_root.json
tests/Api/Responses/shop/taxon/tree/branch/get_for_plugs_with_root.json
tests/Api/Responses/shop/taxon/tree/branch/get_for_plugs_without_root.json
tests/Api/Responses/shop/taxon/tree/branch/get_for_accessories_without_root.json
tests/Api/Responses/shop/taxon/tree/branch/get_for_accessories_with_root.json
tests/Api/Responses/shop/taxon/tree/path/get_for_category_with_root.json
tests/Api/Responses/shop/taxon/tree/path/get_for_category_without_root.json
tests/Api/Responses/shop/taxon/tree/path/get_for_plugs_with_root.json
tests/Api/Responses/shop/taxon/tree/path/get_for_plugs_without_root.json
tests/Api/Responses/shop/taxon/tree/path/get_for_accessories_without_root.json
tests/Api/Responses/shop/taxon/tree/path/get_for_accessories_with_root.json
tests/Api/Responses/shop/taxon/get_taxons.json tests/Api/Responses/shop/taxon/get_taxons.json
tests/Api/Responses/shop/payment/get_payment.json tests/Api/Responses/shop/payment/get_payment.json
tests/Api/Responses/shop/shipping_method/get_shipping_method_response.json tests/Api/Responses/shop/shipping_method/get_shipping_method_response.json

View File

@ -83986,6 +83986,18 @@ tests/DefaultConfig/Media/ListViewMedia.spec.ts
DefaultConfig/Media/ListViewMedia.spec.ts DefaultConfig/Media/ListViewMedia.spec.ts
Media/ListViewMedia.spec.ts Media/ListViewMedia.spec.ts
ListViewMedia.spec.ts ListViewMedia.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Webhook/Webhook.spec.ts
Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Webhook/Webhook.spec.ts
tests/DefaultConfig/Webhook/Webhook.spec.ts
DefaultConfig/Webhook/Webhook.spec.ts
Webhook/Webhook.spec.ts
Webhook.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Webhook/WebhookTrigger.spec.ts
Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Webhook/WebhookTrigger.spec.ts
tests/DefaultConfig/Webhook/WebhookTrigger.spec.ts
DefaultConfig/Webhook/WebhookTrigger.spec.ts
Webhook/WebhookTrigger.spec.ts
WebhookTrigger.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/TrueFalse.spec.ts tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/TrueFalse.spec.ts
Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/TrueFalse.spec.ts Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/TrueFalse.spec.ts
tests/DefaultConfig/DataType/TrueFalse.spec.ts tests/DefaultConfig/DataType/TrueFalse.spec.ts

View File

@ -12783,6 +12783,8 @@ tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Users/UserGroups.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Dictionary/Dictionary.spec.ts tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Dictionary/Dictionary.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Media/Media.spec.ts tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Media/Media.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Media/ListViewMedia.spec.ts tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Media/ListViewMedia.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Webhook/Webhook.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Webhook/WebhookTrigger.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/TrueFalse.spec.ts tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/TrueFalse.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/CheckboxList.spec.ts tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/CheckboxList.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/UploadField.spec.ts tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/UploadField.spec.ts

View File

@ -3310,6 +3310,11 @@ js/email-editor/changelog/wooplug-4464-email-editor-crashes
email-editor/changelog/wooplug-4464-email-editor-crashes email-editor/changelog/wooplug-4464-email-editor-crashes
changelog/wooplug-4464-email-editor-crashes changelog/wooplug-4464-email-editor-crashes
wooplug-4464-email-editor-crashes wooplug-4464-email-editor-crashes
packages/js/email-editor/changelog/58861-dev-build-ram-usage-batch-2
js/email-editor/changelog/58861-dev-build-ram-usage-batch-2
email-editor/changelog/58861-dev-build-ram-usage-batch-2
changelog/58861-dev-build-ram-usage-batch-2
58861-dev-build-ram-usage-batch-2
packages/js/email-editor/changelog/57299-fix-wireit-in-ci packages/js/email-editor/changelog/57299-fix-wireit-in-ci
js/email-editor/changelog/57299-fix-wireit-in-ci js/email-editor/changelog/57299-fix-wireit-in-ci
email-editor/changelog/57299-fix-wireit-in-ci email-editor/changelog/57299-fix-wireit-in-ci
@ -4139,6 +4144,11 @@ js/e2e-utils-playwright/changelog/dev-55910-deps-consolidation
e2e-utils-playwright/changelog/dev-55910-deps-consolidation e2e-utils-playwright/changelog/dev-55910-deps-consolidation
changelog/dev-55910-deps-consolidation changelog/dev-55910-deps-consolidation
dev-55910-deps-consolidation dev-55910-deps-consolidation
packages/js/e2e-utils-playwright/changelog/58861-dev-build-ram-usage-batch-2
js/e2e-utils-playwright/changelog/58861-dev-build-ram-usage-batch-2
e2e-utils-playwright/changelog/58861-dev-build-ram-usage-batch-2
changelog/58861-dev-build-ram-usage-batch-2
58861-dev-build-ram-usage-batch-2
packages/js/e2e-utils-playwright/changelog/.gitkeep packages/js/e2e-utils-playwright/changelog/.gitkeep
js/e2e-utils-playwright/changelog/.gitkeep js/e2e-utils-playwright/changelog/.gitkeep
e2e-utils-playwright/changelog/.gitkeep e2e-utils-playwright/changelog/.gitkeep
@ -5215,13 +5225,6 @@ data/src/shipping-methods/selectors.ts
src/shipping-methods/selectors.ts src/shipping-methods/selectors.ts
shipping-methods/selectors.ts shipping-methods/selectors.ts
selectors.ts selectors.ts
packages/js/data/src/shipping-methods/test-helpers/stub.ts
js/data/src/shipping-methods/test-helpers/stub.ts
data/src/shipping-methods/test-helpers/stub.ts
src/shipping-methods/test-helpers/stub.ts
shipping-methods/test-helpers/stub.ts
test-helpers/stub.ts
stub.ts
packages/js/data/src/shipping-methods/reducer.ts packages/js/data/src/shipping-methods/reducer.ts
js/data/src/shipping-methods/reducer.ts js/data/src/shipping-methods/reducer.ts
data/src/shipping-methods/reducer.ts data/src/shipping-methods/reducer.ts
@ -5240,6 +5243,14 @@ data/src/shipping-methods/actions.ts
src/shipping-methods/actions.ts src/shipping-methods/actions.ts
shipping-methods/actions.ts shipping-methods/actions.ts
actions.ts actions.ts
packages/js/data/src/shipping-methods/test/helpers/stub.ts
js/data/src/shipping-methods/test/helpers/stub.ts
data/src/shipping-methods/test/helpers/stub.ts
src/shipping-methods/test/helpers/stub.ts
shipping-methods/test/helpers/stub.ts
test/helpers/stub.ts
helpers/stub.ts
stub.ts
packages/js/data/src/shipping-methods/test/reducer.ts packages/js/data/src/shipping-methods/test/reducer.ts
js/data/src/shipping-methods/test/reducer.ts js/data/src/shipping-methods/test/reducer.ts
data/src/shipping-methods/test/reducer.ts data/src/shipping-methods/test/reducer.ts
@ -5421,33 +5432,33 @@ data/src/setting-options/actions.ts
src/setting-options/actions.ts src/setting-options/actions.ts
setting-options/actions.ts setting-options/actions.ts
actions.ts actions.ts
packages/js/data/src/setting-options/tests/reducer.test.ts packages/js/data/src/setting-options/test/reducer.test.ts
js/data/src/setting-options/tests/reducer.test.ts js/data/src/setting-options/test/reducer.test.ts
data/src/setting-options/tests/reducer.test.ts data/src/setting-options/test/reducer.test.ts
src/setting-options/tests/reducer.test.ts src/setting-options/test/reducer.test.ts
setting-options/tests/reducer.test.ts setting-options/test/reducer.test.ts
tests/reducer.test.ts test/reducer.test.ts
reducer.test.ts reducer.test.ts
packages/js/data/src/setting-options/tests/selectors.test.ts packages/js/data/src/setting-options/test/selectors.test.ts
js/data/src/setting-options/tests/selectors.test.ts js/data/src/setting-options/test/selectors.test.ts
data/src/setting-options/tests/selectors.test.ts data/src/setting-options/test/selectors.test.ts
src/setting-options/tests/selectors.test.ts src/setting-options/test/selectors.test.ts
setting-options/tests/selectors.test.ts setting-options/test/selectors.test.ts
tests/selectors.test.ts test/selectors.test.ts
selectors.test.ts selectors.test.ts
packages/js/data/src/setting-options/tests/actions.test.ts packages/js/data/src/setting-options/test/actions.test.ts
js/data/src/setting-options/tests/actions.test.ts js/data/src/setting-options/test/actions.test.ts
data/src/setting-options/tests/actions.test.ts data/src/setting-options/test/actions.test.ts
src/setting-options/tests/actions.test.ts src/setting-options/test/actions.test.ts
setting-options/tests/actions.test.ts setting-options/test/actions.test.ts
tests/actions.test.ts test/actions.test.ts
actions.test.ts actions.test.ts
packages/js/data/src/setting-options/tests/utils.ts packages/js/data/src/setting-options/test/utils.ts
js/data/src/setting-options/tests/utils.ts js/data/src/setting-options/test/utils.ts
data/src/setting-options/tests/utils.ts data/src/setting-options/test/utils.ts
src/setting-options/tests/utils.ts src/setting-options/test/utils.ts
setting-options/tests/utils.ts setting-options/test/utils.ts
tests/utils.ts test/utils.ts
utils.ts utils.ts
packages/js/data/src/setting-options/action-types.ts packages/js/data/src/setting-options/action-types.ts
js/data/src/setting-options/action-types.ts js/data/src/setting-options/action-types.ts
@ -5600,13 +5611,6 @@ data/src/payment-gateways/selectors.ts
src/payment-gateways/selectors.ts src/payment-gateways/selectors.ts
payment-gateways/selectors.ts payment-gateways/selectors.ts
selectors.ts selectors.ts
packages/js/data/src/payment-gateways/test-helpers/stub.ts
js/data/src/payment-gateways/test-helpers/stub.ts
data/src/payment-gateways/test-helpers/stub.ts
src/payment-gateways/test-helpers/stub.ts
payment-gateways/test-helpers/stub.ts
test-helpers/stub.ts
stub.ts
packages/js/data/src/payment-gateways/reducer.ts packages/js/data/src/payment-gateways/reducer.ts
js/data/src/payment-gateways/reducer.ts js/data/src/payment-gateways/reducer.ts
data/src/payment-gateways/reducer.ts data/src/payment-gateways/reducer.ts
@ -5625,6 +5629,14 @@ data/src/payment-gateways/actions.ts
src/payment-gateways/actions.ts src/payment-gateways/actions.ts
payment-gateways/actions.ts payment-gateways/actions.ts
actions.ts actions.ts
packages/js/data/src/payment-gateways/test/helpers/stub.ts
js/data/src/payment-gateways/test/helpers/stub.ts
data/src/payment-gateways/test/helpers/stub.ts
src/payment-gateways/test/helpers/stub.ts
payment-gateways/test/helpers/stub.ts
test/helpers/stub.ts
helpers/stub.ts
stub.ts
packages/js/data/src/payment-gateways/test/reducer.ts packages/js/data/src/payment-gateways/test/reducer.ts
js/data/src/payment-gateways/test/reducer.ts js/data/src/payment-gateways/test/reducer.ts
data/src/payment-gateways/test/reducer.ts data/src/payment-gateways/test/reducer.ts
@ -6040,13 +6052,6 @@ data/src/payment-settings/selectors.ts
src/payment-settings/selectors.ts src/payment-settings/selectors.ts
payment-settings/selectors.ts payment-settings/selectors.ts
selectors.ts selectors.ts
packages/js/data/src/payment-settings/test-helpers/stub.ts
js/data/src/payment-settings/test-helpers/stub.ts
data/src/payment-settings/test-helpers/stub.ts
src/payment-settings/test-helpers/stub.ts
payment-settings/test-helpers/stub.ts
test-helpers/stub.ts
stub.ts
packages/js/data/src/payment-settings/reducer.ts packages/js/data/src/payment-settings/reducer.ts
js/data/src/payment-settings/reducer.ts js/data/src/payment-settings/reducer.ts
data/src/payment-settings/reducer.ts data/src/payment-settings/reducer.ts
@ -6065,6 +6070,14 @@ data/src/payment-settings/actions.ts
src/payment-settings/actions.ts src/payment-settings/actions.ts
payment-settings/actions.ts payment-settings/actions.ts
actions.ts actions.ts
packages/js/data/src/payment-settings/test/helpers/stub.ts
js/data/src/payment-settings/test/helpers/stub.ts
data/src/payment-settings/test/helpers/stub.ts
src/payment-settings/test/helpers/stub.ts
payment-settings/test/helpers/stub.ts
test/helpers/stub.ts
helpers/stub.ts
stub.ts
packages/js/data/src/payment-settings/test/reducer.ts packages/js/data/src/payment-settings/test/reducer.ts
js/data/src/payment-settings/test/reducer.ts js/data/src/payment-settings/test/reducer.ts
data/src/payment-settings/test/reducer.ts data/src/payment-settings/test/reducer.ts
@ -6593,6 +6606,11 @@ js/data/changelog/dev-nox-refactor-consistent-naming-around-plural-payments
data/changelog/dev-nox-refactor-consistent-naming-around-plural-payments data/changelog/dev-nox-refactor-consistent-naming-around-plural-payments
changelog/dev-nox-refactor-consistent-naming-around-plural-payments changelog/dev-nox-refactor-consistent-naming-around-plural-payments
dev-nox-refactor-consistent-naming-around-plural-payments dev-nox-refactor-consistent-naming-around-plural-payments
packages/js/data/changelog/58861-dev-build-ram-usage-batch-2
js/data/changelog/58861-dev-build-ram-usage-batch-2
data/changelog/58861-dev-build-ram-usage-batch-2
changelog/58861-dev-build-ram-usage-batch-2
58861-dev-build-ram-usage-batch-2
packages/js/data/changelog/55498-fix-product-editor-ts-errors-2 packages/js/data/changelog/55498-fix-product-editor-ts-errors-2
js/data/changelog/55498-fix-product-editor-ts-errors-2 js/data/changelog/55498-fix-product-editor-ts-errors-2
data/changelog/55498-fix-product-editor-ts-errors-2 data/changelog/55498-fix-product-editor-ts-errors-2
@ -8240,6 +8258,11 @@ js/customer-effort-score/changelog/add-49534
customer-effort-score/changelog/add-49534 customer-effort-score/changelog/add-49534
changelog/add-49534 changelog/add-49534
add-49534 add-49534
packages/js/customer-effort-score/changelog/58861-dev-build-ram-usage-batch-2
js/customer-effort-score/changelog/58861-dev-build-ram-usage-batch-2
customer-effort-score/changelog/58861-dev-build-ram-usage-batch-2
changelog/58861-dev-build-ram-usage-batch-2
58861-dev-build-ram-usage-batch-2
packages/js/customer-effort-score/changelog/52499-fix-52369-ces-modal-style-issue-with-wp-67 packages/js/customer-effort-score/changelog/52499-fix-52369-ces-modal-style-issue-with-wp-67
js/customer-effort-score/changelog/52499-fix-52369-ces-modal-style-issue-with-wp-67 js/customer-effort-score/changelog/52499-fix-52369-ces-modal-style-issue-with-wp-67
customer-effort-score/changelog/52499-fix-52369-ces-modal-style-issue-with-wp-67 customer-effort-score/changelog/52499-fix-52369-ces-modal-style-issue-with-wp-67
@ -8819,6 +8842,11 @@ js/experimental/changelog/update-storybook_documentation
experimental/changelog/update-storybook_documentation experimental/changelog/update-storybook_documentation
changelog/update-storybook_documentation changelog/update-storybook_documentation
update-storybook_documentation update-storybook_documentation
packages/js/experimental/changelog/58861-dev-build-ram-usage-batch-2
js/experimental/changelog/58861-dev-build-ram-usage-batch-2
experimental/changelog/58861-dev-build-ram-usage-batch-2
changelog/58861-dev-build-ram-usage-batch-2
58861-dev-build-ram-usage-batch-2
packages/js/experimental/changelog/fix-react-visibility-sensor packages/js/experimental/changelog/fix-react-visibility-sensor
js/experimental/changelog/fix-react-visibility-sensor js/experimental/changelog/fix-react-visibility-sensor
experimental/changelog/fix-react-visibility-sensor experimental/changelog/fix-react-visibility-sensor
@ -10432,12 +10460,6 @@ src/models/settings/setting-group.ts
models/settings/setting-group.ts models/settings/setting-group.ts
settings/setting-group.ts settings/setting-group.ts
setting-group.ts setting-group.ts
packages/js/api/src/__test_data__/dummy-model.ts
js/api/src/__test_data__/dummy-model.ts
api/src/__test_data__/dummy-model.ts
src/__test_data__/dummy-model.ts
__test_data__/dummy-model.ts
dummy-model.ts
packages/js/api/src/framework/index.ts packages/js/api/src/framework/index.ts
js/api/src/framework/index.ts js/api/src/framework/index.ts
api/src/framework/index.ts api/src/framework/index.ts
@ -10682,6 +10704,12 @@ src/http/axios/utils.ts
http/axios/utils.ts http/axios/utils.ts
axios/utils.ts axios/utils.ts
utils.ts utils.ts
packages/js/api/src/test/dummy-model.ts
js/api/src/test/dummy-model.ts
api/src/test/dummy-model.ts
src/test/dummy-model.ts
test/dummy-model.ts
dummy-model.ts
packages/js/api/.eslintignore packages/js/api/.eslintignore
js/api/.eslintignore js/api/.eslintignore
api/.eslintignore api/.eslintignore
@ -10816,6 +10844,11 @@ js/api/changelog/refactor-standardize-postinstall
api/changelog/refactor-standardize-postinstall api/changelog/refactor-standardize-postinstall
changelog/refactor-standardize-postinstall changelog/refactor-standardize-postinstall
refactor-standardize-postinstall refactor-standardize-postinstall
packages/js/api/changelog/58861-dev-build-ram-usage-batch-2
js/api/changelog/58861-dev-build-ram-usage-batch-2
api/changelog/58861-dev-build-ram-usage-batch-2
changelog/58861-dev-build-ram-usage-batch-2
58861-dev-build-ram-usage-batch-2
packages/js/api/changelog/dev-include-eslint-annotations packages/js/api/changelog/dev-include-eslint-annotations
js/api/changelog/dev-include-eslint-annotations js/api/changelog/dev-include-eslint-annotations
api/changelog/dev-include-eslint-annotations api/changelog/dev-include-eslint-annotations
@ -11169,6 +11202,11 @@ js/date/changelog/56575-dev-bump-babel-deps
date/changelog/56575-dev-bump-babel-deps date/changelog/56575-dev-bump-babel-deps
changelog/56575-dev-bump-babel-deps changelog/56575-dev-bump-babel-deps
56575-dev-bump-babel-deps 56575-dev-bump-babel-deps
packages/js/date/changelog/58861-dev-build-ram-usage-batch-2
js/date/changelog/58861-dev-build-ram-usage-batch-2
date/changelog/58861-dev-build-ram-usage-batch-2
changelog/58861-dev-build-ram-usage-batch-2
58861-dev-build-ram-usage-batch-2
packages/js/date/changelog/54996-chore-update-wireit packages/js/date/changelog/54996-chore-update-wireit
js/date/changelog/54996-chore-update-wireit js/date/changelog/54996-chore-update-wireit
date/changelog/54996-chore-update-wireit date/changelog/54996-chore-update-wireit
@ -22317,6 +22355,11 @@ js/components/changelog/fix-product-editor-images-drop-error
components/changelog/fix-product-editor-images-drop-error components/changelog/fix-product-editor-images-drop-error
changelog/fix-product-editor-images-drop-error changelog/fix-product-editor-images-drop-error
fix-product-editor-images-drop-error fix-product-editor-images-drop-error
packages/js/components/changelog/58662-fix-58469-allow-diacritics-matching
js/components/changelog/58662-fix-58469-allow-diacritics-matching
components/changelog/58662-fix-58469-allow-diacritics-matching
changelog/58662-fix-58469-allow-diacritics-matching
58662-fix-58469-allow-diacritics-matching
packages/js/components/changelog/56575-dev-bump-babel-deps packages/js/components/changelog/56575-dev-bump-babel-deps
js/components/changelog/56575-dev-bump-babel-deps js/components/changelog/56575-dev-bump-babel-deps
components/changelog/56575-dev-bump-babel-deps components/changelog/56575-dev-bump-babel-deps
@ -25103,37 +25146,6 @@ automattic.svg
docs/_docu-tools/docusaurus.config.ts docs/_docu-tools/docusaurus.config.ts
_docu-tools/docusaurus.config.ts _docu-tools/docusaurus.config.ts
docusaurus.config.ts docusaurus.config.ts
docs/block-development/product-editor-development/README.md
block-development/product-editor-development/README.md
product-editor-development/README.md
README.md
docs/block-development/product-editor-development/product-editor-extensibility-guidelines.md
block-development/product-editor-development/product-editor-extensibility-guidelines.md
product-editor-development/product-editor-extensibility-guidelines.md
product-editor-extensibility-guidelines.md
docs/block-development/product-editor-development/how-to-guides/README.md
block-development/product-editor-development/how-to-guides/README.md
product-editor-development/how-to-guides/README.md
how-to-guides/README.md
README.md
docs/block-development/product-editor-development/how-to-guides/custom-field-tutorial.md
block-development/product-editor-development/how-to-guides/custom-field-tutorial.md
product-editor-development/how-to-guides/custom-field-tutorial.md
how-to-guides/custom-field-tutorial.md
custom-field-tutorial.md
docs/block-development/product-editor-development/how-to-guides/generic-fields-tutorial.md
block-development/product-editor-development/how-to-guides/generic-fields-tutorial.md
product-editor-development/how-to-guides/generic-fields-tutorial.md
how-to-guides/generic-fields-tutorial.md
generic-fields-tutorial.md
docs/block-development/product-editor-development/product-editor.md
block-development/product-editor-development/product-editor.md
product-editor-development/product-editor.md
product-editor.md
docs/block-development/product-editor-development/block-template-lifecycle.md
block-development/product-editor-development/block-template-lifecycle.md
product-editor-development/block-template-lifecycle.md
block-template-lifecycle.md
docs/block-development/block-references.md docs/block-development/block-references.md
block-development/block-references.md block-development/block-references.md
block-references.md block-references.md
@ -25200,6 +25212,10 @@ docs/block-development/cart-and-checkout-blocks/additional-checkout-fields.md
block-development/cart-and-checkout-blocks/additional-checkout-fields.md block-development/cart-and-checkout-blocks/additional-checkout-fields.md
cart-and-checkout-blocks/additional-checkout-fields.md cart-and-checkout-blocks/additional-checkout-fields.md
additional-checkout-fields.md additional-checkout-fields.md
docs/block-development/cart-and-checkout-blocks/how-to-additional-checkout-fields-guide.md
block-development/cart-and-checkout-blocks/how-to-additional-checkout-fields-guide.md
cart-and-checkout-blocks/how-to-additional-checkout-fields-guide.md
how-to-additional-checkout-fields-guide.md
docs/block-development/cart-and-checkout-blocks/overview-of-data-flow.md docs/block-development/cart-and-checkout-blocks/overview-of-data-flow.md
block-development/cart-and-checkout-blocks/overview-of-data-flow.md block-development/cart-and-checkout-blocks/overview-of-data-flow.md
cart-and-checkout-blocks/overview-of-data-flow.md cart-and-checkout-blocks/overview-of-data-flow.md
@ -25208,6 +25224,10 @@ docs/block-development/cart-and-checkout-blocks/slot-fills.md
block-development/cart-and-checkout-blocks/slot-fills.md block-development/cart-and-checkout-blocks/slot-fills.md
cart-and-checkout-blocks/slot-fills.md cart-and-checkout-blocks/slot-fills.md
slot-fills.md slot-fills.md
docs/block-development/cart-and-checkout-blocks/how-to-conditional-additional-fields.md
block-development/cart-and-checkout-blocks/how-to-conditional-additional-fields.md
cart-and-checkout-blocks/how-to-conditional-additional-fields.md
how-to-conditional-additional-fields.md
docs/block-development/cart-and-checkout-blocks/faq.md docs/block-development/cart-and-checkout-blocks/faq.md
block-development/cart-and-checkout-blocks/faq.md block-development/cart-and-checkout-blocks/faq.md
cart-and-checkout-blocks/faq.md cart-and-checkout-blocks/faq.md
@ -58100,18 +58120,6 @@ woopayments/components/stripe-spinner/index.tsx
components/stripe-spinner/index.tsx components/stripe-spinner/index.tsx
stripe-spinner/index.tsx stripe-spinner/index.tsx
index.tsx index.tsx
plugins/woocommerce/client/admin/client/settings-payments/onboarding/providers/woopayments/components/stripe-spinner/style.scss
woocommerce/client/admin/client/settings-payments/onboarding/providers/woopayments/components/stripe-spinner/style.scss
client/admin/client/settings-payments/onboarding/providers/woopayments/components/stripe-spinner/style.scss
admin/client/settings-payments/onboarding/providers/woopayments/components/stripe-spinner/style.scss
client/settings-payments/onboarding/providers/woopayments/components/stripe-spinner/style.scss
settings-payments/onboarding/providers/woopayments/components/stripe-spinner/style.scss
onboarding/providers/woopayments/components/stripe-spinner/style.scss
providers/woopayments/components/stripe-spinner/style.scss
woopayments/components/stripe-spinner/style.scss
components/stripe-spinner/style.scss
stripe-spinner/style.scss
style.scss
plugins/woocommerce/client/admin/client/settings-payments/onboarding/providers/woopayments/components/onboarding/index.tsx plugins/woocommerce/client/admin/client/settings-payments/onboarding/providers/woopayments/components/onboarding/index.tsx
woocommerce/client/admin/client/settings-payments/onboarding/providers/woopayments/components/onboarding/index.tsx woocommerce/client/admin/client/settings-payments/onboarding/providers/woopayments/components/onboarding/index.tsx
client/admin/client/settings-payments/onboarding/providers/woopayments/components/onboarding/index.tsx client/admin/client/settings-payments/onboarding/providers/woopayments/components/onboarding/index.tsx
@ -88680,6 +88688,10 @@ plugins/woocommerce/changelog/dev-40117-deprecate-admin-e2e-tests-package
woocommerce/changelog/dev-40117-deprecate-admin-e2e-tests-package woocommerce/changelog/dev-40117-deprecate-admin-e2e-tests-package
changelog/dev-40117-deprecate-admin-e2e-tests-package changelog/dev-40117-deprecate-admin-e2e-tests-package
dev-40117-deprecate-admin-e2e-tests-package dev-40117-deprecate-admin-e2e-tests-package
plugins/woocommerce/changelog/wooplug-2456-flaky-test-clicking-opt-in-new-fonts-should-be-available
woocommerce/changelog/wooplug-2456-flaky-test-clicking-opt-in-new-fonts-should-be-available
changelog/wooplug-2456-flaky-test-clicking-opt-in-new-fonts-should-be-available
wooplug-2456-flaky-test-clicking-opt-in-new-fonts-should-be-available
plugins/woocommerce/changelog/wooplug-4075-incorrect-rate-when-toggling-between-shipping-and-local plugins/woocommerce/changelog/wooplug-4075-incorrect-rate-when-toggling-between-shipping-and-local
woocommerce/changelog/wooplug-4075-incorrect-rate-when-toggling-between-shipping-and-local woocommerce/changelog/wooplug-4075-incorrect-rate-when-toggling-between-shipping-and-local
changelog/wooplug-4075-incorrect-rate-when-toggling-between-shipping-and-local changelog/wooplug-4075-incorrect-rate-when-toggling-between-shipping-and-local
@ -88728,6 +88740,10 @@ plugins/woocommerce/changelog/wooplug-3614-add-a-new-setting-in-wc-settings-gene
woocommerce/changelog/wooplug-3614-add-a-new-setting-in-wc-settings-general-for-use-predictive woocommerce/changelog/wooplug-3614-add-a-new-setting-in-wc-settings-general-for-use-predictive
changelog/wooplug-3614-add-a-new-setting-in-wc-settings-general-for-use-predictive changelog/wooplug-3614-add-a-new-setting-in-wc-settings-general-for-use-predictive
wooplug-3614-add-a-new-setting-in-wc-settings-general-for-use-predictive wooplug-3614-add-a-new-setting-in-wc-settings-general-for-use-predictive
plugins/woocommerce/changelog/58830-25-06-local-image-tests
woocommerce/changelog/58830-25-06-local-image-tests
changelog/58830-25-06-local-image-tests
58830-25-06-local-image-tests
plugins/woocommerce/changelog/fix-cart-checkout-block-console-warnings plugins/woocommerce/changelog/fix-cart-checkout-block-console-warnings
woocommerce/changelog/fix-cart-checkout-block-console-warnings woocommerce/changelog/fix-cart-checkout-block-console-warnings
changelog/fix-cart-checkout-block-console-warnings changelog/fix-cart-checkout-block-console-warnings
@ -88768,6 +88784,10 @@ plugins/woocommerce/changelog/try-product-details-compatibility-layer
woocommerce/changelog/try-product-details-compatibility-layer woocommerce/changelog/try-product-details-compatibility-layer
changelog/try-product-details-compatibility-layer changelog/try-product-details-compatibility-layer
try-product-details-compatibility-layer try-product-details-compatibility-layer
plugins/woocommerce/changelog/58905-refactor-remove-cross-env-blocks
woocommerce/changelog/58905-refactor-remove-cross-env-blocks
changelog/58905-refactor-remove-cross-env-blocks
58905-refactor-remove-cross-env-blocks
plugins/woocommerce/changelog/fix-store-api-send-cors-headers plugins/woocommerce/changelog/fix-store-api-send-cors-headers
woocommerce/changelog/fix-store-api-send-cors-headers woocommerce/changelog/fix-store-api-send-cors-headers
changelog/fix-store-api-send-cors-headers changelog/fix-store-api-send-cors-headers
@ -88780,10 +88800,10 @@ plugins/woocommerce/changelog/wooplug-4112-product-gallery-thumbnails-overlay-ma
woocommerce/changelog/wooplug-4112-product-gallery-thumbnails-overlay-may-stick-to-wrong-side woocommerce/changelog/wooplug-4112-product-gallery-thumbnails-overlay-may-stick-to-wrong-side
changelog/wooplug-4112-product-gallery-thumbnails-overlay-may-stick-to-wrong-side changelog/wooplug-4112-product-gallery-thumbnails-overlay-may-stick-to-wrong-side
wooplug-4112-product-gallery-thumbnails-overlay-may-stick-to-wrong-side wooplug-4112-product-gallery-thumbnails-overlay-may-stick-to-wrong-side
plugins/woocommerce/changelog/fix-58672 plugins/woocommerce/changelog/enhance-WOOPRD-580-nox-in-context-styles
woocommerce/changelog/fix-58672 woocommerce/changelog/enhance-WOOPRD-580-nox-in-context-styles
changelog/fix-58672 changelog/enhance-WOOPRD-580-nox-in-context-styles
fix-58672 enhance-WOOPRD-580-nox-in-context-styles
plugins/woocommerce/changelog/pr-57992 plugins/woocommerce/changelog/pr-57992
woocommerce/changelog/pr-57992 woocommerce/changelog/pr-57992
changelog/pr-57992 changelog/pr-57992
@ -88812,10 +88832,6 @@ plugins/woocommerce/changelog/wooplug-1139-update-urls-in-please-moderate-produc
woocommerce/changelog/wooplug-1139-update-urls-in-please-moderate-product-name-emails woocommerce/changelog/wooplug-1139-update-urls-in-please-moderate-product-name-emails
changelog/wooplug-1139-update-urls-in-please-moderate-product-name-emails changelog/wooplug-1139-update-urls-in-please-moderate-product-name-emails
wooplug-1139-update-urls-in-please-moderate-product-name-emails wooplug-1139-update-urls-in-please-moderate-product-name-emails
plugins/woocommerce/changelog/wooplug-4632-stop-automatically-opting-in-existing-stores-on-update
woocommerce/changelog/wooplug-4632-stop-automatically-opting-in-existing-stores-on-update
changelog/wooplug-4632-stop-automatically-opting-in-existing-stores-on-update
wooplug-4632-stop-automatically-opting-in-existing-stores-on-update
plugins/woocommerce/changelog/dev-40117-deprecate-e2e-core-tests-package plugins/woocommerce/changelog/dev-40117-deprecate-e2e-core-tests-package
woocommerce/changelog/dev-40117-deprecate-e2e-core-tests-package woocommerce/changelog/dev-40117-deprecate-e2e-core-tests-package
changelog/dev-40117-deprecate-e2e-core-tests-package changelog/dev-40117-deprecate-e2e-core-tests-package
@ -88848,6 +88864,10 @@ plugins/woocommerce/changelog/fix-php-error-multiple-pc-blocks
woocommerce/changelog/fix-php-error-multiple-pc-blocks woocommerce/changelog/fix-php-error-multiple-pc-blocks
changelog/fix-php-error-multiple-pc-blocks changelog/fix-php-error-multiple-pc-blocks
fix-php-error-multiple-pc-blocks fix-php-error-multiple-pc-blocks
plugins/woocommerce/changelog/update-WOOPRD-582-completed-colors
woocommerce/changelog/update-WOOPRD-582-completed-colors
changelog/update-WOOPRD-582-completed-colors
update-WOOPRD-582-completed-colors
plugins/woocommerce/changelog/58691-update-atcwo-tabindex plugins/woocommerce/changelog/58691-update-atcwo-tabindex
woocommerce/changelog/58691-update-atcwo-tabindex woocommerce/changelog/58691-update-atcwo-tabindex
changelog/58691-update-atcwo-tabindex changelog/58691-update-atcwo-tabindex
@ -88872,6 +88892,10 @@ plugins/woocommerce/changelog/58733-fix-aria-labelledby-typos
woocommerce/changelog/58733-fix-aria-labelledby-typos woocommerce/changelog/58733-fix-aria-labelledby-typos
changelog/58733-fix-aria-labelledby-typos changelog/58733-fix-aria-labelledby-typos
58733-fix-aria-labelledby-typos 58733-fix-aria-labelledby-typos
plugins/woocommerce/changelog/fix-48895
woocommerce/changelog/fix-48895
changelog/fix-48895
fix-48895
plugins/woocommerce/changelog/revert-disable-core-profiler-free-feature-fallback plugins/woocommerce/changelog/revert-disable-core-profiler-free-feature-fallback
woocommerce/changelog/revert-disable-core-profiler-free-feature-fallback woocommerce/changelog/revert-disable-core-profiler-free-feature-fallback
changelog/revert-disable-core-profiler-free-feature-fallback changelog/revert-disable-core-profiler-free-feature-fallback
@ -88912,6 +88936,10 @@ plugins/woocommerce/changelog/wooplug-4492-flaky-test-should-display-the-same-se
woocommerce/changelog/wooplug-4492-flaky-test-should-display-the-same-selected-image-when-the woocommerce/changelog/wooplug-4492-flaky-test-should-display-the-same-selected-image-when-the
changelog/wooplug-4492-flaky-test-should-display-the-same-selected-image-when-the changelog/wooplug-4492-flaky-test-should-display-the-same-selected-image-when-the
wooplug-4492-flaky-test-should-display-the-same-selected-image-when-the wooplug-4492-flaky-test-should-display-the-same-selected-image-when-the
plugins/woocommerce/changelog/58662-fix-58469-allow-diacritics-matching
woocommerce/changelog/58662-fix-58469-allow-diacritics-matching
changelog/58662-fix-58469-allow-diacritics-matching
58662-fix-58469-allow-diacritics-matching
plugins/woocommerce/changelog/57611-dev-install-iapi-via-gh-urls plugins/woocommerce/changelog/57611-dev-install-iapi-via-gh-urls
woocommerce/changelog/57611-dev-install-iapi-via-gh-urls woocommerce/changelog/57611-dev-install-iapi-via-gh-urls
changelog/57611-dev-install-iapi-via-gh-urls changelog/57611-dev-install-iapi-via-gh-urls
@ -88924,10 +88952,6 @@ plugins/woocommerce/changelog/fix-wccom-1228
woocommerce/changelog/fix-wccom-1228 woocommerce/changelog/fix-wccom-1228
changelog/fix-wccom-1228 changelog/fix-wccom-1228
fix-wccom-1228 fix-wccom-1228
plugins/woocommerce/changelog/fix-58675
woocommerce/changelog/fix-58675
changelog/fix-58675
fix-58675
plugins/woocommerce/changelog/wooplug-1059-enhancement-send-order-cancellation-email-to-customers plugins/woocommerce/changelog/wooplug-1059-enhancement-send-order-cancellation-email-to-customers
woocommerce/changelog/wooplug-1059-enhancement-send-order-cancellation-email-to-customers woocommerce/changelog/wooplug-1059-enhancement-send-order-cancellation-email-to-customers
changelog/wooplug-1059-enhancement-send-order-cancellation-email-to-customers changelog/wooplug-1059-enhancement-send-order-cancellation-email-to-customers
@ -88968,10 +88992,6 @@ plugins/woocommerce/changelog/enhance-WOOPLUG-4531-provide-capabilities-kyc
woocommerce/changelog/enhance-WOOPLUG-4531-provide-capabilities-kyc woocommerce/changelog/enhance-WOOPLUG-4531-provide-capabilities-kyc
changelog/enhance-WOOPLUG-4531-provide-capabilities-kyc changelog/enhance-WOOPLUG-4531-provide-capabilities-kyc
enhance-WOOPLUG-4531-provide-capabilities-kyc enhance-WOOPLUG-4531-provide-capabilities-kyc
plugins/woocommerce/changelog/wooplug-4572-all-products-block-is-broken-in-993-on-wordpresscom
woocommerce/changelog/wooplug-4572-all-products-block-is-broken-in-993-on-wordpresscom
changelog/wooplug-4572-all-products-block-is-broken-in-993-on-wordpresscom
wooplug-4572-all-products-block-is-broken-in-993-on-wordpresscom
plugins/woocommerce/changelog/fix-58548-add-to-cart-options-remove-feature-flags plugins/woocommerce/changelog/fix-58548-add-to-cart-options-remove-feature-flags
woocommerce/changelog/fix-58548-add-to-cart-options-remove-feature-flags woocommerce/changelog/fix-58548-add-to-cart-options-remove-feature-flags
changelog/fix-58548-add-to-cart-options-remove-feature-flags changelog/fix-58548-add-to-cart-options-remove-feature-flags
@ -89044,10 +89064,6 @@ plugins/woocommerce/changelog/fix-WOOPLUG-4337-improve-get-available-variations-
woocommerce/changelog/fix-WOOPLUG-4337-improve-get-available-variations-blocks woocommerce/changelog/fix-WOOPLUG-4337-improve-get-available-variations-blocks
changelog/fix-WOOPLUG-4337-improve-get-available-variations-blocks changelog/fix-WOOPLUG-4337-improve-get-available-variations-blocks
fix-WOOPLUG-4337-improve-get-available-variations-blocks fix-WOOPLUG-4337-improve-get-available-variations-blocks
plugins/woocommerce/changelog/fix-wccom-1363
woocommerce/changelog/fix-wccom-1363
changelog/fix-wccom-1363
fix-wccom-1363
plugins/woocommerce/changelog/try-extend-product-details-using-block-hooks-api plugins/woocommerce/changelog/try-extend-product-details-using-block-hooks-api
woocommerce/changelog/try-extend-product-details-using-block-hooks-api woocommerce/changelog/try-extend-product-details-using-block-hooks-api
changelog/try-extend-product-details-using-block-hooks-api changelog/try-extend-product-details-using-block-hooks-api
@ -89072,6 +89088,10 @@ plugins/woocommerce/changelog/58493-add-new-placeholder-image
woocommerce/changelog/58493-add-new-placeholder-image woocommerce/changelog/58493-add-new-placeholder-image
changelog/58493-add-new-placeholder-image changelog/58493-add-new-placeholder-image
58493-add-new-placeholder-image 58493-add-new-placeholder-image
plugins/woocommerce/changelog/fix-WOOPLUG-4640-styles-order-conflict
woocommerce/changelog/fix-WOOPLUG-4640-styles-order-conflict
changelog/fix-WOOPLUG-4640-styles-order-conflict
fix-WOOPLUG-4640-styles-order-conflict
plugins/woocommerce/changelog/wooplug-2686-flaky-test-merchant-can-transform-shortcode-block-into plugins/woocommerce/changelog/wooplug-2686-flaky-test-merchant-can-transform-shortcode-block-into
woocommerce/changelog/wooplug-2686-flaky-test-merchant-can-transform-shortcode-block-into woocommerce/changelog/wooplug-2686-flaky-test-merchant-can-transform-shortcode-block-into
changelog/wooplug-2686-flaky-test-merchant-can-transform-shortcode-block-into changelog/wooplug-2686-flaky-test-merchant-can-transform-shortcode-block-into
@ -89204,6 +89224,10 @@ plugins/woocommerce/changelog/46886-fix-order-save-canceled-consequences
woocommerce/changelog/46886-fix-order-save-canceled-consequences woocommerce/changelog/46886-fix-order-save-canceled-consequences
changelog/46886-fix-order-save-canceled-consequences changelog/46886-fix-order-save-canceled-consequences
46886-fix-order-save-canceled-consequences 46886-fix-order-save-canceled-consequences
plugins/woocommerce/changelog/wooplug-4590-rename-the-single-product-block-to-product
woocommerce/changelog/wooplug-4590-rename-the-single-product-block-to-product
changelog/wooplug-4590-rename-the-single-product-block-to-product
wooplug-4590-rename-the-single-product-block-to-product
plugins/woocommerce/changelog/57951-dev-experiment-render-iapi-mini-cart plugins/woocommerce/changelog/57951-dev-experiment-render-iapi-mini-cart
woocommerce/changelog/57951-dev-experiment-render-iapi-mini-cart woocommerce/changelog/57951-dev-experiment-render-iapi-mini-cart
changelog/57951-dev-experiment-render-iapi-mini-cart changelog/57951-dev-experiment-render-iapi-mini-cart
@ -89340,6 +89364,10 @@ plugins/woocommerce/changelog/trigger-pos-refund-emails-for-pos-orders
woocommerce/changelog/trigger-pos-refund-emails-for-pos-orders woocommerce/changelog/trigger-pos-refund-emails-for-pos-orders
changelog/trigger-pos-refund-emails-for-pos-orders changelog/trigger-pos-refund-emails-for-pos-orders
trigger-pos-refund-emails-for-pos-orders trigger-pos-refund-emails-for-pos-orders
plugins/woocommerce/changelog/fix-58806-add-to-cart-with-options-express-payment-methods-classes
woocommerce/changelog/fix-58806-add-to-cart-with-options-express-payment-methods-classes
changelog/fix-58806-add-to-cart-with-options-express-payment-methods-classes
fix-58806-add-to-cart-with-options-express-payment-methods-classes
plugins/woocommerce/changelog/feat-list-label-color plugins/woocommerce/changelog/feat-list-label-color
woocommerce/changelog/feat-list-label-color woocommerce/changelog/feat-list-label-color
changelog/feat-list-label-color changelog/feat-list-label-color
@ -89356,6 +89384,10 @@ plugins/woocommerce/changelog/57892-product-collection-alphabetical-fallback
woocommerce/changelog/57892-product-collection-alphabetical-fallback woocommerce/changelog/57892-product-collection-alphabetical-fallback
changelog/57892-product-collection-alphabetical-fallback changelog/57892-product-collection-alphabetical-fallback
57892-product-collection-alphabetical-fallback 57892-product-collection-alphabetical-fallback
plugins/woocommerce/changelog/wooplug-4541-blockified-product-details-makes-404-requests-in-the-editor
woocommerce/changelog/wooplug-4541-blockified-product-details-makes-404-requests-in-the-editor
changelog/wooplug-4541-blockified-product-details-makes-404-requests-in-the-editor
wooplug-4541-blockified-product-details-makes-404-requests-in-the-editor
plugins/woocommerce/changelog/58370-dev-cart-drawer-items plugins/woocommerce/changelog/58370-dev-cart-drawer-items
woocommerce/changelog/58370-dev-cart-drawer-items woocommerce/changelog/58370-dev-cart-drawer-items
changelog/58370-dev-cart-drawer-items changelog/58370-dev-cart-drawer-items
@ -89396,10 +89428,6 @@ plugins/woocommerce/changelog/fix-58395-grouped-product-quantity-selector-styles
woocommerce/changelog/fix-58395-grouped-product-quantity-selector-styles woocommerce/changelog/fix-58395-grouped-product-quantity-selector-styles
changelog/fix-58395-grouped-product-quantity-selector-styles changelog/fix-58395-grouped-product-quantity-selector-styles
fix-58395-grouped-product-quantity-selector-styles fix-58395-grouped-product-quantity-selector-styles
plugins/woocommerce/changelog/fix-58768
woocommerce/changelog/fix-58768
changelog/fix-58768
fix-58768
plugins/woocommerce/changelog/wooplug-4080-trashed-post-show-up-in-email-listing-and-cannot-be-deleted plugins/woocommerce/changelog/wooplug-4080-trashed-post-show-up-in-email-listing-and-cannot-be-deleted
woocommerce/changelog/wooplug-4080-trashed-post-show-up-in-email-listing-and-cannot-be-deleted woocommerce/changelog/wooplug-4080-trashed-post-show-up-in-email-listing-and-cannot-be-deleted
changelog/wooplug-4080-trashed-post-show-up-in-email-listing-and-cannot-be-deleted changelog/wooplug-4080-trashed-post-show-up-in-email-listing-and-cannot-be-deleted
@ -89536,6 +89564,10 @@ plugins/woocommerce/changelog/57964-fix-wooplug-4144-2-remove-dot-from-descripti
woocommerce/changelog/57964-fix-wooplug-4144-2-remove-dot-from-description woocommerce/changelog/57964-fix-wooplug-4144-2-remove-dot-from-description
changelog/57964-fix-wooplug-4144-2-remove-dot-from-description changelog/57964-fix-wooplug-4144-2-remove-dot-from-description
57964-fix-wooplug-4144-2-remove-dot-from-description 57964-fix-wooplug-4144-2-remove-dot-from-description
plugins/woocommerce/changelog/fix-57718-select-invalid-variations-flaky
woocommerce/changelog/fix-57718-select-invalid-variations-flaky
changelog/fix-57718-select-invalid-variations-flaky
fix-57718-select-invalid-variations-flaky
plugins/woocommerce/changelog/dev-40117-deprecate-api-core-tests-package plugins/woocommerce/changelog/dev-40117-deprecate-api-core-tests-package
woocommerce/changelog/dev-40117-deprecate-api-core-tests-package woocommerce/changelog/dev-40117-deprecate-api-core-tests-package
changelog/dev-40117-deprecate-api-core-tests-package changelog/dev-40117-deprecate-api-core-tests-package

View File

@ -539,6 +539,7 @@ packages/js/email-editor/changelog/56746-dev-webpack-deps-review
packages/js/email-editor/changelog/wooplug-4294-implement-core-social-link-block packages/js/email-editor/changelog/wooplug-4294-implement-core-social-link-block
packages/js/email-editor/changelog/wooplug-3528-add-transactional-email-toggle-into-the-email-editor-sidebar packages/js/email-editor/changelog/wooplug-3528-add-transactional-email-toggle-into-the-email-editor-sidebar
packages/js/email-editor/changelog/wooplug-4464-email-editor-crashes packages/js/email-editor/changelog/wooplug-4464-email-editor-crashes
packages/js/email-editor/changelog/58861-dev-build-ram-usage-batch-2
packages/js/email-editor/changelog/57299-fix-wireit-in-ci packages/js/email-editor/changelog/57299-fix-wireit-in-ci
packages/js/email-editor/changelog/support-editing-template packages/js/email-editor/changelog/support-editing-template
packages/js/email-editor/changelog/wooplug-3953-update-telemetry-tracking-in-the-email-editor packages/js/email-editor/changelog/wooplug-3953-update-telemetry-tracking-in-the-email-editor
@ -709,6 +710,7 @@ packages/js/e2e-utils-playwright/README.md
packages/js/e2e-utils-playwright/package.json packages/js/e2e-utils-playwright/package.json
packages/js/e2e-utils-playwright/changelog/56575-dev-bump-babel-deps packages/js/e2e-utils-playwright/changelog/56575-dev-bump-babel-deps
packages/js/e2e-utils-playwright/changelog/dev-55910-deps-consolidation packages/js/e2e-utils-playwright/changelog/dev-55910-deps-consolidation
packages/js/e2e-utils-playwright/changelog/58861-dev-build-ram-usage-batch-2
packages/js/e2e-utils-playwright/changelog/.gitkeep packages/js/e2e-utils-playwright/changelog/.gitkeep
packages/js/e2e-utils-playwright/babel.config.js packages/js/e2e-utils-playwright/babel.config.js
packages/js/e2e-utils-playwright/composer.json packages/js/e2e-utils-playwright/composer.json
@ -898,10 +900,10 @@ packages/js/data/src/index.ts
packages/js/data/src/shipping-methods/types.ts packages/js/data/src/shipping-methods/types.ts
packages/js/data/src/shipping-methods/index.ts packages/js/data/src/shipping-methods/index.ts
packages/js/data/src/shipping-methods/selectors.ts packages/js/data/src/shipping-methods/selectors.ts
packages/js/data/src/shipping-methods/test-helpers/stub.ts
packages/js/data/src/shipping-methods/reducer.ts packages/js/data/src/shipping-methods/reducer.ts
packages/js/data/src/shipping-methods/resolvers.ts packages/js/data/src/shipping-methods/resolvers.ts
packages/js/data/src/shipping-methods/actions.ts packages/js/data/src/shipping-methods/actions.ts
packages/js/data/src/shipping-methods/test/helpers/stub.ts
packages/js/data/src/shipping-methods/test/reducer.ts packages/js/data/src/shipping-methods/test/reducer.ts
packages/js/data/src/shipping-methods/constants.ts packages/js/data/src/shipping-methods/constants.ts
packages/js/data/src/shipping-methods/action-types.ts packages/js/data/src/shipping-methods/action-types.ts
@ -932,10 +934,10 @@ packages/js/data/src/setting-options/selectors.ts
packages/js/data/src/setting-options/reducer.ts packages/js/data/src/setting-options/reducer.ts
packages/js/data/src/setting-options/resolvers.ts packages/js/data/src/setting-options/resolvers.ts
packages/js/data/src/setting-options/actions.ts packages/js/data/src/setting-options/actions.ts
packages/js/data/src/setting-options/tests/reducer.test.ts packages/js/data/src/setting-options/test/reducer.test.ts
packages/js/data/src/setting-options/tests/selectors.test.ts packages/js/data/src/setting-options/test/selectors.test.ts
packages/js/data/src/setting-options/tests/actions.test.ts packages/js/data/src/setting-options/test/actions.test.ts
packages/js/data/src/setting-options/tests/utils.ts packages/js/data/src/setting-options/test/utils.ts
packages/js/data/src/setting-options/action-types.ts packages/js/data/src/setting-options/action-types.ts
packages/js/data/src/settings/types.ts packages/js/data/src/settings/types.ts
packages/js/data/src/settings/index.ts packages/js/data/src/settings/index.ts
@ -961,10 +963,10 @@ packages/js/data/src/navigation/dispatchers.ts
packages/js/data/src/payment-gateways/types.ts packages/js/data/src/payment-gateways/types.ts
packages/js/data/src/payment-gateways/index.ts packages/js/data/src/payment-gateways/index.ts
packages/js/data/src/payment-gateways/selectors.ts packages/js/data/src/payment-gateways/selectors.ts
packages/js/data/src/payment-gateways/test-helpers/stub.ts
packages/js/data/src/payment-gateways/reducer.ts packages/js/data/src/payment-gateways/reducer.ts
packages/js/data/src/payment-gateways/resolvers.ts packages/js/data/src/payment-gateways/resolvers.ts
packages/js/data/src/payment-gateways/actions.ts packages/js/data/src/payment-gateways/actions.ts
packages/js/data/src/payment-gateways/test/helpers/stub.ts
packages/js/data/src/payment-gateways/test/reducer.ts packages/js/data/src/payment-gateways/test/reducer.ts
packages/js/data/src/payment-gateways/constants.ts packages/js/data/src/payment-gateways/constants.ts
packages/js/data/src/payment-gateways/action-types.ts packages/js/data/src/payment-gateways/action-types.ts
@ -1033,10 +1035,10 @@ packages/js/data/src/plugins/action-types.ts
packages/js/data/src/payment-settings/types.ts packages/js/data/src/payment-settings/types.ts
packages/js/data/src/payment-settings/index.ts packages/js/data/src/payment-settings/index.ts
packages/js/data/src/payment-settings/selectors.ts packages/js/data/src/payment-settings/selectors.ts
packages/js/data/src/payment-settings/test-helpers/stub.ts
packages/js/data/src/payment-settings/reducer.ts packages/js/data/src/payment-settings/reducer.ts
packages/js/data/src/payment-settings/resolvers.ts packages/js/data/src/payment-settings/resolvers.ts
packages/js/data/src/payment-settings/actions.ts packages/js/data/src/payment-settings/actions.ts
packages/js/data/src/payment-settings/test/helpers/stub.ts
packages/js/data/src/payment-settings/test/reducer.ts packages/js/data/src/payment-settings/test/reducer.ts
packages/js/data/src/payment-settings/constants.ts packages/js/data/src/payment-settings/constants.ts
packages/js/data/src/payment-settings/action-types.ts packages/js/data/src/payment-settings/action-types.ts
@ -1136,6 +1138,7 @@ packages/js/data/changelog/update-55773-add-ced-commerce-to-marketing-task
packages/js/data/changelog/fix-experimental_role_warning packages/js/data/changelog/fix-experimental_role_warning
packages/js/data/changelog/update-56188-improve-switcher-incentive-handling packages/js/data/changelog/update-56188-improve-switcher-incentive-handling
packages/js/data/changelog/dev-nox-refactor-consistent-naming-around-plural-payments packages/js/data/changelog/dev-nox-refactor-consistent-naming-around-plural-payments
packages/js/data/changelog/58861-dev-build-ram-usage-batch-2
packages/js/data/changelog/55498-fix-product-editor-ts-errors-2 packages/js/data/changelog/55498-fix-product-editor-ts-errors-2
packages/js/data/changelog/tweak-google-extension-rename packages/js/data/changelog/tweak-google-extension-rename
packages/js/data/changelog/34241-react-payment-settings packages/js/data/changelog/34241-react-payment-settings
@ -1431,6 +1434,7 @@ packages/js/customer-effort-score/changelog/56746-dev-webpack-deps-review
packages/js/customer-effort-score/changelog/58263-remove-wp-core-data packages/js/customer-effort-score/changelog/58263-remove-wp-core-data
packages/js/customer-effort-score/changelog/dev-55910-deps-consolidation packages/js/customer-effort-score/changelog/dev-55910-deps-consolidation
packages/js/customer-effort-score/changelog/add-49534 packages/js/customer-effort-score/changelog/add-49534
packages/js/customer-effort-score/changelog/58861-dev-build-ram-usage-batch-2
packages/js/customer-effort-score/changelog/52499-fix-52369-ces-modal-style-issue-with-wp-67 packages/js/customer-effort-score/changelog/52499-fix-52369-ces-modal-style-issue-with-wp-67
packages/js/customer-effort-score/changelog/55626-email-improvements-feedback-prompt packages/js/customer-effort-score/changelog/55626-email-improvements-feedback-prompt
packages/js/customer-effort-score/changelog/fix-ces-ts-errors packages/js/customer-effort-score/changelog/fix-ces-ts-errors
@ -1543,6 +1547,7 @@ packages/js/experimental/changelog/56746-dev-webpack-deps-review
packages/js/experimental/changelog/52961-update-dompurify packages/js/experimental/changelog/52961-update-dompurify
packages/js/experimental/changelog/54526-54488-admin-note-action-button-of-type-link-no-longer-works packages/js/experimental/changelog/54526-54488-admin-note-action-button-of-type-link-no-longer-works
packages/js/experimental/changelog/update-storybook_documentation packages/js/experimental/changelog/update-storybook_documentation
packages/js/experimental/changelog/58861-dev-build-ram-usage-batch-2
packages/js/experimental/changelog/fix-react-visibility-sensor packages/js/experimental/changelog/fix-react-visibility-sensor
packages/js/experimental/changelog/54996-chore-update-wireit packages/js/experimental/changelog/54996-chore-update-wireit
packages/js/experimental/changelog/58765-dev-deps-cleanup-concurrently packages/js/experimental/changelog/58765-dev-deps-cleanup-concurrently
@ -1841,7 +1846,6 @@ packages/js/api/src/models/index.ts
packages/js/api/src/models/settings/index.ts packages/js/api/src/models/settings/index.ts
packages/js/api/src/models/settings/setting.ts packages/js/api/src/models/settings/setting.ts
packages/js/api/src/models/settings/setting-group.ts packages/js/api/src/models/settings/setting-group.ts
packages/js/api/src/__test_data__/dummy-model.ts
packages/js/api/src/framework/index.ts packages/js/api/src/framework/index.ts
packages/js/api/src/framework/model-repository.ts packages/js/api/src/framework/model-repository.ts
packages/js/api/src/framework/transformations/model-transformer-transformation.ts packages/js/api/src/framework/transformations/model-transformer-transformation.ts
@ -1876,6 +1880,7 @@ packages/js/api/src/http/axios/test/axios-client.spec.ts
packages/js/api/src/http/axios/test/axios-response-interceptor.spec.ts packages/js/api/src/http/axios/test/axios-response-interceptor.spec.ts
packages/js/api/src/http/axios/test/utils.spec.ts packages/js/api/src/http/axios/test/utils.spec.ts
packages/js/api/src/http/axios/utils.ts packages/js/api/src/http/axios/utils.ts
packages/js/api/src/test/dummy-model.ts
packages/js/api/.eslintignore packages/js/api/.eslintignore
packages/js/api/README.md packages/js/api/README.md
packages/js/api/package.json packages/js/api/package.json
@ -1904,6 +1909,7 @@ packages/js/api/changelog/43595-update-wireit-0.14.3
packages/js/api/changelog/update-changelogger packages/js/api/changelog/update-changelogger
packages/js/api/changelog/dev-fix-pnpm-version-engines packages/js/api/changelog/dev-fix-pnpm-version-engines
packages/js/api/changelog/refactor-standardize-postinstall packages/js/api/changelog/refactor-standardize-postinstall
packages/js/api/changelog/58861-dev-build-ram-usage-batch-2
packages/js/api/changelog/dev-include-eslint-annotations packages/js/api/changelog/dev-include-eslint-annotations
packages/js/api/changelog/dev-sync-pnpm packages/js/api/changelog/dev-sync-pnpm
packages/js/api/changelog/update-jest packages/js/api/changelog/update-jest
@ -1978,6 +1984,7 @@ packages/js/date/changelog/55095-dev-rewrite-wireit-deps-update
packages/js/date/changelog/50828-dev-constrain-pnpm-version packages/js/date/changelog/50828-dev-constrain-pnpm-version
packages/js/date/changelog/53865-dev-pnpm-9-15-0 packages/js/date/changelog/53865-dev-pnpm-9-15-0
packages/js/date/changelog/56575-dev-bump-babel-deps packages/js/date/changelog/56575-dev-bump-babel-deps
packages/js/date/changelog/58861-dev-build-ram-usage-batch-2
packages/js/date/changelog/54996-chore-update-wireit packages/js/date/changelog/54996-chore-update-wireit
packages/js/date/changelog/58765-dev-deps-cleanup-concurrently packages/js/date/changelog/58765-dev-deps-cleanup-concurrently
packages/js/date/changelog/57299-fix-wireit-in-ci packages/js/date/changelog/57299-fix-wireit-in-ci
@ -3639,6 +3646,7 @@ packages/js/components/changelog/54108-react-18-product-editor-ts-fix
packages/js/components/changelog/56683-fix-34316-between-range-for-advanced-filters packages/js/components/changelog/56683-fix-34316-between-range-for-advanced-filters
packages/js/components/changelog/ci-add-workflow-call-event packages/js/components/changelog/ci-add-workflow-call-event
packages/js/components/changelog/fix-product-editor-images-drop-error packages/js/components/changelog/fix-product-editor-images-drop-error
packages/js/components/changelog/58662-fix-58469-allow-diacritics-matching
packages/js/components/changelog/56575-dev-bump-babel-deps packages/js/components/changelog/56575-dev-bump-babel-deps
packages/js/components/changelog/56594-dev-replace-react-rc packages/js/components/changelog/56594-dev-replace-react-rc
packages/js/components/changelog/update-escape-select-control packages/js/components/changelog/update-escape-select-control
@ -4250,13 +4258,6 @@ docs/_docu-tools/static/img/logo.svg
docs/_docu-tools/static/img/woo-dev-site-logo.svg docs/_docu-tools/static/img/woo-dev-site-logo.svg
docs/_docu-tools/static/img/automattic.svg docs/_docu-tools/static/img/automattic.svg
docs/_docu-tools/docusaurus.config.ts docs/_docu-tools/docusaurus.config.ts
docs/block-development/product-editor-development/README.md
docs/block-development/product-editor-development/product-editor-extensibility-guidelines.md
docs/block-development/product-editor-development/how-to-guides/README.md
docs/block-development/product-editor-development/how-to-guides/custom-field-tutorial.md
docs/block-development/product-editor-development/how-to-guides/generic-fields-tutorial.md
docs/block-development/product-editor-development/product-editor.md
docs/block-development/product-editor-development/block-template-lifecycle.md
docs/block-development/block-references.md docs/block-development/block-references.md
docs/block-development/product-collection-block/README.md docs/block-development/product-collection-block/README.md
docs/block-development/product-collection-block/register-product-collection.md docs/block-development/product-collection-block/register-product-collection.md
@ -4272,8 +4273,10 @@ docs/block-development/cart-and-checkout-blocks/available-filters/order-summary-
docs/block-development/cart-and-checkout-blocks/available-filters/_category_.json docs/block-development/cart-and-checkout-blocks/available-filters/_category_.json
docs/block-development/cart-and-checkout-blocks/available-filters/checkout-and-place-order-button.md docs/block-development/cart-and-checkout-blocks/available-filters/checkout-and-place-order-button.md
docs/block-development/cart-and-checkout-blocks/additional-checkout-fields.md docs/block-development/cart-and-checkout-blocks/additional-checkout-fields.md
docs/block-development/cart-and-checkout-blocks/how-to-additional-checkout-fields-guide.md
docs/block-development/cart-and-checkout-blocks/overview-of-data-flow.md docs/block-development/cart-and-checkout-blocks/overview-of-data-flow.md
docs/block-development/cart-and-checkout-blocks/slot-fills.md docs/block-development/cart-and-checkout-blocks/slot-fills.md
docs/block-development/cart-and-checkout-blocks/how-to-conditional-additional-fields.md
docs/block-development/cart-and-checkout-blocks/faq.md docs/block-development/cart-and-checkout-blocks/faq.md
docs/block-development/cart-and-checkout-blocks/available-slot-fills.md docs/block-development/cart-and-checkout-blocks/available-slot-fills.md
docs/block-development/cart-and-checkout-blocks/integration-interface.md docs/block-development/cart-and-checkout-blocks/integration-interface.md
@ -7813,7 +7816,6 @@ plugins/woocommerce/client/admin/client/settings-payments/onboarding/providers/w
plugins/woocommerce/client/admin/client/settings-payments/onboarding/providers/woopayments/components/banner-notice/index.tsx plugins/woocommerce/client/admin/client/settings-payments/onboarding/providers/woopayments/components/banner-notice/index.tsx
plugins/woocommerce/client/admin/client/settings-payments/onboarding/providers/woopayments/components/banner-notice/style.scss plugins/woocommerce/client/admin/client/settings-payments/onboarding/providers/woopayments/components/banner-notice/style.scss
plugins/woocommerce/client/admin/client/settings-payments/onboarding/providers/woopayments/components/stripe-spinner/index.tsx plugins/woocommerce/client/admin/client/settings-payments/onboarding/providers/woopayments/components/stripe-spinner/index.tsx
plugins/woocommerce/client/admin/client/settings-payments/onboarding/providers/woopayments/components/stripe-spinner/style.scss
plugins/woocommerce/client/admin/client/settings-payments/onboarding/providers/woopayments/components/onboarding/index.tsx plugins/woocommerce/client/admin/client/settings-payments/onboarding/providers/woopayments/components/onboarding/index.tsx
plugins/woocommerce/client/admin/client/settings-payments/onboarding/providers/woopayments/components/header/index.tsx plugins/woocommerce/client/admin/client/settings-payments/onboarding/providers/woopayments/components/header/index.tsx
plugins/woocommerce/client/admin/client/settings-payments/onboarding/providers/woopayments/components/header/style.scss plugins/woocommerce/client/admin/client/settings-payments/onboarding/providers/woopayments/components/header/style.scss
@ -12110,6 +12112,7 @@ plugins/woocommerce/changelog/wooplug-3075-fix-error-notices-disappearing
plugins/woocommerce/changelog/58727-add-grouped-products-e2e plugins/woocommerce/changelog/58727-add-grouped-products-e2e
plugins/woocommerce/changelog/wooplug-4477-fix-afterpay-payment-option-not-fitting-inside-the-container plugins/woocommerce/changelog/wooplug-4477-fix-afterpay-payment-option-not-fitting-inside-the-container
plugins/woocommerce/changelog/dev-40117-deprecate-admin-e2e-tests-package plugins/woocommerce/changelog/dev-40117-deprecate-admin-e2e-tests-package
plugins/woocommerce/changelog/wooplug-2456-flaky-test-clicking-opt-in-new-fonts-should-be-available
plugins/woocommerce/changelog/wooplug-4075-incorrect-rate-when-toggling-between-shipping-and-local plugins/woocommerce/changelog/wooplug-4075-incorrect-rate-when-toggling-between-shipping-and-local
plugins/woocommerce/changelog/wooplug-4278-remove-the-shipping-calculation-section-in-the-cart-block plugins/woocommerce/changelog/wooplug-4278-remove-the-shipping-calculation-section-in-the-cart-block
plugins/woocommerce/changelog/fix-product-filters-clean-canonical-url plugins/woocommerce/changelog/fix-product-filters-clean-canonical-url
@ -12122,6 +12125,7 @@ plugins/woocommerce/changelog/fix-57726-x-in-cart-variable-products
plugins/woocommerce/changelog/fix-product-gallery-improvements plugins/woocommerce/changelog/fix-product-gallery-improvements
plugins/woocommerce/changelog/58265-dev-iapi-mini-cart-filled-empty plugins/woocommerce/changelog/58265-dev-iapi-mini-cart-filled-empty
plugins/woocommerce/changelog/wooplug-3614-add-a-new-setting-in-wc-settings-general-for-use-predictive plugins/woocommerce/changelog/wooplug-3614-add-a-new-setting-in-wc-settings-general-for-use-predictive
plugins/woocommerce/changelog/58830-25-06-local-image-tests
plugins/woocommerce/changelog/fix-cart-checkout-block-console-warnings plugins/woocommerce/changelog/fix-cart-checkout-block-console-warnings
plugins/woocommerce/changelog/wooplug-208-incorrect-quantity-in-product-backorder-email plugins/woocommerce/changelog/wooplug-208-incorrect-quantity-in-product-backorder-email
plugins/woocommerce/changelog/migrate-pos-feature-flag-to-feature-switch plugins/woocommerce/changelog/migrate-pos-feature-flag-to-feature-switch
@ -12132,10 +12136,11 @@ plugins/woocommerce/changelog/wooplug-1200-enhancement-add-order-object-to
plugins/woocommerce/changelog/fix-39881 plugins/woocommerce/changelog/fix-39881
plugins/woocommerce/changelog/57965-fix-schema-conditional-accept-both-types plugins/woocommerce/changelog/57965-fix-schema-conditional-accept-both-types
plugins/woocommerce/changelog/try-product-details-compatibility-layer plugins/woocommerce/changelog/try-product-details-compatibility-layer
plugins/woocommerce/changelog/58905-refactor-remove-cross-env-blocks
plugins/woocommerce/changelog/fix-store-api-send-cors-headers plugins/woocommerce/changelog/fix-store-api-send-cors-headers
plugins/woocommerce/changelog/58255-add-recipient-filter-email-block-editor plugins/woocommerce/changelog/58255-add-recipient-filter-email-block-editor
plugins/woocommerce/changelog/wooplug-4112-product-gallery-thumbnails-overlay-may-stick-to-wrong-side plugins/woocommerce/changelog/wooplug-4112-product-gallery-thumbnails-overlay-may-stick-to-wrong-side
plugins/woocommerce/changelog/fix-58672 plugins/woocommerce/changelog/enhance-WOOPRD-580-nox-in-context-styles
plugins/woocommerce/changelog/pr-57992 plugins/woocommerce/changelog/pr-57992
plugins/woocommerce/changelog/fix-checkout-editor-template-e2e-test plugins/woocommerce/changelog/fix-checkout-editor-template-e2e-test
plugins/woocommerce/changelog/fix-wccom-1365 plugins/woocommerce/changelog/fix-wccom-1365
@ -12143,7 +12148,6 @@ plugins/woocommerce/changelog/fix-product-filters-a11y
plugins/woocommerce/changelog/fix-add-to-cart-options-quantity-styles plugins/woocommerce/changelog/fix-add-to-cart-options-quantity-styles
plugins/woocommerce/changelog/58111-fix-max-word-count-description-and-step plugins/woocommerce/changelog/58111-fix-max-word-count-description-and-step
plugins/woocommerce/changelog/wooplug-1139-update-urls-in-please-moderate-product-name-emails plugins/woocommerce/changelog/wooplug-1139-update-urls-in-please-moderate-product-name-emails
plugins/woocommerce/changelog/wooplug-4632-stop-automatically-opting-in-existing-stores-on-update
plugins/woocommerce/changelog/dev-40117-deprecate-e2e-core-tests-package plugins/woocommerce/changelog/dev-40117-deprecate-e2e-core-tests-package
plugins/woocommerce/changelog/57927-add-product-selector-label-block plugins/woocommerce/changelog/57927-add-product-selector-label-block
plugins/woocommerce/changelog/dev-40117-deprecate-e2e-utils-package plugins/woocommerce/changelog/dev-40117-deprecate-e2e-utils-package
@ -12152,12 +12156,14 @@ plugins/woocommerce/changelog/update-nox-lys-fix-meaning-of-woopayments-test-acc
plugins/woocommerce/changelog/wooplug-4140-flaky-test-can-search-for-order-by-order-id plugins/woocommerce/changelog/wooplug-4140-flaky-test-can-search-for-order-by-order-id
plugins/woocommerce/changelog/wooplug-3540-flaky-test-add-cross-sells plugins/woocommerce/changelog/wooplug-3540-flaky-test-add-cross-sells
plugins/woocommerce/changelog/fix-php-error-multiple-pc-blocks plugins/woocommerce/changelog/fix-php-error-multiple-pc-blocks
plugins/woocommerce/changelog/update-WOOPRD-582-completed-colors
plugins/woocommerce/changelog/58691-update-atcwo-tabindex plugins/woocommerce/changelog/58691-update-atcwo-tabindex
plugins/woocommerce/changelog/refactor-normalize-filter-item-data-structure plugins/woocommerce/changelog/refactor-normalize-filter-item-data-structure
plugins/woocommerce/changelog/fix-404-product-gallery plugins/woocommerce/changelog/fix-404-product-gallery
plugins/woocommerce/changelog/fix-WOOPLUG-4519-typo-after-test-account-onboarding plugins/woocommerce/changelog/fix-WOOPLUG-4519-typo-after-test-account-onboarding
plugins/woocommerce/changelog/58464-make-default-attribute-selected plugins/woocommerce/changelog/58464-make-default-attribute-selected
plugins/woocommerce/changelog/58733-fix-aria-labelledby-typos plugins/woocommerce/changelog/58733-fix-aria-labelledby-typos
plugins/woocommerce/changelog/fix-48895
plugins/woocommerce/changelog/revert-disable-core-profiler-free-feature-fallback plugins/woocommerce/changelog/revert-disable-core-profiler-free-feature-fallback
plugins/woocommerce/changelog/58322-add-mutation-observer-in-useThemeColors plugins/woocommerce/changelog/58322-add-mutation-observer-in-useThemeColors
plugins/woocommerce/changelog/fix-29211 plugins/woocommerce/changelog/fix-29211
@ -12168,10 +12174,10 @@ plugins/woocommerce/changelog/57948-wooplug-2367-flaky-test-theme-template-has-p
plugins/woocommerce/changelog/fix-44701 plugins/woocommerce/changelog/fix-44701
plugins/woocommerce/changelog/fix-nox-catch-errors-thrown-from-callable-gateway-methods plugins/woocommerce/changelog/fix-nox-catch-errors-thrown-from-callable-gateway-methods
plugins/woocommerce/changelog/wooplug-4492-flaky-test-should-display-the-same-selected-image-when-the plugins/woocommerce/changelog/wooplug-4492-flaky-test-should-display-the-same-selected-image-when-the
plugins/woocommerce/changelog/58662-fix-58469-allow-diacritics-matching
plugins/woocommerce/changelog/57611-dev-install-iapi-via-gh-urls plugins/woocommerce/changelog/57611-dev-install-iapi-via-gh-urls
plugins/woocommerce/changelog/clean-up-session-and-purge plugins/woocommerce/changelog/clean-up-session-and-purge
plugins/woocommerce/changelog/fix-wccom-1228 plugins/woocommerce/changelog/fix-wccom-1228
plugins/woocommerce/changelog/fix-58675
plugins/woocommerce/changelog/wooplug-1059-enhancement-send-order-cancellation-email-to-customers plugins/woocommerce/changelog/wooplug-1059-enhancement-send-order-cancellation-email-to-customers
plugins/woocommerce/changelog/57469-wooplug-3473-migrate-woocommercesettings-to-interactivity-api plugins/woocommerce/changelog/57469-wooplug-3473-migrate-woocommercesettings-to-interactivity-api
plugins/woocommerce/changelog/57468-dev-introducing-payment-gateway-features-constants plugins/woocommerce/changelog/57468-dev-introducing-payment-gateway-features-constants
@ -12182,7 +12188,6 @@ plugins/woocommerce/changelog/wooplug-4615-plain-text-emails-are-aligned-center-
plugins/woocommerce/changelog/58437-fix-change-order-nox-steps plugins/woocommerce/changelog/58437-fix-change-order-nox-steps
plugins/woocommerce/changelog/fix-58130 plugins/woocommerce/changelog/fix-58130
plugins/woocommerce/changelog/enhance-WOOPLUG-4531-provide-capabilities-kyc plugins/woocommerce/changelog/enhance-WOOPLUG-4531-provide-capabilities-kyc
plugins/woocommerce/changelog/wooplug-4572-all-products-block-is-broken-in-993-on-wordpresscom
plugins/woocommerce/changelog/fix-58548-add-to-cart-options-remove-feature-flags plugins/woocommerce/changelog/fix-58548-add-to-cart-options-remove-feature-flags
plugins/woocommerce/changelog/58608-update-WCCOM-1420-official-marketplace-copy plugins/woocommerce/changelog/58608-update-WCCOM-1420-official-marketplace-copy
plugins/woocommerce/changelog/wooplug-3648-technical-debt-refactor-create-account-service-class plugins/woocommerce/changelog/wooplug-3648-technical-debt-refactor-create-account-service-class
@ -12201,13 +12206,13 @@ plugins/woocommerce/changelog/58263-remove-wp-core-data
plugins/woocommerce/changelog/58661-fix-flaky-test-local-pickup plugins/woocommerce/changelog/58661-fix-flaky-test-local-pickup
plugins/woocommerce/changelog/fix-57725-add-to-cart-options-errors plugins/woocommerce/changelog/fix-57725-add-to-cart-options-errors
plugins/woocommerce/changelog/fix-WOOPLUG-4337-improve-get-available-variations-blocks plugins/woocommerce/changelog/fix-WOOPLUG-4337-improve-get-available-variations-blocks
plugins/woocommerce/changelog/fix-wccom-1363
plugins/woocommerce/changelog/try-extend-product-details-using-block-hooks-api plugins/woocommerce/changelog/try-extend-product-details-using-block-hooks-api
plugins/woocommerce/changelog/wooplug-4345-add-bccccrecipient-email-validation plugins/woocommerce/changelog/wooplug-4345-add-bccccrecipient-email-validation
plugins/woocommerce/changelog/wooplug-4331-extend-personalization-tags-for-order-and-customer plugins/woocommerce/changelog/wooplug-4331-extend-personalization-tags-for-order-and-customer
plugins/woocommerce/changelog/58729-update-atcwo-default-quantity plugins/woocommerce/changelog/58729-update-atcwo-default-quantity
plugins/woocommerce/changelog/fix-58034 plugins/woocommerce/changelog/fix-58034
plugins/woocommerce/changelog/58493-add-new-placeholder-image plugins/woocommerce/changelog/58493-add-new-placeholder-image
plugins/woocommerce/changelog/fix-WOOPLUG-4640-styles-order-conflict
plugins/woocommerce/changelog/wooplug-2686-flaky-test-merchant-can-transform-shortcode-block-into plugins/woocommerce/changelog/wooplug-2686-flaky-test-merchant-can-transform-shortcode-block-into
plugins/woocommerce/changelog/wooplug-2504-flaky-test-template-can-be-opened-in-the-site-editor plugins/woocommerce/changelog/wooplug-2504-flaky-test-template-can-be-opened-in-the-site-editor
plugins/woocommerce/changelog/fix-WOOPLUG-790-customer-bought-products-perf plugins/woocommerce/changelog/fix-WOOPLUG-790-customer-bought-products-perf
@ -12241,6 +12246,7 @@ plugins/woocommerce/changelog/fix-filter-rating-component
plugins/woocommerce/changelog/dev-nox-refactor-consistent-naming-around-plural-payments plugins/woocommerce/changelog/dev-nox-refactor-consistent-naming-around-plural-payments
plugins/woocommerce/changelog/fix-nox-restrict-admin-gateways-action-to-only-payments-settings-page plugins/woocommerce/changelog/fix-nox-restrict-admin-gateways-action-to-only-payments-settings-page
plugins/woocommerce/changelog/46886-fix-order-save-canceled-consequences plugins/woocommerce/changelog/46886-fix-order-save-canceled-consequences
plugins/woocommerce/changelog/wooplug-4590-rename-the-single-product-block-to-product
plugins/woocommerce/changelog/57951-dev-experiment-render-iapi-mini-cart plugins/woocommerce/changelog/57951-dev-experiment-render-iapi-mini-cart
plugins/woocommerce/changelog/fix-respect-quantity-limits-when-manage-stock-is-disabled plugins/woocommerce/changelog/fix-respect-quantity-limits-when-manage-stock-is-disabled
plugins/woocommerce/changelog/dev-40117-deprecate-internal-e2e-builds-package plugins/woocommerce/changelog/dev-40117-deprecate-internal-e2e-builds-package
@ -12275,10 +12281,12 @@ plugins/woocommerce/changelog/add-pos-settings-for-pos-html-plaintext-templates
plugins/woocommerce/changelog/update-58129 plugins/woocommerce/changelog/update-58129
plugins/woocommerce/changelog/wooplug-4075-incorrect-rate-when-toggling-between-shipping-and-local-follow-up plugins/woocommerce/changelog/wooplug-4075-incorrect-rate-when-toggling-between-shipping-and-local-follow-up
plugins/woocommerce/changelog/trigger-pos-refund-emails-for-pos-orders plugins/woocommerce/changelog/trigger-pos-refund-emails-for-pos-orders
plugins/woocommerce/changelog/fix-58806-add-to-cart-with-options-express-payment-methods-classes
plugins/woocommerce/changelog/feat-list-label-color plugins/woocommerce/changelog/feat-list-label-color
plugins/woocommerce/changelog/wooplug-3952-update-delivery-testing-for-the-checkout-block plugins/woocommerce/changelog/wooplug-3952-update-delivery-testing-for-the-checkout-block
plugins/woocommerce/changelog/wooplug-3953-update-telemetry-tracking-in-the-email-editor plugins/woocommerce/changelog/wooplug-3953-update-telemetry-tracking-in-the-email-editor
plugins/woocommerce/changelog/57892-product-collection-alphabetical-fallback plugins/woocommerce/changelog/57892-product-collection-alphabetical-fallback
plugins/woocommerce/changelog/wooplug-4541-blockified-product-details-makes-404-requests-in-the-editor
plugins/woocommerce/changelog/58370-dev-cart-drawer-items plugins/woocommerce/changelog/58370-dev-cart-drawer-items
plugins/woocommerce/changelog/.gitkeep plugins/woocommerce/changelog/.gitkeep
plugins/woocommerce/changelog/fix-shipping-rate-cache-hash plugins/woocommerce/changelog/fix-shipping-rate-cache-hash
@ -12289,7 +12297,6 @@ plugins/woocommerce/changelog/58730-update-wccom-1502
plugins/woocommerce/changelog/fix-56606 plugins/woocommerce/changelog/fix-56606
plugins/woocommerce/changelog/wooplug-4268-add-back-button-to-the-email-editor plugins/woocommerce/changelog/wooplug-4268-add-back-button-to-the-email-editor
plugins/woocommerce/changelog/fix-58395-grouped-product-quantity-selector-styles plugins/woocommerce/changelog/fix-58395-grouped-product-quantity-selector-styles
plugins/woocommerce/changelog/fix-58768
plugins/woocommerce/changelog/wooplug-4080-trashed-post-show-up-in-email-listing-and-cannot-be-deleted plugins/woocommerce/changelog/wooplug-4080-trashed-post-show-up-in-email-listing-and-cannot-be-deleted
plugins/woocommerce/changelog/fix-55187 plugins/woocommerce/changelog/fix-55187
plugins/woocommerce/changelog/wooplug-4200-edtitor-ui-updates plugins/woocommerce/changelog/wooplug-4200-edtitor-ui-updates
@ -12324,6 +12331,7 @@ plugins/woocommerce/changelog/wooplug-3573-flaky-test-switching-between-local-pi
plugins/woocommerce/changelog/fix-active-filter-label plugins/woocommerce/changelog/fix-active-filter-label
plugins/woocommerce/changelog/fix-product-gallery-small-imgs plugins/woocommerce/changelog/fix-product-gallery-small-imgs
plugins/woocommerce/changelog/57964-fix-wooplug-4144-2-remove-dot-from-description plugins/woocommerce/changelog/57964-fix-wooplug-4144-2-remove-dot-from-description
plugins/woocommerce/changelog/fix-57718-select-invalid-variations-flaky
plugins/woocommerce/changelog/dev-40117-deprecate-api-core-tests-package plugins/woocommerce/changelog/dev-40117-deprecate-api-core-tests-package
plugins/woocommerce/changelog/58013-fix-wooplug-410 plugins/woocommerce/changelog/58013-fix-wooplug-410
plugins/woocommerce/changelog/fix-58026-variable-products-stock-indicator plugins/woocommerce/changelog/fix-58026-variable-products-stock-indicator

View File

@ -40488,12 +40488,6 @@ apps/desktop/initializer/initializeDesktopIcons.ts
desktop/initializer/initializeDesktopIcons.ts desktop/initializer/initializeDesktopIcons.ts
initializer/initializeDesktopIcons.ts initializer/initializeDesktopIcons.ts
initializeDesktopIcons.ts initializeDesktopIcons.ts
app/frontend/apps/desktop/initializer/initializeSharedComponents.ts
frontend/apps/desktop/initializer/initializeSharedComponents.ts
apps/desktop/initializer/initializeSharedComponents.ts
desktop/initializer/initializeSharedComponents.ts
initializer/initializeSharedComponents.ts
initializeSharedComponents.ts
app/frontend/apps/desktop/currentApp.ts app/frontend/apps/desktop/currentApp.ts
frontend/apps/desktop/currentApp.ts frontend/apps/desktop/currentApp.ts
apps/desktop/currentApp.ts apps/desktop/currentApp.ts
@ -44017,6 +44011,15 @@ fields/FieldEditor/FieldEditorActionBar/ActionButton.vue
FieldEditor/FieldEditorActionBar/ActionButton.vue FieldEditor/FieldEditorActionBar/ActionButton.vue
FieldEditorActionBar/ActionButton.vue FieldEditorActionBar/ActionButton.vue
ActionButton.vue ActionButton.vue
app/frontend/apps/desktop/components/Form/fields/FieldEditor/FieldEditorSuggestionList.vue
frontend/apps/desktop/components/Form/fields/FieldEditor/FieldEditorSuggestionList.vue
apps/desktop/components/Form/fields/FieldEditor/FieldEditorSuggestionList.vue
desktop/components/Form/fields/FieldEditor/FieldEditorSuggestionList.vue
components/Form/fields/FieldEditor/FieldEditorSuggestionList.vue
Form/fields/FieldEditor/FieldEditorSuggestionList.vue
fields/FieldEditor/FieldEditorSuggestionList.vue
FieldEditor/FieldEditorSuggestionList.vue
FieldEditorSuggestionList.vue
app/frontend/apps/desktop/components/Form/fields/FieldEditor/__tests__/FieldEditorActionBar.spec.ts app/frontend/apps/desktop/components/Form/fields/FieldEditor/__tests__/FieldEditorActionBar.spec.ts
frontend/apps/desktop/components/Form/fields/FieldEditor/__tests__/FieldEditorActionBar.spec.ts frontend/apps/desktop/components/Form/fields/FieldEditor/__tests__/FieldEditorActionBar.spec.ts
apps/desktop/components/Form/fields/FieldEditor/__tests__/FieldEditorActionBar.spec.ts apps/desktop/components/Form/fields/FieldEditor/__tests__/FieldEditorActionBar.spec.ts
@ -44027,6 +44030,16 @@ fields/FieldEditor/__tests__/FieldEditorActionBar.spec.ts
FieldEditor/__tests__/FieldEditorActionBar.spec.ts FieldEditor/__tests__/FieldEditorActionBar.spec.ts
__tests__/FieldEditorActionBar.spec.ts __tests__/FieldEditorActionBar.spec.ts
FieldEditorActionBar.spec.ts FieldEditorActionBar.spec.ts
app/frontend/apps/desktop/components/Form/fields/FieldEditor/__tests__/FieldEditorSuggestionList.spec.ts
frontend/apps/desktop/components/Form/fields/FieldEditor/__tests__/FieldEditorSuggestionList.spec.ts
apps/desktop/components/Form/fields/FieldEditor/__tests__/FieldEditorSuggestionList.spec.ts
desktop/components/Form/fields/FieldEditor/__tests__/FieldEditorSuggestionList.spec.ts
components/Form/fields/FieldEditor/__tests__/FieldEditorSuggestionList.spec.ts
Form/fields/FieldEditor/__tests__/FieldEditorSuggestionList.spec.ts
fields/FieldEditor/__tests__/FieldEditorSuggestionList.spec.ts
FieldEditor/__tests__/FieldEditorSuggestionList.spec.ts
__tests__/FieldEditorSuggestionList.spec.ts
FieldEditorSuggestionList.spec.ts
app/frontend/apps/desktop/components/Form/fields/FieldRadioList/types.ts app/frontend/apps/desktop/components/Form/fields/FieldRadioList/types.ts
frontend/apps/desktop/components/Form/fields/FieldRadioList/types.ts frontend/apps/desktop/components/Form/fields/FieldRadioList/types.ts
apps/desktop/components/Form/fields/FieldRadioList/types.ts apps/desktop/components/Form/fields/FieldRadioList/types.ts
@ -47530,12 +47543,6 @@ apps/mobile/initializer/initializeGlobalDirectives.ts
mobile/initializer/initializeGlobalDirectives.ts mobile/initializer/initializeGlobalDirectives.ts
initializer/initializeGlobalDirectives.ts initializer/initializeGlobalDirectives.ts
initializeGlobalDirectives.ts initializeGlobalDirectives.ts
app/frontend/apps/mobile/initializer/initializeSharedComponents.ts
frontend/apps/mobile/initializer/initializeSharedComponents.ts
apps/mobile/initializer/initializeSharedComponents.ts
mobile/initializer/initializeSharedComponents.ts
initializer/initializeSharedComponents.ts
initializeSharedComponents.ts
app/frontend/apps/mobile/initializer/mobileVisuals.ts app/frontend/apps/mobile/initializer/mobileVisuals.ts
frontend/apps/mobile/initializer/mobileVisuals.ts frontend/apps/mobile/initializer/mobileVisuals.ts
apps/mobile/initializer/mobileVisuals.ts apps/mobile/initializer/mobileVisuals.ts
@ -48579,6 +48586,15 @@ fields/FieldEditor/FieldEditorActionBar/ActionToolbar.vue
FieldEditor/FieldEditorActionBar/ActionToolbar.vue FieldEditor/FieldEditorActionBar/ActionToolbar.vue
FieldEditorActionBar/ActionToolbar.vue FieldEditorActionBar/ActionToolbar.vue
ActionToolbar.vue ActionToolbar.vue
app/frontend/apps/mobile/components/Form/fields/FieldEditor/FieldEditorSuggestionList.vue
frontend/apps/mobile/components/Form/fields/FieldEditor/FieldEditorSuggestionList.vue
apps/mobile/components/Form/fields/FieldEditor/FieldEditorSuggestionList.vue
mobile/components/Form/fields/FieldEditor/FieldEditorSuggestionList.vue
components/Form/fields/FieldEditor/FieldEditorSuggestionList.vue
Form/fields/FieldEditor/FieldEditorSuggestionList.vue
fields/FieldEditor/FieldEditorSuggestionList.vue
FieldEditor/FieldEditorSuggestionList.vue
FieldEditorSuggestionList.vue
app/frontend/apps/mobile/components/Form/fields/FieldEditor/__tests__/FieldEditorActionBar.spec.ts app/frontend/apps/mobile/components/Form/fields/FieldEditor/__tests__/FieldEditorActionBar.spec.ts
frontend/apps/mobile/components/Form/fields/FieldEditor/__tests__/FieldEditorActionBar.spec.ts frontend/apps/mobile/components/Form/fields/FieldEditor/__tests__/FieldEditorActionBar.spec.ts
apps/mobile/components/Form/fields/FieldEditor/__tests__/FieldEditorActionBar.spec.ts apps/mobile/components/Form/fields/FieldEditor/__tests__/FieldEditorActionBar.spec.ts
@ -48589,6 +48605,16 @@ fields/FieldEditor/__tests__/FieldEditorActionBar.spec.ts
FieldEditor/__tests__/FieldEditorActionBar.spec.ts FieldEditor/__tests__/FieldEditorActionBar.spec.ts
__tests__/FieldEditorActionBar.spec.ts __tests__/FieldEditorActionBar.spec.ts
FieldEditorActionBar.spec.ts FieldEditorActionBar.spec.ts
app/frontend/apps/mobile/components/Form/fields/FieldEditor/__tests__/FieldEditorSuggestionList.spec.ts
frontend/apps/mobile/components/Form/fields/FieldEditor/__tests__/FieldEditorSuggestionList.spec.ts
apps/mobile/components/Form/fields/FieldEditor/__tests__/FieldEditorSuggestionList.spec.ts
mobile/components/Form/fields/FieldEditor/__tests__/FieldEditorSuggestionList.spec.ts
components/Form/fields/FieldEditor/__tests__/FieldEditorSuggestionList.spec.ts
Form/fields/FieldEditor/__tests__/FieldEditorSuggestionList.spec.ts
fields/FieldEditor/__tests__/FieldEditorSuggestionList.spec.ts
FieldEditor/__tests__/FieldEditorSuggestionList.spec.ts
__tests__/FieldEditorSuggestionList.spec.ts
FieldEditorSuggestionList.spec.ts
app/frontend/apps/mobile/components/Form/fields/FieldRecipient/index.ts app/frontend/apps/mobile/components/Form/fields/FieldRecipient/index.ts
frontend/apps/mobile/components/Form/fields/FieldRecipient/index.ts frontend/apps/mobile/components/Form/fields/FieldRecipient/index.ts
apps/mobile/components/Form/fields/FieldRecipient/index.ts apps/mobile/components/Form/fields/FieldRecipient/index.ts
@ -54492,12 +54518,6 @@ components/Form/types/field.ts
Form/types/field.ts Form/types/field.ts
types/field.ts types/field.ts
field.ts field.ts
app/frontend/shared/components/Form/initializeEditorComponents.ts
frontend/shared/components/Form/initializeEditorComponents.ts
shared/components/Form/initializeEditorComponents.ts
components/Form/initializeEditorComponents.ts
Form/initializeEditorComponents.ts
initializeEditorComponents.ts
app/frontend/shared/components/Form/useForm.ts app/frontend/shared/components/Form/useForm.ts
frontend/shared/components/Form/useForm.ts frontend/shared/components/Form/useForm.ts
shared/components/Form/useForm.ts shared/components/Form/useForm.ts
@ -54936,15 +54956,16 @@ fields/FieldEditor/FieldEditorActionMenu/types.ts
FieldEditor/FieldEditorActionMenu/types.ts FieldEditor/FieldEditorActionMenu/types.ts
FieldEditorActionMenu/types.ts FieldEditorActionMenu/types.ts
types.ts types.ts
app/frontend/shared/components/Form/fields/FieldEditor/FieldEditorActionMenu/initializeActionMenu.ts app/frontend/shared/components/Form/fields/FieldEditor/features/color-picker/initializeEditorColorMenuClasses.ts
frontend/shared/components/Form/fields/FieldEditor/FieldEditorActionMenu/initializeActionMenu.ts frontend/shared/components/Form/fields/FieldEditor/features/color-picker/initializeEditorColorMenuClasses.ts
shared/components/Form/fields/FieldEditor/FieldEditorActionMenu/initializeActionMenu.ts shared/components/Form/fields/FieldEditor/features/color-picker/initializeEditorColorMenuClasses.ts
components/Form/fields/FieldEditor/FieldEditorActionMenu/initializeActionMenu.ts components/Form/fields/FieldEditor/features/color-picker/initializeEditorColorMenuClasses.ts
Form/fields/FieldEditor/FieldEditorActionMenu/initializeActionMenu.ts Form/fields/FieldEditor/features/color-picker/initializeEditorColorMenuClasses.ts
fields/FieldEditor/FieldEditorActionMenu/initializeActionMenu.ts fields/FieldEditor/features/color-picker/initializeEditorColorMenuClasses.ts
FieldEditor/FieldEditorActionMenu/initializeActionMenu.ts FieldEditor/features/color-picker/initializeEditorColorMenuClasses.ts
FieldEditorActionMenu/initializeActionMenu.ts features/color-picker/initializeEditorColorMenuClasses.ts
initializeActionMenu.ts color-picker/initializeEditorColorMenuClasses.ts
initializeEditorColorMenuClasses.ts
app/frontend/shared/components/Form/fields/FieldEditor/features/color-picker/EditorColorMenu.vue app/frontend/shared/components/Form/fields/FieldEditor/features/color-picker/EditorColorMenu.vue
frontend/shared/components/Form/fields/FieldEditor/features/color-picker/EditorColorMenu.vue frontend/shared/components/Form/fields/FieldEditor/features/color-picker/EditorColorMenu.vue
shared/components/Form/fields/FieldEditor/features/color-picker/EditorColorMenu.vue shared/components/Form/fields/FieldEditor/features/color-picker/EditorColorMenu.vue
@ -54965,16 +54986,6 @@ FieldEditor/features/color-picker/ColorSchemeList.vue
features/color-picker/ColorSchemeList.vue features/color-picker/ColorSchemeList.vue
color-picker/ColorSchemeList.vue color-picker/ColorSchemeList.vue
ColorSchemeList.vue ColorSchemeList.vue
app/frontend/shared/components/Form/fields/FieldEditor/features/color-picker/initializeEditorColorMenu.ts
frontend/shared/components/Form/fields/FieldEditor/features/color-picker/initializeEditorColorMenu.ts
shared/components/Form/fields/FieldEditor/features/color-picker/initializeEditorColorMenu.ts
components/Form/fields/FieldEditor/features/color-picker/initializeEditorColorMenu.ts
Form/fields/FieldEditor/features/color-picker/initializeEditorColorMenu.ts
fields/FieldEditor/features/color-picker/initializeEditorColorMenu.ts
FieldEditor/features/color-picker/initializeEditorColorMenu.ts
features/color-picker/initializeEditorColorMenu.ts
color-picker/initializeEditorColorMenu.ts
initializeEditorColorMenu.ts
app/frontend/shared/components/Form/fields/FieldEditor/features/image-handler/ImageFailedUploadOverlay.vue app/frontend/shared/components/Form/fields/FieldEditor/features/image-handler/ImageFailedUploadOverlay.vue
frontend/shared/components/Form/fields/FieldEditor/features/image-handler/ImageFailedUploadOverlay.vue frontend/shared/components/Form/fields/FieldEditor/features/image-handler/ImageFailedUploadOverlay.vue
shared/components/Form/fields/FieldEditor/features/image-handler/ImageFailedUploadOverlay.vue shared/components/Form/fields/FieldEditor/features/image-handler/ImageFailedUploadOverlay.vue
@ -55015,6 +55026,17 @@ FieldEditor/features/table/EditorTableMenu.vue
features/table/EditorTableMenu.vue features/table/EditorTableMenu.vue
table/EditorTableMenu.vue table/EditorTableMenu.vue
EditorTableMenu.vue EditorTableMenu.vue
app/frontend/shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantLoadingBanner/initializeAiAssistantTextToolsLoadingBannerClasses.ts
frontend/shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantLoadingBanner/initializeAiAssistantTextToolsLoadingBannerClasses.ts
shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantLoadingBanner/initializeAiAssistantTextToolsLoadingBannerClasses.ts
components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantLoadingBanner/initializeAiAssistantTextToolsLoadingBannerClasses.ts
Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantLoadingBanner/initializeAiAssistantTextToolsLoadingBannerClasses.ts
fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantLoadingBanner/initializeAiAssistantTextToolsLoadingBannerClasses.ts
FieldEditor/features/ai-assistant-text-tools/AiAssistantLoadingBanner/initializeAiAssistantTextToolsLoadingBannerClasses.ts
features/ai-assistant-text-tools/AiAssistantLoadingBanner/initializeAiAssistantTextToolsLoadingBannerClasses.ts
ai-assistant-text-tools/AiAssistantLoadingBanner/initializeAiAssistantTextToolsLoadingBannerClasses.ts
AiAssistantLoadingBanner/initializeAiAssistantTextToolsLoadingBannerClasses.ts
initializeAiAssistantTextToolsLoadingBannerClasses.ts
app/frontend/shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantLoadingBanner/AiAssistantLoadingBanner.vue app/frontend/shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantLoadingBanner/AiAssistantLoadingBanner.vue
frontend/shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantLoadingBanner/AiAssistantLoadingBanner.vue frontend/shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantLoadingBanner/AiAssistantLoadingBanner.vue
shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantLoadingBanner/AiAssistantLoadingBanner.vue shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantLoadingBanner/AiAssistantLoadingBanner.vue
@ -55026,28 +55048,6 @@ features/ai-assistant-text-tools/AiAssistantLoadingBanner/AiAssistantLoadingBann
ai-assistant-text-tools/AiAssistantLoadingBanner/AiAssistantLoadingBanner.vue ai-assistant-text-tools/AiAssistantLoadingBanner/AiAssistantLoadingBanner.vue
AiAssistantLoadingBanner/AiAssistantLoadingBanner.vue AiAssistantLoadingBanner/AiAssistantLoadingBanner.vue
AiAssistantLoadingBanner.vue AiAssistantLoadingBanner.vue
app/frontend/shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantLoadingBanner/initializeAiAssistantTextToolsLoadingBanner.ts
frontend/shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantLoadingBanner/initializeAiAssistantTextToolsLoadingBanner.ts
shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantLoadingBanner/initializeAiAssistantTextToolsLoadingBanner.ts
components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantLoadingBanner/initializeAiAssistantTextToolsLoadingBanner.ts
Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantLoadingBanner/initializeAiAssistantTextToolsLoadingBanner.ts
fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantLoadingBanner/initializeAiAssistantTextToolsLoadingBanner.ts
FieldEditor/features/ai-assistant-text-tools/AiAssistantLoadingBanner/initializeAiAssistantTextToolsLoadingBanner.ts
features/ai-assistant-text-tools/AiAssistantLoadingBanner/initializeAiAssistantTextToolsLoadingBanner.ts
ai-assistant-text-tools/AiAssistantLoadingBanner/initializeAiAssistantTextToolsLoadingBanner.ts
AiAssistantLoadingBanner/initializeAiAssistantTextToolsLoadingBanner.ts
initializeAiAssistantTextToolsLoadingBanner.ts
app/frontend/shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantTextTools/initializeAiAssistantTextTools.ts
frontend/shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantTextTools/initializeAiAssistantTextTools.ts
shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantTextTools/initializeAiAssistantTextTools.ts
components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantTextTools/initializeAiAssistantTextTools.ts
Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantTextTools/initializeAiAssistantTextTools.ts
fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantTextTools/initializeAiAssistantTextTools.ts
FieldEditor/features/ai-assistant-text-tools/AiAssistantTextTools/initializeAiAssistantTextTools.ts
features/ai-assistant-text-tools/AiAssistantTextTools/initializeAiAssistantTextTools.ts
ai-assistant-text-tools/AiAssistantTextTools/initializeAiAssistantTextTools.ts
AiAssistantTextTools/initializeAiAssistantTextTools.ts
initializeAiAssistantTextTools.ts
app/frontend/shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantTextTools/AiAssistantTextTools.vue app/frontend/shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantTextTools/AiAssistantTextTools.vue
frontend/shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantTextTools/AiAssistantTextTools.vue frontend/shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantTextTools/AiAssistantTextTools.vue
shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantTextTools/AiAssistantTextTools.vue shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantTextTools/AiAssistantTextTools.vue
@ -55059,6 +55059,58 @@ features/ai-assistant-text-tools/AiAssistantTextTools/AiAssistantTextTools.vue
ai-assistant-text-tools/AiAssistantTextTools/AiAssistantTextTools.vue ai-assistant-text-tools/AiAssistantTextTools/AiAssistantTextTools.vue
AiAssistantTextTools/AiAssistantTextTools.vue AiAssistantTextTools/AiAssistantTextTools.vue
AiAssistantTextTools.vue AiAssistantTextTools.vue
app/frontend/shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantTextTools/initializeAiAssistantTextToolsClasses.ts
frontend/shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantTextTools/initializeAiAssistantTextToolsClasses.ts
shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantTextTools/initializeAiAssistantTextToolsClasses.ts
components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantTextTools/initializeAiAssistantTextToolsClasses.ts
Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantTextTools/initializeAiAssistantTextToolsClasses.ts
fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantTextTools/initializeAiAssistantTextToolsClasses.ts
FieldEditor/features/ai-assistant-text-tools/AiAssistantTextTools/initializeAiAssistantTextToolsClasses.ts
features/ai-assistant-text-tools/AiAssistantTextTools/initializeAiAssistantTextToolsClasses.ts
ai-assistant-text-tools/AiAssistantTextTools/initializeAiAssistantTextToolsClasses.ts
AiAssistantTextTools/initializeAiAssistantTextToolsClasses.ts
initializeAiAssistantTextToolsClasses.ts
app/frontend/shared/components/Form/fields/FieldEditor/features/link/types.ts
frontend/shared/components/Form/fields/FieldEditor/features/link/types.ts
shared/components/Form/fields/FieldEditor/features/link/types.ts
components/Form/fields/FieldEditor/features/link/types.ts
Form/fields/FieldEditor/features/link/types.ts
fields/FieldEditor/features/link/types.ts
FieldEditor/features/link/types.ts
features/link/types.ts
link/types.ts
types.ts
app/frontend/shared/components/Form/fields/FieldEditor/features/link/__test__/LinkForm.spec.ts
frontend/shared/components/Form/fields/FieldEditor/features/link/__test__/LinkForm.spec.ts
shared/components/Form/fields/FieldEditor/features/link/__test__/LinkForm.spec.ts
components/Form/fields/FieldEditor/features/link/__test__/LinkForm.spec.ts
Form/fields/FieldEditor/features/link/__test__/LinkForm.spec.ts
fields/FieldEditor/features/link/__test__/LinkForm.spec.ts
FieldEditor/features/link/__test__/LinkForm.spec.ts
features/link/__test__/LinkForm.spec.ts
link/__test__/LinkForm.spec.ts
__test__/LinkForm.spec.ts
LinkForm.spec.ts
app/frontend/shared/components/Form/fields/FieldEditor/features/link/initializeLinkFormClasses.ts
frontend/shared/components/Form/fields/FieldEditor/features/link/initializeLinkFormClasses.ts
shared/components/Form/fields/FieldEditor/features/link/initializeLinkFormClasses.ts
components/Form/fields/FieldEditor/features/link/initializeLinkFormClasses.ts
Form/fields/FieldEditor/features/link/initializeLinkFormClasses.ts
fields/FieldEditor/features/link/initializeLinkFormClasses.ts
FieldEditor/features/link/initializeLinkFormClasses.ts
features/link/initializeLinkFormClasses.ts
link/initializeLinkFormClasses.ts
initializeLinkFormClasses.ts
app/frontend/shared/components/Form/fields/FieldEditor/features/link/LinkForm.vue
frontend/shared/components/Form/fields/FieldEditor/features/link/LinkForm.vue
shared/components/Form/fields/FieldEditor/features/link/LinkForm.vue
components/Form/fields/FieldEditor/features/link/LinkForm.vue
Form/fields/FieldEditor/features/link/LinkForm.vue
fields/FieldEditor/features/link/LinkForm.vue
FieldEditor/features/link/LinkForm.vue
features/link/LinkForm.vue
link/LinkForm.vue
LinkForm.vue
app/frontend/shared/components/Form/fields/FieldEditor/features/suggestions/suggestions.ts app/frontend/shared/components/Form/fields/FieldEditor/features/suggestions/suggestions.ts
frontend/shared/components/Form/fields/FieldEditor/features/suggestions/suggestions.ts frontend/shared/components/Form/fields/FieldEditor/features/suggestions/suggestions.ts
shared/components/Form/fields/FieldEditor/features/suggestions/suggestions.ts shared/components/Form/fields/FieldEditor/features/suggestions/suggestions.ts
@ -55069,16 +55121,6 @@ FieldEditor/features/suggestions/suggestions.ts
features/suggestions/suggestions.ts features/suggestions/suggestions.ts
suggestions/suggestions.ts suggestions/suggestions.ts
suggestions.ts suggestions.ts
app/frontend/shared/components/Form/fields/FieldEditor/features/suggestions/SuggestionsList.vue
frontend/shared/components/Form/fields/FieldEditor/features/suggestions/SuggestionsList.vue
shared/components/Form/fields/FieldEditor/features/suggestions/SuggestionsList.vue
components/Form/fields/FieldEditor/features/suggestions/SuggestionsList.vue
Form/fields/FieldEditor/features/suggestions/SuggestionsList.vue
fields/FieldEditor/features/suggestions/SuggestionsList.vue
FieldEditor/features/suggestions/SuggestionsList.vue
features/suggestions/SuggestionsList.vue
suggestions/SuggestionsList.vue
SuggestionsList.vue
app/frontend/shared/components/Form/fields/FieldEditor/composables/useSignatureHandling.ts app/frontend/shared/components/Form/fields/FieldEditor/composables/useSignatureHandling.ts
frontend/shared/components/Form/fields/FieldEditor/composables/useSignatureHandling.ts frontend/shared/components/Form/fields/FieldEditor/composables/useSignatureHandling.ts
shared/components/Form/fields/FieldEditor/composables/useSignatureHandling.ts shared/components/Form/fields/FieldEditor/composables/useSignatureHandling.ts
@ -55168,6 +55210,15 @@ fields/FieldEditor/extensions/HardBreakPlain.ts
FieldEditor/extensions/HardBreakPlain.ts FieldEditor/extensions/HardBreakPlain.ts
extensions/HardBreakPlain.ts extensions/HardBreakPlain.ts
HardBreakPlain.ts HardBreakPlain.ts
app/frontend/shared/components/Form/fields/FieldEditor/extensions/Link.ts
frontend/shared/components/Form/fields/FieldEditor/extensions/Link.ts
shared/components/Form/fields/FieldEditor/extensions/Link.ts
components/Form/fields/FieldEditor/extensions/Link.ts
Form/fields/FieldEditor/extensions/Link.ts
fields/FieldEditor/extensions/Link.ts
FieldEditor/extensions/Link.ts
extensions/Link.ts
Link.ts
app/frontend/shared/components/Form/fields/FieldEditor/extensions/UserMention.ts app/frontend/shared/components/Form/fields/FieldEditor/extensions/UserMention.ts
frontend/shared/components/Form/fields/FieldEditor/extensions/UserMention.ts frontend/shared/components/Form/fields/FieldEditor/extensions/UserMention.ts
shared/components/Form/fields/FieldEditor/extensions/UserMention.ts shared/components/Form/fields/FieldEditor/extensions/UserMention.ts
@ -55213,15 +55264,6 @@ fields/FieldEditor/extensions/Indent.ts
FieldEditor/extensions/Indent.ts FieldEditor/extensions/Indent.ts
extensions/Indent.ts extensions/Indent.ts
Indent.ts Indent.ts
app/frontend/shared/components/Form/fields/FieldEditor/__tests__/SuggestionsList.spec.ts
frontend/shared/components/Form/fields/FieldEditor/__tests__/SuggestionsList.spec.ts
shared/components/Form/fields/FieldEditor/__tests__/SuggestionsList.spec.ts
components/Form/fields/FieldEditor/__tests__/SuggestionsList.spec.ts
Form/fields/FieldEditor/__tests__/SuggestionsList.spec.ts
fields/FieldEditor/__tests__/SuggestionsList.spec.ts
FieldEditor/__tests__/SuggestionsList.spec.ts
__tests__/SuggestionsList.spec.ts
SuggestionsList.spec.ts
app/frontend/shared/components/Form/fields/FieldEditor/utils.ts app/frontend/shared/components/Form/fields/FieldEditor/utils.ts
frontend/shared/components/Form/fields/FieldEditor/utils.ts frontend/shared/components/Form/fields/FieldEditor/utils.ts
shared/components/Form/fields/FieldEditor/utils.ts shared/components/Form/fields/FieldEditor/utils.ts

View File

@ -7121,7 +7121,6 @@ app/frontend/apps/desktop/initializer/assets/search.svg
app/frontend/apps/desktop/initializer/assets/code-square.svg app/frontend/apps/desktop/initializer/assets/code-square.svg
app/frontend/apps/desktop/initializer/initializeGlobalDirectives.ts app/frontend/apps/desktop/initializer/initializeGlobalDirectives.ts
app/frontend/apps/desktop/initializer/initializeDesktopIcons.ts app/frontend/apps/desktop/initializer/initializeDesktopIcons.ts
app/frontend/apps/desktop/initializer/initializeSharedComponents.ts
app/frontend/apps/desktop/currentApp.ts app/frontend/apps/desktop/currentApp.ts
app/frontend/apps/desktop/main.ts app/frontend/apps/desktop/main.ts
app/frontend/apps/desktop/entities/ticket/types.ts app/frontend/apps/desktop/entities/ticket/types.ts
@ -7538,7 +7537,9 @@ app/frontend/apps/desktop/components/Form/fields/FieldEditor/useEditorActions.ts
app/frontend/apps/desktop/components/Form/fields/FieldEditor/FieldEditorActionBar/ActionToolbar.vue app/frontend/apps/desktop/components/Form/fields/FieldEditor/FieldEditorActionBar/ActionToolbar.vue
app/frontend/apps/desktop/components/Form/fields/FieldEditor/FieldEditorActionBar/types.ts app/frontend/apps/desktop/components/Form/fields/FieldEditor/FieldEditorActionBar/types.ts
app/frontend/apps/desktop/components/Form/fields/FieldEditor/FieldEditorActionBar/ActionButton.vue app/frontend/apps/desktop/components/Form/fields/FieldEditor/FieldEditorActionBar/ActionButton.vue
app/frontend/apps/desktop/components/Form/fields/FieldEditor/FieldEditorSuggestionList.vue
app/frontend/apps/desktop/components/Form/fields/FieldEditor/__tests__/FieldEditorActionBar.spec.ts app/frontend/apps/desktop/components/Form/fields/FieldEditor/__tests__/FieldEditorActionBar.spec.ts
app/frontend/apps/desktop/components/Form/fields/FieldEditor/__tests__/FieldEditorSuggestionList.spec.ts
app/frontend/apps/desktop/components/Form/fields/FieldRadioList/types.ts app/frontend/apps/desktop/components/Form/fields/FieldRadioList/types.ts
app/frontend/apps/desktop/components/Form/fields/FieldRadioList/index.ts app/frontend/apps/desktop/components/Form/fields/FieldRadioList/index.ts
app/frontend/apps/desktop/components/Form/fields/FieldRadioList/FieldRadioListInput.vue app/frontend/apps/desktop/components/Form/fields/FieldRadioList/FieldRadioListInput.vue
@ -7980,7 +7981,6 @@ app/frontend/apps/mobile/initializer/assets/change-order.svg
app/frontend/apps/mobile/initializer/mobileIconsAliasesMap.ts app/frontend/apps/mobile/initializer/mobileIconsAliasesMap.ts
app/frontend/apps/mobile/initializer/initializeMobileIcons.ts app/frontend/apps/mobile/initializer/initializeMobileIcons.ts
app/frontend/apps/mobile/initializer/initializeGlobalDirectives.ts app/frontend/apps/mobile/initializer/initializeGlobalDirectives.ts
app/frontend/apps/mobile/initializer/initializeSharedComponents.ts
app/frontend/apps/mobile/initializer/mobileVisuals.ts app/frontend/apps/mobile/initializer/mobileVisuals.ts
app/frontend/apps/mobile/main.ts app/frontend/apps/mobile/main.ts
app/frontend/apps/mobile/entities/ticket/helpers/ticketOverviewStorage.ts app/frontend/apps/mobile/entities/ticket/helpers/ticketOverviewStorage.ts
@ -8112,7 +8112,9 @@ app/frontend/apps/mobile/components/Form/fields/FieldEditor/FieldEditorActionBar
app/frontend/apps/mobile/components/Form/fields/FieldEditor/FieldEditorActionMenu.vue app/frontend/apps/mobile/components/Form/fields/FieldEditor/FieldEditorActionMenu.vue
app/frontend/apps/mobile/components/Form/fields/FieldEditor/useEditorActions.ts app/frontend/apps/mobile/components/Form/fields/FieldEditor/useEditorActions.ts
app/frontend/apps/mobile/components/Form/fields/FieldEditor/FieldEditorActionBar/ActionToolbar.vue app/frontend/apps/mobile/components/Form/fields/FieldEditor/FieldEditorActionBar/ActionToolbar.vue
app/frontend/apps/mobile/components/Form/fields/FieldEditor/FieldEditorSuggestionList.vue
app/frontend/apps/mobile/components/Form/fields/FieldEditor/__tests__/FieldEditorActionBar.spec.ts app/frontend/apps/mobile/components/Form/fields/FieldEditor/__tests__/FieldEditorActionBar.spec.ts
app/frontend/apps/mobile/components/Form/fields/FieldEditor/__tests__/FieldEditorSuggestionList.spec.ts
app/frontend/apps/mobile/components/Form/fields/FieldRecipient/index.ts app/frontend/apps/mobile/components/Form/fields/FieldRecipient/index.ts
app/frontend/apps/mobile/components/Form/fields/FieldRecipient/__tests__/FieldRecipient.spec.ts app/frontend/apps/mobile/components/Form/fields/FieldRecipient/__tests__/FieldRecipient.spec.ts
app/frontend/apps/mobile/components/Form/fields/FieldCustomer/FieldCustomerWrapper.vue app/frontend/apps/mobile/components/Form/fields/FieldCustomer/FieldCustomerWrapper.vue
@ -8943,7 +8945,6 @@ app/frontend/shared/components/Form/initializeFieldEditor.ts
app/frontend/shared/components/Form/FormFieldLink.vue app/frontend/shared/components/Form/FormFieldLink.vue
app/frontend/shared/components/Form/initializeFormClasses.ts app/frontend/shared/components/Form/initializeFormClasses.ts
app/frontend/shared/components/Form/types/field.ts app/frontend/shared/components/Form/types/field.ts
app/frontend/shared/components/Form/initializeEditorComponents.ts
app/frontend/shared/components/Form/useForm.ts app/frontend/shared/components/Form/useForm.ts
app/frontend/shared/components/Form/composables/useValue.ts app/frontend/shared/components/Form/composables/useValue.ts
app/frontend/shared/components/Form/composables/useFileUploadProcessing.ts app/frontend/shared/components/Form/composables/useFileUploadProcessing.ts
@ -8991,20 +8992,22 @@ app/frontend/shared/components/Form/fields/FieldEditor/FieldEditorInput.vue
app/frontend/shared/components/Form/fields/FieldEditor/FieldEditorWrapper.vue app/frontend/shared/components/Form/fields/FieldEditor/FieldEditorWrapper.vue
app/frontend/shared/components/Form/fields/FieldEditor/FieldEditorActionMenu/FieldEditorActionMenu.vue app/frontend/shared/components/Form/fields/FieldEditor/FieldEditorActionMenu/FieldEditorActionMenu.vue
app/frontend/shared/components/Form/fields/FieldEditor/FieldEditorActionMenu/types.ts app/frontend/shared/components/Form/fields/FieldEditor/FieldEditorActionMenu/types.ts
app/frontend/shared/components/Form/fields/FieldEditor/FieldEditorActionMenu/initializeActionMenu.ts app/frontend/shared/components/Form/fields/FieldEditor/features/color-picker/initializeEditorColorMenuClasses.ts
app/frontend/shared/components/Form/fields/FieldEditor/features/color-picker/EditorColorMenu.vue app/frontend/shared/components/Form/fields/FieldEditor/features/color-picker/EditorColorMenu.vue
app/frontend/shared/components/Form/fields/FieldEditor/features/color-picker/ColorSchemeList.vue app/frontend/shared/components/Form/fields/FieldEditor/features/color-picker/ColorSchemeList.vue
app/frontend/shared/components/Form/fields/FieldEditor/features/color-picker/initializeEditorColorMenu.ts
app/frontend/shared/components/Form/fields/FieldEditor/features/image-handler/ImageFailedUploadOverlay.vue app/frontend/shared/components/Form/fields/FieldEditor/features/image-handler/ImageFailedUploadOverlay.vue
app/frontend/shared/components/Form/fields/FieldEditor/features/image-handler/ImageHandler.vue app/frontend/shared/components/Form/fields/FieldEditor/features/image-handler/ImageHandler.vue
app/frontend/shared/components/Form/fields/FieldEditor/features/image-handler/useImageUpload.ts app/frontend/shared/components/Form/fields/FieldEditor/features/image-handler/useImageUpload.ts
app/frontend/shared/components/Form/fields/FieldEditor/features/table/EditorTableMenu.vue app/frontend/shared/components/Form/fields/FieldEditor/features/table/EditorTableMenu.vue
app/frontend/shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantLoadingBanner/initializeAiAssistantTextToolsLoadingBannerClasses.ts
app/frontend/shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantLoadingBanner/AiAssistantLoadingBanner.vue app/frontend/shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantLoadingBanner/AiAssistantLoadingBanner.vue
app/frontend/shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantLoadingBanner/initializeAiAssistantTextToolsLoadingBanner.ts
app/frontend/shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantTextTools/initializeAiAssistantTextTools.ts
app/frontend/shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantTextTools/AiAssistantTextTools.vue app/frontend/shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantTextTools/AiAssistantTextTools.vue
app/frontend/shared/components/Form/fields/FieldEditor/features/ai-assistant-text-tools/AiAssistantTextTools/initializeAiAssistantTextToolsClasses.ts
app/frontend/shared/components/Form/fields/FieldEditor/features/link/types.ts
app/frontend/shared/components/Form/fields/FieldEditor/features/link/__test__/LinkForm.spec.ts
app/frontend/shared/components/Form/fields/FieldEditor/features/link/initializeLinkFormClasses.ts
app/frontend/shared/components/Form/fields/FieldEditor/features/link/LinkForm.vue
app/frontend/shared/components/Form/fields/FieldEditor/features/suggestions/suggestions.ts app/frontend/shared/components/Form/fields/FieldEditor/features/suggestions/suggestions.ts
app/frontend/shared/components/Form/fields/FieldEditor/features/suggestions/SuggestionsList.vue
app/frontend/shared/components/Form/fields/FieldEditor/composables/useSignatureHandling.ts app/frontend/shared/components/Form/fields/FieldEditor/composables/useSignatureHandling.ts
app/frontend/shared/components/Form/fields/FieldEditor/composables/useNavigateOptions.ts app/frontend/shared/components/Form/fields/FieldEditor/composables/useNavigateOptions.ts
app/frontend/shared/components/Form/fields/FieldEditor/composables/useAttachments.ts app/frontend/shared/components/Form/fields/FieldEditor/composables/useAttachments.ts
@ -9015,12 +9018,12 @@ app/frontend/shared/components/Form/fields/FieldEditor/extensions/KnowledgeBaseS
app/frontend/shared/components/Form/fields/FieldEditor/extensions/Styles.ts app/frontend/shared/components/Form/fields/FieldEditor/extensions/Styles.ts
app/frontend/shared/components/Form/fields/FieldEditor/extensions/AiAssistantTextTools.ts app/frontend/shared/components/Form/fields/FieldEditor/extensions/AiAssistantTextTools.ts
app/frontend/shared/components/Form/fields/FieldEditor/extensions/HardBreakPlain.ts app/frontend/shared/components/Form/fields/FieldEditor/extensions/HardBreakPlain.ts
app/frontend/shared/components/Form/fields/FieldEditor/extensions/Link.ts
app/frontend/shared/components/Form/fields/FieldEditor/extensions/UserMention.ts app/frontend/shared/components/Form/fields/FieldEditor/extensions/UserMention.ts
app/frontend/shared/components/Form/fields/FieldEditor/extensions/TextDirection.ts app/frontend/shared/components/Form/fields/FieldEditor/extensions/TextDirection.ts
app/frontend/shared/components/Form/fields/FieldEditor/extensions/Signature.ts app/frontend/shared/components/Form/fields/FieldEditor/extensions/Signature.ts
app/frontend/shared/components/Form/fields/FieldEditor/extensions/TextModuleSuggestion.ts app/frontend/shared/components/Form/fields/FieldEditor/extensions/TextModuleSuggestion.ts
app/frontend/shared/components/Form/fields/FieldEditor/extensions/Indent.ts app/frontend/shared/components/Form/fields/FieldEditor/extensions/Indent.ts
app/frontend/shared/components/Form/fields/FieldEditor/__tests__/SuggestionsList.spec.ts
app/frontend/shared/components/Form/fields/FieldEditor/utils.ts app/frontend/shared/components/Form/fields/FieldEditor/utils.ts
app/frontend/shared/components/Form/fields/FieldInputs/index.ts app/frontend/shared/components/Form/fields/FieldInputs/index.ts
app/frontend/shared/components/Form/fields/FieldInputs/__tests__/FieldInputs.spec.ts app/frontend/shared/components/Form/fields/FieldInputs/__tests__/FieldInputs.spec.ts

View File

@ -1542,8 +1542,8 @@ hp/video
hpc/*/supported-applications.aspx? hpc/*/supported-applications.aspx?
hpm hpm
hpmob hpmob
http://discord.gg/robots.txt http://bing.com/robots.txt
http://slideshare.net/robots.txt http://npr.org/robots.txt
hub?category= hub?category=
hz/contact-us/ajax/initiate-trusted-contact hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$ hz/help/contact/*/message/$
@ -3221,7 +3221,7 @@ wiki/Wikipedia_Diskussion:Checkuser
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
wiki/Wikipedia_talk%3AAbuse_reports wiki/Wikipedia_talk%3AAbuse_reports
wiki/Wikipedia_talk%3AAbuse_response wiki/Wikipedia_talk%3AAbuse_response
wiki/Wikipedia_talk%3AAdministrator_electionshttp://policies.google.com/robots.txt wiki/Wikipedia_talk%3AAdministrator_electionshttp://bit.ly/robots.txt
wiki/Wikipedia_talk%3AAdministrator_recall wiki/Wikipedia_talk%3AAdministrator_recall
wiki/Wikipedia_talk%3AAdministrator_review wiki/Wikipedia_talk%3AAdministrator_review
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard wiki/Wikipedia_talk%3AAdministrators%27_noticeboard