[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2024-11-02 10:03:49 +00:00
parent 04f4178681
commit 4b67e433f8
17 changed files with 1619 additions and 714 deletions

View file

@ -3,6 +3,6 @@
"last_update": 1730487790
},
"Trickest wordlist update": {
"last_update": 1730455444
"last_update": 1730541820
}
}

View file

@ -102098,6 +102098,12 @@ Drupal/Tests/Core/UrlTest.php
Tests/Core/UrlTest.php
Core/UrlTest.php
UrlTest.php
core/tests/Drupal/Tests/Core/GroupIncludesTestTrait.php
tests/Drupal/Tests/Core/GroupIncludesTestTrait.php
Drupal/Tests/Core/GroupIncludesTestTrait.php
Tests/Core/GroupIncludesTestTrait.php
Core/GroupIncludesTestTrait.php
GroupIncludesTestTrait.php
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php
tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php
Drupal/Tests/Core/Update/UpdateRegistryTest.php

View file

@ -14850,6 +14850,7 @@ core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php
core/tests/Drupal/Tests/Core/Entity/EntityFormBuilderTest.php
core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php
core/tests/Drupal/Tests/Core/UrlTest.php
core/tests/Drupal/Tests/Core/GroupIncludesTestTrait.php
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php
core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php
core/tests/Drupal/Tests/Core/Annotation/TranslationTest.php

View file

@ -8574,6 +8574,31 @@ accounts/doctype/payment_reconciliation_payment/payment_reconciliation_payment.p
doctype/payment_reconciliation_payment/payment_reconciliation_payment.py
payment_reconciliation_payment/payment_reconciliation_payment.py
payment_reconciliation_payment.py
erpnext/accounts/doctype/advance_payment_ledger_entry/advance_payment_ledger_entry.py
accounts/doctype/advance_payment_ledger_entry/advance_payment_ledger_entry.py
doctype/advance_payment_ledger_entry/advance_payment_ledger_entry.py
advance_payment_ledger_entry/advance_payment_ledger_entry.py
advance_payment_ledger_entry.py
erpnext/accounts/doctype/advance_payment_ledger_entry/test_advance_payment_ledger_entry.py
accounts/doctype/advance_payment_ledger_entry/test_advance_payment_ledger_entry.py
doctype/advance_payment_ledger_entry/test_advance_payment_ledger_entry.py
advance_payment_ledger_entry/test_advance_payment_ledger_entry.py
test_advance_payment_ledger_entry.py
erpnext/accounts/doctype/advance_payment_ledger_entry/__init__.py
accounts/doctype/advance_payment_ledger_entry/__init__.py
doctype/advance_payment_ledger_entry/__init__.py
advance_payment_ledger_entry/__init__.py
__init__.py
erpnext/accounts/doctype/advance_payment_ledger_entry/advance_payment_ledger_entry.js
accounts/doctype/advance_payment_ledger_entry/advance_payment_ledger_entry.js
doctype/advance_payment_ledger_entry/advance_payment_ledger_entry.js
advance_payment_ledger_entry/advance_payment_ledger_entry.js
advance_payment_ledger_entry.js
erpnext/accounts/doctype/advance_payment_ledger_entry/advance_payment_ledger_entry.json
accounts/doctype/advance_payment_ledger_entry/advance_payment_ledger_entry.json
doctype/advance_payment_ledger_entry/advance_payment_ledger_entry.json
advance_payment_ledger_entry/advance_payment_ledger_entry.json
advance_payment_ledger_entry.json
erpnext/accounts/doctype/pos_closing_entry/closing_voucher_details.html
accounts/doctype/pos_closing_entry/closing_voucher_details.html
doctype/pos_closing_entry/closing_voucher_details.html
@ -17958,6 +17983,10 @@ erpnext/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
update_asset_repair_field_in_stock_entry.py
erpnext/patches/v15_0/create_advance_payment_ledger_records.py
patches/v15_0/create_advance_payment_ledger_records.py
v15_0/create_advance_payment_ledger_records.py
create_advance_payment_ledger_records.py
erpnext/patches/v15_0/delete_taxjar_doctypes.py
patches/v15_0/delete_taxjar_doctypes.py
v15_0/delete_taxjar_doctypes.py

View file

@ -1778,6 +1778,11 @@ erpnext/accounts/doctype/tax_withholding_rate/tax_withholding_rate.py
erpnext/accounts/doctype/payment_reconciliation_payment/__init__.py
erpnext/accounts/doctype/payment_reconciliation_payment/payment_reconciliation_payment.json
erpnext/accounts/doctype/payment_reconciliation_payment/payment_reconciliation_payment.py
erpnext/accounts/doctype/advance_payment_ledger_entry/advance_payment_ledger_entry.py
erpnext/accounts/doctype/advance_payment_ledger_entry/test_advance_payment_ledger_entry.py
erpnext/accounts/doctype/advance_payment_ledger_entry/__init__.py
erpnext/accounts/doctype/advance_payment_ledger_entry/advance_payment_ledger_entry.js
erpnext/accounts/doctype/advance_payment_ledger_entry/advance_payment_ledger_entry.json
erpnext/accounts/doctype/pos_closing_entry/closing_voucher_details.html
erpnext/accounts/doctype/pos_closing_entry/__init__.py
erpnext/accounts/doctype/pos_closing_entry/pos_closing_entry.js
@ -3692,6 +3697,7 @@ erpnext/patches/v15_0/update_gpa_and_ndb_for_assdeprsch.py
erpnext/patches/v15_0/update_sre_from_voucher_details.py
erpnext/patches/v15_0/add_disassembly_order_stock_entry_type.py
erpnext/patches/v15_0/update_asset_repair_field_in_stock_entry.py
erpnext/patches/v15_0/create_advance_payment_ledger_records.py
erpnext/patches/v15_0/delete_taxjar_doctypes.py
erpnext/patches/v15_0/update_warehouse_field_in_asset_repair_consumed_item_doctype.py
erpnext/patches/v15_0/rename_purchase_receipt_amount_to_purchase_amount.py

View file

@ -15442,6 +15442,13 @@ Classes/Acl/Email/OwnershipChecker.php
Acl/Email/OwnershipChecker.php
Email/OwnershipChecker.php
OwnershipChecker.php
application/Espo/Classes/Acl/Email/LinkCheckers/TeamsLinkChecker.php
Espo/Classes/Acl/Email/LinkCheckers/TeamsLinkChecker.php
Classes/Acl/Email/LinkCheckers/TeamsLinkChecker.php
Acl/Email/LinkCheckers/TeamsLinkChecker.php
Email/LinkCheckers/TeamsLinkChecker.php
LinkCheckers/TeamsLinkChecker.php
TeamsLinkChecker.php
application/Espo/Classes/Acl/Email/LinkCheckers/ParentLinkChecker.php
Espo/Classes/Acl/Email/LinkCheckers/ParentLinkChecker.php
Classes/Acl/Email/LinkCheckers/ParentLinkChecker.php

View file

@ -2151,6 +2151,7 @@ application/Espo/Classes/Acl/WorkingTimeRange/AssignmentChecker.php
application/Espo/Classes/Acl/ImportEml/AccessChecker.php
application/Espo/Classes/Acl/Team/OwnershipChecker.php
application/Espo/Classes/Acl/Email/OwnershipChecker.php
application/Espo/Classes/Acl/Email/LinkCheckers/TeamsLinkChecker.php
application/Espo/Classes/Acl/Email/LinkCheckers/ParentLinkChecker.php
application/Espo/Classes/Acl/Email/AssignmentChecker.php
application/Espo/Classes/Acl/Email/AccessChecker.php

View file

@ -544,6 +544,11 @@ i18n/locales/de/ghost.json
locales/de/ghost.json
de/ghost.json
ghost.json
ghost/i18n/locales/de/newsletter.json
i18n/locales/de/newsletter.json
locales/de/newsletter.json
de/newsletter.json
newsletter.json
ghost/i18n/locales/de/portal.json
i18n/locales/de/portal.json
locales/de/portal.json
@ -569,6 +574,11 @@ i18n/locales/ar/ghost.json
locales/ar/ghost.json
ar/ghost.json
ghost.json
ghost/i18n/locales/ar/newsletter.json
i18n/locales/ar/newsletter.json
locales/ar/newsletter.json
ar/newsletter.json
newsletter.json
ghost/i18n/locales/ar/portal.json
i18n/locales/ar/portal.json
locales/ar/portal.json
@ -594,6 +604,11 @@ i18n/locales/hi/ghost.json
locales/hi/ghost.json
hi/ghost.json
ghost.json
ghost/i18n/locales/hi/newsletter.json
i18n/locales/hi/newsletter.json
locales/hi/newsletter.json
hi/newsletter.json
newsletter.json
ghost/i18n/locales/hi/portal.json
i18n/locales/hi/portal.json
locales/hi/portal.json
@ -619,6 +634,11 @@ i18n/locales/th/ghost.json
locales/th/ghost.json
th/ghost.json
ghost.json
ghost/i18n/locales/th/newsletter.json
i18n/locales/th/newsletter.json
locales/th/newsletter.json
th/newsletter.json
newsletter.json
ghost/i18n/locales/th/portal.json
i18n/locales/th/portal.json
locales/th/portal.json
@ -644,6 +664,11 @@ i18n/locales/sw/ghost.json
locales/sw/ghost.json
sw/ghost.json
ghost.json
ghost/i18n/locales/sw/newsletter.json
i18n/locales/sw/newsletter.json
locales/sw/newsletter.json
sw/newsletter.json
newsletter.json
ghost/i18n/locales/sw/portal.json
i18n/locales/sw/portal.json
locales/sw/portal.json
@ -669,6 +694,11 @@ i18n/locales/is/ghost.json
locales/is/ghost.json
is/ghost.json
ghost.json
ghost/i18n/locales/is/newsletter.json
i18n/locales/is/newsletter.json
locales/is/newsletter.json
is/newsletter.json
newsletter.json
ghost/i18n/locales/is/portal.json
i18n/locales/is/portal.json
locales/is/portal.json
@ -694,6 +724,11 @@ i18n/locales/zh-Hant/ghost.json
locales/zh-Hant/ghost.json
zh-Hant/ghost.json
ghost.json
ghost/i18n/locales/zh-Hant/newsletter.json
i18n/locales/zh-Hant/newsletter.json
locales/zh-Hant/newsletter.json
zh-Hant/newsletter.json
newsletter.json
ghost/i18n/locales/zh-Hant/portal.json
i18n/locales/zh-Hant/portal.json
locales/zh-Hant/portal.json
@ -719,6 +754,11 @@ i18n/locales/af/ghost.json
locales/af/ghost.json
af/ghost.json
ghost.json
ghost/i18n/locales/af/newsletter.json
i18n/locales/af/newsletter.json
locales/af/newsletter.json
af/newsletter.json
newsletter.json
ghost/i18n/locales/af/portal.json
i18n/locales/af/portal.json
locales/af/portal.json
@ -744,6 +784,11 @@ i18n/locales/bs/ghost.json
locales/bs/ghost.json
bs/ghost.json
ghost.json
ghost/i18n/locales/bs/newsletter.json
i18n/locales/bs/newsletter.json
locales/bs/newsletter.json
bs/newsletter.json
newsletter.json
ghost/i18n/locales/bs/portal.json
i18n/locales/bs/portal.json
locales/bs/portal.json
@ -769,6 +814,11 @@ i18n/locales/en/ghost.json
locales/en/ghost.json
en/ghost.json
ghost.json
ghost/i18n/locales/en/newsletter.json
i18n/locales/en/newsletter.json
locales/en/newsletter.json
en/newsletter.json
newsletter.json
ghost/i18n/locales/en/portal.json
i18n/locales/en/portal.json
locales/en/portal.json
@ -794,6 +844,11 @@ i18n/locales/ja/ghost.json
locales/ja/ghost.json
ja/ghost.json
ghost.json
ghost/i18n/locales/ja/newsletter.json
i18n/locales/ja/newsletter.json
locales/ja/newsletter.json
ja/newsletter.json
newsletter.json
ghost/i18n/locales/ja/portal.json
i18n/locales/ja/portal.json
locales/ja/portal.json
@ -819,6 +874,11 @@ i18n/locales/hu/ghost.json
locales/hu/ghost.json
hu/ghost.json
ghost.json
ghost/i18n/locales/hu/newsletter.json
i18n/locales/hu/newsletter.json
locales/hu/newsletter.json
hu/newsletter.json
newsletter.json
ghost/i18n/locales/hu/portal.json
i18n/locales/hu/portal.json
locales/hu/portal.json
@ -844,6 +904,11 @@ i18n/locales/uz/ghost.json
locales/uz/ghost.json
uz/ghost.json
ghost.json
ghost/i18n/locales/uz/newsletter.json
i18n/locales/uz/newsletter.json
locales/uz/newsletter.json
uz/newsletter.json
newsletter.json
ghost/i18n/locales/uz/portal.json
i18n/locales/uz/portal.json
locales/uz/portal.json
@ -869,6 +934,11 @@ i18n/locales/et/ghost.json
locales/et/ghost.json
et/ghost.json
ghost.json
ghost/i18n/locales/et/newsletter.json
i18n/locales/et/newsletter.json
locales/et/newsletter.json
et/newsletter.json
newsletter.json
ghost/i18n/locales/et/portal.json
i18n/locales/et/portal.json
locales/et/portal.json
@ -894,6 +964,11 @@ i18n/locales/cs/ghost.json
locales/cs/ghost.json
cs/ghost.json
ghost.json
ghost/i18n/locales/cs/newsletter.json
i18n/locales/cs/newsletter.json
locales/cs/newsletter.json
cs/newsletter.json
newsletter.json
ghost/i18n/locales/cs/portal.json
i18n/locales/cs/portal.json
locales/cs/portal.json
@ -919,6 +994,11 @@ i18n/locales/sv/ghost.json
locales/sv/ghost.json
sv/ghost.json
ghost.json
ghost/i18n/locales/sv/newsletter.json
i18n/locales/sv/newsletter.json
locales/sv/newsletter.json
sv/newsletter.json
newsletter.json
ghost/i18n/locales/sv/portal.json
i18n/locales/sv/portal.json
locales/sv/portal.json
@ -944,6 +1024,11 @@ i18n/locales/ro/ghost.json
locales/ro/ghost.json
ro/ghost.json
ghost.json
ghost/i18n/locales/ro/newsletter.json
i18n/locales/ro/newsletter.json
locales/ro/newsletter.json
ro/newsletter.json
newsletter.json
ghost/i18n/locales/ro/portal.json
i18n/locales/ro/portal.json
locales/ro/portal.json
@ -969,6 +1054,11 @@ i18n/locales/ko/ghost.json
locales/ko/ghost.json
ko/ghost.json
ghost.json
ghost/i18n/locales/ko/newsletter.json
i18n/locales/ko/newsletter.json
locales/ko/newsletter.json
ko/newsletter.json
newsletter.json
ghost/i18n/locales/ko/portal.json
i18n/locales/ko/portal.json
locales/ko/portal.json
@ -994,6 +1084,11 @@ i18n/locales/kz/ghost.json
locales/kz/ghost.json
kz/ghost.json
ghost.json
ghost/i18n/locales/kz/newsletter.json
i18n/locales/kz/newsletter.json
locales/kz/newsletter.json
kz/newsletter.json
newsletter.json
ghost/i18n/locales/kz/portal.json
i18n/locales/kz/portal.json
locales/kz/portal.json
@ -1019,6 +1114,11 @@ i18n/locales/vi/ghost.json
locales/vi/ghost.json
vi/ghost.json
ghost.json
ghost/i18n/locales/vi/newsletter.json
i18n/locales/vi/newsletter.json
locales/vi/newsletter.json
vi/newsletter.json
newsletter.json
ghost/i18n/locales/vi/portal.json
i18n/locales/vi/portal.json
locales/vi/portal.json
@ -1044,6 +1144,11 @@ i18n/locales/mk/ghost.json
locales/mk/ghost.json
mk/ghost.json
ghost.json
ghost/i18n/locales/mk/newsletter.json
i18n/locales/mk/newsletter.json
locales/mk/newsletter.json
mk/newsletter.json
newsletter.json
ghost/i18n/locales/mk/portal.json
i18n/locales/mk/portal.json
locales/mk/portal.json
@ -1069,6 +1174,11 @@ i18n/locales/si/ghost.json
locales/si/ghost.json
si/ghost.json
ghost.json
ghost/i18n/locales/si/newsletter.json
i18n/locales/si/newsletter.json
locales/si/newsletter.json
si/newsletter.json
newsletter.json
ghost/i18n/locales/si/portal.json
i18n/locales/si/portal.json
locales/si/portal.json
@ -1094,6 +1204,11 @@ i18n/locales/it/ghost.json
locales/it/ghost.json
it/ghost.json
ghost.json
ghost/i18n/locales/it/newsletter.json
i18n/locales/it/newsletter.json
locales/it/newsletter.json
it/newsletter.json
newsletter.json
ghost/i18n/locales/it/portal.json
i18n/locales/it/portal.json
locales/it/portal.json
@ -1119,6 +1234,11 @@ i18n/locales/hr/ghost.json
locales/hr/ghost.json
hr/ghost.json
ghost.json
ghost/i18n/locales/hr/newsletter.json
i18n/locales/hr/newsletter.json
locales/hr/newsletter.json
hr/newsletter.json
newsletter.json
ghost/i18n/locales/hr/portal.json
i18n/locales/hr/portal.json
locales/hr/portal.json
@ -1144,6 +1264,11 @@ i18n/locales/ms/ghost.json
locales/ms/ghost.json
ms/ghost.json
ghost.json
ghost/i18n/locales/ms/newsletter.json
i18n/locales/ms/newsletter.json
locales/ms/newsletter.json
ms/newsletter.json
newsletter.json
ghost/i18n/locales/ms/portal.json
i18n/locales/ms/portal.json
locales/ms/portal.json
@ -1169,6 +1294,11 @@ i18n/locales/sq/ghost.json
locales/sq/ghost.json
sq/ghost.json
ghost.json
ghost/i18n/locales/sq/newsletter.json
i18n/locales/sq/newsletter.json
locales/sq/newsletter.json
sq/newsletter.json
newsletter.json
ghost/i18n/locales/sq/portal.json
i18n/locales/sq/portal.json
locales/sq/portal.json
@ -1194,6 +1324,11 @@ i18n/locales/nn/ghost.json
locales/nn/ghost.json
nn/ghost.json
ghost.json
ghost/i18n/locales/nn/newsletter.json
i18n/locales/nn/newsletter.json
locales/nn/newsletter.json
nn/newsletter.json
newsletter.json
ghost/i18n/locales/nn/portal.json
i18n/locales/nn/portal.json
locales/nn/portal.json
@ -1219,6 +1354,11 @@ i18n/locales/zh/ghost.json
locales/zh/ghost.json
zh/ghost.json
ghost.json
ghost/i18n/locales/zh/newsletter.json
i18n/locales/zh/newsletter.json
locales/zh/newsletter.json
zh/newsletter.json
newsletter.json
ghost/i18n/locales/zh/portal.json
i18n/locales/zh/portal.json
locales/zh/portal.json
@ -1244,6 +1384,11 @@ i18n/locales/es/ghost.json
locales/es/ghost.json
es/ghost.json
ghost.json
ghost/i18n/locales/es/newsletter.json
i18n/locales/es/newsletter.json
locales/es/newsletter.json
es/newsletter.json
newsletter.json
ghost/i18n/locales/es/portal.json
i18n/locales/es/portal.json
locales/es/portal.json
@ -1269,6 +1414,11 @@ i18n/locales/pt/ghost.json
locales/pt/ghost.json
pt/ghost.json
ghost.json
ghost/i18n/locales/pt/newsletter.json
i18n/locales/pt/newsletter.json
locales/pt/newsletter.json
pt/newsletter.json
newsletter.json
ghost/i18n/locales/pt/portal.json
i18n/locales/pt/portal.json
locales/pt/portal.json
@ -1294,6 +1444,11 @@ i18n/locales/el/ghost.json
locales/el/ghost.json
el/ghost.json
ghost.json
ghost/i18n/locales/el/newsletter.json
i18n/locales/el/newsletter.json
locales/el/newsletter.json
el/newsletter.json
newsletter.json
ghost/i18n/locales/el/portal.json
i18n/locales/el/portal.json
locales/el/portal.json
@ -1319,6 +1474,11 @@ i18n/locales/pt-BR/ghost.json
locales/pt-BR/ghost.json
pt-BR/ghost.json
ghost.json
ghost/i18n/locales/pt-BR/newsletter.json
i18n/locales/pt-BR/newsletter.json
locales/pt-BR/newsletter.json
pt-BR/newsletter.json
newsletter.json
ghost/i18n/locales/pt-BR/portal.json
i18n/locales/pt-BR/portal.json
locales/pt-BR/portal.json
@ -1344,6 +1504,11 @@ i18n/locales/lt/ghost.json
locales/lt/ghost.json
lt/ghost.json
ghost.json
ghost/i18n/locales/lt/newsletter.json
i18n/locales/lt/newsletter.json
locales/lt/newsletter.json
lt/newsletter.json
newsletter.json
ghost/i18n/locales/lt/portal.json
i18n/locales/lt/portal.json
locales/lt/portal.json
@ -1369,6 +1534,11 @@ i18n/locales/de-CH/ghost.json
locales/de-CH/ghost.json
de-CH/ghost.json
ghost.json
ghost/i18n/locales/de-CH/newsletter.json
i18n/locales/de-CH/newsletter.json
locales/de-CH/newsletter.json
de-CH/newsletter.json
newsletter.json
ghost/i18n/locales/de-CH/portal.json
i18n/locales/de-CH/portal.json
locales/de-CH/portal.json
@ -1394,6 +1564,11 @@ i18n/locales/ca/ghost.json
locales/ca/ghost.json
ca/ghost.json
ghost.json
ghost/i18n/locales/ca/newsletter.json
i18n/locales/ca/newsletter.json
locales/ca/newsletter.json
ca/newsletter.json
newsletter.json
ghost/i18n/locales/ca/portal.json
i18n/locales/ca/portal.json
locales/ca/portal.json
@ -1419,6 +1594,11 @@ i18n/locales/da/ghost.json
locales/da/ghost.json
da/ghost.json
ghost.json
ghost/i18n/locales/da/newsletter.json
i18n/locales/da/newsletter.json
locales/da/newsletter.json
da/newsletter.json
newsletter.json
ghost/i18n/locales/da/portal.json
i18n/locales/da/portal.json
locales/da/portal.json
@ -1444,6 +1624,11 @@ i18n/locales/fa/ghost.json
locales/fa/ghost.json
fa/ghost.json
ghost.json
ghost/i18n/locales/fa/newsletter.json
i18n/locales/fa/newsletter.json
locales/fa/newsletter.json
fa/newsletter.json
newsletter.json
ghost/i18n/locales/fa/portal.json
i18n/locales/fa/portal.json
locales/fa/portal.json
@ -1469,6 +1654,11 @@ i18n/locales/uk/ghost.json
locales/uk/ghost.json
uk/ghost.json
ghost.json
ghost/i18n/locales/uk/newsletter.json
i18n/locales/uk/newsletter.json
locales/uk/newsletter.json
uk/newsletter.json
newsletter.json
ghost/i18n/locales/uk/portal.json
i18n/locales/uk/portal.json
locales/uk/portal.json
@ -1494,6 +1684,11 @@ i18n/locales/sl/ghost.json
locales/sl/ghost.json
sl/ghost.json
ghost.json
ghost/i18n/locales/sl/newsletter.json
i18n/locales/sl/newsletter.json
locales/sl/newsletter.json
sl/newsletter.json
newsletter.json
ghost/i18n/locales/sl/portal.json
i18n/locales/sl/portal.json
locales/sl/portal.json
@ -1519,6 +1714,11 @@ i18n/locales/pl/ghost.json
locales/pl/ghost.json
pl/ghost.json
ghost.json
ghost/i18n/locales/pl/newsletter.json
i18n/locales/pl/newsletter.json
locales/pl/newsletter.json
pl/newsletter.json
newsletter.json
ghost/i18n/locales/pl/portal.json
i18n/locales/pl/portal.json
locales/pl/portal.json
@ -1544,6 +1744,11 @@ i18n/locales/bg/ghost.json
locales/bg/ghost.json
bg/ghost.json
ghost.json
ghost/i18n/locales/bg/newsletter.json
i18n/locales/bg/newsletter.json
locales/bg/newsletter.json
bg/newsletter.json
newsletter.json
ghost/i18n/locales/bg/portal.json
i18n/locales/bg/portal.json
locales/bg/portal.json
@ -1569,6 +1774,11 @@ i18n/locales/sr/ghost.json
locales/sr/ghost.json
sr/ghost.json
ghost.json
ghost/i18n/locales/sr/newsletter.json
i18n/locales/sr/newsletter.json
locales/sr/newsletter.json
sr/newsletter.json
newsletter.json
ghost/i18n/locales/sr/portal.json
i18n/locales/sr/portal.json
locales/sr/portal.json
@ -1594,6 +1804,11 @@ i18n/locales/nl/ghost.json
locales/nl/ghost.json
nl/ghost.json
ghost.json
ghost/i18n/locales/nl/newsletter.json
i18n/locales/nl/newsletter.json
locales/nl/newsletter.json
nl/newsletter.json
newsletter.json
ghost/i18n/locales/nl/portal.json
i18n/locales/nl/portal.json
locales/nl/portal.json
@ -1619,6 +1834,11 @@ i18n/locales/no/ghost.json
locales/no/ghost.json
no/ghost.json
ghost.json
ghost/i18n/locales/no/newsletter.json
i18n/locales/no/newsletter.json
locales/no/newsletter.json
no/newsletter.json
newsletter.json
ghost/i18n/locales/no/portal.json
i18n/locales/no/portal.json
locales/no/portal.json
@ -1648,6 +1868,11 @@ i18n/locales/sk/ghost.json
locales/sk/ghost.json
sk/ghost.json
ghost.json
ghost/i18n/locales/sk/newsletter.json
i18n/locales/sk/newsletter.json
locales/sk/newsletter.json
sk/newsletter.json
newsletter.json
ghost/i18n/locales/sk/portal.json
i18n/locales/sk/portal.json
locales/sk/portal.json
@ -1673,6 +1898,11 @@ i18n/locales/gd/ghost.json
locales/gd/ghost.json
gd/ghost.json
ghost.json
ghost/i18n/locales/gd/newsletter.json
i18n/locales/gd/newsletter.json
locales/gd/newsletter.json
gd/newsletter.json
newsletter.json
ghost/i18n/locales/gd/portal.json
i18n/locales/gd/portal.json
locales/gd/portal.json
@ -1698,6 +1928,11 @@ i18n/locales/tr/ghost.json
locales/tr/ghost.json
tr/ghost.json
ghost.json
ghost/i18n/locales/tr/newsletter.json
i18n/locales/tr/newsletter.json
locales/tr/newsletter.json
tr/newsletter.json
newsletter.json
ghost/i18n/locales/tr/portal.json
i18n/locales/tr/portal.json
locales/tr/portal.json
@ -1723,6 +1958,11 @@ i18n/locales/id/ghost.json
locales/id/ghost.json
id/ghost.json
ghost.json
ghost/i18n/locales/id/newsletter.json
i18n/locales/id/newsletter.json
locales/id/newsletter.json
id/newsletter.json
newsletter.json
ghost/i18n/locales/id/portal.json
i18n/locales/id/portal.json
locales/id/portal.json
@ -1748,6 +1988,11 @@ i18n/locales/fi/ghost.json
locales/fi/ghost.json
fi/ghost.json
ghost.json
ghost/i18n/locales/fi/newsletter.json
i18n/locales/fi/newsletter.json
locales/fi/newsletter.json
fi/newsletter.json
newsletter.json
ghost/i18n/locales/fi/portal.json
i18n/locales/fi/portal.json
locales/fi/portal.json
@ -1773,6 +2018,11 @@ i18n/locales/fr/ghost.json
locales/fr/ghost.json
fr/ghost.json
ghost.json
ghost/i18n/locales/fr/newsletter.json
i18n/locales/fr/newsletter.json
locales/fr/newsletter.json
fr/newsletter.json
newsletter.json
ghost/i18n/locales/fr/portal.json
i18n/locales/fr/portal.json
locales/fr/portal.json
@ -1798,6 +2048,11 @@ i18n/locales/bn/ghost.json
locales/bn/ghost.json
bn/ghost.json
ghost.json
ghost/i18n/locales/bn/newsletter.json
i18n/locales/bn/newsletter.json
locales/bn/newsletter.json
bn/newsletter.json
newsletter.json
ghost/i18n/locales/bn/portal.json
i18n/locales/bn/portal.json
locales/bn/portal.json
@ -1823,6 +2078,11 @@ i18n/locales/sr-Cyrl/ghost.json
locales/sr-Cyrl/ghost.json
sr-Cyrl/ghost.json
ghost.json
ghost/i18n/locales/sr-Cyrl/newsletter.json
i18n/locales/sr-Cyrl/newsletter.json
locales/sr-Cyrl/newsletter.json
sr-Cyrl/newsletter.json
newsletter.json
ghost/i18n/locales/sr-Cyrl/portal.json
i18n/locales/sr-Cyrl/portal.json
locales/sr-Cyrl/portal.json
@ -1848,6 +2108,11 @@ i18n/locales/eo/ghost.json
locales/eo/ghost.json
eo/ghost.json
ghost.json
ghost/i18n/locales/eo/newsletter.json
i18n/locales/eo/newsletter.json
locales/eo/newsletter.json
eo/newsletter.json
newsletter.json
ghost/i18n/locales/eo/portal.json
i18n/locales/eo/portal.json
locales/eo/portal.json
@ -1873,6 +2138,11 @@ i18n/locales/ur/ghost.json
locales/ur/ghost.json
ur/ghost.json
ghost.json
ghost/i18n/locales/ur/newsletter.json
i18n/locales/ur/newsletter.json
locales/ur/newsletter.json
ur/newsletter.json
newsletter.json
ghost/i18n/locales/ur/portal.json
i18n/locales/ur/portal.json
locales/ur/portal.json
@ -1898,6 +2168,11 @@ i18n/locales/mn/ghost.json
locales/mn/ghost.json
mn/ghost.json
ghost.json
ghost/i18n/locales/mn/newsletter.json
i18n/locales/mn/newsletter.json
locales/mn/newsletter.json
mn/newsletter.json
newsletter.json
ghost/i18n/locales/mn/portal.json
i18n/locales/mn/portal.json
locales/mn/portal.json
@ -1923,6 +2198,11 @@ i18n/locales/ru/ghost.json
locales/ru/ghost.json
ru/ghost.json
ghost.json
ghost/i18n/locales/ru/newsletter.json
i18n/locales/ru/newsletter.json
locales/ru/newsletter.json
ru/newsletter.json
newsletter.json
ghost/i18n/locales/ru/portal.json
i18n/locales/ru/portal.json
locales/ru/portal.json
@ -1948,6 +2228,11 @@ i18n/locales/ta/ghost.json
locales/ta/ghost.json
ta/ghost.json
ghost.json
ghost/i18n/locales/ta/newsletter.json
i18n/locales/ta/newsletter.json
locales/ta/newsletter.json
ta/newsletter.json
newsletter.json
ghost/i18n/locales/ta/portal.json
i18n/locales/ta/portal.json
locales/ta/portal.json
@ -2450,12 +2735,6 @@ lib/email-templates/partials/latest-posts.hbs
email-templates/partials/latest-posts.hbs
partials/latest-posts.hbs
latest-posts.hbs
ghost/email-service/lib/email-templates/partials/feedback-button-mobile.hbs
email-service/lib/email-templates/partials/feedback-button-mobile.hbs
lib/email-templates/partials/feedback-button-mobile.hbs
email-templates/partials/feedback-button-mobile.hbs
partials/feedback-button-mobile.hbs
feedback-button-mobile.hbs
ghost/email-service/lib/email-templates/partials/paywall.hbs
email-service/lib/email-templates/partials/paywall.hbs
lib/email-templates/partials/paywall.hbs

View file

@ -130,287 +130,344 @@ ghost/i18n/.eslintrc.js
ghost/i18n/locales/de/comments.json
ghost/i18n/locales/de/signup-form.json
ghost/i18n/locales/de/ghost.json
ghost/i18n/locales/de/newsletter.json
ghost/i18n/locales/de/portal.json
ghost/i18n/locales/de/search.json
ghost/i18n/locales/ar/comments.json
ghost/i18n/locales/ar/signup-form.json
ghost/i18n/locales/ar/ghost.json
ghost/i18n/locales/ar/newsletter.json
ghost/i18n/locales/ar/portal.json
ghost/i18n/locales/ar/search.json
ghost/i18n/locales/hi/comments.json
ghost/i18n/locales/hi/signup-form.json
ghost/i18n/locales/hi/ghost.json
ghost/i18n/locales/hi/newsletter.json
ghost/i18n/locales/hi/portal.json
ghost/i18n/locales/hi/search.json
ghost/i18n/locales/th/comments.json
ghost/i18n/locales/th/signup-form.json
ghost/i18n/locales/th/ghost.json
ghost/i18n/locales/th/newsletter.json
ghost/i18n/locales/th/portal.json
ghost/i18n/locales/th/search.json
ghost/i18n/locales/sw/comments.json
ghost/i18n/locales/sw/signup-form.json
ghost/i18n/locales/sw/ghost.json
ghost/i18n/locales/sw/newsletter.json
ghost/i18n/locales/sw/portal.json
ghost/i18n/locales/sw/search.json
ghost/i18n/locales/is/comments.json
ghost/i18n/locales/is/signup-form.json
ghost/i18n/locales/is/ghost.json
ghost/i18n/locales/is/newsletter.json
ghost/i18n/locales/is/portal.json
ghost/i18n/locales/is/search.json
ghost/i18n/locales/zh-Hant/comments.json
ghost/i18n/locales/zh-Hant/signup-form.json
ghost/i18n/locales/zh-Hant/ghost.json
ghost/i18n/locales/zh-Hant/newsletter.json
ghost/i18n/locales/zh-Hant/portal.json
ghost/i18n/locales/zh-Hant/search.json
ghost/i18n/locales/af/comments.json
ghost/i18n/locales/af/signup-form.json
ghost/i18n/locales/af/ghost.json
ghost/i18n/locales/af/newsletter.json
ghost/i18n/locales/af/portal.json
ghost/i18n/locales/af/search.json
ghost/i18n/locales/bs/comments.json
ghost/i18n/locales/bs/signup-form.json
ghost/i18n/locales/bs/ghost.json
ghost/i18n/locales/bs/newsletter.json
ghost/i18n/locales/bs/portal.json
ghost/i18n/locales/bs/search.json
ghost/i18n/locales/en/comments.json
ghost/i18n/locales/en/signup-form.json
ghost/i18n/locales/en/ghost.json
ghost/i18n/locales/en/newsletter.json
ghost/i18n/locales/en/portal.json
ghost/i18n/locales/en/search.json
ghost/i18n/locales/ja/comments.json
ghost/i18n/locales/ja/signup-form.json
ghost/i18n/locales/ja/ghost.json
ghost/i18n/locales/ja/newsletter.json
ghost/i18n/locales/ja/portal.json
ghost/i18n/locales/ja/search.json
ghost/i18n/locales/hu/comments.json
ghost/i18n/locales/hu/signup-form.json
ghost/i18n/locales/hu/ghost.json
ghost/i18n/locales/hu/newsletter.json
ghost/i18n/locales/hu/portal.json
ghost/i18n/locales/hu/search.json
ghost/i18n/locales/uz/comments.json
ghost/i18n/locales/uz/signup-form.json
ghost/i18n/locales/uz/ghost.json
ghost/i18n/locales/uz/newsletter.json
ghost/i18n/locales/uz/portal.json
ghost/i18n/locales/uz/search.json
ghost/i18n/locales/et/comments.json
ghost/i18n/locales/et/signup-form.json
ghost/i18n/locales/et/ghost.json
ghost/i18n/locales/et/newsletter.json
ghost/i18n/locales/et/portal.json
ghost/i18n/locales/et/search.json
ghost/i18n/locales/cs/comments.json
ghost/i18n/locales/cs/signup-form.json
ghost/i18n/locales/cs/ghost.json
ghost/i18n/locales/cs/newsletter.json
ghost/i18n/locales/cs/portal.json
ghost/i18n/locales/cs/search.json
ghost/i18n/locales/sv/comments.json
ghost/i18n/locales/sv/signup-form.json
ghost/i18n/locales/sv/ghost.json
ghost/i18n/locales/sv/newsletter.json
ghost/i18n/locales/sv/portal.json
ghost/i18n/locales/sv/search.json
ghost/i18n/locales/ro/comments.json
ghost/i18n/locales/ro/signup-form.json
ghost/i18n/locales/ro/ghost.json
ghost/i18n/locales/ro/newsletter.json
ghost/i18n/locales/ro/portal.json
ghost/i18n/locales/ro/search.json
ghost/i18n/locales/ko/comments.json
ghost/i18n/locales/ko/signup-form.json
ghost/i18n/locales/ko/ghost.json
ghost/i18n/locales/ko/newsletter.json
ghost/i18n/locales/ko/portal.json
ghost/i18n/locales/ko/search.json
ghost/i18n/locales/kz/comments.json
ghost/i18n/locales/kz/signup-form.json
ghost/i18n/locales/kz/ghost.json
ghost/i18n/locales/kz/newsletter.json
ghost/i18n/locales/kz/portal.json
ghost/i18n/locales/kz/search.json
ghost/i18n/locales/vi/comments.json
ghost/i18n/locales/vi/signup-form.json
ghost/i18n/locales/vi/ghost.json
ghost/i18n/locales/vi/newsletter.json
ghost/i18n/locales/vi/portal.json
ghost/i18n/locales/vi/search.json
ghost/i18n/locales/mk/comments.json
ghost/i18n/locales/mk/signup-form.json
ghost/i18n/locales/mk/ghost.json
ghost/i18n/locales/mk/newsletter.json
ghost/i18n/locales/mk/portal.json
ghost/i18n/locales/mk/search.json
ghost/i18n/locales/si/comments.json
ghost/i18n/locales/si/signup-form.json
ghost/i18n/locales/si/ghost.json
ghost/i18n/locales/si/newsletter.json
ghost/i18n/locales/si/portal.json
ghost/i18n/locales/si/search.json
ghost/i18n/locales/it/comments.json
ghost/i18n/locales/it/signup-form.json
ghost/i18n/locales/it/ghost.json
ghost/i18n/locales/it/newsletter.json
ghost/i18n/locales/it/portal.json
ghost/i18n/locales/it/search.json
ghost/i18n/locales/hr/comments.json
ghost/i18n/locales/hr/signup-form.json
ghost/i18n/locales/hr/ghost.json
ghost/i18n/locales/hr/newsletter.json
ghost/i18n/locales/hr/portal.json
ghost/i18n/locales/hr/search.json
ghost/i18n/locales/ms/comments.json
ghost/i18n/locales/ms/signup-form.json
ghost/i18n/locales/ms/ghost.json
ghost/i18n/locales/ms/newsletter.json
ghost/i18n/locales/ms/portal.json
ghost/i18n/locales/ms/search.json
ghost/i18n/locales/sq/comments.json
ghost/i18n/locales/sq/signup-form.json
ghost/i18n/locales/sq/ghost.json
ghost/i18n/locales/sq/newsletter.json
ghost/i18n/locales/sq/portal.json
ghost/i18n/locales/sq/search.json
ghost/i18n/locales/nn/comments.json
ghost/i18n/locales/nn/signup-form.json
ghost/i18n/locales/nn/ghost.json
ghost/i18n/locales/nn/newsletter.json
ghost/i18n/locales/nn/portal.json
ghost/i18n/locales/nn/search.json
ghost/i18n/locales/zh/comments.json
ghost/i18n/locales/zh/signup-form.json
ghost/i18n/locales/zh/ghost.json
ghost/i18n/locales/zh/newsletter.json
ghost/i18n/locales/zh/portal.json
ghost/i18n/locales/zh/search.json
ghost/i18n/locales/es/comments.json
ghost/i18n/locales/es/signup-form.json
ghost/i18n/locales/es/ghost.json
ghost/i18n/locales/es/newsletter.json
ghost/i18n/locales/es/portal.json
ghost/i18n/locales/es/search.json
ghost/i18n/locales/pt/comments.json
ghost/i18n/locales/pt/signup-form.json
ghost/i18n/locales/pt/ghost.json
ghost/i18n/locales/pt/newsletter.json
ghost/i18n/locales/pt/portal.json
ghost/i18n/locales/pt/search.json
ghost/i18n/locales/el/comments.json
ghost/i18n/locales/el/signup-form.json
ghost/i18n/locales/el/ghost.json
ghost/i18n/locales/el/newsletter.json
ghost/i18n/locales/el/portal.json
ghost/i18n/locales/el/search.json
ghost/i18n/locales/pt-BR/comments.json
ghost/i18n/locales/pt-BR/signup-form.json
ghost/i18n/locales/pt-BR/ghost.json
ghost/i18n/locales/pt-BR/newsletter.json
ghost/i18n/locales/pt-BR/portal.json
ghost/i18n/locales/pt-BR/search.json
ghost/i18n/locales/lt/comments.json
ghost/i18n/locales/lt/signup-form.json
ghost/i18n/locales/lt/ghost.json
ghost/i18n/locales/lt/newsletter.json
ghost/i18n/locales/lt/portal.json
ghost/i18n/locales/lt/search.json
ghost/i18n/locales/de-CH/comments.json
ghost/i18n/locales/de-CH/signup-form.json
ghost/i18n/locales/de-CH/ghost.json
ghost/i18n/locales/de-CH/newsletter.json
ghost/i18n/locales/de-CH/portal.json
ghost/i18n/locales/de-CH/search.json
ghost/i18n/locales/ca/comments.json
ghost/i18n/locales/ca/signup-form.json
ghost/i18n/locales/ca/ghost.json
ghost/i18n/locales/ca/newsletter.json
ghost/i18n/locales/ca/portal.json
ghost/i18n/locales/ca/search.json
ghost/i18n/locales/da/comments.json
ghost/i18n/locales/da/signup-form.json
ghost/i18n/locales/da/ghost.json
ghost/i18n/locales/da/newsletter.json
ghost/i18n/locales/da/portal.json
ghost/i18n/locales/da/search.json
ghost/i18n/locales/fa/comments.json
ghost/i18n/locales/fa/signup-form.json
ghost/i18n/locales/fa/ghost.json
ghost/i18n/locales/fa/newsletter.json
ghost/i18n/locales/fa/portal.json
ghost/i18n/locales/fa/search.json
ghost/i18n/locales/uk/comments.json
ghost/i18n/locales/uk/signup-form.json
ghost/i18n/locales/uk/ghost.json
ghost/i18n/locales/uk/newsletter.json
ghost/i18n/locales/uk/portal.json
ghost/i18n/locales/uk/search.json
ghost/i18n/locales/sl/comments.json
ghost/i18n/locales/sl/signup-form.json
ghost/i18n/locales/sl/ghost.json
ghost/i18n/locales/sl/newsletter.json
ghost/i18n/locales/sl/portal.json
ghost/i18n/locales/sl/search.json
ghost/i18n/locales/pl/comments.json
ghost/i18n/locales/pl/signup-form.json
ghost/i18n/locales/pl/ghost.json
ghost/i18n/locales/pl/newsletter.json
ghost/i18n/locales/pl/portal.json
ghost/i18n/locales/pl/search.json
ghost/i18n/locales/bg/comments.json
ghost/i18n/locales/bg/signup-form.json
ghost/i18n/locales/bg/ghost.json
ghost/i18n/locales/bg/newsletter.json
ghost/i18n/locales/bg/portal.json
ghost/i18n/locales/bg/search.json
ghost/i18n/locales/sr/comments.json
ghost/i18n/locales/sr/signup-form.json
ghost/i18n/locales/sr/ghost.json
ghost/i18n/locales/sr/newsletter.json
ghost/i18n/locales/sr/portal.json
ghost/i18n/locales/sr/search.json
ghost/i18n/locales/nl/comments.json
ghost/i18n/locales/nl/signup-form.json
ghost/i18n/locales/nl/ghost.json
ghost/i18n/locales/nl/newsletter.json
ghost/i18n/locales/nl/portal.json
ghost/i18n/locales/nl/search.json
ghost/i18n/locales/no/comments.json
ghost/i18n/locales/no/signup-form.json
ghost/i18n/locales/no/ghost.json
ghost/i18n/locales/no/newsletter.json
ghost/i18n/locales/no/portal.json
ghost/i18n/locales/no/search.json
ghost/i18n/locales/context.json
ghost/i18n/locales/sk/comments.json
ghost/i18n/locales/sk/signup-form.json
ghost/i18n/locales/sk/ghost.json
ghost/i18n/locales/sk/newsletter.json
ghost/i18n/locales/sk/portal.json
ghost/i18n/locales/sk/search.json
ghost/i18n/locales/gd/comments.json
ghost/i18n/locales/gd/signup-form.json
ghost/i18n/locales/gd/ghost.json
ghost/i18n/locales/gd/newsletter.json
ghost/i18n/locales/gd/portal.json
ghost/i18n/locales/gd/search.json
ghost/i18n/locales/tr/comments.json
ghost/i18n/locales/tr/signup-form.json
ghost/i18n/locales/tr/ghost.json
ghost/i18n/locales/tr/newsletter.json
ghost/i18n/locales/tr/portal.json
ghost/i18n/locales/tr/search.json
ghost/i18n/locales/id/comments.json
ghost/i18n/locales/id/signup-form.json
ghost/i18n/locales/id/ghost.json
ghost/i18n/locales/id/newsletter.json
ghost/i18n/locales/id/portal.json
ghost/i18n/locales/id/search.json
ghost/i18n/locales/fi/comments.json
ghost/i18n/locales/fi/signup-form.json
ghost/i18n/locales/fi/ghost.json
ghost/i18n/locales/fi/newsletter.json
ghost/i18n/locales/fi/portal.json
ghost/i18n/locales/fi/search.json
ghost/i18n/locales/fr/comments.json
ghost/i18n/locales/fr/signup-form.json
ghost/i18n/locales/fr/ghost.json
ghost/i18n/locales/fr/newsletter.json
ghost/i18n/locales/fr/portal.json
ghost/i18n/locales/fr/search.json
ghost/i18n/locales/bn/comments.json
ghost/i18n/locales/bn/signup-form.json
ghost/i18n/locales/bn/ghost.json
ghost/i18n/locales/bn/newsletter.json
ghost/i18n/locales/bn/portal.json
ghost/i18n/locales/bn/search.json
ghost/i18n/locales/sr-Cyrl/comments.json
ghost/i18n/locales/sr-Cyrl/signup-form.json
ghost/i18n/locales/sr-Cyrl/ghost.json
ghost/i18n/locales/sr-Cyrl/newsletter.json
ghost/i18n/locales/sr-Cyrl/portal.json
ghost/i18n/locales/sr-Cyrl/search.json
ghost/i18n/locales/eo/comments.json
ghost/i18n/locales/eo/signup-form.json
ghost/i18n/locales/eo/ghost.json
ghost/i18n/locales/eo/newsletter.json
ghost/i18n/locales/eo/portal.json
ghost/i18n/locales/eo/search.json
ghost/i18n/locales/ur/comments.json
ghost/i18n/locales/ur/signup-form.json
ghost/i18n/locales/ur/ghost.json
ghost/i18n/locales/ur/newsletter.json
ghost/i18n/locales/ur/portal.json
ghost/i18n/locales/ur/search.json
ghost/i18n/locales/mn/comments.json
ghost/i18n/locales/mn/signup-form.json
ghost/i18n/locales/mn/ghost.json
ghost/i18n/locales/mn/newsletter.json
ghost/i18n/locales/mn/portal.json
ghost/i18n/locales/mn/search.json
ghost/i18n/locales/ru/comments.json
ghost/i18n/locales/ru/signup-form.json
ghost/i18n/locales/ru/ghost.json
ghost/i18n/locales/ru/newsletter.json
ghost/i18n/locales/ru/portal.json
ghost/i18n/locales/ru/search.json
ghost/i18n/locales/ta/comments.json
ghost/i18n/locales/ta/signup-form.json
ghost/i18n/locales/ta/ghost.json
ghost/i18n/locales/ta/newsletter.json
ghost/i18n/locales/ta/portal.json
ghost/i18n/locales/ta/search.json
ghost/i18n/i18next-parser.config.js
@ -532,7 +589,6 @@ ghost/email-service/lib/helpers/register-helpers.js
ghost/email-service/lib/EmailEventStorage.js
ghost/email-service/lib/EmailSegmenter.js
ghost/email-service/lib/email-templates/partials/latest-posts.hbs
ghost/email-service/lib/email-templates/partials/feedback-button-mobile.hbs
ghost/email-service/lib/email-templates/partials/paywall.hbs
ghost/email-service/lib/email-templates/partials/styles.hbs
ghost/email-service/lib/email-templates/partials/feedback-button.hbs

View file

@ -21914,6 +21914,12 @@ apache/jasper/compiler/TestJspUtil.java
jasper/compiler/TestJspUtil.java
compiler/TestJspUtil.java
TestJspUtil.java
test/org/apache/jasper/optimizations/TestStringInterpreterEnum.java
org/apache/jasper/optimizations/TestStringInterpreterEnum.java
apache/jasper/optimizations/TestStringInterpreterEnum.java
jasper/optimizations/TestStringInterpreterEnum.java
optimizations/TestStringInterpreterEnum.java
TestStringInterpreterEnum.java
test/org/apache/jasper/optimizations/TestStringInterpreterTagSetters.java
org/apache/jasper/optimizations/TestStringInterpreterTagSetters.java
apache/jasper/optimizations/TestStringInterpreterTagSetters.java
@ -25708,12 +25714,24 @@ apache/el/parser/TestAstIdentifier.java
el/parser/TestAstIdentifier.java
parser/TestAstIdentifier.java
TestAstIdentifier.java
test/org/apache/el/parser/TesterBeanE.java
org/apache/el/parser/TesterBeanE.java
apache/el/parser/TesterBeanE.java
el/parser/TesterBeanE.java
parser/TesterBeanE.java
TesterBeanE.java
test/org/apache/el/parser/TestAstMapData.java
org/apache/el/parser/TestAstMapData.java
apache/el/parser/TestAstMapData.java
el/parser/TestAstMapData.java
parser/TestAstMapData.java
TestAstMapData.java
test/org/apache/el/parser/TesterBeanD.java
org/apache/el/parser/TesterBeanD.java
apache/el/parser/TesterBeanD.java
el/parser/TesterBeanD.java
parser/TesterBeanD.java
TesterBeanD.java
test/org/apache/el/parser/TestAstConcatenation.java
org/apache/el/parser/TestAstConcatenation.java
apache/el/parser/TestAstConcatenation.java
@ -25798,6 +25816,12 @@ apache/el/parser/TesterBeanC.java
el/parser/TesterBeanC.java
parser/TesterBeanC.java
TesterBeanC.java
test/org/apache/el/parser/TesterEnum.java
org/apache/el/parser/TesterEnum.java
apache/el/parser/TesterEnum.java
el/parser/TesterEnum.java
parser/TesterEnum.java
TesterEnum.java
test/org/apache/el/parser/TestAstFloatingPoint.java
org/apache/el/parser/TestAstFloatingPoint.java
apache/el/parser/TestAstFloatingPoint.java

View file

@ -3730,6 +3730,7 @@ test/org/apache/jasper/compiler/TestTagLibraryInfoImpl.java
test/org/apache/jasper/compiler/TestELParser.java
test/org/apache/jasper/compiler/TestELInterpreterFactory.java
test/org/apache/jasper/compiler/TestJspUtil.java
test/org/apache/jasper/optimizations/TestStringInterpreterEnum.java
test/org/apache/jasper/optimizations/TestStringInterpreterTagSetters.java
test/org/apache/jasper/optimizations/TestELInterpreterTagSetters.java
test/org/apache/jasper/util/TestFastRemovalDequeue.java
@ -4323,7 +4324,9 @@ test/org/apache/el/TesterBeanAA.java
test/org/apache/el/TesterBeanH.java
test/org/apache/el/parser/TesterBeanA.java
test/org/apache/el/parser/TestAstIdentifier.java
test/org/apache/el/parser/TesterBeanE.java
test/org/apache/el/parser/TestAstMapData.java
test/org/apache/el/parser/TesterBeanD.java
test/org/apache/el/parser/TestAstConcatenation.java
test/org/apache/el/parser/TestAstEmpty.java
test/org/apache/el/parser/TestELParserPerformance.java
@ -4338,6 +4341,7 @@ test/org/apache/el/parser/TestAstLambdaExpression.java
test/org/apache/el/parser/TestAstSemicolon.java
test/org/apache/el/parser/TestAstInteger.java
test/org/apache/el/parser/TesterBeanC.java
test/org/apache/el/parser/TesterEnum.java
test/org/apache/el/parser/TestAstFloatingPoint.java
test/org/apache/el/parser/TestAstNot.java
test/org/apache/el/parser/TestAstValue.java

View file

@ -19974,6 +19974,9 @@ class-reference.md
docs/extension-development/using-custom-attributes-in-menus.md
extension-development/using-custom-attributes-in-menus.md
using-custom-attributes-in-menus.md
docs/extension-development/example-header-plugin-comment.md
extension-development/example-header-plugin-comment.md
example-header-plugin-comment.md
docs/extension-development/creating-custom-product-tours.md
extension-development/creating-custom-product-tours.md
creating-custom-product-tours.md
@ -20022,6 +20025,9 @@ logging.md
docs/extension-development/how-to-design-a-simple-extension.md
extension-development/how-to-design-a-simple-extension.md
how-to-design-a-simple-extension.md
docs/extension-development/changelog-txt.md
extension-development/changelog-txt.md
changelog-txt.md
docs/extension-development/tools-for-low-code-development.md
extension-development/tools-for-low-code-development.md
tools-for-low-code-development.md
@ -23586,12 +23592,12 @@ packages/checkout/utils/README.md
checkout/utils/README.md
utils/README.md
README.md
plugins/woocommerce-blocks/packages/checkout/slot/index.js
woocommerce-blocks/packages/checkout/slot/index.js
packages/checkout/slot/index.js
checkout/slot/index.js
slot/index.js
index.js
plugins/woocommerce-blocks/packages/checkout/slot/index.tsx
woocommerce-blocks/packages/checkout/slot/index.tsx
packages/checkout/slot/index.tsx
checkout/slot/index.tsx
slot/index.tsx
index.tsx
plugins/woocommerce-blocks/packages/checkout/slot/README.md
woocommerce-blocks/packages/checkout/slot/README.md
packages/checkout/slot/README.md
@ -28501,6 +28507,15 @@ blocks/checkout/empty-cart/index.js
checkout/empty-cart/index.js
empty-cart/index.js
index.js
plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/style.scss
woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/style.scss
assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/style.scss
js/blocks/checkout/inner-blocks/checkout-order-summary-block/style.scss
blocks/checkout/inner-blocks/checkout-order-summary-block/style.scss
checkout/inner-blocks/checkout-order-summary-block/style.scss
inner-blocks/checkout-order-summary-block/style.scss
checkout-order-summary-block/style.scss
style.scss
plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/frontend.tsx
woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/frontend.tsx
assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/frontend.tsx
@ -28789,6 +28804,15 @@ checkout/inner-blocks/checkout-actions-block/edit.tsx
inner-blocks/checkout-actions-block/edit.tsx
checkout-actions-block/edit.tsx
edit.tsx
plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/editor.scss
woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/editor.scss
assets/js/blocks/checkout/inner-blocks/checkout-actions-block/editor.scss
js/blocks/checkout/inner-blocks/checkout-actions-block/editor.scss
blocks/checkout/inner-blocks/checkout-actions-block/editor.scss
checkout/inner-blocks/checkout-actions-block/editor.scss
inner-blocks/checkout-actions-block/editor.scss
checkout-actions-block/editor.scss
editor.scss
plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/index.tsx
woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/index.tsx
assets/js/blocks/checkout/inner-blocks/checkout-actions-block/index.tsx
@ -31553,6 +31577,13 @@ js/blocks/product-filters/save.tsx
blocks/product-filters/save.tsx
product-filters/save.tsx
save.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inspector.tsx
woocommerce-blocks/assets/js/blocks/product-filters/inspector.tsx
assets/js/blocks/product-filters/inspector.tsx
js/blocks/product-filters/inspector.tsx
blocks/product-filters/inspector.tsx
product-filters/inspector.tsx
inspector.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/block.json
woocommerce-blocks/assets/js/blocks/product-filters/block.json
assets/js/blocks/product-filters/block.json
@ -31603,20 +31634,6 @@ js/blocks/product-filters/frontend.ts
blocks/product-filters/frontend.ts
product-filters/frontend.ts
frontend.ts
plugins/woocommerce-blocks/assets/js/blocks/product-filters/icon.tsx
woocommerce-blocks/assets/js/blocks/product-filters/icon.tsx
assets/js/blocks/product-filters/icon.tsx
js/blocks/product-filters/icon.tsx
blocks/product-filters/icon.tsx
product-filters/icon.tsx
icon.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/settings.ts
woocommerce-blocks/assets/js/blocks/product-filters/settings.ts
assets/js/blocks/product-filters/settings.ts
js/blocks/product-filters/settings.ts
blocks/product-filters/settings.ts
product-filters/settings.ts
settings.ts
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/overlay/save.tsx
woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/overlay/save.tsx
assets/js/blocks/product-filters/inner-blocks/overlay/save.tsx
@ -47338,13 +47355,6 @@ e2e-pw/tests/admin-analytics/analytics-data.spec.js
tests/admin-analytics/analytics-data.spec.js
admin-analytics/analytics-data.spec.js
analytics-data.spec.js
plugins/woocommerce/tests/e2e-pw/tests/smoke-tests/update-woocommerce.spec.js
woocommerce/tests/e2e-pw/tests/smoke-tests/update-woocommerce.spec.js
tests/e2e-pw/tests/smoke-tests/update-woocommerce.spec.js
e2e-pw/tests/smoke-tests/update-woocommerce.spec.js
tests/smoke-tests/update-woocommerce.spec.js
smoke-tests/update-woocommerce.spec.js
update-woocommerce.spec.js
plugins/woocommerce/tests/e2e-pw/tests/merchant/order-emails.spec.js
woocommerce/tests/e2e-pw/tests/merchant/order-emails.spec.js
tests/e2e-pw/tests/merchant/order-emails.spec.js
@ -50778,6 +50788,13 @@ php/includes/settings/class-wc-settings-accounts-test.php
includes/settings/class-wc-settings-accounts-test.php
settings/class-wc-settings-accounts-test.php
class-wc-settings-accounts-test.php
plugins/woocommerce/tests/php/includes/settings/class-wc-settings-migration-test.php
woocommerce/tests/php/includes/settings/class-wc-settings-migration-test.php
tests/php/includes/settings/class-wc-settings-migration-test.php
php/includes/settings/class-wc-settings-migration-test.php
includes/settings/class-wc-settings-migration-test.php
settings/class-wc-settings-migration-test.php
class-wc-settings-migration-test.php
plugins/woocommerce/tests/php/includes/settings/class-wc-settings-tax-test.php
woocommerce/tests/php/includes/settings/class-wc-settings-tax-test.php
tests/php/includes/settings/class-wc-settings-tax-test.php
@ -56591,6 +56608,10 @@ plugins/woocommerce/changelog/fix-add-theme-type-to-system-status
woocommerce/changelog/fix-add-theme-type-to-system-status
changelog/fix-add-theme-type-to-system-status
fix-add-theme-type-to-system-status
plugins/woocommerce/changelog/52472-add-settings-JSON-config
woocommerce/changelog/52472-add-settings-JSON-config
changelog/52472-add-settings-JSON-config
52472-add-settings-JSON-config
plugins/woocommerce/changelog/fix-unqualified-wc_site_tracking
woocommerce/changelog/fix-unqualified-wc_site_tracking
changelog/fix-unqualified-wc_site_tracking
@ -56623,6 +56644,10 @@ plugins/woocommerce/changelog/52214-add-tracking-for-account-creation-flow
woocommerce/changelog/52214-add-tracking-for-account-creation-flow
changelog/52214-add-tracking-for-account-creation-flow
52214-add-tracking-for-account-creation-flow
plugins/woocommerce/changelog/perf-coming-soon-badge
woocommerce/changelog/perf-coming-soon-badge
changelog/perf-coming-soon-badge
perf-coming-soon-badge
plugins/woocommerce/changelog/51610-fix-19499-my-subscriptions-connections
woocommerce/changelog/51610-fix-19499-my-subscriptions-connections
changelog/51610-fix-19499-my-subscriptions-connections
@ -56647,6 +56672,10 @@ plugins/woocommerce/changelog/fix-extend-store-task-is-not-marked-completed
woocommerce/changelog/fix-extend-store-task-is-not-marked-completed
changelog/fix-extend-store-task-is-not-marked-completed
fix-extend-store-task-is-not-marked-completed
plugins/woocommerce/changelog/update-woo-blocks-add-minimum-rating-settings
woocommerce/changelog/update-woo-blocks-add-minimum-rating-settings
changelog/update-woo-blocks-add-minimum-rating-settings
update-woo-blocks-add-minimum-rating-settings
plugins/woocommerce/changelog/fix-mini-cart-button-setting
woocommerce/changelog/fix-mini-cart-button-setting
changelog/fix-mini-cart-button-setting
@ -56779,6 +56808,10 @@ plugins/woocommerce/changelog/51620-wcml-4848
woocommerce/changelog/51620-wcml-4848
changelog/51620-wcml-4848
51620-wcml-4848
plugins/woocommerce/changelog/fix-51781
woocommerce/changelog/fix-51781
changelog/fix-51781
fix-51781
plugins/woocommerce/changelog/fix-52236
woocommerce/changelog/fix-52236
changelog/fix-52236
@ -56923,6 +56956,10 @@ plugins/woocommerce/changelog/51227-add-delayed-account-creation-send-password-5
woocommerce/changelog/51227-add-delayed-account-creation-send-password-51193
changelog/51227-add-delayed-account-creation-send-password-51193
51227-add-delayed-account-creation-send-password-51193
plugins/woocommerce/changelog/52017-dev-add-back-place-order-separator
woocommerce/changelog/52017-dev-add-back-place-order-separator
changelog/52017-dev-add-back-place-order-separator
52017-dev-add-back-place-order-separator
plugins/woocommerce/changelog/51865-product-collections-remove-best-selling-filter
woocommerce/changelog/51865-product-collections-remove-best-selling-filter
changelog/51865-product-collections-remove-best-selling-filter
@ -57023,6 +57060,10 @@ plugins/woocommerce/changelog/51730-fix-upsells-collection-issue
woocommerce/changelog/51730-fix-upsells-collection-issue
changelog/51730-fix-upsells-collection-issue
51730-fix-upsells-collection-issue
plugins/woocommerce/changelog/test-verify-ci-with-wp-6-7-rc2
woocommerce/changelog/test-verify-ci-with-wp-6-7-rc2
changelog/test-verify-ci-with-wp-6-7-rc2
test-verify-ci-with-wp-6-7-rc2
plugins/woocommerce/changelog/fix-ci-phpcs-changed-not-found
woocommerce/changelog/fix-ci-phpcs-changed-not-found
changelog/fix-ci-phpcs-changed-not-found
@ -57087,6 +57128,10 @@ plugins/woocommerce/changelog/fix-51516
woocommerce/changelog/fix-51516
changelog/fix-51516
fix-51516
plugins/woocommerce/changelog/51919-dev-introducing-order-status-constants
woocommerce/changelog/51919-dev-introducing-order-status-constants
changelog/51919-dev-introducing-order-status-constants
51919-dev-introducing-order-status-constants
plugins/woocommerce/changelog/51484-patch-25
woocommerce/changelog/51484-patch-25
changelog/51484-patch-25
@ -57327,6 +57372,10 @@ plugins/woocommerce/changelog/enhance-remote-logging-data-privacy
woocommerce/changelog/enhance-remote-logging-data-privacy
changelog/enhance-remote-logging-data-privacy
enhance-remote-logging-data-privacy
plugins/woocommerce/changelog/52074-wc-tracker-get-order-snapshot
woocommerce/changelog/52074-wc-tracker-get-order-snapshot
changelog/52074-wc-tracker-get-order-snapshot
52074-wc-tracker-get-order-snapshot
plugins/woocommerce/changelog/tweak-remote-spec-data-source-url-base
woocommerce/changelog/tweak-remote-spec-data-source-url-base
changelog/tweak-remote-spec-data-source-url-base
@ -57427,6 +57476,10 @@ plugins/woocommerce/changelog/51076-add-49335-related-products-collection
woocommerce/changelog/51076-add-49335-related-products-collection
changelog/51076-add-49335-related-products-collection
51076-add-49335-related-products-collection
plugins/woocommerce/changelog/52253-dev-collapsible-order-summary
woocommerce/changelog/52253-dev-collapsible-order-summary
changelog/52253-dev-collapsible-order-summary
52253-dev-collapsible-order-summary
plugins/woocommerce/changelog/51910-51883-globalstep-test-extra-class-additional-css-classes-is-displayed-on-frontend-for-the-product-image-block
woocommerce/changelog/51910-51883-globalstep-test-extra-class-additional-css-classes-is-displayed-on-frontend-for-the-product-image-block
changelog/51910-51883-globalstep-test-extra-class-additional-css-classes-is-displayed-on-frontend-for-the-product-image-block
@ -57487,6 +57540,10 @@ plugins/woocommerce/changelog/51705-update-wccom-21726-theme-card-aspect-ratio
woocommerce/changelog/51705-update-wccom-21726-theme-card-aspect-ratio
changelog/51705-update-wccom-21726-theme-card-aspect-ratio
51705-update-wccom-21726-theme-card-aspect-ratio
plugins/woocommerce/changelog/e2e-remove-plugin-update-tests
woocommerce/changelog/e2e-remove-plugin-update-tests
changelog/e2e-remove-plugin-update-tests
e2e-remove-plugin-update-tests
plugins/woocommerce/changelog/51674-fix-correctly-normalize-mongolia-postcode
woocommerce/changelog/51674-fix-correctly-normalize-mongolia-postcode
changelog/51674-fix-correctly-normalize-mongolia-postcode
@ -64031,6 +64088,11 @@ plugins/woocommerce/src/Deprecated.php
woocommerce/src/Deprecated.php
src/Deprecated.php
Deprecated.php
plugins/woocommerce/src/Enums/OrderStatus.php
woocommerce/src/Enums/OrderStatus.php
src/Enums/OrderStatus.php
Enums/OrderStatus.php
OrderStatus.php
plugins/woocommerce/src/Caches/OrderCacheController.php
woocommerce/src/Caches/OrderCacheController.php
src/Caches/OrderCacheController.php

View file

@ -3302,6 +3302,7 @@ docs/extension-development/data-storage.md
docs/extension-development/settings-api.md
docs/extension-development/class-reference.md
docs/extension-development/using-custom-attributes-in-menus.md
docs/extension-development/example-header-plugin-comment.md
docs/extension-development/creating-custom-product-tours.md
docs/extension-development/adding-actions-and-filters.md
docs/extension-development/adding-a-section-to-a-settings-tab.md
@ -3318,6 +3319,7 @@ docs/extension-development/working-with-woocommerce-admin-pages.md
docs/extension-development/handling-merchant-onboarding.md
docs/extension-development/logging.md
docs/extension-development/how-to-design-a-simple-extension.md
docs/extension-development/changelog-txt.md
docs/extension-development/tools-for-low-code-development.md
docs/extension-development/implementing-settings.md
docs/extension-development/README.md
@ -3983,7 +3985,7 @@ plugins/woocommerce-blocks/packages/checkout/utils/validation/test/index.tsx
plugins/woocommerce-blocks/packages/checkout/utils/index.js
plugins/woocommerce-blocks/packages/checkout/utils/extension-cart-update.ts
plugins/woocommerce-blocks/packages/checkout/utils/README.md
plugins/woocommerce-blocks/packages/checkout/slot/index.js
plugins/woocommerce-blocks/packages/checkout/slot/index.tsx
plugins/woocommerce-blocks/packages/checkout/slot/README.md
plugins/woocommerce-blocks/packages/checkout/README.md
plugins/woocommerce-blocks/packages/components/title/style.scss
@ -4683,6 +4685,7 @@ plugins/woocommerce-blocks/assets/js/blocks/checkout/order-notes/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/checkout/order-notes/test/index.js
plugins/woocommerce-blocks/assets/js/blocks/checkout/empty-cart/style.scss
plugins/woocommerce-blocks/assets/js/blocks/checkout/empty-cart/index.js
plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/style.scss
plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/frontend.tsx
plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/block.json
plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/slotfills.tsx
@ -4715,6 +4718,7 @@ plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actio
plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/frontend.tsx
plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/block.json
plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/edit.tsx
plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/editor.scss
plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/attributes.tsx
plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/component-metadata.ts
@ -5058,14 +5062,13 @@ plugins/woocommerce-blocks/assets/js/blocks/handpicked-products/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/style.scss
plugins/woocommerce-blocks/assets/js/blocks/product-filters/utils.ts
plugins/woocommerce-blocks/assets/js/blocks/product-filters/save.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inspector.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/block.json
plugins/woocommerce-blocks/assets/js/blocks/product-filters/components/initial-disabled/style.scss
plugins/woocommerce-blocks/assets/js/blocks/product-filters/components/initial-disabled/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/components/notice/style.scss
plugins/woocommerce-blocks/assets/js/blocks/product-filters/components/notice/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/frontend.ts
plugins/woocommerce-blocks/assets/js/blocks/product-filters/icon.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/settings.ts
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/overlay/save.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/overlay/block.json
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/overlay/icon.tsx
@ -7296,7 +7299,6 @@ plugins/woocommerce/tests/e2e-pw/tests/js-file-monitor/monitor-js-file-number.sp
plugins/woocommerce/tests/e2e-pw/tests/admin-analytics/analytics.spec.js
plugins/woocommerce/tests/e2e-pw/tests/admin-analytics/analytics-overview.spec.js
plugins/woocommerce/tests/e2e-pw/tests/admin-analytics/analytics-data.spec.js
plugins/woocommerce/tests/e2e-pw/tests/smoke-tests/update-woocommerce.spec.js
plugins/woocommerce/tests/e2e-pw/tests/merchant/order-emails.spec.js
plugins/woocommerce/tests/e2e-pw/tests/merchant/users-manage.spec.js
plugins/woocommerce/tests/e2e-pw/tests/merchant/order-coupon.spec.js
@ -7783,6 +7785,7 @@ plugins/woocommerce/tests/php/includes/settings/class-wc-settings-emails-test.ph
plugins/woocommerce/tests/php/includes/settings/class-wc-settings-example.php
plugins/woocommerce/tests/php/includes/settings/class-wc-settings-general-test.php
plugins/woocommerce/tests/php/includes/settings/class-wc-settings-accounts-test.php
plugins/woocommerce/tests/php/includes/settings/class-wc-settings-migration-test.php
plugins/woocommerce/tests/php/includes/settings/class-wc-settings-tax-test.php
plugins/woocommerce/tests/php/includes/settings/class-wc-settings-unit-test-case.php
plugins/woocommerce/tests/php/includes/settings/class-wc-settings-products-test.php
@ -8573,6 +8576,7 @@ plugins/woocommerce/changelog/fix-52024-legacy-fees
plugins/woocommerce/changelog/pr-52169
plugins/woocommerce/changelog/fix-51340-defensive-type-check-for-qty-limits
plugins/woocommerce/changelog/fix-add-theme-type-to-system-status
plugins/woocommerce/changelog/52472-add-settings-JSON-config
plugins/woocommerce/changelog/fix-unqualified-wc_site_tracking
plugins/woocommerce/changelog/add-51909_cross_sells
plugins/woocommerce/changelog/52258-add-52019-product-collection-add-order-and-cart-reference-to-product-related-collections
@ -8581,12 +8585,14 @@ plugins/woocommerce/changelog/51585-fix-correct-color-for-pickup
plugins/woocommerce/changelog/add-product-collection-price-sorting-option
plugins/woocommerce/changelog/fix-inner-block-script-handling-51155
plugins/woocommerce/changelog/52214-add-tracking-for-account-creation-flow
plugins/woocommerce/changelog/perf-coming-soon-badge
plugins/woocommerce/changelog/51610-fix-19499-my-subscriptions-connections
plugins/woocommerce/changelog/fix-51435_product_collection_flaky_e2e_test
plugins/woocommerce/changelog/fix-shipping-postcode-50800
plugins/woocommerce/changelog/fix-wccom-21789-free-subs-display
plugins/woocommerce/changelog/enhance-create-wrapper-for-all-external-func
plugins/woocommerce/changelog/fix-extend-store-task-is-not-marked-completed
plugins/woocommerce/changelog/update-woo-blocks-add-minimum-rating-settings
plugins/woocommerce/changelog/fix-mini-cart-button-setting
plugins/woocommerce/changelog/e2e-tag-tests-that-coould-be-lower-level
plugins/woocommerce/changelog/51643-add-update-heading
@ -8620,6 +8626,7 @@ plugins/woocommerce/changelog/fix-e2e-db-connection-issue
plugins/woocommerce/changelog/51662-45369-single-product-block-quantity-input-isnt-rendered-properly-in-the-editor
plugins/woocommerce/changelog/52221-add-49529-product-collection-manual-sorting-option
plugins/woocommerce/changelog/51620-wcml-4848
plugins/woocommerce/changelog/fix-51781
plugins/woocommerce/changelog/fix-52236
plugins/woocommerce/changelog/51608-dev-checkout-shipping-options-50557
plugins/woocommerce/changelog/fix-51844-dashboard_sections
@ -8656,6 +8663,7 @@ plugins/woocommerce/changelog/52299-fix-51352
plugins/woocommerce/changelog/fix-49635-48841-refunded-taxes
plugins/woocommerce/changelog/48876-42299-improve-styling-for-quantity-selector-and-variation-single-product-template-2
plugins/woocommerce/changelog/51227-add-delayed-account-creation-send-password-51193
plugins/woocommerce/changelog/52017-dev-add-back-place-order-separator
plugins/woocommerce/changelog/51865-product-collections-remove-best-selling-filter
plugins/woocommerce/changelog/52225-email-preview-route
plugins/woocommerce/changelog/pr-51675
@ -8681,6 +8689,7 @@ plugins/woocommerce/changelog/fix-remove-siteground-cache-buster
plugins/woocommerce/changelog/fix-attribute-filter-respect-hide-empty-settings
plugins/woocommerce/changelog/52380-refactor-shipping-calculator-context
plugins/woocommerce/changelog/51730-fix-upsells-collection-issue
plugins/woocommerce/changelog/test-verify-ci-with-wp-6-7-rc2
plugins/woocommerce/changelog/fix-ci-phpcs-changed-not-found
plugins/woocommerce/changelog/update-woo-blocks-refact-rating-block
plugins/woocommerce/changelog/dev-solve-wpenv-startup-failures-in-ci-take-2
@ -8697,6 +8706,7 @@ plugins/woocommerce/changelog/51285-51232-fixed-fatal-error-call-to-member
plugins/woocommerce/changelog/51760-dev-shipping-calc-updates-50556
plugins/woocommerce/changelog/51779-product-collection-standardize-names
plugins/woocommerce/changelog/fix-51516
plugins/woocommerce/changelog/51919-dev-introducing-order-status-constants
plugins/woocommerce/changelog/51484-patch-25
plugins/woocommerce/changelog/add-50860-upsells
plugins/woocommerce/changelog/update-49550-rework-perfromance-job
@ -8757,6 +8767,7 @@ plugins/woocommerce/changelog/e2e-update-tests-to-match-wp-6-7-changes
plugins/woocommerce/changelog/add-rename-collections
plugins/woocommerce/changelog/fix-51764-activated-plugins-remove-click
plugins/woocommerce/changelog/enhance-remote-logging-data-privacy
plugins/woocommerce/changelog/52074-wc-tracker-get-order-snapshot
plugins/woocommerce/changelog/tweak-remote-spec-data-source-url-base
plugins/woocommerce/changelog/51725-dev-tt25-theme-compatibility
plugins/woocommerce/changelog/fix-51535-products-base-incorrectly-matching-pages
@ -8782,6 +8793,7 @@ plugins/woocommerce/changelog/add-50916-product-reference
plugins/woocommerce/changelog/fix-info-notice-role
plugins/woocommerce/changelog/dev-pnpm-settings-tweaks
plugins/woocommerce/changelog/51076-add-49335-related-products-collection
plugins/woocommerce/changelog/52253-dev-collapsible-order-summary
plugins/woocommerce/changelog/51910-51883-globalstep-test-extra-class-additional-css-classes-is-displayed-on-frontend-for-the-product-image-block
plugins/woocommerce/changelog/dev-consolidate-syncpack-config
plugins/woocommerce/changelog/update-46086-payment-methods-placeholder-state
@ -8797,6 +8809,7 @@ plugins/woocommerce/changelog/fix-51402-geolocation-validity
plugins/woocommerce/changelog/51654-51575-replaced-button-with-link
plugins/woocommerce/changelog/52056-add-brands-count-tracking
plugins/woocommerce/changelog/51705-update-wccom-21726-theme-card-aspect-ratio
plugins/woocommerce/changelog/e2e-remove-plugin-update-tests
plugins/woocommerce/changelog/51674-fix-correctly-normalize-mongolia-postcode
plugins/woocommerce/changelog/52052-dev-exclude-react-admin-from-zip
plugins/woocommerce/changelog/51571-update-wccom-21779-in-app-ratings-a11y
@ -9822,6 +9835,7 @@ plugins/woocommerce/src/StoreApi/functions.php
plugins/woocommerce/src/StoreApi/README.md
plugins/woocommerce/src/Packages.php
plugins/woocommerce/src/Deprecated.php
plugins/woocommerce/src/Enums/OrderStatus.php
plugins/woocommerce/src/Caches/OrderCacheController.php
plugins/woocommerce/src/Caches/OrderCache.php
plugins/woocommerce/src/README.md

View file

@ -32705,13 +32705,6 @@ desktop/initializer/assets/twitter.svg
initializer/assets/twitter.svg
assets/twitter.svg
twitter.svg
app/frontend/apps/desktop/initializer/assets/user-idle.svg
frontend/apps/desktop/initializer/assets/user-idle.svg
apps/desktop/initializer/assets/user-idle.svg
desktop/initializer/assets/user-idle.svg
initializer/assets/user-idle.svg
assets/user-idle.svg
user-idle.svg
app/frontend/apps/desktop/initializer/assets/envelope.svg
frontend/apps/desktop/initializer/assets/envelope.svg
apps/desktop/initializer/assets/envelope.svg
@ -32971,6 +32964,13 @@ desktop/initializer/assets/insert-column-before.svg
initializer/assets/insert-column-before.svg
assets/insert-column-before.svg
insert-column-before.svg
app/frontend/apps/desktop/initializer/assets/user-idle-2.svg
frontend/apps/desktop/initializer/assets/user-idle-2.svg
apps/desktop/initializer/assets/user-idle-2.svg
desktop/initializer/assets/user-idle-2.svg
initializer/assets/user-idle-2.svg
assets/user-idle-2.svg
user-idle-2.svg
app/frontend/apps/desktop/initializer/assets/pin-angle.svg
frontend/apps/desktop/initializer/assets/pin-angle.svg
apps/desktop/initializer/assets/pin-angle.svg

View file

@ -5604,7 +5604,6 @@ app/frontend/apps/desktop/initializer/assets/delete-column.svg
app/frontend/apps/desktop/initializer/assets/upload.svg
app/frontend/apps/desktop/initializer/assets/file-play.svg
app/frontend/apps/desktop/initializer/assets/twitter.svg
app/frontend/apps/desktop/initializer/assets/user-idle.svg
app/frontend/apps/desktop/initializer/assets/envelope.svg
app/frontend/apps/desktop/initializer/assets/saml.svg
app/frontend/apps/desktop/initializer/assets/printer.svg
@ -5642,6 +5641,7 @@ app/frontend/apps/desktop/initializer/assets/type-h.svg
app/frontend/apps/desktop/initializer/assets/pin.svg
app/frontend/apps/desktop/initializer/assets/person.svg
app/frontend/apps/desktop/initializer/assets/insert-column-before.svg
app/frontend/apps/desktop/initializer/assets/user-idle-2.svg
app/frontend/apps/desktop/initializer/assets/pin-angle.svg
app/frontend/apps/desktop/initializer/assets/paperclip.svg
app/frontend/apps/desktop/initializer/assets/check2-all.svg