[Github Action] Automated trickest wordlists update.

This commit is contained in:
GitHub Action 2024-01-12 00:19:49 +00:00
parent 9b80e32f9f
commit 03cdca93fd
24 changed files with 3099 additions and 2274 deletions

View File

@ -13689,7 +13689,6 @@ README.md
CHANGELOG_v1.x.x.md CHANGELOG_v1.x.x.md
bootstrap/app.php bootstrap/app.php
app.php app.php
LICENSE
MIGRATION_GUIDE.md MIGRATION_GUIDE.md
lang/fr/auth.php lang/fr/auth.php
fr/auth.php fr/auth.php
@ -14339,4 +14338,5 @@ forge
public/.htaccess public/.htaccess
.htaccess .htaccess
phpunit.xml phpunit.xml
LICENSE.txt
CHANGELOG_v2.x.x.md CHANGELOG_v2.x.x.md

View File

@ -1902,7 +1902,6 @@ app/Providers/EventServiceProvider.php
README.md README.md
CHANGELOG_v1.x.x.md CHANGELOG_v1.x.x.md
bootstrap/app.php bootstrap/app.php
LICENSE
MIGRATION_GUIDE.md MIGRATION_GUIDE.md
lang/fr/auth.php lang/fr/auth.php
lang/fr/passwords.php lang/fr/passwords.php
@ -2050,4 +2049,5 @@ public/build/manifest.json
public/forge public/forge
public/.htaccess public/.htaccess
phpunit.xml phpunit.xml
LICENSE.txt
CHANGELOG_v2.x.x.md CHANGELOG_v2.x.x.md

View File

@ -5976,6 +5976,8 @@ witty-carpets-add.md
breezy-candles-wonder.md breezy-candles-wonder.md
.changeset/red-zebras-rhyme.md .changeset/red-zebras-rhyme.md
red-zebras-rhyme.md red-zebras-rhyme.md
.changeset/little-plums-own.md
little-plums-own.md
.changeset/warm-deers-call.md .changeset/warm-deers-call.md
warm-deers-call.md warm-deers-call.md
.changeset/small-poems-deny.md .changeset/small-poems-deny.md

View File

@ -1202,6 +1202,7 @@ packages/data/license
.changeset/witty-carpets-add.md .changeset/witty-carpets-add.md
.changeset/breezy-candles-wonder.md .changeset/breezy-candles-wonder.md
.changeset/red-zebras-rhyme.md .changeset/red-zebras-rhyme.md
.changeset/little-plums-own.md
.changeset/warm-deers-call.md .changeset/warm-deers-call.md
.changeset/small-poems-deny.md .changeset/small-poems-deny.md
.changeset/thin-bottles-visit.md .changeset/thin-bottles-visit.md

View File

@ -33397,12 +33397,12 @@ setup.php
htdocs/modulebuilder/index.php htdocs/modulebuilder/index.php
modulebuilder/index.php modulebuilder/index.php
index.php index.php
htdocs/modulebuilder/template/test/phpunit/functionnal/MyModuleFunctionalTest.php htdocs/modulebuilder/template/test/phpunit/functional/MyModuleFunctionalTest.php
modulebuilder/template/test/phpunit/functionnal/MyModuleFunctionalTest.php modulebuilder/template/test/phpunit/functional/MyModuleFunctionalTest.php
template/test/phpunit/functionnal/MyModuleFunctionalTest.php template/test/phpunit/functional/MyModuleFunctionalTest.php
test/phpunit/functionnal/MyModuleFunctionalTest.php test/phpunit/functional/MyModuleFunctionalTest.php
phpunit/functionnal/MyModuleFunctionalTest.php phpunit/functional/MyModuleFunctionalTest.php
functionnal/MyModuleFunctionalTest.php functional/MyModuleFunctionalTest.php
MyModuleFunctionalTest.php MyModuleFunctionalTest.php
htdocs/modulebuilder/template/test/phpunit/MyObjectTest.php htdocs/modulebuilder/template/test/phpunit/MyObjectTest.php
modulebuilder/template/test/phpunit/MyObjectTest.php modulebuilder/template/test/phpunit/MyObjectTest.php
@ -33563,13 +33563,13 @@ template/core/modules/modMyModule.class.php
core/modules/modMyModule.class.php core/modules/modMyModule.class.php
modules/modMyModule.class.php modules/modMyModule.class.php
modMyModule.class.php modMyModule.class.php
htdocs/modulebuilder/template/core/modules/mailings/mailinglist_mymodule_myobject.modules.php htdocs/modulebuilder/template/core/modules/mailings/mailing_mymodule_selector1.modules.php
modulebuilder/template/core/modules/mailings/mailinglist_mymodule_myobject.modules.php modulebuilder/template/core/modules/mailings/mailing_mymodule_selector1.modules.php
template/core/modules/mailings/mailinglist_mymodule_myobject.modules.php template/core/modules/mailings/mailing_mymodule_selector1.modules.php
core/modules/mailings/mailinglist_mymodule_myobject.modules.php core/modules/mailings/mailing_mymodule_selector1.modules.php
modules/mailings/mailinglist_mymodule_myobject.modules.php modules/mailings/mailing_mymodule_selector1.modules.php
mailings/mailinglist_mymodule_myobject.modules.php mailings/mailing_mymodule_selector1.modules.php
mailinglist_mymodule_myobject.modules.php mailing_mymodule_selector1.modules.php
htdocs/modulebuilder/template/core/modules/mymodule/mod_myobject_advanced.php htdocs/modulebuilder/template/core/modules/mymodule/mod_myobject_advanced.php
modulebuilder/template/core/modules/mymodule/mod_myobject_advanced.php modulebuilder/template/core/modules/mymodule/mod_myobject_advanced.php
template/core/modules/mymodule/mod_myobject_advanced.php template/core/modules/mymodule/mod_myobject_advanced.php

View File

@ -8131,7 +8131,7 @@ htdocs/zapier/README.md
htdocs/zapier/admin/about.php htdocs/zapier/admin/about.php
htdocs/zapier/admin/setup.php htdocs/zapier/admin/setup.php
htdocs/modulebuilder/index.php htdocs/modulebuilder/index.php
htdocs/modulebuilder/template/test/phpunit/functionnal/MyModuleFunctionalTest.php htdocs/modulebuilder/template/test/phpunit/functional/MyModuleFunctionalTest.php
htdocs/modulebuilder/template/test/phpunit/MyObjectTest.php htdocs/modulebuilder/template/test/phpunit/MyObjectTest.php
htdocs/modulebuilder/template/css/mymodule.css.php htdocs/modulebuilder/template/css/mymodule.css.php
htdocs/modulebuilder/template/ajax/myobject.php htdocs/modulebuilder/template/ajax/myobject.php
@ -8165,7 +8165,7 @@ htdocs/modulebuilder/template/sql/update_x.x.x-y.y.y.sql
htdocs/modulebuilder/template/sql/llx_mymodule_myobject_extrafields.sql htdocs/modulebuilder/template/sql/llx_mymodule_myobject_extrafields.sql
htdocs/modulebuilder/template/README.md htdocs/modulebuilder/template/README.md
htdocs/modulebuilder/template/core/modules/modMyModule.class.php htdocs/modulebuilder/template/core/modules/modMyModule.class.php
htdocs/modulebuilder/template/core/modules/mailings/mailinglist_mymodule_myobject.modules.php htdocs/modulebuilder/template/core/modules/mailings/mailing_mymodule_selector1.modules.php
htdocs/modulebuilder/template/core/modules/mymodule/mod_myobject_advanced.php htdocs/modulebuilder/template/core/modules/mymodule/mod_myobject_advanced.php
htdocs/modulebuilder/template/core/modules/mymodule/doc/doc_generic_myobject_odt.modules.php htdocs/modulebuilder/template/core/modules/mymodule/doc/doc_generic_myobject_odt.modules.php
htdocs/modulebuilder/template/core/modules/mymodule/doc/pdf_standard_myobject.modules.php htdocs/modulebuilder/template/core/modules/mymodule/doc/pdf_standard_myobject.modules.php

View File

@ -59537,13 +59537,6 @@ tests/src/Functional/CommentTypeTest.php
src/Functional/CommentTypeTest.php src/Functional/CommentTypeTest.php
Functional/CommentTypeTest.php Functional/CommentTypeTest.php
CommentTypeTest.php CommentTypeTest.php
core/modules/comment/tests/src/Functional/CommentBookTest.php
modules/comment/tests/src/Functional/CommentBookTest.php
comment/tests/src/Functional/CommentBookTest.php
tests/src/Functional/CommentBookTest.php
src/Functional/CommentBookTest.php
Functional/CommentBookTest.php
CommentBookTest.php
core/modules/comment/tests/src/Functional/GenericTest.php core/modules/comment/tests/src/Functional/GenericTest.php
modules/comment/tests/src/Functional/GenericTest.php modules/comment/tests/src/Functional/GenericTest.php
comment/tests/src/Functional/GenericTest.php comment/tests/src/Functional/GenericTest.php
@ -90171,6 +90164,13 @@ tests/src/Functional/ImageFieldWidgetTest.php
src/Functional/ImageFieldWidgetTest.php src/Functional/ImageFieldWidgetTest.php
Functional/ImageFieldWidgetTest.php Functional/ImageFieldWidgetTest.php
ImageFieldWidgetTest.php ImageFieldWidgetTest.php
core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php
modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php
image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php
tests/src/Functional/ImageStyleDownloadAccessControlTest.php
src/Functional/ImageStyleDownloadAccessControlTest.php
Functional/ImageStyleDownloadAccessControlTest.php
ImageStyleDownloadAccessControlTest.php
core/modules/image/tests/src/Functional/ImageStyleFlushTest.php core/modules/image/tests/src/Functional/ImageStyleFlushTest.php
modules/image/tests/src/Functional/ImageStyleFlushTest.php modules/image/tests/src/Functional/ImageStyleFlushTest.php
image/tests/src/Functional/ImageStyleFlushTest.php image/tests/src/Functional/ImageStyleFlushTest.php
@ -92432,6 +92432,13 @@ tests/src/Kernel/TrackChangesTest.php
src/Kernel/TrackChangesTest.php src/Kernel/TrackChangesTest.php
Kernel/TrackChangesTest.php Kernel/TrackChangesTest.php
TrackChangesTest.php TrackChangesTest.php
core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php
modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php
migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php
tests/src/Kernel/MigrateProcessErrorMessagesTest.php
src/Kernel/MigrateProcessErrorMessagesTest.php
Kernel/MigrateProcessErrorMessagesTest.php
MigrateProcessErrorMessagesTest.php
core/modules/migrate/tests/src/Kernel/MigrateStubTest.php core/modules/migrate/tests/src/Kernel/MigrateStubTest.php
modules/migrate/tests/src/Kernel/MigrateStubTest.php modules/migrate/tests/src/Kernel/MigrateStubTest.php
migrate/tests/src/Kernel/MigrateStubTest.php migrate/tests/src/Kernel/MigrateStubTest.php
@ -94426,6 +94433,14 @@ tests/src/FunctionalJavascript/BookJavascriptTest.php
src/FunctionalJavascript/BookJavascriptTest.php src/FunctionalJavascript/BookJavascriptTest.php
FunctionalJavascript/BookJavascriptTest.php FunctionalJavascript/BookJavascriptTest.php
BookJavascriptTest.php BookJavascriptTest.php
core/modules/book/tests/src/Functional/Comment/CommentBookTest.php
modules/book/tests/src/Functional/Comment/CommentBookTest.php
book/tests/src/Functional/Comment/CommentBookTest.php
tests/src/Functional/Comment/CommentBookTest.php
src/Functional/Comment/CommentBookTest.php
Functional/Comment/CommentBookTest.php
Comment/CommentBookTest.php
CommentBookTest.php
core/modules/book/tests/src/Functional/GenericTest.php core/modules/book/tests/src/Functional/GenericTest.php
modules/book/tests/src/Functional/GenericTest.php modules/book/tests/src/Functional/GenericTest.php
book/tests/src/Functional/GenericTest.php book/tests/src/Functional/GenericTest.php
@ -94558,6 +94573,14 @@ tests/src/Kernel/BookUninstallTest.php
src/Kernel/BookUninstallTest.php src/Kernel/BookUninstallTest.php
Kernel/BookUninstallTest.php Kernel/BookUninstallTest.php
BookUninstallTest.php BookUninstallTest.php
core/modules/book/tests/src/Kernel/Block/BlockConfigSchemaTest.php
modules/book/tests/src/Kernel/Block/BlockConfigSchemaTest.php
book/tests/src/Kernel/Block/BlockConfigSchemaTest.php
tests/src/Kernel/Block/BlockConfigSchemaTest.php
src/Kernel/Block/BlockConfigSchemaTest.php
Kernel/Block/BlockConfigSchemaTest.php
Block/BlockConfigSchemaTest.php
BlockConfigSchemaTest.php
core/modules/book/tests/src/Kernel/Plugin/migrate/source/BookTest.php core/modules/book/tests/src/Kernel/Plugin/migrate/source/BookTest.php
modules/book/tests/src/Kernel/Plugin/migrate/source/BookTest.php modules/book/tests/src/Kernel/Plugin/migrate/source/BookTest.php
book/tests/src/Kernel/Plugin/migrate/source/BookTest.php book/tests/src/Kernel/Plugin/migrate/source/BookTest.php

View File

@ -8872,7 +8872,6 @@ core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php
core/modules/comment/tests/src/Functional/CommentInterfaceTest.php core/modules/comment/tests/src/Functional/CommentInterfaceTest.php
core/modules/comment/tests/src/Functional/CommentNonNodeTest.php core/modules/comment/tests/src/Functional/CommentNonNodeTest.php
core/modules/comment/tests/src/Functional/CommentTypeTest.php core/modules/comment/tests/src/Functional/CommentTypeTest.php
core/modules/comment/tests/src/Functional/CommentBookTest.php
core/modules/comment/tests/src/Functional/GenericTest.php core/modules/comment/tests/src/Functional/GenericTest.php
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php
core/modules/comment/tests/src/Functional/Rest/CommentXmlCookieTest.php core/modules/comment/tests/src/Functional/Rest/CommentXmlCookieTest.php
@ -13148,6 +13147,7 @@ core/modules/image/tests/src/Functional/Rest/ImageStyleXmlBasicAuthTest.php
core/modules/image/tests/src/Functional/ImageFieldTestBase.php core/modules/image/tests/src/Functional/ImageFieldTestBase.php
core/modules/image/tests/src/Functional/ImageDimensionsTest.php core/modules/image/tests/src/Functional/ImageDimensionsTest.php
core/modules/image/tests/src/Functional/ImageFieldWidgetTest.php core/modules/image/tests/src/Functional/ImageFieldWidgetTest.php
core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php
core/modules/image/tests/src/Functional/ImageStyleFlushTest.php core/modules/image/tests/src/Functional/ImageStyleFlushTest.php
core/modules/image/tests/src/Functional/ImageFieldValidateTest.php core/modules/image/tests/src/Functional/ImageFieldValidateTest.php
core/modules/image/tests/src/Functional/ImageAdminStylesTest.php core/modules/image/tests/src/Functional/ImageAdminStylesTest.php
@ -13501,6 +13501,7 @@ core/modules/migrate/tests/src/Functional/MigrateMessageControllerTest.php
core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php
core/modules/migrate/tests/src/Kernel/MigrateSkipRowTest.php core/modules/migrate/tests/src/Kernel/MigrateSkipRowTest.php
core/modules/migrate/tests/src/Kernel/TrackChangesTest.php core/modules/migrate/tests/src/Kernel/TrackChangesTest.php
core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php
core/modules/migrate/tests/src/Kernel/MigrateStubTest.php core/modules/migrate/tests/src/Kernel/MigrateStubTest.php
core/modules/migrate/tests/src/Kernel/TestFilterIterator.php core/modules/migrate/tests/src/Kernel/TestFilterIterator.php
core/modules/migrate/tests/src/Kernel/MigrateInterruptionTest.php core/modules/migrate/tests/src/Kernel/MigrateInterruptionTest.php
@ -13775,6 +13776,7 @@ core/modules/migrate/migrate.info.yml
core/modules/migrate/migrate.routing.yml core/modules/migrate/migrate.routing.yml
core/modules/book/book.libraries.yml core/modules/book/book.libraries.yml
core/modules/book/tests/src/FunctionalJavascript/BookJavascriptTest.php core/modules/book/tests/src/FunctionalJavascript/BookJavascriptTest.php
core/modules/book/tests/src/Functional/Comment/CommentBookTest.php
core/modules/book/tests/src/Functional/GenericTest.php core/modules/book/tests/src/Functional/GenericTest.php
core/modules/book/tests/src/Functional/BookTestTrait.php core/modules/book/tests/src/Functional/BookTestTrait.php
core/modules/book/tests/src/Functional/BookContentModerationTest.php core/modules/book/tests/src/Functional/BookContentModerationTest.php
@ -13792,6 +13794,7 @@ core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookConfigsTest.php
core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookTest.php core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookTest.php
core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookConfigsTest.php core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookConfigsTest.php
core/modules/book/tests/src/Kernel/BookUninstallTest.php core/modules/book/tests/src/Kernel/BookUninstallTest.php
core/modules/book/tests/src/Kernel/Block/BlockConfigSchemaTest.php
core/modules/book/tests/src/Kernel/Plugin/migrate/source/BookTest.php core/modules/book/tests/src/Kernel/Plugin/migrate/source/BookTest.php
core/modules/book/tests/src/Unit/BookManagerTest.php core/modules/book/tests/src/Unit/BookManagerTest.php
core/modules/book/tests/src/Unit/Menu/BookLocalTasksTest.php core/modules/book/tests/src/Unit/Menu/BookLocalTasksTest.php

View File

@ -5,6 +5,7 @@ attributions.md
package.json package.json
.flake8 .flake8
codecov.yml codecov.yml
crowdin.yml
.eslintrc .eslintrc
erpnext/tests/test_point_of_sale.py erpnext/tests/test_point_of_sale.py
tests/test_point_of_sale.py tests/test_point_of_sale.py
@ -12476,303 +12477,6 @@ payment_setup_certification.html
erpnext/www/__init__.py erpnext/www/__init__.py
www/__init__.py www/__init__.py
__init__.py __init__.py
erpnext/translations/sw.csv
translations/sw.csv
sw.csv
erpnext/translations/da-DK.csv
translations/da-DK.csv
da-DK.csv
erpnext/translations/te.csv
translations/te.csv
te.csv
erpnext/translations/af.csv
translations/af.csv
af.csv
erpnext/translations/es-PE.csv
translations/es-PE.csv
es-PE.csv
erpnext/translations/ru.csv
translations/ru.csv
ru.csv
erpnext/translations/uz.csv
translations/uz.csv
uz.csv
erpnext/translations/pt-BR.csv
translations/pt-BR.csv
pt-BR.csv
erpnext/translations/fi.csv
translations/fi.csv
fi.csv
erpnext/translations/ur.csv
translations/ur.csv
ur.csv
erpnext/translations/fr-CA.csv
translations/fr-CA.csv
fr-CA.csv
erpnext/translations/cs.csv
translations/cs.csv
cs.csv
erpnext/translations/quc.csv
translations/quc.csv
quc.csv
erpnext/translations/zh.csv
translations/zh.csv
zh.csv
erpnext/translations/sr_ba.csv
translations/sr_ba.csv
sr_ba.csv
erpnext/translations/is.csv
translations/is.csv
is.csv
erpnext/translations/bg.csv
translations/bg.csv
bg.csv
erpnext/translations/es_mx.csv
translations/es_mx.csv
es_mx.csv
erpnext/translations/da.csv
translations/da.csv
da.csv
erpnext/translations/sr.csv
translations/sr.csv
sr.csv
erpnext/translations/es_co.csv
translations/es_co.csv
es_co.csv
erpnext/translations/sv.csv
translations/sv.csv
sv.csv
erpnext/translations/ca.csv
translations/ca.csv
ca.csv
erpnext/translations/bo.csv
translations/bo.csv
bo.csv
erpnext/translations/et.csv
translations/et.csv
et.csv
erpnext/translations/bn.csv
translations/bn.csv
bn.csv
erpnext/translations/am.csv
translations/am.csv
am.csv
erpnext/translations/es_gt.csv
translations/es_gt.csv
es_gt.csv
erpnext/translations/es_do.csv
translations/es_do.csv
es_do.csv
erpnext/translations/pt.csv
translations/pt.csv
pt.csv
erpnext/translations/es_ec.csv
translations/es_ec.csv
es_ec.csv
erpnext/translations/en.csv
translations/en.csv
en.csv
erpnext/translations/hu.csv
translations/hu.csv
hu.csv
erpnext/translations/es_pe.csv
translations/es_pe.csv
es_pe.csv
erpnext/translations/fr.csv
translations/fr.csv
fr.csv
erpnext/translations/rw.csv
translations/rw.csv
rw.csv
erpnext/translations/my.csv
translations/my.csv
my.csv
erpnext/translations/en_gb.csv
translations/en_gb.csv
en_gb.csv
erpnext/translations/ar.csv
translations/ar.csv
ar.csv
erpnext/translations/tr.csv
translations/tr.csv
tr.csv
erpnext/translations/pl.csv
translations/pl.csv
pl.csv
erpnext/translations/sq.csv
translations/sq.csv
sq.csv
erpnext/translations/sr_sp.csv
translations/sr_sp.csv
sr_sp.csv
erpnext/translations/vi.csv
translations/vi.csv
vi.csv
erpnext/translations/el.csv
translations/el.csv
el.csv
erpnext/translations/hr.csv
translations/hr.csv
hr.csv
erpnext/translations/es_ni.csv
translations/es_ni.csv
es_ni.csv
erpnext/translations/ms.csv
translations/ms.csv
ms.csv
erpnext/translations/sr-BA.csv
translations/sr-BA.csv
sr-BA.csv
erpnext/translations/mr.csv
translations/mr.csv
mr.csv
erpnext/translations/es_es.csv
translations/es_es.csv
es_es.csv
erpnext/translations/da_dk.csv
translations/da_dk.csv
da_dk.csv
erpnext/translations/es-NI.csv
translations/es-NI.csv
es-NI.csv
erpnext/translations/lo.csv
translations/lo.csv
lo.csv
erpnext/translations/hi.csv
translations/hi.csv
hi.csv
erpnext/translations/fa.csv
translations/fa.csv
fa.csv
erpnext/translations/ro.csv
translations/ro.csv
ro.csv
erpnext/translations/cz.csv
translations/cz.csv
cz.csv
erpnext/translations/it.csv
translations/it.csv
it.csv
erpnext/translations/sr-SP.csv
translations/sr-SP.csv
sr-SP.csv
erpnext/translations/es-CL.csv
translations/es-CL.csv
es-CL.csv
erpnext/translations/es_cl.csv
translations/es_cl.csv
es_cl.csv
erpnext/translations/ja.csv
translations/ja.csv
ja.csv
erpnext/translations/sl.csv
translations/sl.csv
sl.csv
erpnext/translations/ko.csv
translations/ko.csv
ko.csv
erpnext/translations/se.csv
translations/se.csv
se.csv
erpnext/translations/ml.csv
translations/ml.csv
ml.csv
erpnext/translations/bs.csv
translations/bs.csv
bs.csv
erpnext/translations/zh-TW.csv
translations/zh-TW.csv
zh-TW.csv
erpnext/translations/lv.csv
translations/lv.csv
lv.csv
erpnext/translations/en_us.csv
translations/en_us.csv
en_us.csv
erpnext/translations/zh_tw.csv
translations/zh_tw.csv
zh_tw.csv
erpnext/translations/ku.csv
translations/ku.csv
ku.csv
erpnext/translations/nl.csv
translations/nl.csv
nl.csv
erpnext/translations/gu.csv
translations/gu.csv
gu.csv
erpnext/translations/km.csv
translations/km.csv
km.csv
erpnext/translations/mk.csv
translations/mk.csv
mk.csv
erpnext/translations/es-EC.csv
translations/es-EC.csv
es-EC.csv
erpnext/translations/es-AR.csv
translations/es-AR.csv
es-AR.csv
erpnext/translations/es_bo.csv
translations/es_bo.csv
es_bo.csv
erpnext/translations/fr_ca.csv
translations/fr_ca.csv
fr_ca.csv
erpnext/translations/th.csv
translations/th.csv
th.csv
erpnext/translations/ps.csv
translations/ps.csv
ps.csv
erpnext/translations/he.csv
translations/he.csv
he.csv
erpnext/translations/lt.csv
translations/lt.csv
lt.csv
erpnext/translations/no.csv
translations/no.csv
no.csv
erpnext/translations/id.csv
translations/id.csv
id.csv
erpnext/translations/de.csv
translations/de.csv
de.csv
erpnext/translations/en-US.csv
translations/en-US.csv
en-US.csv
erpnext/translations/si.csv
translations/si.csv
si.csv
erpnext/translations/es-CO.csv
translations/es-CO.csv
es-CO.csv
erpnext/translations/es-GT.csv
translations/es-GT.csv
es-GT.csv
erpnext/translations/sk.csv
translations/sk.csv
sk.csv
erpnext/translations/uk.csv
translations/uk.csv
uk.csv
erpnext/translations/ta.csv
translations/ta.csv
ta.csv
erpnext/translations/kn.csv
translations/kn.csv
kn.csv
erpnext/translations/es-MX.csv
translations/es-MX.csv
es-MX.csv
erpnext/translations/es.csv
translations/es.csv
es.csv
erpnext/translations/es_ar.csv
translations/es_ar.csv
es_ar.csv
erpnext/subcontracting/doctype/subcontracting_order/test_subcontracting_order.py erpnext/subcontracting/doctype/subcontracting_order/test_subcontracting_order.py
subcontracting/doctype/subcontracting_order/test_subcontracting_order.py subcontracting/doctype/subcontracting_order/test_subcontracting_order.py
doctype/subcontracting_order/test_subcontracting_order.py doctype/subcontracting_order/test_subcontracting_order.py
@ -18986,6 +18690,60 @@ __init__.py
erpnext/maintenance/__init__.py erpnext/maintenance/__init__.py
maintenance/__init__.py maintenance/__init__.py
__init__.py __init__.py
erpnext/locale/tr.po
locale/tr.po
tr.po
erpnext/locale/pt.po
locale/pt.po
pt.po
erpnext/locale/fi.po
locale/fi.po
fi.po
erpnext/locale/de.po
locale/de.po
de.po
erpnext/locale/es.po
locale/es.po
es.po
erpnext/locale/pt_BR.po
locale/pt_BR.po
pt_BR.po
erpnext/locale/nl.po
locale/nl.po
nl.po
erpnext/locale/main.pot
locale/main.pot
main.pot
erpnext/locale/fr.po
locale/fr.po
fr.po
erpnext/locale/zh.po
locale/zh.po
zh.po
erpnext/locale/vi.po
locale/vi.po
vi.po
erpnext/locale/pl.po
locale/pl.po
pl.po
erpnext/locale/it.po
locale/it.po
it.po
erpnext/locale/zh_TW.po
locale/zh_TW.po
zh_TW.po
erpnext/locale/ar.po
locale/ar.po
ar.po
erpnext/locale/af.po
locale/af.po
af.po
erpnext/locale/id.po
locale/id.po
id.po
erpnext/locale/ru.po
locale/ru.po
ru.po
erpnext/domains/services.py erpnext/domains/services.py
domains/services.py domains/services.py
services.py services.py

View File

@ -5,6 +5,7 @@ attributions.md
package.json package.json
.flake8 .flake8
codecov.yml codecov.yml
crowdin.yml
.eslintrc .eslintrc
erpnext/tests/test_point_of_sale.py erpnext/tests/test_point_of_sale.py
erpnext/tests/test_zform_loads.py erpnext/tests/test_zform_loads.py
@ -2630,105 +2631,6 @@ erpnext/www/all-products/__init__.py
erpnext/www/shop-by-category/__init__.py erpnext/www/shop-by-category/__init__.py
erpnext/www/payment_setup_certification.html erpnext/www/payment_setup_certification.html
erpnext/www/__init__.py erpnext/www/__init__.py
erpnext/translations/sw.csv
erpnext/translations/da-DK.csv
erpnext/translations/te.csv
erpnext/translations/af.csv
erpnext/translations/es-PE.csv
erpnext/translations/ru.csv
erpnext/translations/uz.csv
erpnext/translations/pt-BR.csv
erpnext/translations/fi.csv
erpnext/translations/ur.csv
erpnext/translations/fr-CA.csv
erpnext/translations/cs.csv
erpnext/translations/quc.csv
erpnext/translations/zh.csv
erpnext/translations/sr_ba.csv
erpnext/translations/is.csv
erpnext/translations/bg.csv
erpnext/translations/es_mx.csv
erpnext/translations/da.csv
erpnext/translations/sr.csv
erpnext/translations/es_co.csv
erpnext/translations/sv.csv
erpnext/translations/ca.csv
erpnext/translations/bo.csv
erpnext/translations/et.csv
erpnext/translations/bn.csv
erpnext/translations/am.csv
erpnext/translations/es_gt.csv
erpnext/translations/es_do.csv
erpnext/translations/pt.csv
erpnext/translations/es_ec.csv
erpnext/translations/en.csv
erpnext/translations/hu.csv
erpnext/translations/es_pe.csv
erpnext/translations/fr.csv
erpnext/translations/rw.csv
erpnext/translations/my.csv
erpnext/translations/en_gb.csv
erpnext/translations/ar.csv
erpnext/translations/tr.csv
erpnext/translations/pl.csv
erpnext/translations/sq.csv
erpnext/translations/sr_sp.csv
erpnext/translations/vi.csv
erpnext/translations/el.csv
erpnext/translations/hr.csv
erpnext/translations/es_ni.csv
erpnext/translations/ms.csv
erpnext/translations/sr-BA.csv
erpnext/translations/mr.csv
erpnext/translations/es_es.csv
erpnext/translations/da_dk.csv
erpnext/translations/es-NI.csv
erpnext/translations/lo.csv
erpnext/translations/hi.csv
erpnext/translations/fa.csv
erpnext/translations/ro.csv
erpnext/translations/cz.csv
erpnext/translations/it.csv
erpnext/translations/sr-SP.csv
erpnext/translations/es-CL.csv
erpnext/translations/es_cl.csv
erpnext/translations/ja.csv
erpnext/translations/sl.csv
erpnext/translations/ko.csv
erpnext/translations/se.csv
erpnext/translations/ml.csv
erpnext/translations/bs.csv
erpnext/translations/zh-TW.csv
erpnext/translations/lv.csv
erpnext/translations/en_us.csv
erpnext/translations/zh_tw.csv
erpnext/translations/ku.csv
erpnext/translations/nl.csv
erpnext/translations/gu.csv
erpnext/translations/km.csv
erpnext/translations/mk.csv
erpnext/translations/es-EC.csv
erpnext/translations/es-AR.csv
erpnext/translations/es_bo.csv
erpnext/translations/fr_ca.csv
erpnext/translations/th.csv
erpnext/translations/ps.csv
erpnext/translations/he.csv
erpnext/translations/lt.csv
erpnext/translations/no.csv
erpnext/translations/id.csv
erpnext/translations/de.csv
erpnext/translations/en-US.csv
erpnext/translations/si.csv
erpnext/translations/es-CO.csv
erpnext/translations/es-GT.csv
erpnext/translations/sk.csv
erpnext/translations/uk.csv
erpnext/translations/ta.csv
erpnext/translations/kn.csv
erpnext/translations/es-MX.csv
erpnext/translations/es.csv
erpnext/translations/es_ar.csv
erpnext/subcontracting/doctype/subcontracting_order/test_subcontracting_order.py erpnext/subcontracting/doctype/subcontracting_order/test_subcontracting_order.py
erpnext/subcontracting/doctype/subcontracting_order/subcontracting_order.py erpnext/subcontracting/doctype/subcontracting_order/subcontracting_order.py
erpnext/subcontracting/doctype/subcontracting_order/subcontracting_order_dashboard.py erpnext/subcontracting/doctype/subcontracting_order/subcontracting_order_dashboard.py
@ -3966,6 +3868,24 @@ erpnext/maintenance/doctype/maintenance_schedule/README.md
erpnext/maintenance/doctype/maintenance_schedule/__init__.py erpnext/maintenance/doctype/maintenance_schedule/__init__.py
erpnext/maintenance/doctype/__init__.py erpnext/maintenance/doctype/__init__.py
erpnext/maintenance/__init__.py erpnext/maintenance/__init__.py
erpnext/locale/tr.po
erpnext/locale/pt.po
erpnext/locale/fi.po
erpnext/locale/de.po
erpnext/locale/es.po
erpnext/locale/pt_BR.po
erpnext/locale/nl.po
erpnext/locale/main.pot
erpnext/locale/fr.po
erpnext/locale/zh.po
erpnext/locale/vi.po
erpnext/locale/pl.po
erpnext/locale/it.po
erpnext/locale/zh_TW.po
erpnext/locale/ar.po
erpnext/locale/af.po
erpnext/locale/id.po
erpnext/locale/ru.po
erpnext/domains/services.py erpnext/domains/services.py
erpnext/domains/distribution.py erpnext/domains/distribution.py
erpnext/domains/manufacturing.py erpnext/domains/manufacturing.py

View File

@ -130,6 +130,12 @@ integration/Espo/Export/ExportTest.php
Espo/Export/ExportTest.php Espo/Export/ExportTest.php
Export/ExportTest.php Export/ExportTest.php
ExportTest.php ExportTest.php
tests/integration/Espo/Tools/Activities/ComposeEmailAddressListTest.php
integration/Espo/Tools/Activities/ComposeEmailAddressListTest.php
Espo/Tools/Activities/ComposeEmailAddressListTest.php
Tools/Activities/ComposeEmailAddressListTest.php
Activities/ComposeEmailAddressListTest.php
ComposeEmailAddressListTest.php
tests/integration/Espo/Tools/App/MetadataTest.php tests/integration/Espo/Tools/App/MetadataTest.php
integration/Espo/Tools/App/MetadataTest.php integration/Espo/Tools/App/MetadataTest.php
Espo/Tools/App/MetadataTest.php Espo/Tools/App/MetadataTest.php
@ -16428,6 +16434,14 @@ Tools/Activities/Api/GetUpcoming.php
Activities/Api/GetUpcoming.php Activities/Api/GetUpcoming.php
Api/GetUpcoming.php Api/GetUpcoming.php
GetUpcoming.php GetUpcoming.php
application/Espo/Modules/Crm/Tools/Activities/Api/GetComposeAddressList.php
Espo/Modules/Crm/Tools/Activities/Api/GetComposeAddressList.php
Modules/Crm/Tools/Activities/Api/GetComposeAddressList.php
Crm/Tools/Activities/Api/GetComposeAddressList.php
Tools/Activities/Api/GetComposeAddressList.php
Activities/Api/GetComposeAddressList.php
Api/GetComposeAddressList.php
GetComposeAddressList.php
application/Espo/Modules/Crm/Tools/Activities/Api/Get.php application/Espo/Modules/Crm/Tools/Activities/Api/Get.php
Espo/Modules/Crm/Tools/Activities/Api/Get.php Espo/Modules/Crm/Tools/Activities/Api/Get.php
Modules/Crm/Tools/Activities/Api/Get.php Modules/Crm/Tools/Activities/Api/Get.php
@ -16450,6 +16464,13 @@ Crm/Tools/Activities/FetchParams.php
Tools/Activities/FetchParams.php Tools/Activities/FetchParams.php
Activities/FetchParams.php Activities/FetchParams.php
FetchParams.php FetchParams.php
application/Espo/Modules/Crm/Tools/Activities/ComposeEmailService.php
Espo/Modules/Crm/Tools/Activities/ComposeEmailService.php
Modules/Crm/Tools/Activities/ComposeEmailService.php
Crm/Tools/Activities/ComposeEmailService.php
Tools/Activities/ComposeEmailService.php
Activities/ComposeEmailService.php
ComposeEmailService.php
application/Espo/Modules/Crm/Tools/Activities/PopupNotificationsProvider.php application/Espo/Modules/Crm/Tools/Activities/PopupNotificationsProvider.php
Espo/Modules/Crm/Tools/Activities/PopupNotificationsProvider.php Espo/Modules/Crm/Tools/Activities/PopupNotificationsProvider.php
Modules/Crm/Tools/Activities/PopupNotificationsProvider.php Modules/Crm/Tools/Activities/PopupNotificationsProvider.php

View File

@ -26,6 +26,7 @@ tests/integration/Espo/Portal/AclTest.php
tests/integration/Espo/LeadCapture/LeadCaptureTest.php tests/integration/Espo/LeadCapture/LeadCaptureTest.php
tests/integration/Espo/Extension/GeneralTest.php tests/integration/Espo/Extension/GeneralTest.php
tests/integration/Espo/Export/ExportTest.php tests/integration/Espo/Export/ExportTest.php
tests/integration/Espo/Tools/Activities/ComposeEmailAddressListTest.php
tests/integration/Espo/Tools/App/MetadataTest.php tests/integration/Espo/Tools/App/MetadataTest.php
tests/integration/Espo/Tools/App/LanguageTest.php tests/integration/Espo/Tools/App/LanguageTest.php
tests/integration/Espo/Attachment/RemoveDuplicateTest.php tests/integration/Espo/Attachment/RemoveDuplicateTest.php
@ -2850,9 +2851,11 @@ application/Espo/Modules/Crm/Tools/Calendar/Items/BusyRange.php
application/Espo/Modules/Crm/Tools/Calendar/Items/Event.php application/Espo/Modules/Crm/Tools/Calendar/Items/Event.php
application/Espo/Modules/Crm/Tools/Activities/Api/GetListTyped.php application/Espo/Modules/Crm/Tools/Activities/Api/GetListTyped.php
application/Espo/Modules/Crm/Tools/Activities/Api/GetUpcoming.php application/Espo/Modules/Crm/Tools/Activities/Api/GetUpcoming.php
application/Espo/Modules/Crm/Tools/Activities/Api/GetComposeAddressList.php
application/Espo/Modules/Crm/Tools/Activities/Api/Get.php application/Espo/Modules/Crm/Tools/Activities/Api/Get.php
application/Espo/Modules/Crm/Tools/Activities/Service.php application/Espo/Modules/Crm/Tools/Activities/Service.php
application/Espo/Modules/Crm/Tools/Activities/FetchParams.php application/Espo/Modules/Crm/Tools/Activities/FetchParams.php
application/Espo/Modules/Crm/Tools/Activities/ComposeEmailService.php
application/Espo/Modules/Crm/Tools/Activities/PopupNotificationsProvider.php application/Espo/Modules/Crm/Tools/Activities/PopupNotificationsProvider.php
application/Espo/Modules/Crm/Tools/Lead/Convert/Params.php application/Espo/Modules/Crm/Tools/Lead/Convert/Params.php
application/Espo/Modules/Crm/Tools/Lead/Convert/Values.php application/Espo/Modules/Crm/Tools/Lead/Convert/Values.php

View File

@ -412,11 +412,6 @@ migration/Core/V6_6/Migration1676367607RemoveIntegrationWriteAccessColumnTest.ph
Core/V6_6/Migration1676367607RemoveIntegrationWriteAccessColumnTest.php Core/V6_6/Migration1676367607RemoveIntegrationWriteAccessColumnTest.php
V6_6/Migration1676367607RemoveIntegrationWriteAccessColumnTest.php V6_6/Migration1676367607RemoveIntegrationWriteAccessColumnTest.php
Migration1676367607RemoveIntegrationWriteAccessColumnTest.php Migration1676367607RemoveIntegrationWriteAccessColumnTest.php
tests/migration/Core/V6_6/MigrationMigration1701677136RemovePluginChangelogFieldTest.php
migration/Core/V6_6/MigrationMigration1701677136RemovePluginChangelogFieldTest.php
Core/V6_6/MigrationMigration1701677136RemovePluginChangelogFieldTest.php
V6_6/MigrationMigration1701677136RemovePluginChangelogFieldTest.php
MigrationMigration1701677136RemovePluginChangelogFieldTest.php
tests/migration/Core/V6_6/Migration1701688920FixDownloadLinkMailTest.php tests/migration/Core/V6_6/Migration1701688920FixDownloadLinkMailTest.php
migration/Core/V6_6/Migration1701688920FixDownloadLinkMailTest.php migration/Core/V6_6/Migration1701688920FixDownloadLinkMailTest.php
Core/V6_6/Migration1701688920FixDownloadLinkMailTest.php Core/V6_6/Migration1701688920FixDownloadLinkMailTest.php
@ -437,11 +432,21 @@ migration/Core/V6_6/Migration1673964565MigrateToReferencedColumnsTest.php
Core/V6_6/Migration1673964565MigrateToReferencedColumnsTest.php Core/V6_6/Migration1673964565MigrateToReferencedColumnsTest.php
V6_6/Migration1673964565MigrateToReferencedColumnsTest.php V6_6/Migration1673964565MigrateToReferencedColumnsTest.php
Migration1673964565MigrateToReferencedColumnsTest.php Migration1673964565MigrateToReferencedColumnsTest.php
tests/migration/Core/V6_6/Migration1702479623RemoveEsMultilingualFlagTest.php
migration/Core/V6_6/Migration1702479623RemoveEsMultilingualFlagTest.php
Core/V6_6/Migration1702479623RemoveEsMultilingualFlagTest.php
V6_6/Migration1702479623RemoveEsMultilingualFlagTest.php
Migration1702479623RemoveEsMultilingualFlagTest.php
tests/migration/Core/V6_6/Migration1679581138RemoveAssociationFieldsTest.php tests/migration/Core/V6_6/Migration1679581138RemoveAssociationFieldsTest.php
migration/Core/V6_6/Migration1679581138RemoveAssociationFieldsTest.php migration/Core/V6_6/Migration1679581138RemoveAssociationFieldsTest.php
Core/V6_6/Migration1679581138RemoveAssociationFieldsTest.php Core/V6_6/Migration1679581138RemoveAssociationFieldsTest.php
V6_6/Migration1679581138RemoveAssociationFieldsTest.php V6_6/Migration1679581138RemoveAssociationFieldsTest.php
Migration1679581138RemoveAssociationFieldsTest.php Migration1679581138RemoveAssociationFieldsTest.php
tests/migration/Core/V6_6/Migration1701677136RemovePluginChangelogFieldTest.php
migration/Core/V6_6/Migration1701677136RemovePluginChangelogFieldTest.php
Core/V6_6/Migration1701677136RemovePluginChangelogFieldTest.php
V6_6/Migration1701677136RemovePluginChangelogFieldTest.php
Migration1701677136RemovePluginChangelogFieldTest.php
tests/migration/Core/V6_6/Migration1697788982ChangeColumnAvailabilityRuleIdFromShippingMethodToNullableTest.php tests/migration/Core/V6_6/Migration1697788982ChangeColumnAvailabilityRuleIdFromShippingMethodToNullableTest.php
migration/Core/V6_6/Migration1697788982ChangeColumnAvailabilityRuleIdFromShippingMethodToNullableTest.php migration/Core/V6_6/Migration1697788982ChangeColumnAvailabilityRuleIdFromShippingMethodToNullableTest.php
Core/V6_6/Migration1697788982ChangeColumnAvailabilityRuleIdFromShippingMethodToNullableTest.php Core/V6_6/Migration1697788982ChangeColumnAvailabilityRuleIdFromShippingMethodToNullableTest.php
@ -7751,6 +7756,11 @@ Storefront/Framework/Command/SalesChannelCreateStorefrontCommandTest.php
Framework/Command/SalesChannelCreateStorefrontCommandTest.php Framework/Command/SalesChannelCreateStorefrontCommandTest.php
Command/SalesChannelCreateStorefrontCommandTest.php Command/SalesChannelCreateStorefrontCommandTest.php
SalesChannelCreateStorefrontCommandTest.php SalesChannelCreateStorefrontCommandTest.php
tests/unit/Elasticsearch/Product/SearchConfigLoaderTest.php
unit/Elasticsearch/Product/SearchConfigLoaderTest.php
Elasticsearch/Product/SearchConfigLoaderTest.php
Product/SearchConfigLoaderTest.php
SearchConfigLoaderTest.php
tests/unit/Elasticsearch/Product/CustomFieldUpdaterTest.php tests/unit/Elasticsearch/Product/CustomFieldUpdaterTest.php
unit/Elasticsearch/Product/CustomFieldUpdaterTest.php unit/Elasticsearch/Product/CustomFieldUpdaterTest.php
Elasticsearch/Product/CustomFieldUpdaterTest.php Elasticsearch/Product/CustomFieldUpdaterTest.php
@ -8526,12 +8536,6 @@ Core/Installer/Finish/SystemLockerTest.php
Installer/Finish/SystemLockerTest.php Installer/Finish/SystemLockerTest.php
Finish/SystemLockerTest.php Finish/SystemLockerTest.php
SystemLockerTest.php SystemLockerTest.php
tests/unit/Core/Installer/Finish/NotifierTest.php
unit/Core/Installer/Finish/NotifierTest.php
Core/Installer/Finish/NotifierTest.php
Installer/Finish/NotifierTest.php
Finish/NotifierTest.php
NotifierTest.php
tests/unit/Core/Installer/Finish/UniqueIdGeneratorTest.php tests/unit/Core/Installer/Finish/UniqueIdGeneratorTest.php
unit/Core/Installer/Finish/UniqueIdGeneratorTest.php unit/Core/Installer/Finish/UniqueIdGeneratorTest.php
Core/Installer/Finish/UniqueIdGeneratorTest.php Core/Installer/Finish/UniqueIdGeneratorTest.php
@ -9680,6 +9684,12 @@ Core/Content/Seo/SeoUrlUpdaterTest.php
Content/Seo/SeoUrlUpdaterTest.php Content/Seo/SeoUrlUpdaterTest.php
Seo/SeoUrlUpdaterTest.php Seo/SeoUrlUpdaterTest.php
SeoUrlUpdaterTest.php SeoUrlUpdaterTest.php
tests/unit/Core/Content/Seo/SeoUrlTwigFactoryTest.php
unit/Core/Content/Seo/SeoUrlTwigFactoryTest.php
Core/Content/Seo/SeoUrlTwigFactoryTest.php
Content/Seo/SeoUrlTwigFactoryTest.php
Seo/SeoUrlTwigFactoryTest.php
SeoUrlTwigFactoryTest.php
tests/unit/Core/Content/LandingPage/SalesChannel/CachedLandingPageRouteTest.php tests/unit/Core/Content/LandingPage/SalesChannel/CachedLandingPageRouteTest.php
unit/Core/Content/LandingPage/SalesChannel/CachedLandingPageRouteTest.php unit/Core/Content/LandingPage/SalesChannel/CachedLandingPageRouteTest.php
Core/Content/LandingPage/SalesChannel/CachedLandingPageRouteTest.php Core/Content/LandingPage/SalesChannel/CachedLandingPageRouteTest.php
@ -12221,13 +12231,6 @@ Test/Script/Execution/ScriptTwigLoaderTest.php
Script/Execution/ScriptTwigLoaderTest.php Script/Execution/ScriptTwigLoaderTest.php
Execution/ScriptTwigLoaderTest.php Execution/ScriptTwigLoaderTest.php
ScriptTwigLoaderTest.php ScriptTwigLoaderTest.php
tests/unit/Core/Framework/Update/Services/CreateCustomAppsDirTest.php
unit/Core/Framework/Update/Services/CreateCustomAppsDirTest.php
Core/Framework/Update/Services/CreateCustomAppsDirTest.php
Framework/Update/Services/CreateCustomAppsDirTest.php
Update/Services/CreateCustomAppsDirTest.php
Services/CreateCustomAppsDirTest.php
CreateCustomAppsDirTest.php
tests/unit/Core/Framework/Update/Services/ExtensionCompatibilityTest.php tests/unit/Core/Framework/Update/Services/ExtensionCompatibilityTest.php
unit/Core/Framework/Update/Services/ExtensionCompatibilityTest.php unit/Core/Framework/Update/Services/ExtensionCompatibilityTest.php
Core/Framework/Update/Services/ExtensionCompatibilityTest.php Core/Framework/Update/Services/ExtensionCompatibilityTest.php
@ -14883,6 +14886,13 @@ secondAppPath/Resources/views/.gitkeep
Resources/views/.gitkeep Resources/views/.gitkeep
views/.gitkeep views/.gitkeep
.gitkeep .gitkeep
tests/unit/Core/Framework/DependencyInjection/CompilerPass/RedisPrefixCompilerPassTest.php
unit/Core/Framework/DependencyInjection/CompilerPass/RedisPrefixCompilerPassTest.php
Core/Framework/DependencyInjection/CompilerPass/RedisPrefixCompilerPassTest.php
Framework/DependencyInjection/CompilerPass/RedisPrefixCompilerPassTest.php
DependencyInjection/CompilerPass/RedisPrefixCompilerPassTest.php
CompilerPass/RedisPrefixCompilerPassTest.php
RedisPrefixCompilerPassTest.php
tests/unit/Core/Framework/DependencyInjection/CompilerPass/DemodataCompilerPassTest.php tests/unit/Core/Framework/DependencyInjection/CompilerPass/DemodataCompilerPassTest.php
unit/Core/Framework/DependencyInjection/CompilerPass/DemodataCompilerPassTest.php unit/Core/Framework/DependencyInjection/CompilerPass/DemodataCompilerPassTest.php
Core/Framework/DependencyInjection/CompilerPass/DemodataCompilerPassTest.php Core/Framework/DependencyInjection/CompilerPass/DemodataCompilerPassTest.php
@ -15233,6 +15243,13 @@ Adapter/Cache/Message/CleanupOldCacheFoldersHandlerTest.php
Cache/Message/CleanupOldCacheFoldersHandlerTest.php Cache/Message/CleanupOldCacheFoldersHandlerTest.php
Message/CleanupOldCacheFoldersHandlerTest.php Message/CleanupOldCacheFoldersHandlerTest.php
CleanupOldCacheFoldersHandlerTest.php CleanupOldCacheFoldersHandlerTest.php
tests/unit/Core/Framework/Adapter/Cache/CacheDecoratorTest.php
unit/Core/Framework/Adapter/Cache/CacheDecoratorTest.php
Core/Framework/Adapter/Cache/CacheDecoratorTest.php
Framework/Adapter/Cache/CacheDecoratorTest.php
Adapter/Cache/CacheDecoratorTest.php
Cache/CacheDecoratorTest.php
CacheDecoratorTest.php
tests/unit/Core/Framework/Adapter/Database/MySQLFactoryTest.php tests/unit/Core/Framework/Adapter/Database/MySQLFactoryTest.php
unit/Core/Framework/Adapter/Database/MySQLFactoryTest.php unit/Core/Framework/Adapter/Database/MySQLFactoryTest.php
Core/Framework/Adapter/Database/MySQLFactoryTest.php Core/Framework/Adapter/Database/MySQLFactoryTest.php
@ -32769,6 +32786,10 @@ src/Elasticsearch/Product/ElasticsearchProductDefinition.php
Elasticsearch/Product/ElasticsearchProductDefinition.php Elasticsearch/Product/ElasticsearchProductDefinition.php
Product/ElasticsearchProductDefinition.php Product/ElasticsearchProductDefinition.php
ElasticsearchProductDefinition.php ElasticsearchProductDefinition.php
src/Elasticsearch/Product/SearchConfigLoader.php
Elasticsearch/Product/SearchConfigLoader.php
Product/SearchConfigLoader.php
SearchConfigLoader.php
src/Elasticsearch/Product/ProductUpdater.php src/Elasticsearch/Product/ProductUpdater.php
Elasticsearch/Product/ProductUpdater.php Elasticsearch/Product/ProductUpdater.php
Product/ProductUpdater.php Product/ProductUpdater.php
@ -32949,6 +32970,13 @@ Resources/config/packages/framework.yaml
config/packages/framework.yaml config/packages/framework.yaml
packages/framework.yaml packages/framework.yaml
framework.yaml framework.yaml
src/Elasticsearch/Resources/config/packages/dev/monolog.yaml
Elasticsearch/Resources/config/packages/dev/monolog.yaml
Resources/config/packages/dev/monolog.yaml
config/packages/dev/monolog.yaml
packages/dev/monolog.yaml
dev/monolog.yaml
monolog.yaml
src/Elasticsearch/Resources/config/packages/elasticsearch.yaml src/Elasticsearch/Resources/config/packages/elasticsearch.yaml
Elasticsearch/Resources/config/packages/elasticsearch.yaml Elasticsearch/Resources/config/packages/elasticsearch.yaml
Resources/config/packages/elasticsearch.yaml Resources/config/packages/elasticsearch.yaml
@ -47552,6 +47580,15 @@ src/core/helper/upload-task.helper.js
core/helper/upload-task.helper.js core/helper/upload-task.helper.js
helper/upload-task.helper.js helper/upload-task.helper.js
upload-task.helper.js upload-task.helper.js
src/Administration/Resources/app/administration/src/core/helper/retry.helper.spec.js
Administration/Resources/app/administration/src/core/helper/retry.helper.spec.js
Resources/app/administration/src/core/helper/retry.helper.spec.js
app/administration/src/core/helper/retry.helper.spec.js
administration/src/core/helper/retry.helper.spec.js
src/core/helper/retry.helper.spec.js
core/helper/retry.helper.spec.js
helper/retry.helper.spec.js
retry.helper.spec.js
src/Administration/Resources/app/administration/src/core/helper/middleware.helper.js src/Administration/Resources/app/administration/src/core/helper/middleware.helper.js
Administration/Resources/app/administration/src/core/helper/middleware.helper.js Administration/Resources/app/administration/src/core/helper/middleware.helper.js
Resources/app/administration/src/core/helper/middleware.helper.js Resources/app/administration/src/core/helper/middleware.helper.js
@ -47561,6 +47598,15 @@ src/core/helper/middleware.helper.js
core/helper/middleware.helper.js core/helper/middleware.helper.js
helper/middleware.helper.js helper/middleware.helper.js
middleware.helper.js middleware.helper.js
src/Administration/Resources/app/administration/src/core/helper/retry.helper.js
Administration/Resources/app/administration/src/core/helper/retry.helper.js
Resources/app/administration/src/core/helper/retry.helper.js
app/administration/src/core/helper/retry.helper.js
administration/src/core/helper/retry.helper.js
src/core/helper/retry.helper.js
core/helper/retry.helper.js
helper/retry.helper.js
retry.helper.js
src/Administration/Resources/app/administration/src/core/helper/flattree.helper.js src/Administration/Resources/app/administration/src/core/helper/flattree.helper.js
Administration/Resources/app/administration/src/core/helper/flattree.helper.js Administration/Resources/app/administration/src/core/helper/flattree.helper.js
Resources/app/administration/src/core/helper/flattree.helper.js Resources/app/administration/src/core/helper/flattree.helper.js
@ -49118,17 +49164,6 @@ sw-integration/page/sw-integration-list/index.js
page/sw-integration-list/index.js page/sw-integration-list/index.js
sw-integration-list/index.js sw-integration-list/index.js
index.js index.js
src/Administration/Resources/app/administration/src/module/sw-integration/page/sw-integration-list/sw-integration-list.spec.vue2.js
Administration/Resources/app/administration/src/module/sw-integration/page/sw-integration-list/sw-integration-list.spec.vue2.js
Resources/app/administration/src/module/sw-integration/page/sw-integration-list/sw-integration-list.spec.vue2.js
app/administration/src/module/sw-integration/page/sw-integration-list/sw-integration-list.spec.vue2.js
administration/src/module/sw-integration/page/sw-integration-list/sw-integration-list.spec.vue2.js
src/module/sw-integration/page/sw-integration-list/sw-integration-list.spec.vue2.js
module/sw-integration/page/sw-integration-list/sw-integration-list.spec.vue2.js
sw-integration/page/sw-integration-list/sw-integration-list.spec.vue2.js
page/sw-integration-list/sw-integration-list.spec.vue2.js
sw-integration-list/sw-integration-list.spec.vue2.js
sw-integration-list.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-integration/page/sw-integration-list/sw-integration-list.scss src/Administration/Resources/app/administration/src/module/sw-integration/page/sw-integration-list/sw-integration-list.scss
Administration/Resources/app/administration/src/module/sw-integration/page/sw-integration-list/sw-integration-list.scss Administration/Resources/app/administration/src/module/sw-integration/page/sw-integration-list/sw-integration-list.scss
Resources/app/administration/src/module/sw-integration/page/sw-integration-list/sw-integration-list.scss Resources/app/administration/src/module/sw-integration/page/sw-integration-list/sw-integration-list.scss
@ -49140,6 +49175,17 @@ sw-integration/page/sw-integration-list/sw-integration-list.scss
page/sw-integration-list/sw-integration-list.scss page/sw-integration-list/sw-integration-list.scss
sw-integration-list/sw-integration-list.scss sw-integration-list/sw-integration-list.scss
sw-integration-list.scss sw-integration-list.scss
src/Administration/Resources/app/administration/src/module/sw-integration/page/sw-integration-list/sw-integration-list.spec.js
Administration/Resources/app/administration/src/module/sw-integration/page/sw-integration-list/sw-integration-list.spec.js
Resources/app/administration/src/module/sw-integration/page/sw-integration-list/sw-integration-list.spec.js
app/administration/src/module/sw-integration/page/sw-integration-list/sw-integration-list.spec.js
administration/src/module/sw-integration/page/sw-integration-list/sw-integration-list.spec.js
src/module/sw-integration/page/sw-integration-list/sw-integration-list.spec.js
module/sw-integration/page/sw-integration-list/sw-integration-list.spec.js
sw-integration/page/sw-integration-list/sw-integration-list.spec.js
page/sw-integration-list/sw-integration-list.spec.js
sw-integration-list/sw-integration-list.spec.js
sw-integration-list.spec.js
src/Administration/Resources/app/administration/src/module/sw-integration/page/sw-integration-list/sw-integration-list.html.twig src/Administration/Resources/app/administration/src/module/sw-integration/page/sw-integration-list/sw-integration-list.html.twig
Administration/Resources/app/administration/src/module/sw-integration/page/sw-integration-list/sw-integration-list.html.twig Administration/Resources/app/administration/src/module/sw-integration/page/sw-integration-list/sw-integration-list.html.twig
Resources/app/administration/src/module/sw-integration/page/sw-integration-list/sw-integration-list.html.twig Resources/app/administration/src/module/sw-integration/page/sw-integration-list/sw-integration-list.html.twig
@ -51915,17 +51961,6 @@ sw-flow/component/sw-flow-sequence-modal/index.js
component/sw-flow-sequence-modal/index.js component/sw-flow-sequence-modal/index.js
sw-flow-sequence-modal/index.js sw-flow-sequence-modal/index.js
index.js index.js
src/Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-condition/sw-flow-sequence-condition.spec.vue2.js
Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-condition/sw-flow-sequence-condition.spec.vue2.js
Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-condition/sw-flow-sequence-condition.spec.vue2.js
app/administration/src/module/sw-flow/component/sw-flow-sequence-condition/sw-flow-sequence-condition.spec.vue2.js
administration/src/module/sw-flow/component/sw-flow-sequence-condition/sw-flow-sequence-condition.spec.vue2.js
src/module/sw-flow/component/sw-flow-sequence-condition/sw-flow-sequence-condition.spec.vue2.js
module/sw-flow/component/sw-flow-sequence-condition/sw-flow-sequence-condition.spec.vue2.js
sw-flow/component/sw-flow-sequence-condition/sw-flow-sequence-condition.spec.vue2.js
component/sw-flow-sequence-condition/sw-flow-sequence-condition.spec.vue2.js
sw-flow-sequence-condition/sw-flow-sequence-condition.spec.vue2.js
sw-flow-sequence-condition.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-condition/index.js src/Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-condition/index.js
Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-condition/index.js Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-condition/index.js
Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-condition/index.js Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-condition/index.js
@ -51959,6 +51994,17 @@ sw-flow/component/sw-flow-sequence-condition/sw-flow-sequence-condition.scss
component/sw-flow-sequence-condition/sw-flow-sequence-condition.scss component/sw-flow-sequence-condition/sw-flow-sequence-condition.scss
sw-flow-sequence-condition/sw-flow-sequence-condition.scss sw-flow-sequence-condition/sw-flow-sequence-condition.scss
sw-flow-sequence-condition.scss sw-flow-sequence-condition.scss
src/Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-condition/sw-flow-sequence-condition.spec.js
Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-condition/sw-flow-sequence-condition.spec.js
Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-condition/sw-flow-sequence-condition.spec.js
app/administration/src/module/sw-flow/component/sw-flow-sequence-condition/sw-flow-sequence-condition.spec.js
administration/src/module/sw-flow/component/sw-flow-sequence-condition/sw-flow-sequence-condition.spec.js
src/module/sw-flow/component/sw-flow-sequence-condition/sw-flow-sequence-condition.spec.js
module/sw-flow/component/sw-flow-sequence-condition/sw-flow-sequence-condition.spec.js
sw-flow/component/sw-flow-sequence-condition/sw-flow-sequence-condition.spec.js
component/sw-flow-sequence-condition/sw-flow-sequence-condition.spec.js
sw-flow-sequence-condition/sw-flow-sequence-condition.spec.js
sw-flow-sequence-condition.spec.js
src/Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-action-error/sw-flow-sequence-action-error.html.twig src/Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-action-error/sw-flow-sequence-action-error.html.twig
Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-action-error/sw-flow-sequence-action-error.html.twig Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-action-error/sw-flow-sequence-action-error.html.twig
Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-action-error/sw-flow-sequence-action-error.html.twig Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-action-error/sw-flow-sequence-action-error.html.twig
@ -52811,18 +52857,18 @@ view/listing/sw-flow-list/index.js
listing/sw-flow-list/index.js listing/sw-flow-list/index.js
sw-flow-list/index.js sw-flow-list/index.js
index.js index.js
src/Administration/Resources/app/administration/src/module/sw-flow/view/listing/sw-flow-list/sw-flow-list.spec.vue2.js src/Administration/Resources/app/administration/src/module/sw-flow/view/listing/sw-flow-list/sw-flow-list.spec.js
Administration/Resources/app/administration/src/module/sw-flow/view/listing/sw-flow-list/sw-flow-list.spec.vue2.js Administration/Resources/app/administration/src/module/sw-flow/view/listing/sw-flow-list/sw-flow-list.spec.js
Resources/app/administration/src/module/sw-flow/view/listing/sw-flow-list/sw-flow-list.spec.vue2.js Resources/app/administration/src/module/sw-flow/view/listing/sw-flow-list/sw-flow-list.spec.js
app/administration/src/module/sw-flow/view/listing/sw-flow-list/sw-flow-list.spec.vue2.js app/administration/src/module/sw-flow/view/listing/sw-flow-list/sw-flow-list.spec.js
administration/src/module/sw-flow/view/listing/sw-flow-list/sw-flow-list.spec.vue2.js administration/src/module/sw-flow/view/listing/sw-flow-list/sw-flow-list.spec.js
src/module/sw-flow/view/listing/sw-flow-list/sw-flow-list.spec.vue2.js src/module/sw-flow/view/listing/sw-flow-list/sw-flow-list.spec.js
module/sw-flow/view/listing/sw-flow-list/sw-flow-list.spec.vue2.js module/sw-flow/view/listing/sw-flow-list/sw-flow-list.spec.js
sw-flow/view/listing/sw-flow-list/sw-flow-list.spec.vue2.js sw-flow/view/listing/sw-flow-list/sw-flow-list.spec.js
view/listing/sw-flow-list/sw-flow-list.spec.vue2.js view/listing/sw-flow-list/sw-flow-list.spec.js
listing/sw-flow-list/sw-flow-list.spec.vue2.js listing/sw-flow-list/sw-flow-list.spec.js
sw-flow-list/sw-flow-list.spec.vue2.js sw-flow-list/sw-flow-list.spec.js
sw-flow-list.spec.vue2.js sw-flow-list.spec.js
src/Administration/Resources/app/administration/src/module/sw-flow/view/listing/sw-flow-list/sw-flow-list.scss src/Administration/Resources/app/administration/src/module/sw-flow/view/listing/sw-flow-list/sw-flow-list.scss
Administration/Resources/app/administration/src/module/sw-flow/view/listing/sw-flow-list/sw-flow-list.scss Administration/Resources/app/administration/src/module/sw-flow/view/listing/sw-flow-list/sw-flow-list.scss
Resources/app/administration/src/module/sw-flow/view/listing/sw-flow-list/sw-flow-list.scss Resources/app/administration/src/module/sw-flow/view/listing/sw-flow-list/sw-flow-list.scss
@ -54950,17 +54996,17 @@ sw-import-export/component/sw-import-export-activity-result-modal/index.js
component/sw-import-export-activity-result-modal/index.js component/sw-import-export-activity-result-modal/index.js
sw-import-export-activity-result-modal/index.js sw-import-export-activity-result-modal/index.js
index.js index.js
src/Administration/Resources/app/administration/src/module/sw-import-export/component/sw-import-export-activity-result-modal/sw-import-export-activity-result-modal.spec.vue2.js src/Administration/Resources/app/administration/src/module/sw-import-export/component/sw-import-export-activity-result-modal/sw-import-export-activity-result-modal.spec.js
Administration/Resources/app/administration/src/module/sw-import-export/component/sw-import-export-activity-result-modal/sw-import-export-activity-result-modal.spec.vue2.js Administration/Resources/app/administration/src/module/sw-import-export/component/sw-import-export-activity-result-modal/sw-import-export-activity-result-modal.spec.js
Resources/app/administration/src/module/sw-import-export/component/sw-import-export-activity-result-modal/sw-import-export-activity-result-modal.spec.vue2.js Resources/app/administration/src/module/sw-import-export/component/sw-import-export-activity-result-modal/sw-import-export-activity-result-modal.spec.js
app/administration/src/module/sw-import-export/component/sw-import-export-activity-result-modal/sw-import-export-activity-result-modal.spec.vue2.js app/administration/src/module/sw-import-export/component/sw-import-export-activity-result-modal/sw-import-export-activity-result-modal.spec.js
administration/src/module/sw-import-export/component/sw-import-export-activity-result-modal/sw-import-export-activity-result-modal.spec.vue2.js administration/src/module/sw-import-export/component/sw-import-export-activity-result-modal/sw-import-export-activity-result-modal.spec.js
src/module/sw-import-export/component/sw-import-export-activity-result-modal/sw-import-export-activity-result-modal.spec.vue2.js src/module/sw-import-export/component/sw-import-export-activity-result-modal/sw-import-export-activity-result-modal.spec.js
module/sw-import-export/component/sw-import-export-activity-result-modal/sw-import-export-activity-result-modal.spec.vue2.js module/sw-import-export/component/sw-import-export-activity-result-modal/sw-import-export-activity-result-modal.spec.js
sw-import-export/component/sw-import-export-activity-result-modal/sw-import-export-activity-result-modal.spec.vue2.js sw-import-export/component/sw-import-export-activity-result-modal/sw-import-export-activity-result-modal.spec.js
component/sw-import-export-activity-result-modal/sw-import-export-activity-result-modal.spec.vue2.js component/sw-import-export-activity-result-modal/sw-import-export-activity-result-modal.spec.js
sw-import-export-activity-result-modal/sw-import-export-activity-result-modal.spec.vue2.js sw-import-export-activity-result-modal/sw-import-export-activity-result-modal.spec.js
sw-import-export-activity-result-modal.spec.vue2.js sw-import-export-activity-result-modal.spec.js
src/Administration/Resources/app/administration/src/module/sw-import-export/component/sw-import-export-importer/sw-import-export-importer.html.twig src/Administration/Resources/app/administration/src/module/sw-import-export/component/sw-import-export-importer/sw-import-export-importer.html.twig
Administration/Resources/app/administration/src/module/sw-import-export/component/sw-import-export-importer/sw-import-export-importer.html.twig Administration/Resources/app/administration/src/module/sw-import-export/component/sw-import-export-importer/sw-import-export-importer.html.twig
Resources/app/administration/src/module/sw-import-export/component/sw-import-export-importer/sw-import-export-importer.html.twig Resources/app/administration/src/module/sw-import-export/component/sw-import-export-importer/sw-import-export-importer.html.twig
@ -55644,6 +55690,17 @@ sw-import-export/view/sw-import-export-view-profiles/index.js
view/sw-import-export-view-profiles/index.js view/sw-import-export-view-profiles/index.js
sw-import-export-view-profiles/index.js sw-import-export-view-profiles/index.js
index.js index.js
src/Administration/Resources/app/administration/src/module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.spec.js
Administration/Resources/app/administration/src/module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.spec.js
Resources/app/administration/src/module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.spec.js
app/administration/src/module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.spec.js
administration/src/module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.spec.js
src/module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.spec.js
module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.spec.js
sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.spec.js
view/sw-import-export-view-profiles/sw-import-export-view-profiles.spec.js
sw-import-export-view-profiles/sw-import-export-view-profiles.spec.js
sw-import-export-view-profiles.spec.js
src/Administration/Resources/app/administration/src/module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.scss src/Administration/Resources/app/administration/src/module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.scss
Administration/Resources/app/administration/src/module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.scss Administration/Resources/app/administration/src/module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.scss
Resources/app/administration/src/module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.scss Resources/app/administration/src/module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.scss
@ -55655,17 +55712,6 @@ sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profi
view/sw-import-export-view-profiles/sw-import-export-view-profiles.scss view/sw-import-export-view-profiles/sw-import-export-view-profiles.scss
sw-import-export-view-profiles/sw-import-export-view-profiles.scss sw-import-export-view-profiles/sw-import-export-view-profiles.scss
sw-import-export-view-profiles.scss sw-import-export-view-profiles.scss
src/Administration/Resources/app/administration/src/module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.spec.vue2.js
Administration/Resources/app/administration/src/module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.spec.vue2.js
Resources/app/administration/src/module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.spec.vue2.js
app/administration/src/module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.spec.vue2.js
administration/src/module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.spec.vue2.js
src/module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.spec.vue2.js
module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.spec.vue2.js
sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.spec.vue2.js
view/sw-import-export-view-profiles/sw-import-export-view-profiles.spec.vue2.js
sw-import-export-view-profiles/sw-import-export-view-profiles.spec.vue2.js
sw-import-export-view-profiles.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.html.twig src/Administration/Resources/app/administration/src/module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.html.twig
Administration/Resources/app/administration/src/module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.html.twig Administration/Resources/app/administration/src/module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.html.twig
Resources/app/administration/src/module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.html.twig Resources/app/administration/src/module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.html.twig
@ -57054,6 +57100,17 @@ sw-customer/component/sw-customer-card/sw-customer-card.scss
component/sw-customer-card/sw-customer-card.scss component/sw-customer-card/sw-customer-card.scss
sw-customer-card/sw-customer-card.scss sw-customer-card/sw-customer-card.scss
sw-customer-card.scss sw-customer-card.scss
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-card/sw-customer-card.spec.js
Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-card/sw-customer-card.spec.js
Resources/app/administration/src/module/sw-customer/component/sw-customer-card/sw-customer-card.spec.js
app/administration/src/module/sw-customer/component/sw-customer-card/sw-customer-card.spec.js
administration/src/module/sw-customer/component/sw-customer-card/sw-customer-card.spec.js
src/module/sw-customer/component/sw-customer-card/sw-customer-card.spec.js
module/sw-customer/component/sw-customer-card/sw-customer-card.spec.js
sw-customer/component/sw-customer-card/sw-customer-card.spec.js
component/sw-customer-card/sw-customer-card.spec.js
sw-customer-card/sw-customer-card.spec.js
sw-customer-card.spec.js
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-card/index.js src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-card/index.js
Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-card/index.js Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-card/index.js
Resources/app/administration/src/module/sw-customer/component/sw-customer-card/index.js Resources/app/administration/src/module/sw-customer/component/sw-customer-card/index.js
@ -57065,17 +57122,6 @@ sw-customer/component/sw-customer-card/index.js
component/sw-customer-card/index.js component/sw-customer-card/index.js
sw-customer-card/index.js sw-customer-card/index.js
index.js index.js
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-card/sw-customer-card.spec.vue2.js
Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-card/sw-customer-card.spec.vue2.js
Resources/app/administration/src/module/sw-customer/component/sw-customer-card/sw-customer-card.spec.vue2.js
app/administration/src/module/sw-customer/component/sw-customer-card/sw-customer-card.spec.vue2.js
administration/src/module/sw-customer/component/sw-customer-card/sw-customer-card.spec.vue2.js
src/module/sw-customer/component/sw-customer-card/sw-customer-card.spec.vue2.js
module/sw-customer/component/sw-customer-card/sw-customer-card.spec.vue2.js
sw-customer/component/sw-customer-card/sw-customer-card.spec.vue2.js
component/sw-customer-card/sw-customer-card.spec.vue2.js
sw-customer-card/sw-customer-card.spec.vue2.js
sw-customer-card.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-card/sw-customer-card.html.twig src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-card/sw-customer-card.html.twig
Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-card/sw-customer-card.html.twig Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-card/sw-customer-card.html.twig
Resources/app/administration/src/module/sw-customer/component/sw-customer-card/sw-customer-card.html.twig Resources/app/administration/src/module/sw-customer/component/sw-customer-card/sw-customer-card.html.twig
@ -57098,6 +57144,17 @@ sw-customer/component/sw-customer-address-form/sw-customer-address-form.scss
component/sw-customer-address-form/sw-customer-address-form.scss component/sw-customer-address-form/sw-customer-address-form.scss
sw-customer-address-form/sw-customer-address-form.scss sw-customer-address-form/sw-customer-address-form.scss
sw-customer-address-form.scss sw-customer-address-form.scss
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-address-form/sw-customer-address-form.spec.js
Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-address-form/sw-customer-address-form.spec.js
Resources/app/administration/src/module/sw-customer/component/sw-customer-address-form/sw-customer-address-form.spec.js
app/administration/src/module/sw-customer/component/sw-customer-address-form/sw-customer-address-form.spec.js
administration/src/module/sw-customer/component/sw-customer-address-form/sw-customer-address-form.spec.js
src/module/sw-customer/component/sw-customer-address-form/sw-customer-address-form.spec.js
module/sw-customer/component/sw-customer-address-form/sw-customer-address-form.spec.js
sw-customer/component/sw-customer-address-form/sw-customer-address-form.spec.js
component/sw-customer-address-form/sw-customer-address-form.spec.js
sw-customer-address-form/sw-customer-address-form.spec.js
sw-customer-address-form.spec.js
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-address-form/index.js src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-address-form/index.js
Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-address-form/index.js Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-address-form/index.js
Resources/app/administration/src/module/sw-customer/component/sw-customer-address-form/index.js Resources/app/administration/src/module/sw-customer/component/sw-customer-address-form/index.js
@ -57120,17 +57177,6 @@ sw-customer/component/sw-customer-address-form/sw-customer-address-form.html.twi
component/sw-customer-address-form/sw-customer-address-form.html.twig component/sw-customer-address-form/sw-customer-address-form.html.twig
sw-customer-address-form/sw-customer-address-form.html.twig sw-customer-address-form/sw-customer-address-form.html.twig
sw-customer-address-form.html.twig sw-customer-address-form.html.twig
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-address-form/sw-customer-address-form.spec.vue2.js
Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-address-form/sw-customer-address-form.spec.vue2.js
Resources/app/administration/src/module/sw-customer/component/sw-customer-address-form/sw-customer-address-form.spec.vue2.js
app/administration/src/module/sw-customer/component/sw-customer-address-form/sw-customer-address-form.spec.vue2.js
administration/src/module/sw-customer/component/sw-customer-address-form/sw-customer-address-form.spec.vue2.js
src/module/sw-customer/component/sw-customer-address-form/sw-customer-address-form.spec.vue2.js
module/sw-customer/component/sw-customer-address-form/sw-customer-address-form.spec.vue2.js
sw-customer/component/sw-customer-address-form/sw-customer-address-form.spec.vue2.js
component/sw-customer-address-form/sw-customer-address-form.spec.vue2.js
sw-customer-address-form/sw-customer-address-form.spec.vue2.js
sw-customer-address-form.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-base-info/sw-customer-base-info.spec.vue2.js src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-base-info/sw-customer-base-info.spec.vue2.js
Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-base-info/sw-customer-base-info.spec.vue2.js Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-base-info/sw-customer-base-info.spec.vue2.js
Resources/app/administration/src/module/sw-customer/component/sw-customer-base-info/sw-customer-base-info.spec.vue2.js Resources/app/administration/src/module/sw-customer/component/sw-customer-base-info/sw-customer-base-info.spec.vue2.js
@ -57296,17 +57342,6 @@ sw-customer/page/sw-customer-create/index.js
page/sw-customer-create/index.js page/sw-customer-create/index.js
sw-customer-create/index.js sw-customer-create/index.js
index.js index.js
src/Administration/Resources/app/administration/src/module/sw-customer/page/sw-customer-create/sw-customer-create.spec.vue2.js
Administration/Resources/app/administration/src/module/sw-customer/page/sw-customer-create/sw-customer-create.spec.vue2.js
Resources/app/administration/src/module/sw-customer/page/sw-customer-create/sw-customer-create.spec.vue2.js
app/administration/src/module/sw-customer/page/sw-customer-create/sw-customer-create.spec.vue2.js
administration/src/module/sw-customer/page/sw-customer-create/sw-customer-create.spec.vue2.js
src/module/sw-customer/page/sw-customer-create/sw-customer-create.spec.vue2.js
module/sw-customer/page/sw-customer-create/sw-customer-create.spec.vue2.js
sw-customer/page/sw-customer-create/sw-customer-create.spec.vue2.js
page/sw-customer-create/sw-customer-create.spec.vue2.js
sw-customer-create/sw-customer-create.spec.vue2.js
sw-customer-create.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-customer/page/sw-customer-create/sw-customer-create.html.twig src/Administration/Resources/app/administration/src/module/sw-customer/page/sw-customer-create/sw-customer-create.html.twig
Administration/Resources/app/administration/src/module/sw-customer/page/sw-customer-create/sw-customer-create.html.twig Administration/Resources/app/administration/src/module/sw-customer/page/sw-customer-create/sw-customer-create.html.twig
Resources/app/administration/src/module/sw-customer/page/sw-customer-create/sw-customer-create.html.twig Resources/app/administration/src/module/sw-customer/page/sw-customer-create/sw-customer-create.html.twig
@ -57318,6 +57353,17 @@ sw-customer/page/sw-customer-create/sw-customer-create.html.twig
page/sw-customer-create/sw-customer-create.html.twig page/sw-customer-create/sw-customer-create.html.twig
sw-customer-create/sw-customer-create.html.twig sw-customer-create/sw-customer-create.html.twig
sw-customer-create.html.twig sw-customer-create.html.twig
src/Administration/Resources/app/administration/src/module/sw-customer/page/sw-customer-create/sw-customer-create.spec.js
Administration/Resources/app/administration/src/module/sw-customer/page/sw-customer-create/sw-customer-create.spec.js
Resources/app/administration/src/module/sw-customer/page/sw-customer-create/sw-customer-create.spec.js
app/administration/src/module/sw-customer/page/sw-customer-create/sw-customer-create.spec.js
administration/src/module/sw-customer/page/sw-customer-create/sw-customer-create.spec.js
src/module/sw-customer/page/sw-customer-create/sw-customer-create.spec.js
module/sw-customer/page/sw-customer-create/sw-customer-create.spec.js
sw-customer/page/sw-customer-create/sw-customer-create.spec.js
page/sw-customer-create/sw-customer-create.spec.js
sw-customer-create/sw-customer-create.spec.js
sw-customer-create.spec.js
src/Administration/Resources/app/administration/src/module/sw-customer/page/sw-customer-list/sw-customer-list.scss src/Administration/Resources/app/administration/src/module/sw-customer/page/sw-customer-list/sw-customer-list.scss
Administration/Resources/app/administration/src/module/sw-customer/page/sw-customer-list/sw-customer-list.scss Administration/Resources/app/administration/src/module/sw-customer/page/sw-customer-list/sw-customer-list.scss
Resources/app/administration/src/module/sw-customer/page/sw-customer-list/sw-customer-list.scss Resources/app/administration/src/module/sw-customer/page/sw-customer-list/sw-customer-list.scss
@ -57459,17 +57505,6 @@ sw-customer/view/sw-customer-detail-addresses/sw-customer-detail-addresses.spec.
view/sw-customer-detail-addresses/sw-customer-detail-addresses.spec.vue2.js view/sw-customer-detail-addresses/sw-customer-detail-addresses.spec.vue2.js
sw-customer-detail-addresses/sw-customer-detail-addresses.spec.vue2.js sw-customer-detail-addresses/sw-customer-detail-addresses.spec.vue2.js
sw-customer-detail-addresses.spec.vue2.js sw-customer-detail-addresses.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-base/sw-customer-detail-base.spec.vue2.js
Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-base/sw-customer-detail-base.spec.vue2.js
Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-base/sw-customer-detail-base.spec.vue2.js
app/administration/src/module/sw-customer/view/sw-customer-detail-base/sw-customer-detail-base.spec.vue2.js
administration/src/module/sw-customer/view/sw-customer-detail-base/sw-customer-detail-base.spec.vue2.js
src/module/sw-customer/view/sw-customer-detail-base/sw-customer-detail-base.spec.vue2.js
module/sw-customer/view/sw-customer-detail-base/sw-customer-detail-base.spec.vue2.js
sw-customer/view/sw-customer-detail-base/sw-customer-detail-base.spec.vue2.js
view/sw-customer-detail-base/sw-customer-detail-base.spec.vue2.js
sw-customer-detail-base/sw-customer-detail-base.spec.vue2.js
sw-customer-detail-base.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-base/index.js src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-base/index.js
Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-base/index.js Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-base/index.js
Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-base/index.js Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-base/index.js
@ -57492,6 +57527,17 @@ sw-customer/view/sw-customer-detail-base/sw-customer-detail-base.html.twig
view/sw-customer-detail-base/sw-customer-detail-base.html.twig view/sw-customer-detail-base/sw-customer-detail-base.html.twig
sw-customer-detail-base/sw-customer-detail-base.html.twig sw-customer-detail-base/sw-customer-detail-base.html.twig
sw-customer-detail-base.html.twig sw-customer-detail-base.html.twig
src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-base/sw-customer-detail-base.spec.js
Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-base/sw-customer-detail-base.spec.js
Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-base/sw-customer-detail-base.spec.js
app/administration/src/module/sw-customer/view/sw-customer-detail-base/sw-customer-detail-base.spec.js
administration/src/module/sw-customer/view/sw-customer-detail-base/sw-customer-detail-base.spec.js
src/module/sw-customer/view/sw-customer-detail-base/sw-customer-detail-base.spec.js
module/sw-customer/view/sw-customer-detail-base/sw-customer-detail-base.spec.js
sw-customer/view/sw-customer-detail-base/sw-customer-detail-base.spec.js
view/sw-customer-detail-base/sw-customer-detail-base.spec.js
sw-customer-detail-base/sw-customer-detail-base.spec.js
sw-customer-detail-base.spec.js
src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-order/sw-customer-detail-order.spec.vue2.js src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-order/sw-customer-detail-order.spec.vue2.js
Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-order/sw-customer-detail-order.spec.vue2.js Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-order/sw-customer-detail-order.spec.vue2.js
Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-order/sw-customer-detail-order.spec.vue2.js Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-order/sw-customer-detail-order.spec.vue2.js
@ -65924,6 +65970,17 @@ sw-dashboard/component/sw-dashboard-statistics/sw-dashboard-statistics.html.twig
component/sw-dashboard-statistics/sw-dashboard-statistics.html.twig component/sw-dashboard-statistics/sw-dashboard-statistics.html.twig
sw-dashboard-statistics/sw-dashboard-statistics.html.twig sw-dashboard-statistics/sw-dashboard-statistics.html.twig
sw-dashboard-statistics.html.twig sw-dashboard-statistics.html.twig
src/Administration/Resources/app/administration/src/module/sw-dashboard/page/sw-dashboard-index/sw-dashboard-index.spec.js
Administration/Resources/app/administration/src/module/sw-dashboard/page/sw-dashboard-index/sw-dashboard-index.spec.js
Resources/app/administration/src/module/sw-dashboard/page/sw-dashboard-index/sw-dashboard-index.spec.js
app/administration/src/module/sw-dashboard/page/sw-dashboard-index/sw-dashboard-index.spec.js
administration/src/module/sw-dashboard/page/sw-dashboard-index/sw-dashboard-index.spec.js
src/module/sw-dashboard/page/sw-dashboard-index/sw-dashboard-index.spec.js
module/sw-dashboard/page/sw-dashboard-index/sw-dashboard-index.spec.js
sw-dashboard/page/sw-dashboard-index/sw-dashboard-index.spec.js
page/sw-dashboard-index/sw-dashboard-index.spec.js
sw-dashboard-index/sw-dashboard-index.spec.js
sw-dashboard-index.spec.js
src/Administration/Resources/app/administration/src/module/sw-dashboard/page/sw-dashboard-index/index.js src/Administration/Resources/app/administration/src/module/sw-dashboard/page/sw-dashboard-index/index.js
Administration/Resources/app/administration/src/module/sw-dashboard/page/sw-dashboard-index/index.js Administration/Resources/app/administration/src/module/sw-dashboard/page/sw-dashboard-index/index.js
Resources/app/administration/src/module/sw-dashboard/page/sw-dashboard-index/index.js Resources/app/administration/src/module/sw-dashboard/page/sw-dashboard-index/index.js
@ -65935,17 +65992,6 @@ sw-dashboard/page/sw-dashboard-index/index.js
page/sw-dashboard-index/index.js page/sw-dashboard-index/index.js
sw-dashboard-index/index.js sw-dashboard-index/index.js
index.js index.js
src/Administration/Resources/app/administration/src/module/sw-dashboard/page/sw-dashboard-index/sw-dashboard-index.spec.vue2.js
Administration/Resources/app/administration/src/module/sw-dashboard/page/sw-dashboard-index/sw-dashboard-index.spec.vue2.js
Resources/app/administration/src/module/sw-dashboard/page/sw-dashboard-index/sw-dashboard-index.spec.vue2.js
app/administration/src/module/sw-dashboard/page/sw-dashboard-index/sw-dashboard-index.spec.vue2.js
administration/src/module/sw-dashboard/page/sw-dashboard-index/sw-dashboard-index.spec.vue2.js
src/module/sw-dashboard/page/sw-dashboard-index/sw-dashboard-index.spec.vue2.js
module/sw-dashboard/page/sw-dashboard-index/sw-dashboard-index.spec.vue2.js
sw-dashboard/page/sw-dashboard-index/sw-dashboard-index.spec.vue2.js
page/sw-dashboard-index/sw-dashboard-index.spec.vue2.js
sw-dashboard-index/sw-dashboard-index.spec.vue2.js
sw-dashboard-index.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-dashboard/page/sw-dashboard-index/sw-dashboard-index.html.twig src/Administration/Resources/app/administration/src/module/sw-dashboard/page/sw-dashboard-index/sw-dashboard-index.html.twig
Administration/Resources/app/administration/src/module/sw-dashboard/page/sw-dashboard-index/sw-dashboard-index.html.twig Administration/Resources/app/administration/src/module/sw-dashboard/page/sw-dashboard-index/sw-dashboard-index.html.twig
Resources/app/administration/src/module/sw-dashboard/page/sw-dashboard-index/sw-dashboard-index.html.twig Resources/app/administration/src/module/sw-dashboard/page/sw-dashboard-index/sw-dashboard-index.html.twig
@ -67266,17 +67312,6 @@ sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/sw-first-run-wizar
view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.html.twig view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.html.twig
sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.html.twig sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.html.twig
sw-first-run-wizard-mailer-selection.html.twig sw-first-run-wizard-mailer-selection.html.twig
src/Administration/Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.spec.vue2.js
Administration/Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.spec.vue2.js
Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.spec.vue2.js
app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.spec.vue2.js
administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.spec.vue2.js
src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.spec.vue2.js
module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.spec.vue2.js
sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.spec.vue2.js
view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.spec.vue2.js
sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.spec.vue2.js
sw-first-run-wizard-mailer-selection.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/index.js src/Administration/Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/index.js
Administration/Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/index.js Administration/Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/index.js
Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/index.js Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/index.js
@ -67288,6 +67323,17 @@ sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/index.js
view/sw-first-run-wizard-mailer-selection/index.js view/sw-first-run-wizard-mailer-selection/index.js
sw-first-run-wizard-mailer-selection/index.js sw-first-run-wizard-mailer-selection/index.js
index.js index.js
src/Administration/Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.spec.js
Administration/Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.spec.js
Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.spec.js
app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.spec.js
administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.spec.js
src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.spec.js
module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.spec.js
sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.spec.js
view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.spec.js
sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.spec.js
sw-first-run-wizard-mailer-selection.spec.js
src/Administration/Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.scss src/Administration/Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.scss
Administration/Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.scss Administration/Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.scss
Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.scss Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.scss
@ -70787,42 +70833,18 @@ component/sw-bulk-edit-order/sw-bulk-edit-order-documents-download-documents/ind
sw-bulk-edit-order/sw-bulk-edit-order-documents-download-documents/index.js sw-bulk-edit-order/sw-bulk-edit-order-documents-download-documents/index.js
sw-bulk-edit-order-documents-download-documents/index.js sw-bulk-edit-order-documents-download-documents/index.js
index.js index.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.spec.vue2.js src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-download-documents/sw-bulk-edit-order-documents-download-documents.spec.js
Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.spec.vue2.js Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-download-documents/sw-bulk-edit-order-documents-download-documents.spec.js
Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.spec.vue2.js Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-download-documents/sw-bulk-edit-order-documents-download-documents.spec.js
app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.spec.vue2.js app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-download-documents/sw-bulk-edit-order-documents-download-documents.spec.js
administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.spec.vue2.js administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-download-documents/sw-bulk-edit-order-documents-download-documents.spec.js
src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.spec.vue2.js src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-download-documents/sw-bulk-edit-order-documents-download-documents.spec.js
module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.spec.vue2.js module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-download-documents/sw-bulk-edit-order-documents-download-documents.spec.js
sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.spec.vue2.js sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-download-documents/sw-bulk-edit-order-documents-download-documents.spec.js
component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.spec.vue2.js component/sw-bulk-edit-order/sw-bulk-edit-order-documents-download-documents/sw-bulk-edit-order-documents-download-documents.spec.js
sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.spec.vue2.js sw-bulk-edit-order/sw-bulk-edit-order-documents-download-documents/sw-bulk-edit-order-documents-download-documents.spec.js
sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.spec.vue2.js sw-bulk-edit-order-documents-download-documents/sw-bulk-edit-order-documents-download-documents.spec.js
sw-bulk-edit-order-documents.spec.vue2.js sw-bulk-edit-order-documents-download-documents.spec.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-generate-credit-note.spec.vue2.js
Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-generate-credit-note.spec.vue2.js
Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-generate-credit-note.spec.vue2.js
app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-generate-credit-note.spec.vue2.js
administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-generate-credit-note.spec.vue2.js
src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-generate-credit-note.spec.vue2.js
module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-generate-credit-note.spec.vue2.js
sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-generate-credit-note.spec.vue2.js
component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-generate-credit-note.spec.vue2.js
sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-generate-credit-note.spec.vue2.js
sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-generate-credit-note.spec.vue2.js
sw-bulk-edit-order-documents-generate-credit-note.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-download-documents.spec.vue2.js
Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-download-documents.spec.vue2.js
Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-download-documents.spec.vue2.js
app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-download-documents.spec.vue2.js
administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-download-documents.spec.vue2.js
src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-download-documents.spec.vue2.js
module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-download-documents.spec.vue2.js
sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-download-documents.spec.vue2.js
component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-download-documents.spec.vue2.js
sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-download-documents.spec.vue2.js
sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-download-documents.spec.vue2.js
sw-bulk-edit-order-documents-download-documents.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/index.js src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/index.js
Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/index.js Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/index.js
Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/index.js Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/index.js
@ -70835,6 +70857,18 @@ component/sw-bulk-edit-order/sw-bulk-edit-order-documents/index.js
sw-bulk-edit-order/sw-bulk-edit-order-documents/index.js sw-bulk-edit-order/sw-bulk-edit-order-documents/index.js
sw-bulk-edit-order-documents/index.js sw-bulk-edit-order-documents/index.js
index.js index.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.spec.js
Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.spec.js
Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.spec.js
app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.spec.js
administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.spec.js
src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.spec.js
module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.spec.js
sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.spec.js
component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.spec.js
sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.spec.js
sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.spec.js
sw-bulk-edit-order-documents.spec.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.scss src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.scss
Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.scss Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.scss
Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.scss Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.scss
@ -70847,18 +70881,6 @@ component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-doc
sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.scss sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.scss
sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.scss sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.scss
sw-bulk-edit-order-documents.scss sw-bulk-edit-order-documents.scss
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-generate-cancellation-invoice.spec.vue2.js
Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-generate-cancellation-invoice.spec.vue2.js
Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-generate-cancellation-invoice.spec.vue2.js
app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-generate-cancellation-invoice.spec.vue2.js
administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-generate-cancellation-invoice.spec.vue2.js
src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-generate-cancellation-invoice.spec.vue2.js
module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-generate-cancellation-invoice.spec.vue2.js
sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-generate-cancellation-invoice.spec.vue2.js
component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-generate-cancellation-invoice.spec.vue2.js
sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-generate-cancellation-invoice.spec.vue2.js
sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-generate-cancellation-invoice.spec.vue2.js
sw-bulk-edit-order-documents-generate-cancellation-invoice.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.html.twig src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.html.twig
Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.html.twig Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.html.twig
Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.html.twig Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.html.twig
@ -70883,18 +70905,6 @@ component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note
sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/index.js sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/index.js
sw-bulk-edit-order-documents-generate-delivery-note/index.js sw-bulk-edit-order-documents-generate-delivery-note/index.js
index.js index.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.spec.vue2.js
Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.spec.vue2.js
Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.spec.vue2.js
app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.spec.vue2.js
administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.spec.vue2.js
src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.spec.vue2.js
module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.spec.vue2.js
sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.spec.vue2.js
component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.spec.vue2.js
sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.spec.vue2.js
sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.spec.vue2.js
sw-bulk-edit-order-documents-generate-delivery-note.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.html.twig src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.html.twig
Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.html.twig Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.html.twig
Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.html.twig Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.html.twig
@ -70907,6 +70917,18 @@ component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note
sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.html.twig sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.html.twig
sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.html.twig sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.html.twig
sw-bulk-edit-order-documents-generate-delivery-note.html.twig sw-bulk-edit-order-documents-generate-delivery-note.html.twig
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.spec.js
Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.spec.js
Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.spec.js
app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.spec.js
administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.spec.js
src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.spec.js
module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.spec.js
sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.spec.js
component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.spec.js
sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.spec.js
sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.spec.js
sw-bulk-edit-order-documents-generate-delivery-note.spec.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-invoice/sw-bulk-edit-order-documents-generate-invoice.scss src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-invoice/sw-bulk-edit-order-documents-generate-invoice.scss
Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-invoice/sw-bulk-edit-order-documents-generate-invoice.scss Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-invoice/sw-bulk-edit-order-documents-generate-invoice.scss
Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-invoice/sw-bulk-edit-order-documents-generate-invoice.scss Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-invoice/sw-bulk-edit-order-documents-generate-invoice.scss
@ -70967,6 +70989,18 @@ component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-credit-note/i
sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-credit-note/index.js sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-credit-note/index.js
sw-bulk-edit-order-documents-generate-credit-note/index.js sw-bulk-edit-order-documents-generate-credit-note/index.js
index.js index.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-credit-note/sw-bulk-edit-order-documents-generate-credit-note.spec.js
Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-credit-note/sw-bulk-edit-order-documents-generate-credit-note.spec.js
Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-credit-note/sw-bulk-edit-order-documents-generate-credit-note.spec.js
app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-credit-note/sw-bulk-edit-order-documents-generate-credit-note.spec.js
administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-credit-note/sw-bulk-edit-order-documents-generate-credit-note.spec.js
src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-credit-note/sw-bulk-edit-order-documents-generate-credit-note.spec.js
module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-credit-note/sw-bulk-edit-order-documents-generate-credit-note.spec.js
sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-credit-note/sw-bulk-edit-order-documents-generate-credit-note.spec.js
component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-credit-note/sw-bulk-edit-order-documents-generate-credit-note.spec.js
sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-credit-note/sw-bulk-edit-order-documents-generate-credit-note.spec.js
sw-bulk-edit-order-documents-generate-credit-note/sw-bulk-edit-order-documents-generate-credit-note.spec.js
sw-bulk-edit-order-documents-generate-credit-note.spec.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-cancellation-invoice/index.js src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-cancellation-invoice/index.js
Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-cancellation-invoice/index.js Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-cancellation-invoice/index.js
Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-cancellation-invoice/index.js Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-cancellation-invoice/index.js
@ -70979,6 +71013,18 @@ component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-cancellation-
sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-cancellation-invoice/index.js sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-cancellation-invoice/index.js
sw-bulk-edit-order-documents-generate-cancellation-invoice/index.js sw-bulk-edit-order-documents-generate-cancellation-invoice/index.js
index.js index.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-cancellation-invoice/sw-bulk-edit-order-documents-generate-cancellation-invoice.spec.js
Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-cancellation-invoice/sw-bulk-edit-order-documents-generate-cancellation-invoice.spec.js
Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-cancellation-invoice/sw-bulk-edit-order-documents-generate-cancellation-invoice.spec.js
app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-cancellation-invoice/sw-bulk-edit-order-documents-generate-cancellation-invoice.spec.js
administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-cancellation-invoice/sw-bulk-edit-order-documents-generate-cancellation-invoice.spec.js
src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-cancellation-invoice/sw-bulk-edit-order-documents-generate-cancellation-invoice.spec.js
module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-cancellation-invoice/sw-bulk-edit-order-documents-generate-cancellation-invoice.spec.js
sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-cancellation-invoice/sw-bulk-edit-order-documents-generate-cancellation-invoice.spec.js
component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-cancellation-invoice/sw-bulk-edit-order-documents-generate-cancellation-invoice.spec.js
sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-cancellation-invoice/sw-bulk-edit-order-documents-generate-cancellation-invoice.spec.js
sw-bulk-edit-order-documents-generate-cancellation-invoice/sw-bulk-edit-order-documents-generate-cancellation-invoice.spec.js
sw-bulk-edit-order-documents-generate-cancellation-invoice.spec.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-custom-fields/index.js src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-custom-fields/index.js
Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-custom-fields/index.js Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-custom-fields/index.js
Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-custom-fields/index.js Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-custom-fields/index.js
@ -71178,18 +71224,18 @@ component/product/sw-bulk-edit-product-visibility/sw-bulk-edit-product-visibilit
product/sw-bulk-edit-product-visibility/sw-bulk-edit-product-visibility.html.twig product/sw-bulk-edit-product-visibility/sw-bulk-edit-product-visibility.html.twig
sw-bulk-edit-product-visibility/sw-bulk-edit-product-visibility.html.twig sw-bulk-edit-product-visibility/sw-bulk-edit-product-visibility.html.twig
sw-bulk-edit-product-visibility.html.twig sw-bulk-edit-product-visibility.html.twig
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-visibility/sw-bulk-edit-product-visibility.spec.vue2.js src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-visibility/sw-bulk-edit-product-visibility.spec.js
Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-visibility/sw-bulk-edit-product-visibility.spec.vue2.js Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-visibility/sw-bulk-edit-product-visibility.spec.js
Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-visibility/sw-bulk-edit-product-visibility.spec.vue2.js Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-visibility/sw-bulk-edit-product-visibility.spec.js
app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-visibility/sw-bulk-edit-product-visibility.spec.vue2.js app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-visibility/sw-bulk-edit-product-visibility.spec.js
administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-visibility/sw-bulk-edit-product-visibility.spec.vue2.js administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-visibility/sw-bulk-edit-product-visibility.spec.js
src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-visibility/sw-bulk-edit-product-visibility.spec.vue2.js src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-visibility/sw-bulk-edit-product-visibility.spec.js
module/sw-bulk-edit/component/product/sw-bulk-edit-product-visibility/sw-bulk-edit-product-visibility.spec.vue2.js module/sw-bulk-edit/component/product/sw-bulk-edit-product-visibility/sw-bulk-edit-product-visibility.spec.js
sw-bulk-edit/component/product/sw-bulk-edit-product-visibility/sw-bulk-edit-product-visibility.spec.vue2.js sw-bulk-edit/component/product/sw-bulk-edit-product-visibility/sw-bulk-edit-product-visibility.spec.js
component/product/sw-bulk-edit-product-visibility/sw-bulk-edit-product-visibility.spec.vue2.js component/product/sw-bulk-edit-product-visibility/sw-bulk-edit-product-visibility.spec.js
product/sw-bulk-edit-product-visibility/sw-bulk-edit-product-visibility.spec.vue2.js product/sw-bulk-edit-product-visibility/sw-bulk-edit-product-visibility.spec.js
sw-bulk-edit-product-visibility/sw-bulk-edit-product-visibility.spec.vue2.js sw-bulk-edit-product-visibility/sw-bulk-edit-product-visibility.spec.js
sw-bulk-edit-product-visibility.spec.vue2.js sw-bulk-edit-product-visibility.spec.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-visibility/index.js src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-visibility/index.js
Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-visibility/index.js Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-visibility/index.js
Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-visibility/index.js Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-visibility/index.js
@ -71202,18 +71248,18 @@ component/product/sw-bulk-edit-product-visibility/index.js
product/sw-bulk-edit-product-visibility/index.js product/sw-bulk-edit-product-visibility/index.js
sw-bulk-edit-product-visibility/index.js sw-bulk-edit-product-visibility/index.js
index.js index.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media/sw-bulk-edit-product-media.spec.vue2.js src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media/sw-bulk-edit-product-media.spec.js
Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media/sw-bulk-edit-product-media.spec.vue2.js Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media/sw-bulk-edit-product-media.spec.js
Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media/sw-bulk-edit-product-media.spec.vue2.js Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media/sw-bulk-edit-product-media.spec.js
app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media/sw-bulk-edit-product-media.spec.vue2.js app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media/sw-bulk-edit-product-media.spec.js
administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media/sw-bulk-edit-product-media.spec.vue2.js administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media/sw-bulk-edit-product-media.spec.js
src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media/sw-bulk-edit-product-media.spec.vue2.js src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media/sw-bulk-edit-product-media.spec.js
module/sw-bulk-edit/component/product/sw-bulk-edit-product-media/sw-bulk-edit-product-media.spec.vue2.js module/sw-bulk-edit/component/product/sw-bulk-edit-product-media/sw-bulk-edit-product-media.spec.js
sw-bulk-edit/component/product/sw-bulk-edit-product-media/sw-bulk-edit-product-media.spec.vue2.js sw-bulk-edit/component/product/sw-bulk-edit-product-media/sw-bulk-edit-product-media.spec.js
component/product/sw-bulk-edit-product-media/sw-bulk-edit-product-media.spec.vue2.js component/product/sw-bulk-edit-product-media/sw-bulk-edit-product-media.spec.js
product/sw-bulk-edit-product-media/sw-bulk-edit-product-media.spec.vue2.js product/sw-bulk-edit-product-media/sw-bulk-edit-product-media.spec.js
sw-bulk-edit-product-media/sw-bulk-edit-product-media.spec.vue2.js sw-bulk-edit-product-media/sw-bulk-edit-product-media.spec.js
sw-bulk-edit-product-media.spec.vue2.js sw-bulk-edit-product-media.spec.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media/sw-bulk-edit-product-media.html.twig src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media/sw-bulk-edit-product-media.html.twig
Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media/sw-bulk-edit-product-media.html.twig Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media/sw-bulk-edit-product-media.html.twig
Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media/sw-bulk-edit-product-media.html.twig Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media/sw-bulk-edit-product-media.html.twig
@ -71353,6 +71399,17 @@ sw-bulk-edit/page/sw-bulk-edit-order/index.js
page/sw-bulk-edit-order/index.js page/sw-bulk-edit-order/index.js
sw-bulk-edit-order/index.js sw-bulk-edit-order/index.js
index.js index.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-order/sw-bulk-edit-order.spec.js
Administration/Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-order/sw-bulk-edit-order.spec.js
Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-order/sw-bulk-edit-order.spec.js
app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-order/sw-bulk-edit-order.spec.js
administration/src/module/sw-bulk-edit/page/sw-bulk-edit-order/sw-bulk-edit-order.spec.js
src/module/sw-bulk-edit/page/sw-bulk-edit-order/sw-bulk-edit-order.spec.js
module/sw-bulk-edit/page/sw-bulk-edit-order/sw-bulk-edit-order.spec.js
sw-bulk-edit/page/sw-bulk-edit-order/sw-bulk-edit-order.spec.js
page/sw-bulk-edit-order/sw-bulk-edit-order.spec.js
sw-bulk-edit-order/sw-bulk-edit-order.spec.js
sw-bulk-edit-order.spec.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-order/sw-bulk-edit-order.html.twig src/Administration/Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-order/sw-bulk-edit-order.html.twig
Administration/Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-order/sw-bulk-edit-order.html.twig Administration/Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-order/sw-bulk-edit-order.html.twig
Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-order/sw-bulk-edit-order.html.twig Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-order/sw-bulk-edit-order.html.twig
@ -71375,17 +71432,6 @@ sw-bulk-edit/page/sw-bulk-edit-order/sw-bulk-edit-order.scss
page/sw-bulk-edit-order/sw-bulk-edit-order.scss page/sw-bulk-edit-order/sw-bulk-edit-order.scss
sw-bulk-edit-order/sw-bulk-edit-order.scss sw-bulk-edit-order/sw-bulk-edit-order.scss
sw-bulk-edit-order.scss sw-bulk-edit-order.scss
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-order/sw-bulk-edit-order.spec.vue2.js
Administration/Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-order/sw-bulk-edit-order.spec.vue2.js
Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-order/sw-bulk-edit-order.spec.vue2.js
app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-order/sw-bulk-edit-order.spec.vue2.js
administration/src/module/sw-bulk-edit/page/sw-bulk-edit-order/sw-bulk-edit-order.spec.vue2.js
src/module/sw-bulk-edit/page/sw-bulk-edit-order/sw-bulk-edit-order.spec.vue2.js
module/sw-bulk-edit/page/sw-bulk-edit-order/sw-bulk-edit-order.spec.vue2.js
sw-bulk-edit/page/sw-bulk-edit-order/sw-bulk-edit-order.spec.vue2.js
page/sw-bulk-edit-order/sw-bulk-edit-order.spec.vue2.js
sw-bulk-edit-order/sw-bulk-edit-order.spec.vue2.js
sw-bulk-edit-order.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-customer/sw-bulk-edit-customer.scss src/Administration/Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-customer/sw-bulk-edit-customer.scss
Administration/Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-customer/sw-bulk-edit-customer.scss Administration/Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-customer/sw-bulk-edit-customer.scss
Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-customer/sw-bulk-edit-customer.scss Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-customer/sw-bulk-edit-customer.scss
@ -79927,11 +79973,6 @@ Core/Installer/Finish/UniqueIdGenerator.php
Installer/Finish/UniqueIdGenerator.php Installer/Finish/UniqueIdGenerator.php
Finish/UniqueIdGenerator.php Finish/UniqueIdGenerator.php
UniqueIdGenerator.php UniqueIdGenerator.php
src/Core/Installer/Finish/Notifier.php
Core/Installer/Finish/Notifier.php
Installer/Finish/Notifier.php
Finish/Notifier.php
Notifier.php
src/Core/Installer/Finish/SystemLocker.php src/Core/Installer/Finish/SystemLocker.php
Core/Installer/Finish/SystemLocker.php Core/Installer/Finish/SystemLocker.php
Installer/Finish/SystemLocker.php Installer/Finish/SystemLocker.php
@ -96211,6 +96252,11 @@ Core/Migration/V6_6/Migration1701688920FixDownloadLinkMail.php
Migration/V6_6/Migration1701688920FixDownloadLinkMail.php Migration/V6_6/Migration1701688920FixDownloadLinkMail.php
V6_6/Migration1701688920FixDownloadLinkMail.php V6_6/Migration1701688920FixDownloadLinkMail.php
Migration1701688920FixDownloadLinkMail.php Migration1701688920FixDownloadLinkMail.php
src/Core/Migration/V6_6/Migration1702479623RemoveEsMultilingualFlag.php
Core/Migration/V6_6/Migration1702479623RemoveEsMultilingualFlag.php
Migration/V6_6/Migration1702479623RemoveEsMultilingualFlag.php
V6_6/Migration1702479623RemoveEsMultilingualFlag.php
Migration1702479623RemoveEsMultilingualFlag.php
src/Core/Migration/V6_6/Migration1663402950SetDoubleOptinCustomerActive.php src/Core/Migration/V6_6/Migration1663402950SetDoubleOptinCustomerActive.php
Core/Migration/V6_6/Migration1663402950SetDoubleOptinCustomerActive.php Core/Migration/V6_6/Migration1663402950SetDoubleOptinCustomerActive.php
Migration/V6_6/Migration1663402950SetDoubleOptinCustomerActive.php Migration/V6_6/Migration1663402950SetDoubleOptinCustomerActive.php
@ -103701,12 +103747,6 @@ Framework/Update/Services/ExtensionCompatibility.php
Update/Services/ExtensionCompatibility.php Update/Services/ExtensionCompatibility.php
Services/ExtensionCompatibility.php Services/ExtensionCompatibility.php
ExtensionCompatibility.php ExtensionCompatibility.php
src/Core/Framework/Update/Services/CreateCustomAppsDir.php
Core/Framework/Update/Services/CreateCustomAppsDir.php
Framework/Update/Services/CreateCustomAppsDir.php
Update/Services/CreateCustomAppsDir.php
Services/CreateCustomAppsDir.php
CreateCustomAppsDir.php
src/Core/Framework/Update/Services/ApiClient.php src/Core/Framework/Update/Services/ApiClient.php
Core/Framework/Update/Services/ApiClient.php Core/Framework/Update/Services/ApiClient.php
Framework/Update/Services/ApiClient.php Framework/Update/Services/ApiClient.php
@ -113090,12 +113130,6 @@ Framework/Adapter/Cache/StoreApiRouteCacheKeyEvent.php
Adapter/Cache/StoreApiRouteCacheKeyEvent.php Adapter/Cache/StoreApiRouteCacheKeyEvent.php
Cache/StoreApiRouteCacheKeyEvent.php Cache/StoreApiRouteCacheKeyEvent.php
StoreApiRouteCacheKeyEvent.php StoreApiRouteCacheKeyEvent.php
src/Core/Framework/Adapter/Cache/ShopwareRedisAdapter.php
Core/Framework/Adapter/Cache/ShopwareRedisAdapter.php
Framework/Adapter/Cache/ShopwareRedisAdapter.php
Adapter/Cache/ShopwareRedisAdapter.php
Cache/ShopwareRedisAdapter.php
ShopwareRedisAdapter.php
src/Core/Framework/Adapter/Cache/InvalidateCacheTaskHandler.php src/Core/Framework/Adapter/Cache/InvalidateCacheTaskHandler.php
Core/Framework/Adapter/Cache/InvalidateCacheTaskHandler.php Core/Framework/Adapter/Cache/InvalidateCacheTaskHandler.php
Framework/Adapter/Cache/InvalidateCacheTaskHandler.php Framework/Adapter/Cache/InvalidateCacheTaskHandler.php
@ -113159,12 +113193,6 @@ Framework/Adapter/Cache/CacheInvalidator.php
Adapter/Cache/CacheInvalidator.php Adapter/Cache/CacheInvalidator.php
Cache/CacheInvalidator.php Cache/CacheInvalidator.php
CacheInvalidator.php CacheInvalidator.php
src/Core/Framework/Adapter/Cache/ShopwareRedisTagAwareAdapter.php
Core/Framework/Adapter/Cache/ShopwareRedisTagAwareAdapter.php
Framework/Adapter/Cache/ShopwareRedisTagAwareAdapter.php
Adapter/Cache/ShopwareRedisTagAwareAdapter.php
Cache/ShopwareRedisTagAwareAdapter.php
ShopwareRedisTagAwareAdapter.php
src/Core/Framework/Adapter/Cache/CacheInvalidationSubscriber.php src/Core/Framework/Adapter/Cache/CacheInvalidationSubscriber.php
Core/Framework/Adapter/Cache/CacheInvalidationSubscriber.php Core/Framework/Adapter/Cache/CacheInvalidationSubscriber.php
Framework/Adapter/Cache/CacheInvalidationSubscriber.php Framework/Adapter/Cache/CacheInvalidationSubscriber.php
@ -124654,6 +124682,9 @@ _unreleased/2023-12-04-fixed-check-for-existence-of-export-directory.md
changelog/_unreleased/2023-08-09-change-sw-multi-select-default-event.md changelog/_unreleased/2023-08-09-change-sw-multi-select-default-event.md
_unreleased/2023-08-09-change-sw-multi-select-default-event.md _unreleased/2023-08-09-change-sw-multi-select-default-event.md
2023-08-09-change-sw-multi-select-default-event.md 2023-08-09-change-sw-multi-select-default-event.md
changelog/_unreleased/2023-12-14-buld-and-variant-retry.md
_unreleased/2023-12-14-buld-and-variant-retry.md
2023-12-14-buld-and-variant-retry.md
changelog/_unreleased/2023-11-27-updated-phpunit-to-version-10.md changelog/_unreleased/2023-11-27-updated-phpunit-to-version-10.md
_unreleased/2023-11-27-updated-phpunit-to-version-10.md _unreleased/2023-11-27-updated-phpunit-to-version-10.md
2023-11-27-updated-phpunit-to-version-10.md 2023-11-27-updated-phpunit-to-version-10.md
@ -124858,6 +124889,9 @@ _unreleased/2023-11-20-fix-payment-method-indexing.md
changelog/_unreleased/2023-12-15-catch-email-not-set-error.md changelog/_unreleased/2023-12-15-catch-email-not-set-error.md
_unreleased/2023-12-15-catch-email-not-set-error.md _unreleased/2023-12-15-catch-email-not-set-error.md
2023-12-15-catch-email-not-set-error.md 2023-12-15-catch-email-not-set-error.md
changelog/_unreleased/2024-01-11-fix-live-updating-seo-url.md
_unreleased/2024-01-11-fix-live-updating-seo-url.md
2024-01-11-fix-live-updating-seo-url.md
changelog/_unreleased/2023-12-04-fix-address-modal-closing.md changelog/_unreleased/2023-12-04-fix-address-modal-closing.md
_unreleased/2023-12-04-fix-address-modal-closing.md _unreleased/2023-12-04-fix-address-modal-closing.md
2023-12-04-fix-address-modal-closing.md 2023-12-04-fix-address-modal-closing.md
@ -125071,6 +125105,9 @@ _unreleased/2023-12-13-create-help-sidebar.md
changelog/_unreleased/2023-12-07-remove-storefront-deprecations.md changelog/_unreleased/2023-12-07-remove-storefront-deprecations.md
_unreleased/2023-12-07-remove-storefront-deprecations.md _unreleased/2023-12-07-remove-storefront-deprecations.md
2023-12-07-remove-storefront-deprecations.md 2023-12-07-remove-storefront-deprecations.md
changelog/_unreleased/2024-01-11-reclassify-integration-not-found-error.md
_unreleased/2024-01-11-reclassify-integration-not-found-error.md
2024-01-11-reclassify-integration-not-found-error.md
changelog/_unreleased/2023-11-15-improve-storefront-render-exception.md changelog/_unreleased/2023-11-15-improve-storefront-render-exception.md
_unreleased/2023-11-15-improve-storefront-render-exception.md _unreleased/2023-11-15-improve-storefront-render-exception.md
2023-11-15-improve-storefront-render-exception.md 2023-11-15-improve-storefront-render-exception.md
@ -125206,6 +125243,9 @@ _unreleased/2023-11-08-async-javascript-and-all-js-removal.md
changelog/_unreleased/2023-08-09-change-sw-meteor-single-select-default-event.md changelog/_unreleased/2023-08-09-change-sw-meteor-single-select-default-event.md
_unreleased/2023-08-09-change-sw-meteor-single-select-default-event.md _unreleased/2023-08-09-change-sw-meteor-single-select-default-event.md
2023-08-09-change-sw-meteor-single-select-default-event.md 2023-08-09-change-sw-meteor-single-select-default-event.md
changelog/_unreleased/2024-01-08-configureable-system-update-finish.md
_unreleased/2024-01-08-configureable-system-update-finish.md
2024-01-08-configureable-system-update-finish.md
changelog/_unreleased/2023-12-25-add-extension-component-section-to-the-help-center.md changelog/_unreleased/2023-12-25-add-extension-component-section-to-the-help-center.md
_unreleased/2023-12-25-add-extension-component-section-to-the-help-center.md _unreleased/2023-12-25-add-extension-component-section-to-the-help-center.md
2023-12-25-add-extension-component-section-to-the-help-center.md 2023-12-25-add-extension-component-section-to-the-help-center.md
@ -125251,6 +125291,9 @@ _unreleased/2023-11-07-twig-block-spelling-error-in-contact-form.md
changelog/_unreleased/2023-12-06-optimize-variant-listing-loading.md changelog/_unreleased/2023-12-06-optimize-variant-listing-loading.md
_unreleased/2023-12-06-optimize-variant-listing-loading.md _unreleased/2023-12-06-optimize-variant-listing-loading.md
2023-12-06-optimize-variant-listing-loading.md 2023-12-06-optimize-variant-listing-loading.md
changelog/_unreleased/2023-12-23-add-separator-to-admin-es-search-indexer.md
_unreleased/2023-12-23-add-separator-to-admin-es-search-indexer.md
2023-12-23-add-separator-to-admin-es-search-indexer.md
changelog/_unreleased/2023-09-29-make-all-settings-module-vue3-compatible.md changelog/_unreleased/2023-09-29-make-all-settings-module-vue3-compatible.md
_unreleased/2023-09-29-make-all-settings-module-vue3-compatible.md _unreleased/2023-09-29-make-all-settings-module-vue3-compatible.md
2023-09-29-make-all-settings-module-vue3-compatible.md 2023-09-29-make-all-settings-module-vue3-compatible.md

View File

@ -83,12 +83,13 @@ tests/migration/Core/V6_6/Migration1663402950SetDoubleOptinCustomerActiveTest.ph
tests/migration/Core/V6_6/Migration1673249981MigrateIsNewCustomerRuleTest.php tests/migration/Core/V6_6/Migration1673249981MigrateIsNewCustomerRuleTest.php
tests/migration/Core/V6_6/Migration1696262484AddDefaultSendMailOptionsTest.php tests/migration/Core/V6_6/Migration1696262484AddDefaultSendMailOptionsTest.php
tests/migration/Core/V6_6/Migration1676367607RemoveIntegrationWriteAccessColumnTest.php tests/migration/Core/V6_6/Migration1676367607RemoveIntegrationWriteAccessColumnTest.php
tests/migration/Core/V6_6/MigrationMigration1701677136RemovePluginChangelogFieldTest.php
tests/migration/Core/V6_6/Migration1701688920FixDownloadLinkMailTest.php tests/migration/Core/V6_6/Migration1701688920FixDownloadLinkMailTest.php
tests/migration/Core/V6_6/Migration1671723392AddWebhookLifetimeConfigTest.php tests/migration/Core/V6_6/Migration1671723392AddWebhookLifetimeConfigTest.php
tests/migration/Core/V6_6/Migration1703850843FixSearchConfigTest.php tests/migration/Core/V6_6/Migration1703850843FixSearchConfigTest.php
tests/migration/Core/V6_6/Migration1673964565MigrateToReferencedColumnsTest.php tests/migration/Core/V6_6/Migration1673964565MigrateToReferencedColumnsTest.php
tests/migration/Core/V6_6/Migration1702479623RemoveEsMultilingualFlagTest.php
tests/migration/Core/V6_6/Migration1679581138RemoveAssociationFieldsTest.php tests/migration/Core/V6_6/Migration1679581138RemoveAssociationFieldsTest.php
tests/migration/Core/V6_6/Migration1701677136RemovePluginChangelogFieldTest.php
tests/migration/Core/V6_6/Migration1697788982ChangeColumnAvailabilityRuleIdFromShippingMethodToNullableTest.php tests/migration/Core/V6_6/Migration1697788982ChangeColumnAvailabilityRuleIdFromShippingMethodToNullableTest.php
tests/migration/Core/V6_6/Migration1691662140MigrateAvailableStockTest.php tests/migration/Core/V6_6/Migration1691662140MigrateAvailableStockTest.php
tests/migration/MigrationTestTrait.php tests/migration/MigrationTestTrait.php
@ -1012,6 +1013,7 @@ tests/unit/Storefront/Framework/Captcha/GoogleReCaptchaV3Test.php
tests/unit/Storefront/Framework/Seo/SeoUrlRoute/NavigationPageSeoUrlRouteTest.php tests/unit/Storefront/Framework/Seo/SeoUrlRoute/NavigationPageSeoUrlRouteTest.php
tests/unit/Storefront/Framework/Seo/SeoUrlRoute/ProductPageSeoUrlRouteTest.php tests/unit/Storefront/Framework/Seo/SeoUrlRoute/ProductPageSeoUrlRouteTest.php
tests/unit/Storefront/Framework/Command/SalesChannelCreateStorefrontCommandTest.php tests/unit/Storefront/Framework/Command/SalesChannelCreateStorefrontCommandTest.php
tests/unit/Elasticsearch/Product/SearchConfigLoaderTest.php
tests/unit/Elasticsearch/Product/CustomFieldUpdaterTest.php tests/unit/Elasticsearch/Product/CustomFieldUpdaterTest.php
tests/unit/Elasticsearch/Product/ProductSearchBuilderTest.php tests/unit/Elasticsearch/Product/ProductSearchBuilderTest.php
tests/unit/Elasticsearch/Product/ProductSearchQueryBuilderTest.php tests/unit/Elasticsearch/Product/ProductSearchQueryBuilderTest.php
@ -1135,7 +1137,6 @@ tests/unit/Core/Installer/Database/BlueGreenDeploymentServiceTest.php
tests/unit/Core/Installer/Database/MigrationCollectionFactoryTest.php tests/unit/Core/Installer/Database/MigrationCollectionFactoryTest.php
tests/unit/Core/Installer/Subscriber/InstallerLocaleListenerTest.php tests/unit/Core/Installer/Subscriber/InstallerLocaleListenerTest.php
tests/unit/Core/Installer/Finish/SystemLockerTest.php tests/unit/Core/Installer/Finish/SystemLockerTest.php
tests/unit/Core/Installer/Finish/NotifierTest.php
tests/unit/Core/Installer/Finish/UniqueIdGeneratorTest.php tests/unit/Core/Installer/Finish/UniqueIdGeneratorTest.php
tests/unit/Core/Installer/Requirements/FilesystemRequirementsValidatorTest.php tests/unit/Core/Installer/Requirements/FilesystemRequirementsValidatorTest.php
tests/unit/Core/Installer/Requirements/IniConfigReaderTest.php tests/unit/Core/Installer/Requirements/IniConfigReaderTest.php
@ -1293,6 +1294,7 @@ tests/unit/Core/Content/Newsletter/NewsletterExceptionTest.php
tests/unit/Core/Content/Newsletter/Subscriber/NewsletterRecipientSalutationSubscriberTest.php tests/unit/Core/Content/Newsletter/Subscriber/NewsletterRecipientSalutationSubscriberTest.php
tests/unit/Core/Content/Seo/SeoExceptionTest.php tests/unit/Core/Content/Seo/SeoExceptionTest.php
tests/unit/Core/Content/Seo/SeoUrlUpdaterTest.php tests/unit/Core/Content/Seo/SeoUrlUpdaterTest.php
tests/unit/Core/Content/Seo/SeoUrlTwigFactoryTest.php
tests/unit/Core/Content/LandingPage/SalesChannel/CachedLandingPageRouteTest.php tests/unit/Core/Content/LandingPage/SalesChannel/CachedLandingPageRouteTest.php
tests/unit/Core/Content/MailTemplate/Service/Event/MailSentEventTest.php tests/unit/Core/Content/MailTemplate/Service/Event/MailSentEventTest.php
tests/unit/Core/Content/MailTemplate/Service/Event/MailBeforeValidateEventTest.php tests/unit/Core/Content/MailTemplate/Service/Event/MailBeforeValidateEventTest.php
@ -1632,7 +1634,6 @@ tests/unit/Core/Framework/Test/Script/Execution/_fixtures/simple-function-case/m
tests/unit/Core/Framework/Test/Script/Execution/_fixtures/simple-function-case/Resources/scripts/simple-service-script/simple-service-script.twig tests/unit/Core/Framework/Test/Script/Execution/_fixtures/simple-function-case/Resources/scripts/simple-service-script/simple-service-script.twig
tests/unit/Core/Framework/Test/Script/Execution/_fixtures/simple-function-case/Resources/scripts/simple-function-case/simple-function-case.twig tests/unit/Core/Framework/Test/Script/Execution/_fixtures/simple-function-case/Resources/scripts/simple-function-case/simple-function-case.twig
tests/unit/Core/Framework/Test/Script/Execution/ScriptTwigLoaderTest.php tests/unit/Core/Framework/Test/Script/Execution/ScriptTwigLoaderTest.php
tests/unit/Core/Framework/Update/Services/CreateCustomAppsDirTest.php
tests/unit/Core/Framework/Update/Services/ExtensionCompatibilityTest.php tests/unit/Core/Framework/Update/Services/ExtensionCompatibilityTest.php
tests/unit/Core/Framework/Update/Services/UpdateHtaccessTest.php tests/unit/Core/Framework/Update/Services/UpdateHtaccessTest.php
tests/unit/Core/Framework/Update/Services/ApiClientTest.php tests/unit/Core/Framework/Update/Services/ApiClientTest.php
@ -1949,6 +1950,7 @@ tests/unit/Core/Framework/DependencyInjection/CompilerPass/fixtures/pluginOnePat
tests/unit/Core/Framework/DependencyInjection/CompilerPass/fixtures/pluginOnePath/Resources/views/.keep tests/unit/Core/Framework/DependencyInjection/CompilerPass/fixtures/pluginOnePath/Resources/views/.keep
tests/unit/Core/Framework/DependencyInjection/CompilerPass/fixtures/secondAppPath/Resources/app/storefront/dist/.gitkeep tests/unit/Core/Framework/DependencyInjection/CompilerPass/fixtures/secondAppPath/Resources/app/storefront/dist/.gitkeep
tests/unit/Core/Framework/DependencyInjection/CompilerPass/fixtures/secondAppPath/Resources/views/.gitkeep tests/unit/Core/Framework/DependencyInjection/CompilerPass/fixtures/secondAppPath/Resources/views/.gitkeep
tests/unit/Core/Framework/DependencyInjection/CompilerPass/RedisPrefixCompilerPassTest.php
tests/unit/Core/Framework/DependencyInjection/CompilerPass/DemodataCompilerPassTest.php tests/unit/Core/Framework/DependencyInjection/CompilerPass/DemodataCompilerPassTest.php
tests/unit/Core/Framework/DependencyInjection/CompilerPass/RemoveEventListenerTest.php tests/unit/Core/Framework/DependencyInjection/CompilerPass/RemoveEventListenerTest.php
tests/unit/Core/Framework/DependencyInjection/CompilerPass/EntityCompilerPassTest.php tests/unit/Core/Framework/DependencyInjection/CompilerPass/EntityCompilerPassTest.php
@ -1996,6 +1998,7 @@ tests/unit/Core/Framework/Adapter/Cache/CacheInvalidatorTest.php
tests/unit/Core/Framework/Adapter/Cache/CacheInvalidationSubscriberTest.php tests/unit/Core/Framework/Adapter/Cache/CacheInvalidationSubscriberTest.php
tests/unit/Core/Framework/Adapter/Cache/HttpCacheKeyGeneratorTest.php tests/unit/Core/Framework/Adapter/Cache/HttpCacheKeyGeneratorTest.php
tests/unit/Core/Framework/Adapter/Cache/Message/CleanupOldCacheFoldersHandlerTest.php tests/unit/Core/Framework/Adapter/Cache/Message/CleanupOldCacheFoldersHandlerTest.php
tests/unit/Core/Framework/Adapter/Cache/CacheDecoratorTest.php
tests/unit/Core/Framework/Adapter/Database/MySQLFactoryTest.php tests/unit/Core/Framework/Adapter/Database/MySQLFactoryTest.php
tests/unit/Core/Framework/Adapter/EntityTemplateLoaderTest.php tests/unit/Core/Framework/Adapter/EntityTemplateLoaderTest.php
tests/unit/Core/Framework/Adapter/AdapterExceptionTest.php tests/unit/Core/Framework/Adapter/AdapterExceptionTest.php
@ -4255,6 +4258,7 @@ src/Elasticsearch/Product/ProductSearchBuilder.php
src/Elasticsearch/Product/ProductSearchQueryBuilder.php src/Elasticsearch/Product/ProductSearchQueryBuilder.php
src/Elasticsearch/Product/AbstractProductSearchQueryBuilder.php src/Elasticsearch/Product/AbstractProductSearchQueryBuilder.php
src/Elasticsearch/Product/ElasticsearchProductDefinition.php src/Elasticsearch/Product/ElasticsearchProductDefinition.php
src/Elasticsearch/Product/SearchConfigLoader.php
src/Elasticsearch/Product/ProductUpdater.php src/Elasticsearch/Product/ProductUpdater.php
src/Elasticsearch/Product/CustomFieldUpdater.php src/Elasticsearch/Product/CustomFieldUpdater.php
src/Elasticsearch/Product/SearchKeywordReplacement.php src/Elasticsearch/Product/SearchKeywordReplacement.php
@ -4294,6 +4298,7 @@ src/Elasticsearch/DependencyInjection/ElasticsearchMigrationCompilerPass.php
src/Elasticsearch/DependencyInjection/ElasticsearchExtension.php src/Elasticsearch/DependencyInjection/ElasticsearchExtension.php
src/Elasticsearch/Resources/config/packages/monolog.yaml src/Elasticsearch/Resources/config/packages/monolog.yaml
src/Elasticsearch/Resources/config/packages/framework.yaml src/Elasticsearch/Resources/config/packages/framework.yaml
src/Elasticsearch/Resources/config/packages/dev/monolog.yaml
src/Elasticsearch/Resources/config/packages/elasticsearch.yaml src/Elasticsearch/Resources/config/packages/elasticsearch.yaml
src/Elasticsearch/Resources/config/routes.xml src/Elasticsearch/Resources/config/routes.xml
src/Elasticsearch/Resources/config/services.xml src/Elasticsearch/Resources/config/services.xml
@ -5737,7 +5742,9 @@ src/Administration/Resources/app/administration/src/core/shopware.ts
src/Administration/Resources/app/administration/src/core/helper/flattree.helper.spec.js src/Administration/Resources/app/administration/src/core/helper/flattree.helper.spec.js
src/Administration/Resources/app/administration/src/core/helper/store-loader.helper.js src/Administration/Resources/app/administration/src/core/helper/store-loader.helper.js
src/Administration/Resources/app/administration/src/core/helper/upload-task.helper.js src/Administration/Resources/app/administration/src/core/helper/upload-task.helper.js
src/Administration/Resources/app/administration/src/core/helper/retry.helper.spec.js
src/Administration/Resources/app/administration/src/core/helper/middleware.helper.js src/Administration/Resources/app/administration/src/core/helper/middleware.helper.js
src/Administration/Resources/app/administration/src/core/helper/retry.helper.js
src/Administration/Resources/app/administration/src/core/helper/flattree.helper.js src/Administration/Resources/app/administration/src/core/helper/flattree.helper.js
src/Administration/Resources/app/administration/src/core/helper/device.helper.js src/Administration/Resources/app/administration/src/core/helper/device.helper.js
src/Administration/Resources/app/administration/src/core/helper/sanitizer.helper.spec.js src/Administration/Resources/app/administration/src/core/helper/sanitizer.helper.spec.js
@ -5894,8 +5901,8 @@ src/Administration/Resources/app/administration/src/module/sw-settings-address/p
src/Administration/Resources/app/administration/src/module/sw-integration/acl/index.js src/Administration/Resources/app/administration/src/module/sw-integration/acl/index.js
src/Administration/Resources/app/administration/src/module/sw-integration/index.js src/Administration/Resources/app/administration/src/module/sw-integration/index.js
src/Administration/Resources/app/administration/src/module/sw-integration/page/sw-integration-list/index.js src/Administration/Resources/app/administration/src/module/sw-integration/page/sw-integration-list/index.js
src/Administration/Resources/app/administration/src/module/sw-integration/page/sw-integration-list/sw-integration-list.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-integration/page/sw-integration-list/sw-integration-list.scss src/Administration/Resources/app/administration/src/module/sw-integration/page/sw-integration-list/sw-integration-list.scss
src/Administration/Resources/app/administration/src/module/sw-integration/page/sw-integration-list/sw-integration-list.spec.js
src/Administration/Resources/app/administration/src/module/sw-integration/page/sw-integration-list/sw-integration-list.html.twig src/Administration/Resources/app/administration/src/module/sw-integration/page/sw-integration-list/sw-integration-list.html.twig
src/Administration/Resources/app/administration/src/module/sw-integration/snippet/en-GB.json src/Administration/Resources/app/administration/src/module/sw-integration/snippet/en-GB.json
src/Administration/Resources/app/administration/src/module/sw-integration/snippet/de-DE.json src/Administration/Resources/app/administration/src/module/sw-integration/snippet/de-DE.json
@ -6152,10 +6159,10 @@ src/Administration/Resources/app/administration/src/module/sw-flow/component/sw-
src/Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-trigger/sw-flow-trigger.spec.vue2.js src/Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-trigger/sw-flow-trigger.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-modal/sw-flow-sequence-modal.html.twig src/Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-modal/sw-flow-sequence-modal.html.twig
src/Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-modal/index.js src/Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-modal/index.js
src/Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-condition/sw-flow-sequence-condition.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-condition/index.js src/Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-condition/index.js
src/Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-condition/sw-flow-sequence-condition.html.twig src/Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-condition/sw-flow-sequence-condition.html.twig
src/Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-condition/sw-flow-sequence-condition.scss src/Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-condition/sw-flow-sequence-condition.scss
src/Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-condition/sw-flow-sequence-condition.spec.js
src/Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-action-error/sw-flow-sequence-action-error.html.twig src/Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-action-error/sw-flow-sequence-action-error.html.twig
src/Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-action-error/sw-flow-sequence-action-error.scss src/Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-action-error/sw-flow-sequence-action-error.scss
src/Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-action-error/index.js src/Administration/Resources/app/administration/src/module/sw-flow/component/sw-flow-sequence-action-error/index.js
@ -6229,7 +6236,7 @@ src/Administration/Resources/app/administration/src/module/sw-flow/page/sw-flow-
src/Administration/Resources/app/administration/src/module/sw-flow/page/sw-flow-index/sw-flow-index.spec.js src/Administration/Resources/app/administration/src/module/sw-flow/page/sw-flow-index/sw-flow-index.spec.js
src/Administration/Resources/app/administration/src/module/sw-flow/view/listing/sw-flow-list/sw-flow-list.html.twig src/Administration/Resources/app/administration/src/module/sw-flow/view/listing/sw-flow-list/sw-flow-list.html.twig
src/Administration/Resources/app/administration/src/module/sw-flow/view/listing/sw-flow-list/index.js src/Administration/Resources/app/administration/src/module/sw-flow/view/listing/sw-flow-list/index.js
src/Administration/Resources/app/administration/src/module/sw-flow/view/listing/sw-flow-list/sw-flow-list.spec.vue2.js src/Administration/Resources/app/administration/src/module/sw-flow/view/listing/sw-flow-list/sw-flow-list.spec.js
src/Administration/Resources/app/administration/src/module/sw-flow/view/listing/sw-flow-list/sw-flow-list.scss src/Administration/Resources/app/administration/src/module/sw-flow/view/listing/sw-flow-list/sw-flow-list.scss
src/Administration/Resources/app/administration/src/module/sw-flow/view/listing/sw-flow-list-flow-templates/sw-flow-list-flow-templates.spec.vue2.js src/Administration/Resources/app/administration/src/module/sw-flow/view/listing/sw-flow-list-flow-templates/sw-flow-list-flow-templates.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-flow/view/listing/sw-flow-list-flow-templates/sw-flow-list-flow-templates.scss src/Administration/Resources/app/administration/src/module/sw-flow/view/listing/sw-flow-list-flow-templates/sw-flow-list-flow-templates.scss
@ -6424,7 +6431,7 @@ src/Administration/Resources/app/administration/src/module/sw-import-export/comp
src/Administration/Resources/app/administration/src/module/sw-import-export/component/sw-import-export-activity-result-modal/sw-import-export-activity-result-modal.html.twig src/Administration/Resources/app/administration/src/module/sw-import-export/component/sw-import-export-activity-result-modal/sw-import-export-activity-result-modal.html.twig
src/Administration/Resources/app/administration/src/module/sw-import-export/component/sw-import-export-activity-result-modal/sw-import-export-activity-result-modal.scss src/Administration/Resources/app/administration/src/module/sw-import-export/component/sw-import-export-activity-result-modal/sw-import-export-activity-result-modal.scss
src/Administration/Resources/app/administration/src/module/sw-import-export/component/sw-import-export-activity-result-modal/index.js src/Administration/Resources/app/administration/src/module/sw-import-export/component/sw-import-export-activity-result-modal/index.js
src/Administration/Resources/app/administration/src/module/sw-import-export/component/sw-import-export-activity-result-modal/sw-import-export-activity-result-modal.spec.vue2.js src/Administration/Resources/app/administration/src/module/sw-import-export/component/sw-import-export-activity-result-modal/sw-import-export-activity-result-modal.spec.js
src/Administration/Resources/app/administration/src/module/sw-import-export/component/sw-import-export-importer/sw-import-export-importer.html.twig src/Administration/Resources/app/administration/src/module/sw-import-export/component/sw-import-export-importer/sw-import-export-importer.html.twig
src/Administration/Resources/app/administration/src/module/sw-import-export/component/sw-import-export-importer/sw-import-export-importer.spec.js src/Administration/Resources/app/administration/src/module/sw-import-export/component/sw-import-export-importer/sw-import-export-importer.spec.js
src/Administration/Resources/app/administration/src/module/sw-import-export/component/sw-import-export-importer/index.js src/Administration/Resources/app/administration/src/module/sw-import-export/component/sw-import-export-importer/index.js
@ -6486,8 +6493,8 @@ src/Administration/Resources/app/administration/src/module/sw-import-export/view
src/Administration/Resources/app/administration/src/module/sw-import-export/view/sw-import-export-view-import/index.js src/Administration/Resources/app/administration/src/module/sw-import-export/view/sw-import-export-view-import/index.js
src/Administration/Resources/app/administration/src/module/sw-import-export/view/sw-import-export-view-import/sw-import-export-view-import.html.twig src/Administration/Resources/app/administration/src/module/sw-import-export/view/sw-import-export-view-import/sw-import-export-view-import.html.twig
src/Administration/Resources/app/administration/src/module/sw-import-export/view/sw-import-export-view-profiles/index.js src/Administration/Resources/app/administration/src/module/sw-import-export/view/sw-import-export-view-profiles/index.js
src/Administration/Resources/app/administration/src/module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.spec.js
src/Administration/Resources/app/administration/src/module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.scss src/Administration/Resources/app/administration/src/module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.scss
src/Administration/Resources/app/administration/src/module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.html.twig src/Administration/Resources/app/administration/src/module/sw-import-export/view/sw-import-export-view-profiles/sw-import-export-view-profiles.html.twig
src/Administration/Resources/app/administration/src/module/sw-import-export/snippet/en-GB.json src/Administration/Resources/app/administration/src/module/sw-import-export/snippet/en-GB.json
src/Administration/Resources/app/administration/src/module/sw-import-export/snippet/de-DE.json src/Administration/Resources/app/administration/src/module/sw-import-export/snippet/de-DE.json
@ -6616,13 +6623,13 @@ src/Administration/Resources/app/administration/src/module/sw-settings-tag/snipp
src/Administration/Resources/app/administration/src/module/sw-customer/acl/index.js src/Administration/Resources/app/administration/src/module/sw-customer/acl/index.js
src/Administration/Resources/app/administration/src/module/sw-customer/index.js src/Administration/Resources/app/administration/src/module/sw-customer/index.js
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-card/sw-customer-card.scss src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-card/sw-customer-card.scss
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-card/sw-customer-card.spec.js
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-card/index.js src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-card/index.js
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-card/sw-customer-card.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-card/sw-customer-card.html.twig src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-card/sw-customer-card.html.twig
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-address-form/sw-customer-address-form.scss src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-address-form/sw-customer-address-form.scss
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-address-form/sw-customer-address-form.spec.js
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-address-form/index.js src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-address-form/index.js
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-address-form/sw-customer-address-form.html.twig src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-address-form/sw-customer-address-form.html.twig
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-address-form/sw-customer-address-form.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-base-info/sw-customer-base-info.spec.vue2.js src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-base-info/sw-customer-base-info.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-base-info/index.js src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-base-info/index.js
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-base-info/sw-customer-base-info.html.twig src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-base-info/sw-customer-base-info.html.twig
@ -6638,8 +6645,8 @@ src/Administration/Resources/app/administration/src/module/sw-customer/component
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-default-addresses/sw-customer-default-addresses.spec.js src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-default-addresses/sw-customer-default-addresses.spec.js
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-default-addresses/sw-customer-default-addresses.scss src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-default-addresses/sw-customer-default-addresses.scss
src/Administration/Resources/app/administration/src/module/sw-customer/page/sw-customer-create/index.js src/Administration/Resources/app/administration/src/module/sw-customer/page/sw-customer-create/index.js
src/Administration/Resources/app/administration/src/module/sw-customer/page/sw-customer-create/sw-customer-create.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-customer/page/sw-customer-create/sw-customer-create.html.twig src/Administration/Resources/app/administration/src/module/sw-customer/page/sw-customer-create/sw-customer-create.html.twig
src/Administration/Resources/app/administration/src/module/sw-customer/page/sw-customer-create/sw-customer-create.spec.js
src/Administration/Resources/app/administration/src/module/sw-customer/page/sw-customer-list/sw-customer-list.scss src/Administration/Resources/app/administration/src/module/sw-customer/page/sw-customer-list/sw-customer-list.scss
src/Administration/Resources/app/administration/src/module/sw-customer/page/sw-customer-list/index.js src/Administration/Resources/app/administration/src/module/sw-customer/page/sw-customer-list/index.js
src/Administration/Resources/app/administration/src/module/sw-customer/page/sw-customer-list/sw-customer-list.spec.js src/Administration/Resources/app/administration/src/module/sw-customer/page/sw-customer-list/sw-customer-list.spec.js
@ -6653,9 +6660,9 @@ src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-c
src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-addresses/index.js src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-addresses/index.js
src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-addresses/sw-customer-detail-addresses.scss src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-addresses/sw-customer-detail-addresses.scss
src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-addresses/sw-customer-detail-addresses.spec.vue2.js src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-addresses/sw-customer-detail-addresses.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-base/sw-customer-detail-base.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-base/index.js src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-base/index.js
src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-base/sw-customer-detail-base.html.twig src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-base/sw-customer-detail-base.html.twig
src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-base/sw-customer-detail-base.spec.js
src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-order/sw-customer-detail-order.spec.vue2.js src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-order/sw-customer-detail-order.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-order/index.js src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-order/index.js
src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-order/sw-customer-detail-order.scss src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-order/sw-customer-detail-order.scss
@ -7369,8 +7376,8 @@ src/Administration/Resources/app/administration/src/module/sw-dashboard/componen
src/Administration/Resources/app/administration/src/module/sw-dashboard/component/sw-dashboard-statistics/sw-dashboard-statistics.scss src/Administration/Resources/app/administration/src/module/sw-dashboard/component/sw-dashboard-statistics/sw-dashboard-statistics.scss
src/Administration/Resources/app/administration/src/module/sw-dashboard/component/sw-dashboard-statistics/index.ts src/Administration/Resources/app/administration/src/module/sw-dashboard/component/sw-dashboard-statistics/index.ts
src/Administration/Resources/app/administration/src/module/sw-dashboard/component/sw-dashboard-statistics/sw-dashboard-statistics.html.twig src/Administration/Resources/app/administration/src/module/sw-dashboard/component/sw-dashboard-statistics/sw-dashboard-statistics.html.twig
src/Administration/Resources/app/administration/src/module/sw-dashboard/page/sw-dashboard-index/sw-dashboard-index.spec.js
src/Administration/Resources/app/administration/src/module/sw-dashboard/page/sw-dashboard-index/index.js src/Administration/Resources/app/administration/src/module/sw-dashboard/page/sw-dashboard-index/index.js
src/Administration/Resources/app/administration/src/module/sw-dashboard/page/sw-dashboard-index/sw-dashboard-index.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-dashboard/page/sw-dashboard-index/sw-dashboard-index.html.twig src/Administration/Resources/app/administration/src/module/sw-dashboard/page/sw-dashboard-index/sw-dashboard-index.html.twig
src/Administration/Resources/app/administration/src/module/sw-dashboard/page/sw-dashboard-index/sw-dashboard-index.scss src/Administration/Resources/app/administration/src/module/sw-dashboard/page/sw-dashboard-index/sw-dashboard-index.scss
src/Administration/Resources/app/administration/src/module/sw-dashboard/snippet/en-GB.json src/Administration/Resources/app/administration/src/module/sw-dashboard/snippet/en-GB.json
@ -7494,8 +7501,8 @@ src/Administration/Resources/app/administration/src/module/sw-first-run-wizard/v
src/Administration/Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-plugins/index.js src/Administration/Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-plugins/index.js
src/Administration/Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-plugins/sw-first-run-wizard-plugins.html.twig src/Administration/Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-plugins/sw-first-run-wizard-plugins.html.twig
src/Administration/Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.html.twig src/Administration/Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.html.twig
src/Administration/Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/index.js src/Administration/Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/index.js
src/Administration/Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.spec.js
src/Administration/Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.scss src/Administration/Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-mailer-selection/sw-first-run-wizard-mailer-selection.scss
src/Administration/Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-shopware-domain/sw-first-run-wizard-shopware-domain.html.twig src/Administration/Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-shopware-domain/sw-first-run-wizard-shopware-domain.html.twig
src/Administration/Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-shopware-domain/index.js src/Administration/Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-shopware-domain/index.js
@ -7813,22 +7820,22 @@ src/Administration/Resources/app/administration/src/module/sw-bulk-edit/componen
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-download-documents/sw-bulk-edit-order-documents-download-documents.html.twig src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-download-documents/sw-bulk-edit-order-documents-download-documents.html.twig
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-download-documents/sw-bulk-edit-order-documents-download-documents.scss src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-download-documents/sw-bulk-edit-order-documents-download-documents.scss
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-download-documents/index.js src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-download-documents/index.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.spec.vue2.js src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-download-documents/sw-bulk-edit-order-documents-download-documents.spec.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-generate-credit-note.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-download-documents.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/index.js src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/index.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.spec.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.scss src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.scss
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents-generate-cancellation-invoice.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.html.twig src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents/sw-bulk-edit-order-documents.html.twig
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/index.js src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/index.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.html.twig src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.html.twig
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-delivery-note/sw-bulk-edit-order-documents-generate-delivery-note.spec.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-invoice/sw-bulk-edit-order-documents-generate-invoice.scss src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-invoice/sw-bulk-edit-order-documents-generate-invoice.scss
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-invoice/sw-bulk-edit-order-documents-generate-invoice.html.twig src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-invoice/sw-bulk-edit-order-documents-generate-invoice.html.twig
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-invoice/index.js src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-invoice/index.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-invoice/sw-bulk-edit-order-documents-generate-invoice.spec.js src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-invoice/sw-bulk-edit-order-documents-generate-invoice.spec.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-credit-note/index.js src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-credit-note/index.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-credit-note/sw-bulk-edit-order-documents-generate-credit-note.spec.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-cancellation-invoice/index.js src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-cancellation-invoice/index.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-order/sw-bulk-edit-order-documents-generate-cancellation-invoice/sw-bulk-edit-order-documents-generate-cancellation-invoice.spec.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-custom-fields/index.js src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-custom-fields/index.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-custom-fields/sw-bulk-edit-custom-fields.html.twig src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-custom-fields/sw-bulk-edit-custom-fields.html.twig
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-custom-fields/sw-bulk-edit-custom-fields.scss src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-custom-fields/sw-bulk-edit-custom-fields.scss
@ -7847,9 +7854,9 @@ src/Administration/Resources/app/administration/src/module/sw-bulk-edit/componen
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-save-modal-process/sw-bulk-edit-save-modal-process.scss src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-save-modal-process/sw-bulk-edit-save-modal-process.scss
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-save-modal-process/sw-bulk-edit-save-modal-process.spec.js src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-save-modal-process/sw-bulk-edit-save-modal-process.spec.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-visibility/sw-bulk-edit-product-visibility.html.twig src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-visibility/sw-bulk-edit-product-visibility.html.twig
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-visibility/sw-bulk-edit-product-visibility.spec.vue2.js src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-visibility/sw-bulk-edit-product-visibility.spec.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-visibility/index.js src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-visibility/index.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media/sw-bulk-edit-product-media.spec.vue2.js src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media/sw-bulk-edit-product-media.spec.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media/sw-bulk-edit-product-media.html.twig src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media/sw-bulk-edit-product-media.html.twig
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media/index.js src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media/index.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media-form/sw-bulk-edit-product-media-form.html.twig src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media-form/sw-bulk-edit-product-media-form.html.twig
@ -7862,9 +7869,9 @@ src/Administration/Resources/app/administration/src/module/sw-bulk-edit/componen
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-save-modal/sw-bulk-edit-save-modal.html.twig src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-save-modal/sw-bulk-edit-save-modal.html.twig
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-save-modal/sw-bulk-edit-save-modal.scss src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-save-modal/sw-bulk-edit-save-modal.scss
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-order/index.js src/Administration/Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-order/index.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-order/sw-bulk-edit-order.spec.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-order/sw-bulk-edit-order.html.twig src/Administration/Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-order/sw-bulk-edit-order.html.twig
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-order/sw-bulk-edit-order.scss src/Administration/Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-order/sw-bulk-edit-order.scss
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-order/sw-bulk-edit-order.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-customer/sw-bulk-edit-customer.scss src/Administration/Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-customer/sw-bulk-edit-customer.scss
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-customer/sw-bulk-edit-customer.html.twig src/Administration/Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-customer/sw-bulk-edit-customer.html.twig
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-customer/sw-bulk-edit-customer.spec.js src/Administration/Resources/app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-customer/sw-bulk-edit-customer.spec.js
@ -8776,7 +8783,6 @@ src/Core/Installer/Resources/public/assets/images/welcome.svg
src/Core/Installer/Subscriber/InstallerLocaleListener.php src/Core/Installer/Subscriber/InstallerLocaleListener.php
src/Core/Installer/Installer.php src/Core/Installer/Installer.php
src/Core/Installer/Finish/UniqueIdGenerator.php src/Core/Installer/Finish/UniqueIdGenerator.php
src/Core/Installer/Finish/Notifier.php
src/Core/Installer/Finish/SystemLocker.php src/Core/Installer/Finish/SystemLocker.php
src/Core/Installer/Requirements/EnvironmentRequirementsValidator.php src/Core/Installer/Requirements/EnvironmentRequirementsValidator.php
src/Core/Installer/Requirements/RequirementsValidatorInterface.php src/Core/Installer/Requirements/RequirementsValidatorInterface.php
@ -11395,6 +11401,7 @@ src/Core/Migration/V6_6/Migration1696262484AddDefaultSendMailOptions.php
src/Core/Migration/V6_6/Migration1702982372FixProductCrossSellingSortByPrice.php src/Core/Migration/V6_6/Migration1702982372FixProductCrossSellingSortByPrice.php
src/Core/Migration/V6_6/Migration1700746995ReplaceSortingOptionKeysWithSortingOptionIds.php src/Core/Migration/V6_6/Migration1700746995ReplaceSortingOptionKeysWithSortingOptionIds.php
src/Core/Migration/V6_6/Migration1701688920FixDownloadLinkMail.php src/Core/Migration/V6_6/Migration1701688920FixDownloadLinkMail.php
src/Core/Migration/V6_6/Migration1702479623RemoveEsMultilingualFlag.php
src/Core/Migration/V6_6/Migration1663402950SetDoubleOptinCustomerActive.php src/Core/Migration/V6_6/Migration1663402950SetDoubleOptinCustomerActive.php
src/Core/Migration/V6_6/Migration1676367607RemoveIntegrationWriteAccessColumn.php src/Core/Migration/V6_6/Migration1676367607RemoveIntegrationWriteAccessColumn.php
src/Core/Migration/V6_6/Migration1691662140MigrateAvailableStock.php src/Core/Migration/V6_6/Migration1691662140MigrateAvailableStock.php
@ -12471,7 +12478,6 @@ src/Core/Framework/Test/Plugin/_fixture/apps/theme/Resources/theme.json
src/Core/Framework/Test/RouteScopeTest.php src/Core/Framework/Test/RouteScopeTest.php
src/Core/Framework/Update/Services/UpdateHtaccess.php src/Core/Framework/Update/Services/UpdateHtaccess.php
src/Core/Framework/Update/Services/ExtensionCompatibility.php src/Core/Framework/Update/Services/ExtensionCompatibility.php
src/Core/Framework/Update/Services/CreateCustomAppsDir.php
src/Core/Framework/Update/Services/ApiClient.php src/Core/Framework/Update/Services/ApiClient.php
src/Core/Framework/Update/Services/Filesystem.php src/Core/Framework/Update/Services/Filesystem.php
src/Core/Framework/Update/Api/UpdateController.php src/Core/Framework/Update/Api/UpdateController.php
@ -13907,7 +13913,6 @@ src/Core/Framework/Adapter/Cache/Http/CacheStore.php
src/Core/Framework/Adapter/Cache/StoreApiRouteCacheTagsEvent.php src/Core/Framework/Adapter/Cache/StoreApiRouteCacheTagsEvent.php
src/Core/Framework/Adapter/Cache/AbstractCacheTracer.php src/Core/Framework/Adapter/Cache/AbstractCacheTracer.php
src/Core/Framework/Adapter/Cache/StoreApiRouteCacheKeyEvent.php src/Core/Framework/Adapter/Cache/StoreApiRouteCacheKeyEvent.php
src/Core/Framework/Adapter/Cache/ShopwareRedisAdapter.php
src/Core/Framework/Adapter/Cache/InvalidateCacheTaskHandler.php src/Core/Framework/Adapter/Cache/InvalidateCacheTaskHandler.php
src/Core/Framework/Adapter/Cache/Event/HttpCacheKeyEvent.php src/Core/Framework/Adapter/Cache/Event/HttpCacheKeyEvent.php
src/Core/Framework/Adapter/Cache/Event/HttpCacheHitEvent.php src/Core/Framework/Adapter/Cache/Event/HttpCacheHitEvent.php
@ -13918,7 +13923,6 @@ src/Core/Framework/Adapter/Cache/CacheClearer.php
src/Core/Framework/Adapter/Cache/RedisConnectionFactory.php src/Core/Framework/Adapter/Cache/RedisConnectionFactory.php
src/Core/Framework/Adapter/Cache/CacheTagCollection.php src/Core/Framework/Adapter/Cache/CacheTagCollection.php
src/Core/Framework/Adapter/Cache/CacheInvalidator.php src/Core/Framework/Adapter/Cache/CacheInvalidator.php
src/Core/Framework/Adapter/Cache/ShopwareRedisTagAwareAdapter.php
src/Core/Framework/Adapter/Cache/CacheInvalidationSubscriber.php src/Core/Framework/Adapter/Cache/CacheInvalidationSubscriber.php
src/Core/Framework/Adapter/Cache/CacheIdLoader.php src/Core/Framework/Adapter/Cache/CacheIdLoader.php
src/Core/Framework/Adapter/Cache/InvalidateCacheEvent.php src/Core/Framework/Adapter/Cache/InvalidateCacheEvent.php
@ -17022,6 +17026,7 @@ changelog/_unreleased/2024-01-07-convert-missing-product-line-items.md
changelog/_unreleased/2023-12-08-remove-experimental-from-aync-theme-compile.md changelog/_unreleased/2023-12-08-remove-experimental-from-aync-theme-compile.md
changelog/_unreleased/2023-12-04-fixed-check-for-existence-of-export-directory.md changelog/_unreleased/2023-12-04-fixed-check-for-existence-of-export-directory.md
changelog/_unreleased/2023-08-09-change-sw-multi-select-default-event.md changelog/_unreleased/2023-08-09-change-sw-multi-select-default-event.md
changelog/_unreleased/2023-12-14-buld-and-variant-retry.md
changelog/_unreleased/2023-11-27-updated-phpunit-to-version-10.md changelog/_unreleased/2023-11-27-updated-phpunit-to-version-10.md
changelog/_unreleased/2023-12-05-remove-deprecation-of-csvreader.md changelog/_unreleased/2023-12-05-remove-deprecation-of-csvreader.md
changelog/_unreleased/2024-01-06-remove-duplicated-option-setting.md changelog/_unreleased/2024-01-06-remove-duplicated-option-setting.md
@ -17090,6 +17095,7 @@ changelog/_unreleased/2023-11-17-enhance-searchable-content-card.md
changelog/_unreleased/2023-08-09-change-sw-url-field-default-event.md changelog/_unreleased/2023-08-09-change-sw-url-field-default-event.md
changelog/_unreleased/2023-11-20-fix-payment-method-indexing.md changelog/_unreleased/2023-11-20-fix-payment-method-indexing.md
changelog/_unreleased/2023-12-15-catch-email-not-set-error.md changelog/_unreleased/2023-12-15-catch-email-not-set-error.md
changelog/_unreleased/2024-01-11-fix-live-updating-seo-url.md
changelog/_unreleased/2023-12-04-fix-address-modal-closing.md changelog/_unreleased/2023-12-04-fix-address-modal-closing.md
changelog/_unreleased/2023-12-27-control-iframe-border-via-css.md changelog/_unreleased/2023-12-27-control-iframe-border-via-css.md
changelog/_unreleased/2023-11-29-fix-breadcrumb-styles.md changelog/_unreleased/2023-11-29-fix-breadcrumb-styles.md
@ -17161,6 +17167,7 @@ changelog/_unreleased/2023-08-10-change-sw-media-breadcrumbs-default-event.md
changelog/_unreleased/2023-11-23-country-not-show-in-order-details.md changelog/_unreleased/2023-11-23-country-not-show-in-order-details.md
changelog/_unreleased/2023-12-13-create-help-sidebar.md changelog/_unreleased/2023-12-13-create-help-sidebar.md
changelog/_unreleased/2023-12-07-remove-storefront-deprecations.md changelog/_unreleased/2023-12-07-remove-storefront-deprecations.md
changelog/_unreleased/2024-01-11-reclassify-integration-not-found-error.md
changelog/_unreleased/2023-11-15-improve-storefront-render-exception.md changelog/_unreleased/2023-11-15-improve-storefront-render-exception.md
changelog/_unreleased/2023-08-09-change-sw-gtc-checkbox-default-event.md changelog/_unreleased/2023-08-09-change-sw-gtc-checkbox-default-event.md
changelog/_unreleased/2023-12-14-fix-empty-page-on-shipping-method.md changelog/_unreleased/2023-12-14-fix-empty-page-on-shipping-method.md
@ -17206,6 +17213,7 @@ changelog/_unreleased/2023-11-15-add-api-aware-flags-to-product-stream-definitio
changelog/_unreleased/2022-05-18-abstract-and-reduce-rule-condition-components.md changelog/_unreleased/2022-05-18-abstract-and-reduce-rule-condition-components.md
changelog/_unreleased/2023-11-08-async-javascript-and-all-js-removal.md changelog/_unreleased/2023-11-08-async-javascript-and-all-js-removal.md
changelog/_unreleased/2023-08-09-change-sw-meteor-single-select-default-event.md changelog/_unreleased/2023-08-09-change-sw-meteor-single-select-default-event.md
changelog/_unreleased/2024-01-08-configureable-system-update-finish.md
changelog/_unreleased/2023-12-25-add-extension-component-section-to-the-help-center.md changelog/_unreleased/2023-12-25-add-extension-component-section-to-the-help-center.md
changelog/_unreleased/2022-04-05-keep-track-of-changes-on-rule-builder-detail-page.md changelog/_unreleased/2022-04-05-keep-track-of-changes-on-rule-builder-detail-page.md
changelog/_unreleased/2023-08-10-change-sw-media-library-default-event.md changelog/_unreleased/2023-08-10-change-sw-media-library-default-event.md
@ -17221,6 +17229,7 @@ changelog/_unreleased/2023-12-05-remove-writeaccess-field-from-integrationdefini
changelog/_unreleased/2023-06-16-order-get-language-can-be-null.md changelog/_unreleased/2023-06-16-order-get-language-can-be-null.md
changelog/_unreleased/2023-11-07-twig-block-spelling-error-in-contact-form.md changelog/_unreleased/2023-11-07-twig-block-spelling-error-in-contact-form.md
changelog/_unreleased/2023-12-06-optimize-variant-listing-loading.md changelog/_unreleased/2023-12-06-optimize-variant-listing-loading.md
changelog/_unreleased/2023-12-23-add-separator-to-admin-es-search-indexer.md
changelog/_unreleased/2023-09-29-make-all-settings-module-vue3-compatible.md changelog/_unreleased/2023-09-29-make-all-settings-module-vue3-compatible.md
changelog/_unreleased/2023-12-06-fix-saving-snippets-with-translation-key-change.md changelog/_unreleased/2023-12-06-fix-saving-snippets-with-translation-key-change.md
changelog/_unreleased/2023-08-09-change-sw-boolean-radio-group-default-event.md changelog/_unreleased/2023-08-09-change-sw-boolean-radio-group-default-event.md

View File

@ -20385,6 +20385,34 @@ core/admin/server/tsconfig.eslint.json
admin/server/tsconfig.eslint.json admin/server/tsconfig.eslint.json
server/tsconfig.eslint.json server/tsconfig.eslint.json
tsconfig.eslint.json tsconfig.eslint.json
packages/core/admin/_internal/node/vite/plugins.ts
core/admin/_internal/node/vite/plugins.ts
admin/_internal/node/vite/plugins.ts
_internal/node/vite/plugins.ts
node/vite/plugins.ts
vite/plugins.ts
plugins.ts
packages/core/admin/_internal/node/vite/watch.ts
core/admin/_internal/node/vite/watch.ts
admin/_internal/node/vite/watch.ts
_internal/node/vite/watch.ts
node/vite/watch.ts
vite/watch.ts
watch.ts
packages/core/admin/_internal/node/vite/config.ts
core/admin/_internal/node/vite/config.ts
admin/_internal/node/vite/config.ts
_internal/node/vite/config.ts
node/vite/config.ts
vite/config.ts
config.ts
packages/core/admin/_internal/node/vite/build.ts
core/admin/_internal/node/vite/build.ts
admin/_internal/node/vite/build.ts
_internal/node/vite/build.ts
node/vite/build.ts
vite/build.ts
build.ts
packages/core/admin/_internal/node/webpack/watch.ts packages/core/admin/_internal/node/webpack/watch.ts
core/admin/_internal/node/webpack/watch.ts core/admin/_internal/node/webpack/watch.ts
admin/_internal/node/webpack/watch.ts admin/_internal/node/webpack/watch.ts
@ -20439,6 +20467,13 @@ _internal/node/core/monorepo.ts
node/core/monorepo.ts node/core/monorepo.ts
core/monorepo.ts core/monorepo.ts
monorepo.ts monorepo.ts
packages/core/admin/_internal/node/core/aliases.ts
core/admin/_internal/node/core/aliases.ts
admin/_internal/node/core/aliases.ts
_internal/node/core/aliases.ts
node/core/aliases.ts
core/aliases.ts
aliases.ts
packages/core/admin/_internal/node/core/errors.ts packages/core/admin/_internal/node/core/errors.ts
core/admin/_internal/node/core/errors.ts core/admin/_internal/node/core/errors.ts
admin/_internal/node/core/errors.ts admin/_internal/node/core/errors.ts
@ -20453,6 +20488,13 @@ _internal/node/core/admin-customisations.ts
node/core/admin-customisations.ts node/core/admin-customisations.ts
core/admin-customisations.ts core/admin-customisations.ts
admin-customisations.ts admin-customisations.ts
packages/core/admin/_internal/node/core/config.ts
core/admin/_internal/node/core/config.ts
admin/_internal/node/core/config.ts
_internal/node/core/config.ts
node/core/config.ts
core/config.ts
config.ts
packages/core/admin/_internal/node/core/env.ts packages/core/admin/_internal/node/core/env.ts
core/admin/_internal/node/core/env.ts core/admin/_internal/node/core/env.ts
admin/_internal/node/core/env.ts admin/_internal/node/core/env.ts
@ -27089,6 +27131,24 @@ actions/plugin/watch/command.ts
plugin/watch/command.ts plugin/watch/command.ts
watch/command.ts watch/command.ts
command.ts command.ts
packages/core/strapi/src/commands/actions/plugin/link-watch/action.ts
core/strapi/src/commands/actions/plugin/link-watch/action.ts
strapi/src/commands/actions/plugin/link-watch/action.ts
src/commands/actions/plugin/link-watch/action.ts
commands/actions/plugin/link-watch/action.ts
actions/plugin/link-watch/action.ts
plugin/link-watch/action.ts
link-watch/action.ts
action.ts
packages/core/strapi/src/commands/actions/plugin/link-watch/command.ts
core/strapi/src/commands/actions/plugin/link-watch/command.ts
strapi/src/commands/actions/plugin/link-watch/command.ts
src/commands/actions/plugin/link-watch/command.ts
commands/actions/plugin/link-watch/command.ts
actions/plugin/link-watch/command.ts
plugin/link-watch/command.ts
link-watch/command.ts
command.ts
packages/core/strapi/src/commands/actions/plugin/verify/action.ts packages/core/strapi/src/commands/actions/plugin/verify/action.ts
core/strapi/src/commands/actions/plugin/verify/action.ts core/strapi/src/commands/actions/plugin/verify/action.ts
strapi/src/commands/actions/plugin/verify/action.ts strapi/src/commands/actions/plugin/verify/action.ts
@ -28424,6 +28484,14 @@ strapi/commands/plugin/01-build.md
commands/plugin/01-build.md commands/plugin/01-build.md
plugin/01-build.md plugin/01-build.md
01-build.md 01-build.md
docs/docs/docs/01-core/strapi/commands/plugin/05-link-watch.md
docs/docs/01-core/strapi/commands/plugin/05-link-watch.md
docs/01-core/strapi/commands/plugin/05-link-watch.md
01-core/strapi/commands/plugin/05-link-watch.md
strapi/commands/plugin/05-link-watch.md
commands/plugin/05-link-watch.md
plugin/05-link-watch.md
05-link-watch.md
docs/docs/docs/01-core/strapi/commands/plugin/00-overview.md docs/docs/docs/01-core/strapi/commands/plugin/00-overview.md
docs/docs/01-core/strapi/commands/plugin/00-overview.md docs/docs/01-core/strapi/commands/plugin/00-overview.md
docs/01-core/strapi/commands/plugin/00-overview.md docs/01-core/strapi/commands/plugin/00-overview.md
@ -28666,166 +28734,166 @@ robots.txt
examples/getstarted/ecosystem.config.js examples/getstarted/ecosystem.config.js
getstarted/ecosystem.config.js getstarted/ecosystem.config.js
ecosystem.config.js ecosystem.config.js
examples/getstarted/src/plugins/myplugin/server/graphql.js examples/getstarted/src/plugins/local-plugin/server/graphql.js
getstarted/src/plugins/myplugin/server/graphql.js getstarted/src/plugins/local-plugin/server/graphql.js
src/plugins/myplugin/server/graphql.js src/plugins/local-plugin/server/graphql.js
plugins/myplugin/server/graphql.js plugins/local-plugin/server/graphql.js
myplugin/server/graphql.js local-plugin/server/graphql.js
server/graphql.js server/graphql.js
graphql.js graphql.js
examples/getstarted/src/plugins/myplugin/server/register.js examples/getstarted/src/plugins/local-plugin/server/register.js
getstarted/src/plugins/myplugin/server/register.js getstarted/src/plugins/local-plugin/server/register.js
src/plugins/myplugin/server/register.js src/plugins/local-plugin/server/register.js
plugins/myplugin/server/register.js plugins/local-plugin/server/register.js
myplugin/server/register.js local-plugin/server/register.js
server/register.js server/register.js
register.js register.js
examples/getstarted/src/plugins/myplugin/server/config/index.js examples/getstarted/src/plugins/local-plugin/server/config/index.js
getstarted/src/plugins/myplugin/server/config/index.js getstarted/src/plugins/local-plugin/server/config/index.js
src/plugins/myplugin/server/config/index.js src/plugins/local-plugin/server/config/index.js
plugins/myplugin/server/config/index.js plugins/local-plugin/server/config/index.js
myplugin/server/config/index.js local-plugin/server/config/index.js
server/config/index.js server/config/index.js
config/index.js config/index.js
index.js index.js
examples/getstarted/src/plugins/myplugin/server/routes.js examples/getstarted/src/plugins/local-plugin/server/routes.js
getstarted/src/plugins/myplugin/server/routes.js getstarted/src/plugins/local-plugin/server/routes.js
src/plugins/myplugin/server/routes.js src/plugins/local-plugin/server/routes.js
plugins/myplugin/server/routes.js plugins/local-plugin/server/routes.js
myplugin/server/routes.js local-plugin/server/routes.js
server/routes.js server/routes.js
routes.js routes.js
examples/getstarted/src/plugins/myplugin/server/content-types/test/schema.json examples/getstarted/src/plugins/local-plugin/server/content-types/test/schema.json
getstarted/src/plugins/myplugin/server/content-types/test/schema.json getstarted/src/plugins/local-plugin/server/content-types/test/schema.json
src/plugins/myplugin/server/content-types/test/schema.json src/plugins/local-plugin/server/content-types/test/schema.json
plugins/myplugin/server/content-types/test/schema.json plugins/local-plugin/server/content-types/test/schema.json
myplugin/server/content-types/test/schema.json local-plugin/server/content-types/test/schema.json
server/content-types/test/schema.json server/content-types/test/schema.json
content-types/test/schema.json content-types/test/schema.json
test/schema.json test/schema.json
schema.json schema.json
examples/getstarted/src/plugins/myplugin/server/content-types/test/index.js examples/getstarted/src/plugins/local-plugin/server/content-types/test/index.js
getstarted/src/plugins/myplugin/server/content-types/test/index.js getstarted/src/plugins/local-plugin/server/content-types/test/index.js
src/plugins/myplugin/server/content-types/test/index.js src/plugins/local-plugin/server/content-types/test/index.js
plugins/myplugin/server/content-types/test/index.js plugins/local-plugin/server/content-types/test/index.js
myplugin/server/content-types/test/index.js local-plugin/server/content-types/test/index.js
server/content-types/test/index.js server/content-types/test/index.js
content-types/test/index.js content-types/test/index.js
test/index.js test/index.js
index.js index.js
examples/getstarted/src/plugins/myplugin/server/content-types/index.js examples/getstarted/src/plugins/local-plugin/server/content-types/index.js
getstarted/src/plugins/myplugin/server/content-types/index.js getstarted/src/plugins/local-plugin/server/content-types/index.js
src/plugins/myplugin/server/content-types/index.js src/plugins/local-plugin/server/content-types/index.js
plugins/myplugin/server/content-types/index.js plugins/local-plugin/server/content-types/index.js
myplugin/server/content-types/index.js local-plugin/server/content-types/index.js
server/content-types/index.js server/content-types/index.js
content-types/index.js content-types/index.js
index.js index.js
examples/getstarted/src/plugins/myplugin/server/controllers/index.js examples/getstarted/src/plugins/local-plugin/server/controllers/index.js
getstarted/src/plugins/myplugin/server/controllers/index.js getstarted/src/plugins/local-plugin/server/controllers/index.js
src/plugins/myplugin/server/controllers/index.js src/plugins/local-plugin/server/controllers/index.js
plugins/myplugin/server/controllers/index.js plugins/local-plugin/server/controllers/index.js
myplugin/server/controllers/index.js local-plugin/server/controllers/index.js
server/controllers/index.js server/controllers/index.js
controllers/index.js controllers/index.js
index.js index.js
examples/getstarted/src/plugins/myplugin/server/controllers/test.js examples/getstarted/src/plugins/local-plugin/server/controllers/test.js
getstarted/src/plugins/myplugin/server/controllers/test.js getstarted/src/plugins/local-plugin/server/controllers/test.js
src/plugins/myplugin/server/controllers/test.js src/plugins/local-plugin/server/controllers/test.js
plugins/myplugin/server/controllers/test.js plugins/local-plugin/server/controllers/test.js
myplugin/server/controllers/test.js local-plugin/server/controllers/test.js
server/controllers/test.js server/controllers/test.js
controllers/test.js controllers/test.js
test.js test.js
examples/getstarted/src/plugins/myplugin/package.json examples/getstarted/src/plugins/local-plugin/package.json
getstarted/src/plugins/myplugin/package.json getstarted/src/plugins/local-plugin/package.json
src/plugins/myplugin/package.json src/plugins/local-plugin/package.json
plugins/myplugin/package.json plugins/local-plugin/package.json
myplugin/package.json local-plugin/package.json
package.json package.json
examples/getstarted/src/plugins/myplugin/strapi-server.js examples/getstarted/src/plugins/local-plugin/strapi-server.js
getstarted/src/plugins/myplugin/strapi-server.js getstarted/src/plugins/local-plugin/strapi-server.js
src/plugins/myplugin/strapi-server.js src/plugins/local-plugin/strapi-server.js
plugins/myplugin/strapi-server.js plugins/local-plugin/strapi-server.js
myplugin/strapi-server.js local-plugin/strapi-server.js
strapi-server.js strapi-server.js
examples/getstarted/src/plugins/myplugin/admin/src/index.js examples/getstarted/src/plugins/local-plugin/admin/src/index.js
getstarted/src/plugins/myplugin/admin/src/index.js getstarted/src/plugins/local-plugin/admin/src/index.js
src/plugins/myplugin/admin/src/index.js src/plugins/local-plugin/admin/src/index.js
plugins/myplugin/admin/src/index.js plugins/local-plugin/admin/src/index.js
myplugin/admin/src/index.js local-plugin/admin/src/index.js
admin/src/index.js admin/src/index.js
src/index.js src/index.js
index.js index.js
examples/getstarted/src/plugins/myplugin/admin/src/utils/getTrad.js examples/getstarted/src/plugins/local-plugin/admin/src/utils/getTrad.js
getstarted/src/plugins/myplugin/admin/src/utils/getTrad.js getstarted/src/plugins/local-plugin/admin/src/utils/getTrad.js
src/plugins/myplugin/admin/src/utils/getTrad.js src/plugins/local-plugin/admin/src/utils/getTrad.js
plugins/myplugin/admin/src/utils/getTrad.js plugins/local-plugin/admin/src/utils/getTrad.js
myplugin/admin/src/utils/getTrad.js local-plugin/admin/src/utils/getTrad.js
admin/src/utils/getTrad.js admin/src/utils/getTrad.js
src/utils/getTrad.js src/utils/getTrad.js
utils/getTrad.js utils/getTrad.js
getTrad.js getTrad.js
examples/getstarted/src/plugins/myplugin/admin/src/components/PluginIcon/index.js examples/getstarted/src/plugins/local-plugin/admin/src/components/PluginIcon/index.jsx
getstarted/src/plugins/myplugin/admin/src/components/PluginIcon/index.js getstarted/src/plugins/local-plugin/admin/src/components/PluginIcon/index.jsx
src/plugins/myplugin/admin/src/components/PluginIcon/index.js src/plugins/local-plugin/admin/src/components/PluginIcon/index.jsx
plugins/myplugin/admin/src/components/PluginIcon/index.js plugins/local-plugin/admin/src/components/PluginIcon/index.jsx
myplugin/admin/src/components/PluginIcon/index.js local-plugin/admin/src/components/PluginIcon/index.jsx
admin/src/components/PluginIcon/index.js admin/src/components/PluginIcon/index.jsx
src/components/PluginIcon/index.js src/components/PluginIcon/index.jsx
components/PluginIcon/index.js components/PluginIcon/index.jsx
PluginIcon/index.js PluginIcon/index.jsx
index.js index.jsx
examples/getstarted/src/plugins/myplugin/admin/src/translations/en.json examples/getstarted/src/plugins/local-plugin/admin/src/translations/en.json
getstarted/src/plugins/myplugin/admin/src/translations/en.json getstarted/src/plugins/local-plugin/admin/src/translations/en.json
src/plugins/myplugin/admin/src/translations/en.json src/plugins/local-plugin/admin/src/translations/en.json
plugins/myplugin/admin/src/translations/en.json plugins/local-plugin/admin/src/translations/en.json
myplugin/admin/src/translations/en.json local-plugin/admin/src/translations/en.json
admin/src/translations/en.json admin/src/translations/en.json
src/translations/en.json src/translations/en.json
translations/en.json translations/en.json
en.json en.json
examples/getstarted/src/plugins/myplugin/admin/src/translations/es.json examples/getstarted/src/plugins/local-plugin/admin/src/translations/es.json
getstarted/src/plugins/myplugin/admin/src/translations/es.json getstarted/src/plugins/local-plugin/admin/src/translations/es.json
src/plugins/myplugin/admin/src/translations/es.json src/plugins/local-plugin/admin/src/translations/es.json
plugins/myplugin/admin/src/translations/es.json plugins/local-plugin/admin/src/translations/es.json
myplugin/admin/src/translations/es.json local-plugin/admin/src/translations/es.json
admin/src/translations/es.json admin/src/translations/es.json
src/translations/es.json src/translations/es.json
translations/es.json translations/es.json
es.json es.json
examples/getstarted/src/plugins/myplugin/admin/src/translations/tr.json examples/getstarted/src/plugins/local-plugin/admin/src/translations/tr.json
getstarted/src/plugins/myplugin/admin/src/translations/tr.json getstarted/src/plugins/local-plugin/admin/src/translations/tr.json
src/plugins/myplugin/admin/src/translations/tr.json src/plugins/local-plugin/admin/src/translations/tr.json
plugins/myplugin/admin/src/translations/tr.json plugins/local-plugin/admin/src/translations/tr.json
myplugin/admin/src/translations/tr.json local-plugin/admin/src/translations/tr.json
admin/src/translations/tr.json admin/src/translations/tr.json
src/translations/tr.json src/translations/tr.json
translations/tr.json translations/tr.json
tr.json tr.json
examples/getstarted/src/plugins/myplugin/admin/src/pages/App/index.js examples/getstarted/src/plugins/local-plugin/admin/src/pages/App/index.jsx
getstarted/src/plugins/myplugin/admin/src/pages/App/index.js getstarted/src/plugins/local-plugin/admin/src/pages/App/index.jsx
src/plugins/myplugin/admin/src/pages/App/index.js src/plugins/local-plugin/admin/src/pages/App/index.jsx
plugins/myplugin/admin/src/pages/App/index.js plugins/local-plugin/admin/src/pages/App/index.jsx
myplugin/admin/src/pages/App/index.js local-plugin/admin/src/pages/App/index.jsx
admin/src/pages/App/index.js admin/src/pages/App/index.jsx
src/pages/App/index.js src/pages/App/index.jsx
pages/App/index.js pages/App/index.jsx
App/index.js App/index.jsx
index.js index.jsx
examples/getstarted/src/plugins/myplugin/admin/src/pluginId.js examples/getstarted/src/plugins/local-plugin/admin/src/pluginId.js
getstarted/src/plugins/myplugin/admin/src/pluginId.js getstarted/src/plugins/local-plugin/admin/src/pluginId.js
src/plugins/myplugin/admin/src/pluginId.js src/plugins/local-plugin/admin/src/pluginId.js
plugins/myplugin/admin/src/pluginId.js plugins/local-plugin/admin/src/pluginId.js
myplugin/admin/src/pluginId.js local-plugin/admin/src/pluginId.js
admin/src/pluginId.js admin/src/pluginId.js
src/pluginId.js src/pluginId.js
pluginId.js pluginId.js
examples/getstarted/src/plugins/myplugin/strapi-admin.js examples/getstarted/src/plugins/local-plugin/strapi-admin.js
getstarted/src/plugins/myplugin/strapi-admin.js getstarted/src/plugins/local-plugin/strapi-admin.js
src/plugins/myplugin/strapi-admin.js src/plugins/local-plugin/strapi-admin.js
plugins/myplugin/strapi-admin.js plugins/local-plugin/strapi-admin.js
myplugin/strapi-admin.js local-plugin/strapi-admin.js
strapi-admin.js strapi-admin.js
examples/getstarted/src/middlewares/test-middleware.js examples/getstarted/src/middlewares/test-middleware.js
getstarted/src/middlewares/test-middleware.js getstarted/src/middlewares/test-middleware.js
@ -29341,16 +29409,16 @@ api/menu/routes/menu.js
menu/routes/menu.js menu/routes/menu.js
routes/menu.js routes/menu.js
menu.js menu.js
examples/getstarted/src/admin/app.js
getstarted/src/admin/app.js
src/admin/app.js
admin/app.js
app.js
examples/getstarted/src/admin/webpack.config.js examples/getstarted/src/admin/webpack.config.js
getstarted/src/admin/webpack.config.js getstarted/src/admin/webpack.config.js
src/admin/webpack.config.js src/admin/webpack.config.js
admin/webpack.config.js admin/webpack.config.js
webpack.config.js webpack.config.js
examples/getstarted/src/admin/app.jsx
getstarted/src/admin/app.jsx
src/admin/app.jsx
admin/app.jsx
app.jsx
examples/getstarted/package.json examples/getstarted/package.json
getstarted/package.json getstarted/package.json
package.json package.json
@ -29413,6 +29481,53 @@ examples/getstarted/public/robots.txt
getstarted/public/robots.txt getstarted/public/robots.txt
public/robots.txt public/robots.txt
robots.txt robots.txt
examples/plugins/workspace-plugin/server/register.js
plugins/workspace-plugin/server/register.js
workspace-plugin/server/register.js
server/register.js
register.js
examples/plugins/workspace-plugin/server/config/index.js
plugins/workspace-plugin/server/config/index.js
workspace-plugin/server/config/index.js
server/config/index.js
config/index.js
index.js
examples/plugins/workspace-plugin/package.json
plugins/workspace-plugin/package.json
workspace-plugin/package.json
package.json
examples/plugins/workspace-plugin/strapi-server.js
plugins/workspace-plugin/strapi-server.js
workspace-plugin/strapi-server.js
strapi-server.js
examples/plugins/workspace-plugin/admin/src/index.js
plugins/workspace-plugin/admin/src/index.js
workspace-plugin/admin/src/index.js
admin/src/index.js
src/index.js
index.js
examples/plugins/workspace-plugin/admin/src/components/PluginIcon/index.jsx
plugins/workspace-plugin/admin/src/components/PluginIcon/index.jsx
workspace-plugin/admin/src/components/PluginIcon/index.jsx
admin/src/components/PluginIcon/index.jsx
src/components/PluginIcon/index.jsx
components/PluginIcon/index.jsx
PluginIcon/index.jsx
index.jsx
examples/plugins/workspace-plugin/admin/src/pages/App/index.jsx
plugins/workspace-plugin/admin/src/pages/App/index.jsx
workspace-plugin/admin/src/pages/App/index.jsx
admin/src/pages/App/index.jsx
src/pages/App/index.jsx
pages/App/index.jsx
App/index.jsx
index.jsx
examples/plugins/workspace-plugin/admin/src/pluginId.js
plugins/workspace-plugin/admin/src/pluginId.js
workspace-plugin/admin/src/pluginId.js
admin/src/pluginId.js
src/pluginId.js
pluginId.js
examples/kitchensink/src/extensions/.gitkeep examples/kitchensink/src/extensions/.gitkeep
kitchensink/src/extensions/.gitkeep kitchensink/src/extensions/.gitkeep
src/extensions/.gitkeep src/extensions/.gitkeep

View File

@ -2884,6 +2884,10 @@ packages/core/admin/server/.eslintrc
packages/core/admin/server/tsconfig.build.json packages/core/admin/server/tsconfig.build.json
packages/core/admin/server/tsconfig.json packages/core/admin/server/tsconfig.json
packages/core/admin/server/tsconfig.eslint.json packages/core/admin/server/tsconfig.eslint.json
packages/core/admin/_internal/node/vite/plugins.ts
packages/core/admin/_internal/node/vite/watch.ts
packages/core/admin/_internal/node/vite/config.ts
packages/core/admin/_internal/node/vite/build.ts
packages/core/admin/_internal/node/webpack/watch.ts packages/core/admin/_internal/node/webpack/watch.ts
packages/core/admin/_internal/node/webpack/aliases.ts packages/core/admin/_internal/node/webpack/aliases.ts
packages/core/admin/_internal/node/webpack/config.ts packages/core/admin/_internal/node/webpack/config.ts
@ -2892,8 +2896,10 @@ packages/core/admin/_internal/node/createBuildContext.ts
packages/core/admin/_internal/node/develop.ts packages/core/admin/_internal/node/develop.ts
packages/core/admin/_internal/node/core/plugins.ts packages/core/admin/_internal/node/core/plugins.ts
packages/core/admin/_internal/node/core/monorepo.ts packages/core/admin/_internal/node/core/monorepo.ts
packages/core/admin/_internal/node/core/aliases.ts
packages/core/admin/_internal/node/core/errors.ts packages/core/admin/_internal/node/core/errors.ts
packages/core/admin/_internal/node/core/admin-customisations.ts packages/core/admin/_internal/node/core/admin-customisations.ts
packages/core/admin/_internal/node/core/config.ts
packages/core/admin/_internal/node/core/env.ts packages/core/admin/_internal/node/core/env.ts
packages/core/admin/_internal/node/core/timer.ts packages/core/admin/_internal/node/core/timer.ts
packages/core/admin/_internal/node/core/dependencies.ts packages/core/admin/_internal/node/core/dependencies.ts
@ -3688,6 +3694,8 @@ packages/core/strapi/src/commands/actions/admin/reset-user-password/command.ts
packages/core/strapi/src/commands/actions/admin/reset-user-password/__tests__/admin.reset-user-password.test.ts packages/core/strapi/src/commands/actions/admin/reset-user-password/__tests__/admin.reset-user-password.test.ts
packages/core/strapi/src/commands/actions/plugin/watch/action.ts packages/core/strapi/src/commands/actions/plugin/watch/action.ts
packages/core/strapi/src/commands/actions/plugin/watch/command.ts packages/core/strapi/src/commands/actions/plugin/watch/command.ts
packages/core/strapi/src/commands/actions/plugin/link-watch/action.ts
packages/core/strapi/src/commands/actions/plugin/link-watch/command.ts
packages/core/strapi/src/commands/actions/plugin/verify/action.ts packages/core/strapi/src/commands/actions/plugin/verify/action.ts
packages/core/strapi/src/commands/actions/plugin/verify/command.ts packages/core/strapi/src/commands/actions/plugin/verify/command.ts
packages/core/strapi/src/commands/actions/plugin/build-command/action.ts packages/core/strapi/src/commands/actions/plugin/build-command/action.ts
@ -3937,6 +3945,7 @@ docs/docs/docs/01-core/strapi/commands/02-develop.md
docs/docs/docs/01-core/strapi/commands/00-overview.md docs/docs/docs/01-core/strapi/commands/00-overview.md
docs/docs/docs/01-core/strapi/commands/_category_.json docs/docs/docs/01-core/strapi/commands/_category_.json
docs/docs/docs/01-core/strapi/commands/plugin/01-build.md docs/docs/docs/01-core/strapi/commands/plugin/01-build.md
docs/docs/docs/01-core/strapi/commands/plugin/05-link-watch.md
docs/docs/docs/01-core/strapi/commands/plugin/00-overview.md docs/docs/docs/01-core/strapi/commands/plugin/00-overview.md
docs/docs/docs/01-core/strapi/commands/plugin/02-watch.md docs/docs/docs/01-core/strapi/commands/plugin/02-watch.md
docs/docs/docs/01-core/strapi/commands/plugin/_category_.json docs/docs/docs/01-core/strapi/commands/plugin/_category_.json
@ -3985,26 +3994,26 @@ examples/kitchensink-ts/tsconfig.json
examples/kitchensink-ts/public/uploads/.gitkeep examples/kitchensink-ts/public/uploads/.gitkeep
examples/kitchensink-ts/public/robots.txt examples/kitchensink-ts/public/robots.txt
examples/getstarted/ecosystem.config.js examples/getstarted/ecosystem.config.js
examples/getstarted/src/plugins/myplugin/server/graphql.js examples/getstarted/src/plugins/local-plugin/server/graphql.js
examples/getstarted/src/plugins/myplugin/server/register.js examples/getstarted/src/plugins/local-plugin/server/register.js
examples/getstarted/src/plugins/myplugin/server/config/index.js examples/getstarted/src/plugins/local-plugin/server/config/index.js
examples/getstarted/src/plugins/myplugin/server/routes.js examples/getstarted/src/plugins/local-plugin/server/routes.js
examples/getstarted/src/plugins/myplugin/server/content-types/test/schema.json examples/getstarted/src/plugins/local-plugin/server/content-types/test/schema.json
examples/getstarted/src/plugins/myplugin/server/content-types/test/index.js examples/getstarted/src/plugins/local-plugin/server/content-types/test/index.js
examples/getstarted/src/plugins/myplugin/server/content-types/index.js examples/getstarted/src/plugins/local-plugin/server/content-types/index.js
examples/getstarted/src/plugins/myplugin/server/controllers/index.js examples/getstarted/src/plugins/local-plugin/server/controllers/index.js
examples/getstarted/src/plugins/myplugin/server/controllers/test.js examples/getstarted/src/plugins/local-plugin/server/controllers/test.js
examples/getstarted/src/plugins/myplugin/package.json examples/getstarted/src/plugins/local-plugin/package.json
examples/getstarted/src/plugins/myplugin/strapi-server.js examples/getstarted/src/plugins/local-plugin/strapi-server.js
examples/getstarted/src/plugins/myplugin/admin/src/index.js examples/getstarted/src/plugins/local-plugin/admin/src/index.js
examples/getstarted/src/plugins/myplugin/admin/src/utils/getTrad.js examples/getstarted/src/plugins/local-plugin/admin/src/utils/getTrad.js
examples/getstarted/src/plugins/myplugin/admin/src/components/PluginIcon/index.js examples/getstarted/src/plugins/local-plugin/admin/src/components/PluginIcon/index.jsx
examples/getstarted/src/plugins/myplugin/admin/src/translations/en.json examples/getstarted/src/plugins/local-plugin/admin/src/translations/en.json
examples/getstarted/src/plugins/myplugin/admin/src/translations/es.json examples/getstarted/src/plugins/local-plugin/admin/src/translations/es.json
examples/getstarted/src/plugins/myplugin/admin/src/translations/tr.json examples/getstarted/src/plugins/local-plugin/admin/src/translations/tr.json
examples/getstarted/src/plugins/myplugin/admin/src/pages/App/index.js examples/getstarted/src/plugins/local-plugin/admin/src/pages/App/index.jsx
examples/getstarted/src/plugins/myplugin/admin/src/pluginId.js examples/getstarted/src/plugins/local-plugin/admin/src/pluginId.js
examples/getstarted/src/plugins/myplugin/strapi-admin.js examples/getstarted/src/plugins/local-plugin/strapi-admin.js
examples/getstarted/src/middlewares/test-middleware.js examples/getstarted/src/middlewares/test-middleware.js
examples/getstarted/src/index.js examples/getstarted/src/index.js
examples/getstarted/src/extensions/myplugin/content-types/test/schema.json examples/getstarted/src/extensions/myplugin/content-types/test/schema.json
@ -4079,8 +4088,8 @@ examples/getstarted/src/api/menu/services/menu.js
examples/getstarted/src/api/menu/content-types/menu/schema.json examples/getstarted/src/api/menu/content-types/menu/schema.json
examples/getstarted/src/api/menu/controllers/menu.js examples/getstarted/src/api/menu/controllers/menu.js
examples/getstarted/src/api/menu/routes/menu.js examples/getstarted/src/api/menu/routes/menu.js
examples/getstarted/src/admin/app.js
examples/getstarted/src/admin/webpack.config.js examples/getstarted/src/admin/webpack.config.js
examples/getstarted/src/admin/app.jsx
examples/getstarted/package.json examples/getstarted/package.json
examples/getstarted/jsconfig.json examples/getstarted/jsconfig.json
examples/getstarted/.npmrc examples/getstarted/.npmrc
@ -4097,6 +4106,14 @@ examples/getstarted/config/database.js
examples/getstarted/README.md examples/getstarted/README.md
examples/getstarted/public/uploads/.gitkeep examples/getstarted/public/uploads/.gitkeep
examples/getstarted/public/robots.txt examples/getstarted/public/robots.txt
examples/plugins/workspace-plugin/server/register.js
examples/plugins/workspace-plugin/server/config/index.js
examples/plugins/workspace-plugin/package.json
examples/plugins/workspace-plugin/strapi-server.js
examples/plugins/workspace-plugin/admin/src/index.js
examples/plugins/workspace-plugin/admin/src/components/PluginIcon/index.jsx
examples/plugins/workspace-plugin/admin/src/pages/App/index.jsx
examples/plugins/workspace-plugin/admin/src/pluginId.js
examples/kitchensink/src/extensions/.gitkeep examples/kitchensink/src/extensions/.gitkeep
examples/kitchensink/src/api/testing/services/testing.js examples/kitchensink/src/api/testing/services/testing.js
examples/kitchensink/src/api/testing/content-types/testing/schema.json examples/kitchensink/src/api/testing/content-types/testing/schema.json

View File

@ -25509,6 +25509,17 @@ tomcat/util/openssl/SSL_CTX_set_default_passwd_cb$cb.java
util/openssl/SSL_CTX_set_default_passwd_cb$cb.java util/openssl/SSL_CTX_set_default_passwd_cb$cb.java
openssl/SSL_CTX_set_default_passwd_cb$cb.java openssl/SSL_CTX_set_default_passwd_cb$cb.java
SSL_CTX_set_default_passwd_cb$cb.java SSL_CTX_set_default_passwd_cb$cb.java
modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/PEM_read_bio_PrivateKey$cb.java
openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/PEM_read_bio_PrivateKey$cb.java
src/main/java/org/apache/tomcat/util/openssl/PEM_read_bio_PrivateKey$cb.java
main/java/org/apache/tomcat/util/openssl/PEM_read_bio_PrivateKey$cb.java
java/org/apache/tomcat/util/openssl/PEM_read_bio_PrivateKey$cb.java
org/apache/tomcat/util/openssl/PEM_read_bio_PrivateKey$cb.java
apache/tomcat/util/openssl/PEM_read_bio_PrivateKey$cb.java
tomcat/util/openssl/PEM_read_bio_PrivateKey$cb.java
util/openssl/PEM_read_bio_PrivateKey$cb.java
openssl/PEM_read_bio_PrivateKey$cb.java
PEM_read_bio_PrivateKey$cb.java
modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/SSL_CTX_set_tmp_dh_callback$dh.java modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/SSL_CTX_set_tmp_dh_callback$dh.java
openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/SSL_CTX_set_tmp_dh_callback$dh.java openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/SSL_CTX_set_tmp_dh_callback$dh.java
src/main/java/org/apache/tomcat/util/openssl/SSL_CTX_set_tmp_dh_callback$dh.java src/main/java/org/apache/tomcat/util/openssl/SSL_CTX_set_tmp_dh_callback$dh.java
@ -25597,6 +25608,17 @@ tomcat/util/openssl/SSL_set_verify$callback.java
util/openssl/SSL_set_verify$callback.java util/openssl/SSL_set_verify$callback.java
openssl/SSL_set_verify$callback.java openssl/SSL_set_verify$callback.java
SSL_set_verify$callback.java SSL_set_verify$callback.java
modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/PEM_read_bio_X509_AUX$cb.java
openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/PEM_read_bio_X509_AUX$cb.java
src/main/java/org/apache/tomcat/util/openssl/PEM_read_bio_X509_AUX$cb.java
main/java/org/apache/tomcat/util/openssl/PEM_read_bio_X509_AUX$cb.java
java/org/apache/tomcat/util/openssl/PEM_read_bio_X509_AUX$cb.java
org/apache/tomcat/util/openssl/PEM_read_bio_X509_AUX$cb.java
apache/tomcat/util/openssl/PEM_read_bio_X509_AUX$cb.java
tomcat/util/openssl/PEM_read_bio_X509_AUX$cb.java
util/openssl/PEM_read_bio_X509_AUX$cb.java
openssl/PEM_read_bio_X509_AUX$cb.java
PEM_read_bio_X509_AUX$cb.java
modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/SSL_CTX_set_alpn_select_cb$cb.java modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/SSL_CTX_set_alpn_select_cb$cb.java
openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/SSL_CTX_set_alpn_select_cb$cb.java openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/SSL_CTX_set_alpn_select_cb$cb.java
src/main/java/org/apache/tomcat/util/openssl/SSL_CTX_set_alpn_select_cb$cb.java src/main/java/org/apache/tomcat/util/openssl/SSL_CTX_set_alpn_select_cb$cb.java

View File

@ -4302,6 +4302,7 @@ modules/openssl-foreign/src/main/java/org/apache/tomcat/util/net/openssl/panama/
modules/openssl-foreign/src/main/java/org/apache/tomcat/util/net/openssl/panama/OpenSSLUtil.java modules/openssl-foreign/src/main/java/org/apache/tomcat/util/net/openssl/panama/OpenSSLUtil.java
modules/openssl-foreign/src/main/java/org/apache/tomcat/util/net/openssl/panama/OpenSSLX509Certificate.java modules/openssl-foreign/src/main/java/org/apache/tomcat/util/net/openssl/panama/OpenSSLX509Certificate.java
modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/SSL_CTX_set_default_passwd_cb$cb.java modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/SSL_CTX_set_default_passwd_cb$cb.java
modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/PEM_read_bio_PrivateKey$cb.java
modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/SSL_CTX_set_tmp_dh_callback$dh.java modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/SSL_CTX_set_tmp_dh_callback$dh.java
modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/openssl_h_Macros.java modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/openssl_h_Macros.java
modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/SSL_set_info_callback$cb.java modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/SSL_set_info_callback$cb.java
@ -4310,6 +4311,7 @@ modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/SSL_CTX_set
modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/SSL_CTX_set_cert_verify_callback$cb.java modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/SSL_CTX_set_cert_verify_callback$cb.java
modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/openssl_h.java modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/openssl_h.java
modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/SSL_set_verify$callback.java modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/SSL_set_verify$callback.java
modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/PEM_read_bio_X509_AUX$cb.java
modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/SSL_CTX_set_alpn_select_cb$cb.java modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/SSL_CTX_set_alpn_select_cb$cb.java
modules/openssl-foreign/src/main/resources/org/apache/tomcat/util/net/openssl/panama/LocalStrings.properties modules/openssl-foreign/src/main/resources/org/apache/tomcat/util/net/openssl/panama/LocalStrings.properties
modules/openssl-foreign/openssl.h modules/openssl-foreign/openssl.h

View File

@ -2113,10 +2113,6 @@ packages/js/product-editor/src/blocks/product-fields/product-list/types.ts
packages/js/product-editor/src/blocks/product-fields/product-list/editor.scss packages/js/product-editor/src/blocks/product-fields/product-list/editor.scss
packages/js/product-editor/src/blocks/product-fields/product-list/block.json packages/js/product-editor/src/blocks/product-fields/product-list/block.json
packages/js/product-editor/src/blocks/product-fields/product-list/edit.tsx packages/js/product-editor/src/blocks/product-fields/product-list/edit.tsx
packages/js/product-editor/src/blocks/product-fields/product-list/images/glasses.tsx
packages/js/product-editor/src/blocks/product-fields/product-list/images/shirt.tsx
packages/js/product-editor/src/blocks/product-fields/product-list/images/pants.tsx
packages/js/product-editor/src/blocks/product-fields/product-list/images/index.ts
packages/js/product-editor/src/blocks/product-fields/product-list/index.ts packages/js/product-editor/src/blocks/product-fields/product-list/index.ts
packages/js/product-editor/src/blocks/product-fields/schedule-sale/types.ts packages/js/product-editor/src/blocks/product-fields/schedule-sale/types.ts
packages/js/product-editor/src/blocks/product-fields/schedule-sale/editor.scss packages/js/product-editor/src/blocks/product-fields/schedule-sale/editor.scss
@ -2236,6 +2232,7 @@ packages/js/product-editor/changelog/update-product-editor-add-upsell-linked-pro
packages/js/product-editor/changelog/add-41586 packages/js/product-editor/changelog/add-41586
packages/js/product-editor/changelog/fix-41586-product-template-association packages/js/product-editor/changelog/fix-41586-product-template-association
packages/js/product-editor/changelog/update-product-editor-add-section-empty-state packages/js/product-editor/changelog/update-product-editor-add-section-empty-state
packages/js/product-editor/changelog/update-number-control-increment
packages/js/product-editor/changelog/add-43224 packages/js/product-editor/changelog/add-43224
packages/js/product-editor/changelog/docs-43052-update-links-to-woo-com-for-woo-blocks-docs packages/js/product-editor/changelog/docs-43052-update-links-to-woo-com-for-woo-blocks-docs
packages/js/product-editor/changelog/.gitkeep packages/js/product-editor/changelog/.gitkeep
@ -2874,6 +2871,7 @@ packages/js/data/changelog/update-changelogger
packages/js/data/changelog/add-34657-add-new-shipping-class packages/js/data/changelog/add-34657-add-new-shipping-class
packages/js/data/changelog/fix-39840_product_editor_variations_auto_save_bug packages/js/data/changelog/fix-39840_product_editor_variations_auto_save_bug
packages/js/data/changelog/add-34331_add_attributes_modal packages/js/data/changelog/add-34331_add_attributes_modal
packages/js/data/changelog/update-data-add-selector-to-get-related-products
packages/js/data/changelog/add-40042_prices_not_set_notice packages/js/data/changelog/add-40042_prices_not_set_notice
packages/js/data/changelog/dev-33838-migrate-data-notes-store-to-ts packages/js/data/changelog/dev-33838-migrate-data-notes-store-to-ts
packages/js/data/changelog/add-29_product_link_slug packages/js/data/changelog/add-29_product_link_slug
@ -3566,9 +3564,9 @@ plugins/woocommerce/tests/e2e-pw/tests/shopper/checkout-coupons.spec.js
plugins/woocommerce/tests/e2e-pw/tests/shopper/cart-coupons.spec.js plugins/woocommerce/tests/e2e-pw/tests/shopper/cart-coupons.spec.js
plugins/woocommerce/tests/e2e-pw/tests/shopper/checkout-create-account.spec.js plugins/woocommerce/tests/e2e-pw/tests/shopper/checkout-create-account.spec.js
plugins/woocommerce/tests/e2e-pw/tests/shopper/cart-block.spec.js plugins/woocommerce/tests/e2e-pw/tests/shopper/cart-block.spec.js
plugins/woocommerce/tests/e2e-pw/tests/shopper/cart-block-calculate-tax.spec.js
plugins/woocommerce/tests/e2e-pw/tests/shopper/product-tags-attributes.spec.js plugins/woocommerce/tests/e2e-pw/tests/shopper/product-tags-attributes.spec.js
plugins/woocommerce/tests/e2e-pw/tests/shopper/checkout-login.spec.js plugins/woocommerce/tests/e2e-pw/tests/shopper/checkout-login.spec.js
plugins/woocommerce/tests/e2e-pw/tests/shopper/checkout-block-coupons.spec.js
plugins/woocommerce/tests/e2e-pw/tests/shopper/my-account-addresses.spec.js plugins/woocommerce/tests/e2e-pw/tests/shopper/my-account-addresses.spec.js
plugins/woocommerce/tests/e2e-pw/tests/shopper/order-email-receiving.spec.js plugins/woocommerce/tests/e2e-pw/tests/shopper/order-email-receiving.spec.js
plugins/woocommerce/tests/e2e-pw/tests/shopper/cart.spec.js plugins/woocommerce/tests/e2e-pw/tests/shopper/cart.spec.js
@ -3578,6 +3576,8 @@ plugins/woocommerce/tests/e2e-pw/tests/shopper/cart-block-calculate-shipping.spe
plugins/woocommerce/tests/e2e-pw/tests/shopper/mini-cart.spec.js plugins/woocommerce/tests/e2e-pw/tests/shopper/mini-cart.spec.js
plugins/woocommerce/tests/e2e-pw/tests/shopper/my-account-pay-order.spec.js plugins/woocommerce/tests/e2e-pw/tests/shopper/my-account-pay-order.spec.js
plugins/woocommerce/tests/e2e-pw/tests/shopper/my-account.spec.js plugins/woocommerce/tests/e2e-pw/tests/shopper/my-account.spec.js
plugins/woocommerce/tests/e2e-pw/tests/shopper/checkout-block.spec.js
plugins/woocommerce/tests/e2e-pw/tests/shopper/cart-checkout-block-calculate-tax.spec.js
plugins/woocommerce/tests/e2e-pw/tests/admin-analytics/analytics-data.spec.js plugins/woocommerce/tests/e2e-pw/tests/admin-analytics/analytics-data.spec.js
plugins/woocommerce/tests/e2e-pw/tests/admin-analytics/analytics.spec.js 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-overview.spec.js
@ -3622,6 +3622,7 @@ plugins/woocommerce/tests/e2e-pw/utils/themes.js
plugins/woocommerce/tests/e2e-pw/utils/simple-products.js plugins/woocommerce/tests/e2e-pw/utils/simple-products.js
plugins/woocommerce/tests/e2e-pw/utils/index.js plugins/woocommerce/tests/e2e-pw/utils/index.js
plugins/woocommerce/tests/e2e-pw/utils/plugin-utils.js plugins/woocommerce/tests/e2e-pw/utils/plugin-utils.js
plugins/woocommerce/tests/e2e-pw/utils/checkout.js
plugins/woocommerce/tests/e2e-pw/utils/tours.js plugins/woocommerce/tests/e2e-pw/utils/tours.js
plugins/woocommerce/tests/e2e-pw/utils/features.js plugins/woocommerce/tests/e2e-pw/utils/features.js
plugins/woocommerce/tests/e2e-pw/utils/api.js plugins/woocommerce/tests/e2e-pw/utils/api.js
@ -3630,6 +3631,7 @@ plugins/woocommerce/tests/e2e-pw/utils/filters.js
plugins/woocommerce/tests/e2e-pw/utils/editor.js plugins/woocommerce/tests/e2e-pw/utils/editor.js
plugins/woocommerce/tests/e2e-pw/utils/options.js plugins/woocommerce/tests/e2e-pw/utils/options.js
plugins/woocommerce/tests/e2e-pw/utils/wordpress.js plugins/woocommerce/tests/e2e-pw/utils/wordpress.js
plugins/woocommerce/tests/e2e-pw/utils/pdp.js
plugins/woocommerce/tests/e2e-pw/playwright.config.js plugins/woocommerce/tests/e2e-pw/playwright.config.js
plugins/woocommerce/tests/e2e-pw/ignore-plugin-tests.playwright.config.js plugins/woocommerce/tests/e2e-pw/ignore-plugin-tests.playwright.config.js
plugins/woocommerce/tests/e2e-pw/README.md plugins/woocommerce/tests/e2e-pw/README.md
@ -4819,6 +4821,7 @@ plugins/woocommerce/src/Blocks/AIContent/dictionary.json
plugins/woocommerce/src/Blocks/AIContent/UpdateProducts.php plugins/woocommerce/src/Blocks/AIContent/UpdateProducts.php
plugins/woocommerce/src/Blocks/AIContent/UpdatePatterns.php plugins/woocommerce/src/Blocks/AIContent/UpdatePatterns.php
plugins/woocommerce/src/Blocks/AIContent/ContentProcessor.php plugins/woocommerce/src/Blocks/AIContent/ContentProcessor.php
plugins/woocommerce/src/Blocks/BlockTypes/ProductFiltersActive.php
plugins/woocommerce/src/Blocks/BlockTypes/ProductSummary.php plugins/woocommerce/src/Blocks/BlockTypes/ProductSummary.php
plugins/woocommerce/src/Blocks/BlockTypes/MiniCartTitleLabelBlock.php plugins/woocommerce/src/Blocks/BlockTypes/MiniCartTitleLabelBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/SingleProduct.php plugins/woocommerce/src/Blocks/BlockTypes/SingleProduct.php
@ -4828,16 +4831,16 @@ plugins/woocommerce/src/Blocks/BlockTypes/CartOrderSummaryShippingBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/CheckoutFieldsBlock.php plugins/woocommerce/src/Blocks/BlockTypes/CheckoutFieldsBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/CheckoutAdditionalInformationBlock.php plugins/woocommerce/src/Blocks/BlockTypes/CheckoutAdditionalInformationBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/CheckoutOrderSummaryCartItemsBlock.php plugins/woocommerce/src/Blocks/BlockTypes/CheckoutOrderSummaryCartItemsBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/ProductFiltersAttribute.php
plugins/woocommerce/src/Blocks/BlockTypes/ProductRatingCounter.php plugins/woocommerce/src/Blocks/BlockTypes/ProductRatingCounter.php
plugins/woocommerce/src/Blocks/BlockTypes/ProductFiltersRating.php
plugins/woocommerce/src/Blocks/BlockTypes/MiniCartCheckoutButtonBlock.php plugins/woocommerce/src/Blocks/BlockTypes/MiniCartCheckoutButtonBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/FeaturedItem.php plugins/woocommerce/src/Blocks/BlockTypes/FeaturedItem.php
plugins/woocommerce/src/Blocks/BlockTypes/CollectionStockFilter.php
plugins/woocommerce/src/Blocks/BlockTypes/CartOrderSummaryDiscountBlock.php plugins/woocommerce/src/Blocks/BlockTypes/CartOrderSummaryDiscountBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/AbstractDynamicBlock.php plugins/woocommerce/src/Blocks/BlockTypes/AbstractDynamicBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/CartOrderSummaryBlock.php plugins/woocommerce/src/Blocks/BlockTypes/CartOrderSummaryBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/ProductCollectionNoResults.php plugins/woocommerce/src/Blocks/BlockTypes/ProductCollectionNoResults.php
plugins/woocommerce/src/Blocks/BlockTypes/AtomicBlock.php plugins/woocommerce/src/Blocks/BlockTypes/AtomicBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/CollectionAttributeFilter.php
plugins/woocommerce/src/Blocks/BlockTypes/CartItemsBlock.php plugins/woocommerce/src/Blocks/BlockTypes/CartItemsBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/ProductOnSale.php plugins/woocommerce/src/Blocks/BlockTypes/ProductOnSale.php
plugins/woocommerce/src/Blocks/BlockTypes/ProductPrice.php plugins/woocommerce/src/Blocks/BlockTypes/ProductPrice.php
@ -4858,16 +4861,13 @@ plugins/woocommerce/src/Blocks/BlockTypes/CartExpressPaymentBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/ProductGalleryPager.php plugins/woocommerce/src/Blocks/BlockTypes/ProductGalleryPager.php
plugins/woocommerce/src/Blocks/BlockTypes/AttributeFilter.php plugins/woocommerce/src/Blocks/BlockTypes/AttributeFilter.php
plugins/woocommerce/src/Blocks/BlockTypes/CheckoutOrderSummaryFeeBlock.php plugins/woocommerce/src/Blocks/BlockTypes/CheckoutOrderSummaryFeeBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/CollectionRatingFilter.php
plugins/woocommerce/src/Blocks/BlockTypes/PageContentWrapper.php plugins/woocommerce/src/Blocks/BlockTypes/PageContentWrapper.php
plugins/woocommerce/src/Blocks/BlockTypes/ProductButton.php plugins/woocommerce/src/Blocks/BlockTypes/ProductButton.php
plugins/woocommerce/src/Blocks/BlockTypes/ReviewsByCategory.php plugins/woocommerce/src/Blocks/BlockTypes/ReviewsByCategory.php
plugins/woocommerce/src/Blocks/BlockTypes/PriceFilter.php plugins/woocommerce/src/Blocks/BlockTypes/PriceFilter.php
plugins/woocommerce/src/Blocks/BlockTypes/FeaturedProduct.php plugins/woocommerce/src/Blocks/BlockTypes/FeaturedProduct.php
plugins/woocommerce/src/Blocks/BlockTypes/CartCrossSellsBlock.php plugins/woocommerce/src/Blocks/BlockTypes/CartCrossSellsBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/CollectionFilters.php
plugins/woocommerce/src/Blocks/BlockTypes/ProceedToCheckoutBlock.php plugins/woocommerce/src/Blocks/BlockTypes/ProceedToCheckoutBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/CollectionActiveFilters.php
plugins/woocommerce/src/Blocks/BlockTypes/CartAcceptedPaymentMethodsBlock.php plugins/woocommerce/src/Blocks/BlockTypes/CartAcceptedPaymentMethodsBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/ProductSKU.php plugins/woocommerce/src/Blocks/BlockTypes/ProductSKU.php
plugins/woocommerce/src/Blocks/BlockTypes/RelatedProducts.php plugins/woocommerce/src/Blocks/BlockTypes/RelatedProducts.php
@ -4890,6 +4890,7 @@ plugins/woocommerce/src/Blocks/BlockTypes/Cart.php
plugins/woocommerce/src/Blocks/BlockTypes/CheckoutTotalsBlock.php plugins/woocommerce/src/Blocks/BlockTypes/CheckoutTotalsBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/AddToCartForm.php plugins/woocommerce/src/Blocks/BlockTypes/AddToCartForm.php
plugins/woocommerce/src/Blocks/BlockTypes/CheckoutBillingAddressBlock.php plugins/woocommerce/src/Blocks/BlockTypes/CheckoutBillingAddressBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/ProductFilters.php
plugins/woocommerce/src/Blocks/BlockTypes/EmptyMiniCartContentsBlock.php plugins/woocommerce/src/Blocks/BlockTypes/EmptyMiniCartContentsBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/CheckoutOrderSummaryBlock.php plugins/woocommerce/src/Blocks/BlockTypes/CheckoutOrderSummaryBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/CheckoutOrderSummaryDiscountBlock.php plugins/woocommerce/src/Blocks/BlockTypes/CheckoutOrderSummaryDiscountBlock.php
@ -4897,6 +4898,7 @@ plugins/woocommerce/src/Blocks/BlockTypes/ProductTitle.php
plugins/woocommerce/src/Blocks/BlockTypes/ActiveFilters.php plugins/woocommerce/src/Blocks/BlockTypes/ActiveFilters.php
plugins/woocommerce/src/Blocks/BlockTypes/Checkout.php plugins/woocommerce/src/Blocks/BlockTypes/Checkout.php
plugins/woocommerce/src/Blocks/BlockTypes/ProductGalleryLargeImageNextPrevious.php plugins/woocommerce/src/Blocks/BlockTypes/ProductGalleryLargeImageNextPrevious.php
plugins/woocommerce/src/Blocks/BlockTypes/ProductFiltersStockStatus.php
plugins/woocommerce/src/Blocks/BlockTypes/CheckoutPickupOptionsBlock.php plugins/woocommerce/src/Blocks/BlockTypes/CheckoutPickupOptionsBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/ProductTag.php plugins/woocommerce/src/Blocks/BlockTypes/ProductTag.php
plugins/woocommerce/src/Blocks/BlockTypes/ProductCategory.php plugins/woocommerce/src/Blocks/BlockTypes/ProductCategory.php
@ -4911,6 +4913,7 @@ plugins/woocommerce/src/Blocks/BlockTypes/CheckoutOrderSummarySubtotalBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/Breadcrumbs.php plugins/woocommerce/src/Blocks/BlockTypes/Breadcrumbs.php
plugins/woocommerce/src/Blocks/BlockTypes/CheckoutShippingAddressBlock.php plugins/woocommerce/src/Blocks/BlockTypes/CheckoutShippingAddressBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/StoreNotices.php plugins/woocommerce/src/Blocks/BlockTypes/StoreNotices.php
plugins/woocommerce/src/Blocks/BlockTypes/ProductFiltersPrice.php
plugins/woocommerce/src/Blocks/BlockTypes/CheckoutOrderSummaryCouponFormBlock.php plugins/woocommerce/src/Blocks/BlockTypes/CheckoutOrderSummaryCouponFormBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/ProductImageGallery.php plugins/woocommerce/src/Blocks/BlockTypes/ProductImageGallery.php
plugins/woocommerce/src/Blocks/BlockTypes/AbstractBlock.php plugins/woocommerce/src/Blocks/BlockTypes/AbstractBlock.php
@ -4935,7 +4938,6 @@ plugins/woocommerce/src/Blocks/BlockTypes/CartOrderSummaryFeeBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/AllReviews.php plugins/woocommerce/src/Blocks/BlockTypes/AllReviews.php
plugins/woocommerce/src/Blocks/BlockTypes/CheckoutTermsBlock.php plugins/woocommerce/src/Blocks/BlockTypes/CheckoutTermsBlock.php
plugins/woocommerce/src/Blocks/BlockTypes/ProductImage.php plugins/woocommerce/src/Blocks/BlockTypes/ProductImage.php
plugins/woocommerce/src/Blocks/BlockTypes/CollectionPriceFilter.php
plugins/woocommerce/src/Blocks/BlockTypes/RatingFilter.php plugins/woocommerce/src/Blocks/BlockTypes/RatingFilter.php
plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation/BillingWrapper.php plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation/BillingWrapper.php
plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation/Status.php plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation/Status.php
@ -5416,6 +5418,7 @@ plugins/woocommerce/changelog/43325-43288-product-collection-block-add-to-cart-a
plugins/woocommerce/changelog/42751-update-42072-update-incompatibility-generic-notice plugins/woocommerce/changelog/42751-update-42072-update-incompatibility-generic-notice
plugins/woocommerce/changelog/add-additional-fields-in-contact-block plugins/woocommerce/changelog/add-additional-fields-in-contact-block
plugins/woocommerce/changelog/43334-fix-on-sale-badge-with-no-image plugins/woocommerce/changelog/43334-fix-on-sale-badge-with-no-image
plugins/woocommerce/changelog/e2e-add-test-shopper-cart
plugins/woocommerce/changelog/fix-42852-product-gallery-block-snapping-position-on-resize plugins/woocommerce/changelog/fix-42852-product-gallery-block-snapping-position-on-resize
plugins/woocommerce/changelog/43319-fix-delete-woocommerce-gutenberg-products-block-php plugins/woocommerce/changelog/43319-fix-delete-woocommerce-gutenberg-products-block-php
plugins/woocommerce/changelog/update-contributor-list plugins/woocommerce/changelog/update-contributor-list
@ -5459,14 +5462,18 @@ plugins/woocommerce/changelog/43294-product-gallery-overlay-link-font-size
plugins/woocommerce/changelog/add-42923-empty-state plugins/woocommerce/changelog/add-42923-empty-state
plugins/woocommerce/changelog/43130-fix-42153-products-beta-migration-to-product-collection-doesnt-set-the-number-of-columns-correctly plugins/woocommerce/changelog/43130-fix-42153-products-beta-migration-to-product-collection-doesnt-set-the-number-of-columns-correctly
plugins/woocommerce/changelog/43354-fix-cys-php-warnings-and-pattern plugins/woocommerce/changelog/43354-fix-cys-php-warnings-and-pattern
plugins/woocommerce/changelog/update-convert-merchant-localpickup-e2e-tests
plugins/woocommerce/changelog/add-42224-new-flow-adding-product-collection plugins/woocommerce/changelog/add-42224-new-flow-adding-product-collection
plugins/woocommerce/changelog/dev-github-reporting-for-playwright plugins/woocommerce/changelog/dev-github-reporting-for-playwright
plugins/woocommerce/changelog/43457-43420-cys-core-update-homepage-with-default-patterns-when-the-assembler-is-loaded
plugins/woocommerce/changelog/fix-43306-product-gallery-pager-accessibility plugins/woocommerce/changelog/fix-43306-product-gallery-pager-accessibility
plugins/woocommerce/changelog/43044-fix-42975-collection-data-leak plugins/woocommerce/changelog/43044-fix-42975-collection-data-leak
plugins/woocommerce/changelog/43426-add-block-templates-e2e-tests plugins/woocommerce/changelog/43426-add-block-templates-e2e-tests
plugins/woocommerce/changelog/43150-update-switch-reset-install-to-post plugins/woocommerce/changelog/43150-update-switch-reset-install-to-post
plugins/woocommerce/changelog/update-product-editor-fix-proper-flag-for-linked-product plugins/woocommerce/changelog/update-product-editor-fix-proper-flag-for-linked-product
plugins/woocommerce/changelog/43481-43453-cys-core-introduce-route-guards-for-the-ai-flow
plugins/woocommerce/changelog/43250-update-abstract-mini-cart-block-hook-code plugins/woocommerce/changelog/43250-update-abstract-mini-cart-block-hook-code
plugins/woocommerce/changelog/43471-add-block-templates-e2e-tests-default-product-catalog
plugins/woocommerce/changelog/42913-fix-product-hero-pattern-button-alignment plugins/woocommerce/changelog/42913-fix-product-hero-pattern-button-alignment
plugins/woocommerce/changelog/update-product-editor-render-empty-state-for-upsells-section plugins/woocommerce/changelog/update-product-editor-render-empty-state-for-upsells-section
plugins/woocommerce/changelog/update-product-editor-add-product-linked-tab plugins/woocommerce/changelog/update-product-editor-add-product-linked-tab
@ -5479,6 +5486,8 @@ plugins/woocommerce/changelog/43085-fix-43084-search-query-prepare
plugins/woocommerce/changelog/update-product-editor-dismiss-linked-product-empty-advices plugins/woocommerce/changelog/update-product-editor-dismiss-linked-product-empty-advices
plugins/woocommerce/changelog/42900-add-tazza-theme-auto-insert-mini-cart plugins/woocommerce/changelog/42900-add-tazza-theme-auto-insert-mini-cart
plugins/woocommerce/changelog/fix-41907 plugins/woocommerce/changelog/fix-41907
plugins/woocommerce/changelog/43363-dev-unify-product-filter-naming-convention
plugins/woocommerce/changelog/e2e-add-tests-checkout-blocks
plugins/woocommerce/changelog/add-wc-admin-connect-redirects plugins/woocommerce/changelog/add-wc-admin-connect-redirects
plugins/woocommerce/changelog/43244-fix-43161-remove-previous-notices plugins/woocommerce/changelog/43244-fix-43161-remove-previous-notices
plugins/woocommerce/changelog/add-fallback-marketing-recommendations plugins/woocommerce/changelog/add-fallback-marketing-recommendations
@ -5493,11 +5502,14 @@ plugins/woocommerce/changelog/update-tests-search-multiple-term-ids
plugins/woocommerce/changelog/update-log-file-view-tweaks plugins/woocommerce/changelog/update-log-file-view-tweaks
plugins/woocommerce/changelog/add-date-type-param-to-revenue-stats-endpoint plugins/woocommerce/changelog/add-date-type-param-to-revenue-stats-endpoint
plugins/woocommerce/changelog/43365-update-43296-woopayments-task-copy plugins/woocommerce/changelog/43365-update-43296-woopayments-task-copy
plugins/woocommerce/changelog/fix-only-dedub-cookies-with-same-path
plugins/woocommerce/changelog/43031-update-41875-clean-up-old-notice-styles plugins/woocommerce/changelog/43031-update-41875-clean-up-old-notice-styles
plugins/woocommerce/changelog/43274-add-rebase-42081-additional-fields plugins/woocommerce/changelog/43274-add-rebase-42081-additional-fields
plugins/woocommerce/changelog/43249-fix-double-quotes-json-decoding-bug plugins/woocommerce/changelog/43249-fix-double-quotes-json-decoding-bug
plugins/woocommerce/changelog/fix-filter-blocks-navigate plugins/woocommerce/changelog/fix-filter-blocks-navigate
plugins/woocommerce/changelog/43421-fix-eslint-woocommerce-admin
plugins/woocommerce/changelog/42983-update-store-api-product-variation-attributes-support plugins/woocommerce/changelog/42983-update-store-api-product-variation-attributes-support
plugins/woocommerce/changelog/hpos-41908
plugins/woocommerce/changelog/update-product-editor-add-upsell-linked-product-section plugins/woocommerce/changelog/update-product-editor-add-upsell-linked-product-section
plugins/woocommerce/changelog/43183-dev-refactor-interactivity-dropdown plugins/woocommerce/changelog/43183-dev-refactor-interactivity-dropdown
plugins/woocommerce/changelog/add-41586 plugins/woocommerce/changelog/add-41586
@ -5514,6 +5526,7 @@ plugins/woocommerce/changelog/fix-43246-Store-API-link
plugins/woocommerce/changelog/.gitkeep plugins/woocommerce/changelog/.gitkeep
plugins/woocommerce/changelog/43076-42940-cys-color-palette-create-your-own plugins/woocommerce/changelog/43076-42940-cys-color-palette-create-your-own
plugins/woocommerce/changelog/add-43087-update-copy-of-inherit-query-from-template plugins/woocommerce/changelog/add-43087-update-copy-of-inherit-query-from-template
plugins/woocommerce/changelog/fix-41569
plugins/woocommerce/changelog/update-42405-convert-cart-shopping-e2e-tests plugins/woocommerce/changelog/update-42405-convert-cart-shopping-e2e-tests
plugins/woocommerce/changelog/43240-add-wccom-18961-marketplace-product-card-ratings plugins/woocommerce/changelog/43240-add-wccom-18961-marketplace-product-card-ratings
plugins/woocommerce/changelog/add-layout-templates-rest-api plugins/woocommerce/changelog/add-layout-templates-rest-api
@ -7288,9 +7301,11 @@ plugins/woocommerce-admin/client/customize-store/assets/images/loader-opening-th
plugins/woocommerce-admin/client/customize-store/assets/images/loader-designing-the-best-look.svg plugins/woocommerce-admin/client/customize-store/assets/images/loader-designing-the-best-look.svg
plugins/woocommerce-admin/client/customize-store/assets/images/loader-assembling-ai-optimized-store.svg plugins/woocommerce-admin/client/customize-store/assets/images/loader-assembling-ai-optimized-store.svg
plugins/woocommerce-admin/client/customize-store/assets/images/welcome-tour.svg plugins/woocommerce-admin/client/customize-store/assets/images/welcome-tour.svg
plugins/woocommerce-admin/client/customize-store/guards.ts
plugins/woocommerce-admin/client/customize-store/global.d.ts plugins/woocommerce-admin/client/customize-store/global.d.ts
plugins/woocommerce-admin/client/customize-store/utils.js plugins/woocommerce-admin/client/customize-store/utils.js
plugins/woocommerce-admin/client/customize-store/design-with-ai/tests/services.test.ts plugins/woocommerce-admin/client/customize-store/design-with-ai/tests/services.test.ts
plugins/woocommerce-admin/client/customize-store/design-with-ai/tests/index.test.tsx
plugins/woocommerce-admin/client/customize-store/design-with-ai/types.ts plugins/woocommerce-admin/client/customize-store/design-with-ai/types.ts
plugins/woocommerce-admin/client/customize-store/design-with-ai/actions.ts plugins/woocommerce-admin/client/customize-store/design-with-ai/actions.ts
plugins/woocommerce-admin/client/customize-store/design-with-ai/style.scss plugins/woocommerce-admin/client/customize-store/design-with-ai/style.scss
@ -7324,6 +7339,12 @@ plugins/woocommerce-admin/client/customize-store/design-with-ai/pages/index.tsx
plugins/woocommerce-admin/client/customize-store/design-with-ai/pages/BusinessInfoDescription.tsx plugins/woocommerce-admin/client/customize-store/design-with-ai/pages/BusinessInfoDescription.tsx
plugins/woocommerce-admin/client/customize-store/design-with-ai/pages/LookAndFeel.tsx plugins/woocommerce-admin/client/customize-store/design-with-ai/pages/LookAndFeel.tsx
plugins/woocommerce-admin/client/customize-store/design-with-ai/pages/ApiCallLoader.tsx plugins/woocommerce-admin/client/customize-store/design-with-ai/pages/ApiCallLoader.tsx
plugins/woocommerce-admin/client/customize-store/design-without-ai/types.ts
plugins/woocommerce-admin/client/customize-store/design-without-ai/actions.ts
plugins/woocommerce-admin/client/customize-store/design-without-ai/index.tsx
plugins/woocommerce-admin/client/customize-store/design-without-ai/services.ts
plugins/woocommerce-admin/client/customize-store/design-without-ai/state-machine.tsx
plugins/woocommerce-admin/client/customize-store/data/actions.ts
plugins/woocommerce-admin/client/customize-store/data/homepageTemplates.ts plugins/woocommerce-admin/client/customize-store/data/homepageTemplates.ts
plugins/woocommerce-admin/client/shipping/woocommerce-services-item.scss plugins/woocommerce-admin/client/shipping/woocommerce-services-item.scss
plugins/woocommerce-admin/client/shipping/test/shipping-recommendations-wrapper.test.tsx plugins/woocommerce-admin/client/shipping/test/shipping-recommendations-wrapper.test.tsx
@ -7807,6 +7828,8 @@ plugins/woocommerce-blocks/tests/e2e/tests/cart/update-price-plugin.php
plugins/woocommerce-blocks/tests/e2e/tests/cart/cart-checkout-block-translations.shopper.block_theme.side_effects.spec.ts plugins/woocommerce-blocks/tests/e2e/tests/cart/cart-checkout-block-translations.shopper.block_theme.side_effects.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/cart/cart-block.shopper.block_theme.side_effects.spec.ts plugins/woocommerce-blocks/tests/e2e/tests/cart/cart-block.shopper.block_theme.side_effects.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/cart/cart-checkout-block-taxes.shopper.block_theme.spec.ts plugins/woocommerce-blocks/tests/e2e/tests/cart/cart-checkout-block-taxes.shopper.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/local-pickup/local-pickup.merchant.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/local-pickup/utils.local-pickup.ts
plugins/woocommerce-blocks/tests/e2e/tests/attributes-filter/filter-products-by-attributes-count.block_theme.spec.ts plugins/woocommerce-blocks/tests/e2e/tests/attributes-filter/filter-products-by-attributes-count.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/reviews-by-product/reviews-by-product.block_theme.spec.ts plugins/woocommerce-blocks/tests/e2e/tests/reviews-by-product/reviews-by-product.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/classic-template/utils.ts plugins/woocommerce-blocks/tests/e2e/tests/classic-template/utils.ts
@ -7968,7 +7991,6 @@ plugins/woocommerce-blocks/tests/e2e-jest/specs/backend/rating-filter.test.js
plugins/woocommerce-blocks/tests/e2e-jest/specs/backend/attribute-filter.test.js plugins/woocommerce-blocks/tests/e2e-jest/specs/backend/attribute-filter.test.js
plugins/woocommerce-blocks/tests/e2e-jest/specs/backend/featured-category.test.js plugins/woocommerce-blocks/tests/e2e-jest/specs/backend/featured-category.test.js
plugins/woocommerce-blocks/tests/e2e-jest/specs/performance/cart.test.js plugins/woocommerce-blocks/tests/e2e-jest/specs/performance/cart.test.js
plugins/woocommerce-blocks/tests/e2e-jest/specs/merchant/local-pickup.test.ts
plugins/woocommerce-blocks/tests/e2e-jest/page-utils.js plugins/woocommerce-blocks/tests/e2e-jest/page-utils.js
plugins/woocommerce-blocks/.prettierignore plugins/woocommerce-blocks/.prettierignore
plugins/woocommerce-blocks/tsconfig.base.json plugins/woocommerce-blocks/tsconfig.base.json
@ -9302,65 +9324,6 @@ plugins/woocommerce-blocks/assets/js/blocks/single-product/edit/shared-product-c
plugins/woocommerce-blocks/assets/js/blocks/single-product/edit/index.tsx plugins/woocommerce-blocks/assets/js/blocks/single-product/edit/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/single-product/edit/editor-block-controls.tsx plugins/woocommerce-blocks/assets/js/blocks/single-product/edit/editor-block-controls.tsx
plugins/woocommerce-blocks/assets/js/blocks/single-product/edit/layout-editor.tsx plugins/woocommerce-blocks/assets/js/blocks/single-product/edit/layout-editor.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/price-filter/types.ts
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/price-filter/style.scss
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/price-filter/frontend.ts
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/price-filter/block.json
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/price-filter/edit.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/price-filter/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/price-filter/utils.ts
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/price-filter/components/inspector.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/price-filter/components/price-slider.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/active-filters/types.ts
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/active-filters/style.scss
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/active-filters/frontend.ts
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/active-filters/block.json
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/active-filters/edit.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/active-filters/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/active-filters/components/inspector.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/active-filters/components/removable-list-item.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/stock-filter/types.ts
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/stock-filter/preview.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/stock-filter/style.scss
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/stock-filter/frontend.ts
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/stock-filter/block.json
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/stock-filter/edit.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/stock-filter/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/stock-filter/components/inspector.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/components/preview-dropdown/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/types.ts
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/preview.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/editor.scss
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/style.scss
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/frontend.ts
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/block.json
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/edit.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/utils.ts
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/rating-filter/components/inspector.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/attribute-filter/types.ts
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/attribute-filter/style.scss
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/attribute-filter/frontend.ts
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/attribute-filter/block.json
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/attribute-filter/edit.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/attribute-filter/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/attribute-filter/utils.ts
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/attribute-filter/components/placeholder.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/attribute-filter/components/attribute-checkbox-list.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/attribute-filter/components/attribute-select-controls.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/attribute-filter/components/inspector-controls.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/inner-blocks/attribute-filter/components/attribute-dropdown.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/types.ts
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/editor.scss
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/frontend.ts
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/block.json
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/edit.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/utils.ts
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/components/upgrade.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/components/downgrade.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/components/warning.tsx
plugins/woocommerce-blocks/assets/js/blocks/collection-filters/save.tsx
plugins/woocommerce-blocks/assets/js/blocks/customer-account/types.ts plugins/woocommerce-blocks/assets/js/blocks/customer-account/types.ts
plugins/woocommerce-blocks/assets/js/blocks/customer-account/editor.scss plugins/woocommerce-blocks/assets/js/blocks/customer-account/editor.scss
plugins/woocommerce-blocks/assets/js/blocks/customer-account/style.scss plugins/woocommerce-blocks/assets/js/blocks/customer-account/style.scss
@ -9797,6 +9760,65 @@ plugins/woocommerce-blocks/assets/js/blocks/product-results-count/style.scss
plugins/woocommerce-blocks/assets/js/blocks/product-results-count/block.json plugins/woocommerce-blocks/assets/js/blocks/product-results-count/block.json
plugins/woocommerce-blocks/assets/js/blocks/product-results-count/edit.tsx plugins/woocommerce-blocks/assets/js/blocks/product-results-count/edit.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-results-count/index.tsx plugins/woocommerce-blocks/assets/js/blocks/product-results-count/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/price-filter/types.ts
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/price-filter/style.scss
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/price-filter/frontend.ts
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/price-filter/block.json
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/price-filter/edit.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/price-filter/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/price-filter/utils.ts
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/price-filter/components/inspector.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/price-filter/components/price-slider.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/active-filters/types.ts
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/active-filters/style.scss
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/active-filters/frontend.ts
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/active-filters/block.json
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/active-filters/edit.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/active-filters/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/active-filters/components/inspector.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/active-filters/components/removable-list-item.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/stock-filter/types.ts
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/stock-filter/preview.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/stock-filter/style.scss
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/stock-filter/frontend.ts
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/stock-filter/block.json
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/stock-filter/edit.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/stock-filter/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/stock-filter/components/inspector.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/components/preview-dropdown/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/rating-filter/types.ts
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/rating-filter/preview.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/rating-filter/editor.scss
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/rating-filter/style.scss
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/rating-filter/frontend.ts
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/rating-filter/block.json
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/rating-filter/edit.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/rating-filter/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/rating-filter/utils.ts
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/rating-filter/components/inspector.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/attribute-filter/types.ts
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/attribute-filter/style.scss
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/attribute-filter/frontend.ts
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/attribute-filter/block.json
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/attribute-filter/edit.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/attribute-filter/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/attribute-filter/utils.ts
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/attribute-filter/components/placeholder.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/attribute-filter/components/attribute-checkbox-list.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/attribute-filter/components/attribute-select-controls.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/attribute-filter/components/inspector-controls.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/inner-blocks/attribute-filter/components/attribute-dropdown.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/types.ts
plugins/woocommerce-blocks/assets/js/blocks/product-filters/editor.scss
plugins/woocommerce-blocks/assets/js/blocks/product-filters/frontend.ts
plugins/woocommerce-blocks/assets/js/blocks/product-filters/block.json
plugins/woocommerce-blocks/assets/js/blocks/product-filters/edit.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/utils.ts
plugins/woocommerce-blocks/assets/js/blocks/product-filters/components/upgrade.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/components/downgrade.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/components/warning.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filters/save.tsx
plugins/woocommerce-blocks/assets/js/blocks/attribute-filter/checkbox-filter.tsx plugins/woocommerce-blocks/assets/js/blocks/attribute-filter/checkbox-filter.tsx
plugins/woocommerce-blocks/assets/js/blocks/attribute-filter/test/block.tsx plugins/woocommerce-blocks/assets/js/blocks/attribute-filter/test/block.tsx
plugins/woocommerce-blocks/assets/js/blocks/attribute-filter/types.ts plugins/woocommerce-blocks/assets/js/blocks/attribute-filter/types.ts

View File

@ -1709,6 +1709,8 @@ sodium_compat/LICENSE
LICENSE LICENSE
wp-includes/canonical.php wp-includes/canonical.php
canonical.php canonical.php
wp-includes/script-modules.php
script-modules.php
wp-includes/class-requests.php wp-includes/class-requests.php
class-requests.php class-requests.php
wp-includes/block-patterns.php wp-includes/block-patterns.php
@ -4735,6 +4737,8 @@ wp-includes/theme.json
theme.json theme.json
wp-includes/class-feed.php wp-includes/class-feed.php
class-feed.php class-feed.php
wp-includes/class-wp-script-modules.php
class-wp-script-modules.php
wp-includes/rss-functions.php wp-includes/rss-functions.php
rss-functions.php rss-functions.php
wp-includes/update.php wp-includes/update.php

View File

@ -458,6 +458,7 @@ wp-includes/sodium_compat/namespaced/Core/Salsa20.php
wp-includes/sodium_compat/autoload-php7.php wp-includes/sodium_compat/autoload-php7.php
wp-includes/sodium_compat/LICENSE wp-includes/sodium_compat/LICENSE
wp-includes/canonical.php wp-includes/canonical.php
wp-includes/script-modules.php
wp-includes/class-requests.php wp-includes/class-requests.php
wp-includes/block-patterns.php wp-includes/block-patterns.php
wp-includes/class-wp-term.php wp-includes/class-wp-term.php
@ -1265,6 +1266,7 @@ wp-includes/class-wp-meta-query.php
wp-includes/post-template.php wp-includes/post-template.php
wp-includes/theme.json wp-includes/theme.json
wp-includes/class-feed.php wp-includes/class-feed.php
wp-includes/class-wp-script-modules.php
wp-includes/rss-functions.php wp-includes/rss-functions.php
wp-includes/update.php wp-includes/update.php
wp-includes/media-template.php wp-includes/media-template.php

View File

@ -1325,8 +1325,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/Results? /Results?
/Search/ /Search/
/SelectLocale?fromPage= /SelectLocale?fromPage=
/StatisticheProxy/proxy.jsp?action=mostVisited&domain=RaiTv
/StatisticheProxy/tagCloudVisualizza.jsp?tagName=
/Tes/$ /Tes/$
/Ves/$ /Ves/$
/Xhr /Xhr
@ -1457,7 +1455,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/b/*/* /b/*/*
/b/*/*+ /b/*/*+
/b?ie=UTF8&node=1619732031 /b?ie=UTF8&node=1619732031
/badge
/badges /badges
/base-en/ /base-en/
/base/logout /base/logout
@ -1528,7 +1525,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/channel/source/ /channel/source/
/chat/ /chat/
/chats/ /chats/
/checkin
/checkout /checkout
/checkout /checkout
/ci /ci
@ -1653,11 +1649,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/diff /diff
/directory /directory
/discovered /discovered
/dl/palinsesti/Page-e120a813-1b92-4057-a214-15943d95aa68.html
/dl/test
/document/comments /document/comments
/document/create /document/create
/document/delete /document/delete
/document/download
/document/edit /document/edit
/document/embed_generator /document/embed_generator
/document/embed_generator_code /document/embed_generator_code
@ -1940,14 +1935,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/limited-release /limited-release
/link /link
/list /list
/list/tips$
/list/todos$
/list/venuelikes$
/listing/*/favoriters /listing/*/favoriters
/listings$ /listings$
/lists/edited$
/lists/followed$
/lists/friends$
/lite/article/*/image /lite/article/*/image
/live-stream /live-stream
/load.js /load.js
@ -2478,6 +2467,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/user/profile$ /user/profile$
/user/register /user/register
/user/register/confirm$ /user/register/confirm$
/user/social_auth
/user_list /user_list
/users$ /users$
/users/*/group /users/*/group
@ -2828,6 +2818,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?adbid= ?adbid=
?adid= ?adid=
?af= ?af=
?aff=
?aff=11788 ?aff=11788
?aff=15024 ?aff=15024
?aff=3431 ?aff=3431
@ -5335,7 +5326,6 @@ addContacts
addToHistory addToHistory
add_diary.pl add_diary.pl
add_favorite add_favorite
addappterless
addboard addboard
adddata adddata
addemail addemail
@ -5380,7 +5370,6 @@ adsrepository
adtest adtest
adtrack adtrack
adult adult
adv/news/vystavka-prodazha-na-poiske-poyavilas-tovarnaya-galereya
advanced-search advanced-search
advanced-search/x advanced-search/x
advanced/adv-suggestions advanced/adv-suggestions
@ -5516,7 +5505,6 @@ alink
alkali alkali
all all
all-supported-params all-supported-params
all?
allegation allegation
allprodreviews allprodreviews
allproductreview allproductreview
@ -5668,7 +5656,6 @@ app/use-case
app/webhooks app/webhooks
app= app=
appId=Dev10IDEF1 appId=Dev10IDEF1
appTv
appchart appchart
appealed-pin appealed-pin
appexchange/addedit_app.jsp appexchange/addedit_app.jsp
@ -5744,13 +5731,10 @@ arabic
arama arama
archiv/regional archiv/regional
archive archive
archive$
archive/api/image.jpg
archive/article archive/article
archive/graphs.php archive/graphs.php
archive/lifestyle/wellness/1999/01/19/an-illness-no-one-understands-tourettes-syndrome/852df0cc-2164-4c83-be8d-0c770d028547 archive/lifestyle/wellness/1999/01/19/an-illness-no-one-understands-tourettes-syndrome/852df0cc-2164-4c83-be8d-0c770d028547
archive/page archive/page
archive/project/sovsport$
archived archived
archives archives
archivos archivos
@ -6037,8 +6021,6 @@ audio_file
audio_news audio_news
audio_player audio_player
aui/inbound aui/inbound
aura
aura/promo
auth auth
auth auth
auth$ auth$
@ -6614,6 +6596,148 @@ beta_hotlydbt/
betaboards betaboards
betacc betacc
betaem betaem
betting/sitemap-2017-40-a.xml
betting/sitemap-2017-41-a.xml
betting/sitemap-2017-43-a.xml
betting/sitemap-2017-45-a.xml
betting/sitemap-2017-46-a.xml
betting/sitemap-2017-47-a.xml
betting/sitemap-2017-50-a.xml
betting/sitemap-2018-08-a.xml
betting/sitemap-2018-10-a.xml
betting/sitemap-2018-11-a.xml
betting/sitemap-2018-12-a.xml
betting/sitemap-2018-13-a.xml
betting/sitemap-2018-14-a.xml
betting/sitemap-2018-15-a.xml
betting/sitemap-2018-16-a.xml
betting/sitemap-2018-18-a.xml
betting/sitemap-2018-19-a.xml
betting/sitemap-2018-20-a.xml
betting/sitemap-2018-21-a.xml
betting/sitemap-2018-24-a.xml
betting/sitemap-2018-26-a.xml
betting/sitemap-2018-28-a.xml
betting/sitemap-2018-31-a.xml
betting/sitemap-2018-32-a.xml
betting/sitemap-2018-34-a.xml
betting/sitemap-2018-35-a.xml
betting/sitemap-2018-37-a.xml
betting/sitemap-2018-38-a.xml
betting/sitemap-2018-40-a.xml
betting/sitemap-2018-42-a.xml
betting/sitemap-2018-43-a.xml
betting/sitemap-2018-5-a.xml
betting/sitemap-2018-6-a.xml
betting/sitemap-2018-7-a.xml
betting/sitemap-2018-8-a.xml
betting/sitemap-2019-11-a.xml
betting/sitemap-2019-25-a.xml
betting/sitemap-2019-31-a.xml
betting/sitemap-2019-32-a.xml
betting/sitemap-2019-34-a.xml
betting/sitemap-2019-42-a.xml
betting/sitemap-2019-43-a.xml
betting/sitemap-2019-44-a.xml
betting/sitemap-2019-45-a.xml
betting/sitemap-2019-46-a.xml
betting/sitemap-2019-47-a.xml
betting/sitemap-2019-48-a.xml
betting/sitemap-2019-49-a.xml
betting/sitemap-2019-50-a.xml
betting/sitemap-2019-51-a.xml
betting/sitemap-2019-52-a.xml
betting/sitemap-2020-1-a.xml
betting/sitemap-2020-10-a.xml
betting/sitemap-2020-11-a.xml
betting/sitemap-2020-12-a.xml
betting/sitemap-2020-13-a.xml
betting/sitemap-2020-15-a.xml
betting/sitemap-2020-16-a.xml
betting/sitemap-2020-17-a.xml
betting/sitemap-2020-18-a.xml
betting/sitemap-2020-19-a.xml
betting/sitemap-2020-2-a.xml
betting/sitemap-2020-20-a.xml
betting/sitemap-2020-21-a.xml
betting/sitemap-2020-22-a.xml
betting/sitemap-2020-24-a.xml
betting/sitemap-2020-25-a.xml
betting/sitemap-2020-26-a.xml
betting/sitemap-2020-27-a.xml
betting/sitemap-2020-28-a.xml
betting/sitemap-2020-30-a.xml
betting/sitemap-2020-31-a.xml
betting/sitemap-2020-33-a.xml
betting/sitemap-2020-34-a.xml
betting/sitemap-2020-35-a.xml
betting/sitemap-2020-36-a.xml
betting/sitemap-2020-37-a.xml
betting/sitemap-2020-38-a.xml
betting/sitemap-2020-39-a.xml
betting/sitemap-2020-40-a.xml
betting/sitemap-2020-41-a.xml
betting/sitemap-2020-42-a.xml
betting/sitemap-2020-43-a.xml
betting/sitemap-2020-44-a.xml
betting/sitemap-2020-47-a.xml
betting/sitemap-2020-48-a.xml
betting/sitemap-2020-5-a.xml
betting/sitemap-2020-50-a.xml
betting/sitemap-2020-51-a.xml
betting/sitemap-2020-52-a.xml
betting/sitemap-2020-7-a.xml
betting/sitemap-2021-1-a.xml
betting/sitemap-2021-10-a.xml
betting/sitemap-2021-11-a.xml
betting/sitemap-2021-12-a.xml
betting/sitemap-2021-16-a.xml
betting/sitemap-2021-17-a.xml
betting/sitemap-2021-18-a.xml
betting/sitemap-2021-22-a.xml
betting/sitemap-2021-24-a.xml
betting/sitemap-2021-25-a.xml
betting/sitemap-2021-3-a.xml
betting/sitemap-2021-40-a.xml
betting/sitemap-2021-43-a.xml
betting/sitemap-2021-49-a.xml
betting/sitemap-2021-5-a.xml
betting/sitemap-2021-50-a.xml
betting/sitemap-2021-7-a.xml
betting/sitemap-2021-8-a.xml
betting/sitemap-2022-1-a.xml
betting/sitemap-2022-12-a.xml
betting/sitemap-2022-13-a.xml
betting/sitemap-2022-14-a.xml
betting/sitemap-2022-15-a.xml
betting/sitemap-2022-16-a.xml
betting/sitemap-2022-17-a.xml
betting/sitemap-2022-18-a.xml
betting/sitemap-2022-19-a.xml
betting/sitemap-2022-20-a.xml
betting/sitemap-2022-21-a.xml
betting/sitemap-2022-22-a.xml
betting/sitemap-2022-23-a.xml
betting/sitemap-2022-24-a.xml
betting/sitemap-2022-25-a.xml
betting/sitemap-2022-26-a.xml
betting/sitemap-2022-27-a.xml
betting/sitemap-2022-28-a.xml
betting/sitemap-2022-29-a.xml
betting/sitemap-2022-30-a.xml
betting/sitemap-2022-31-a.xml
betting/sitemap-2022-32-a.xml
betting/sitemap-2022-33-a.xml
betting/sitemap-2022-34-a.xml
betting/sitemap-2022-35-a.xml
betting/sitemap-2022-36-a.xml
betting/sitemap-2022-37-a.xml
betting/sitemap-2022-38-a.xml
betting/sitemap-2022-39-a.xml
betting/sitemap-2022-4-a.xml
betting/sitemap-2022-40-a.xml
betting/sitemap-2022-6-a.xml
betting/sitemap-2022-7-a.xml
bfe/apps/website bfe/apps/website
bfl bfl
bfmp bfmp
@ -6781,7 +6905,6 @@ blogintegrations/
blogletspeak/ blogletspeak/
blogmarketing/ blogmarketing/
blogs blogs
blogs$
blogs/ blogs/
blogs/$ blogs/$
blogs/*%2B blogs/*%2B
@ -7012,8 +7135,6 @@ bus/Nouveau-Brunswick
bus/Nouvelle-Ecosse bus/Nouvelle-Ecosse
bus/Terre-Neuve-et-Labrador bus/Terre-Neuve-et-Labrador
bus/Territoires-du-Nord-Ouest bus/Territoires-du-Nord-Ouest
bus/api
bus/orders
bus/print bus/print
bus/widget bus/widget
buscador buscador
@ -7997,6 +8118,7 @@ cl
cl2/feeds cl2/feeds
cl2/ical cl2/ical
class class
class="CvDJxb"
classic-apps classic-apps
classic/contact/concerts.htm classic/contact/concerts.htm
classic/contact/default.htm classic/contact/default.htm
@ -8159,8 +8281,6 @@ collections/share
collections/user collections/user
collections?srh_coll= collections?srh_coll=
collections_list?srh_coll= collections_list?srh_coll=
collezioni/*/$
collezioni/*/index.html$
color= color=
colors$ colors$
comedy comedy
@ -8839,8 +8959,11 @@ de*/step
de*/submit de*/submit
de*/submitted de*/submitted
de-*/ de-*/
de-at
de-at/ de-at/
de-ch
de-ch/ de-ch/
de-de
de-de/ de-de/
de-de/corporate/rechtliche-hinweise/impressum_de.aspx de-de/corporate/rechtliche-hinweise/impressum_de.aspx
de-de/feedback de-de/feedback
@ -9118,7 +9241,6 @@ developerworks/forums/post
developerworks/forums/servlet developerworks/forums/servlet
developerworks/wikis/login.action developerworks/wikis/login.action
development development
device
device-ajax device-ajax
device-prefs device-prefs
deviceList deviceList
@ -9373,7 +9495,6 @@ dk/tools/logo-maker/onboarding
dk/ventureone dk/ventureone
dk?* dk?*
dl dl
dl/RaiTV/programmi/media
dl01 dl01
dl02 dl02
dl03 dl03
@ -9432,6 +9553,7 @@ document-format.html
document/comments document/comments
document/create document/create
document/delete document/delete
document/download
document/edit document/edit
document/embed_generator document/embed_generator
document/embed_generator_code document/embed_generator_code
@ -9605,6 +9727,10 @@ editorial-images
editorial/* editorial/*
editpayment editpayment
edu/cs4hs edu/cs4hs
edu/ping
edu/tasks
edu/teachers
edu/test
education/404_en.htm education/404_en.htm
education/blocks education/blocks
education/blocks$ education/blocks$
@ -9795,6 +9921,7 @@ en-nz/
en-ph/ en-ph/
en-sg/ en-sg/
en-tt/ en-tt/
en-us
en-us-library en-us-library
en-us/ en-us/
en-us/GDCMTestSites/* en-us/GDCMTestSites/*
@ -9938,6 +10065,7 @@ es-co/
es-cr/ es-cr/
es-do/ es-do/
es-ec/ es-ec/
es-es
es-es*/blog-article-remove-faq-utms-*.js es-es*/blog-article-remove-faq-utms-*.js
es-es*/cdn-cgi/challenge-platform es-es*/cdn-cgi/challenge-platform
es-es*/step es-es*/step
@ -10382,7 +10510,6 @@ fallback
false/select-store-cookies.html false/select-store-cookies.html
family_filter family_filter
familylink-earlyaccess familylink-earlyaccess
familysearch
fan/feed fan/feed
fan_reach fan_reach
faq-index-search?* faq-index-search?*
@ -10750,9 +10877,12 @@ fr*/step
fr*/submit fr*/submit
fr*/submitted fr*/submitted
fr-*/ fr-*/
fr-be
fr-be/ fr-be/
fr-ca/ fr-ca/
fr-ch
fr-ch/ fr-ch/
fr-fr
fr-fr/ fr-fr/
fr-fr/feedback fr-fr/feedback
fr-fr/lp fr-fr/lp
@ -10922,7 +11052,6 @@ freemonth
freertos/archive freertos/archive
french/thewto_f/minist_f/mc10_f/coordinator_guide_f.pdf french/thewto_f/minist_f/mc10_f/coordinator_guide_f.pdf
french/thewto_f/minist_f/mc10_f/participant_guide_f.pdf french/thewto_f/minist_f/mc10_f/participant_guide_f.pdf
fresh
friends friends
friends-through-gvhd friends-through-gvhd
friendsprofile friendsprofile
@ -11268,6 +11397,12 @@ googlebooks/images
googlegroups googlegroups
gopherdata gopherdata
gorf gorf
gorsel
gorsel/$
gorsel/?
gorsel/smart/$
gorsel/touch/$
gorsel/touch/?
goto goto
goto_issue goto_issue
goto_rubric goto_rubric
@ -11473,8 +11608,6 @@ guest-demos
guest-pass guest-pass
guestEmailNotificationView guestEmailNotificationView
guestbook/ guestbook/
guidatv-old$
guidatv/lista$
guide guide
guidebooks guidebooks
guidemep_info_2009/ guidemep_info_2009/
@ -11510,6 +11643,7 @@ harming/humans
hash= hash=
hashid=%subscriber_hash% hashid=%subscriber_hash%
hashtag/*?src= hashtag/*?src=
hava
hava-durumu/*p= hava-durumu/*p=
hbbtv hbbtv
hbbtv-dev hbbtv-dev
@ -11796,7 +11930,6 @@ how-we-serve/mission-and-ministry/missionary-bios
how-we-serve/mission-and-ministry/missionary-bios/ how-we-serve/mission-and-ministry/missionary-bios/
howto howto
howtobuy/ howtobuy/
hp/focus-retrocompatibile$
hp/video/api hp/video/api
hp/video/mystuff hp/video/mystuff
hp/video/profiles hp/video/profiles
@ -11879,7 +12012,7 @@ http://npmjs.com/robots.txt
http://patreon.com/robots.txt http://patreon.com/robots.txt
http://polyfill.io/robots.txt http://polyfill.io/robots.txt
http://producthunt.com/robots.txt http://producthunt.com/robots.txt
http://raiplay.it/robots.txt http://raw.githubusercontent.com/robots.txt
http://redbubble.com/robots.txt http://redbubble.com/robots.txt
http://slideshare.net/robots.txt http://slideshare.net/robots.txt
http://sundancechannel.com/robots.txt http://sundancechannel.com/robots.txt
@ -12142,8 +12275,6 @@ ieupdate/
ifh ifh
ifr/ ifr/
iframe/ad? iframe/ad?
iframe/dirette
iframe/video
iframe= iframe=
iframes iframes
ig/forums ig/forums
@ -12230,6 +12361,7 @@ images.html
images/ images/
images/$ images/$
images/* images/*
images/?
images/Podcasts images/Podcasts
images/async/? images/async/?
images/async? images/async?
@ -12246,21 +12378,15 @@ images/li.gif
images/logging_requests.gif images/logging_requests.gif
images/mockups images/mockups
images/ndtvvideo/* images/ndtvvideo/*
images/pad/search?rpt=imageview
images/pad/search?text=*&source=morda
images/resume images/resume
images/search%3F images/search%3F
images/search/? images/search/?
images/search? images/search?
images/search?rpt=imageview
images/search?text=*&source=morda
images/searchbyimage images/searchbyimage
images/showroomimages images/showroomimages
images/smart/$ images/smart/$
images/touch/$ images/touch/$
images/touch/? images/touch/?
images/touch/search?rpt=imageview
images/touch/search?text=*&source=morda
images/usedcarimages images/usedcarimages
images/userprofileimg images/userprofileimg
images/v$ images/v$
@ -12661,6 +12787,8 @@ it*/step
it*/submit it*/submit
it*/submitted it*/submitted
it-*/ it-*/
it-ch
it-it
it-it/ it-it/
it-it/feedback it-it/feedback
it-it/lp it-it/lp
@ -12951,7 +13079,6 @@ jobs/companies/n
jobs/cv/sign-up-and-create jobs/cv/sign-up-and-create
jobs/email-job jobs/email-job
jobs/n jobs/n
jobs/skill-diagnostic/private
jobs/view/externalApply jobs/view/externalApply
jobs?runSearch jobs?runSearch
johnhancock johnhancock
@ -13174,7 +13301,6 @@ jsky/?
jsky/search? jsky/search?
jsky? jsky?
json json
json$
jsp/events jsp/events
jump_to jump_to
jumpstart/ jumpstart/
@ -13331,7 +13457,6 @@ kr/ventureone
krypto= krypto=
kui= kui=
kwanzaa-spotlight kwanzaa-spotlight
l
lab lab
label label
labs/pmc labs/pmc
@ -13881,9 +14006,8 @@ mapi?*
mapprint? mapprint?
maps maps
maps/*?lang=kk$ maps/*?lang=kk$
maps/*?lang=ru$
maps/*?lang=uk$
maps/*?lang=uz$ maps/*?lang=uz$
maps/*?ll=
maps/about maps/about
maps/adsendpoint maps/adsendpoint
maps/api/js maps/api/js
@ -14393,7 +14517,6 @@ mobile/alpha
mobile/check mobile/check
mobile/cities-transformed mobile/cities-transformed
mobile/content_api/guide mobile/content_api/guide
mobile/search
mobile=no* mobile=no*
mobile_login mobile_login
mobileformat= mobileformat=
@ -14508,6 +14631,7 @@ msclkid=
msdn-files/ msdn-files/
msdntv/ msdntv/
msearch msearch
msearchpart
msg msg
msgToConns msgToConns
msgcenter msgcenter
@ -14772,7 +14896,6 @@ narrative-
nas nas
nationalfilmregistry nationalfilmregistry
native native
native$
native-android-mobile native-android-mobile
native-android-tablet native-android-tablet
nature-index/annual-tables/2021/academic-normalized nature-index/annual-tables/2021/academic-normalized
@ -15011,7 +15134,9 @@ nl*/step
nl*/submit nl*/submit
nl*/submitted nl*/submitted
nl-*/ nl-*/
nl-be
nl-be/ nl-be/
nl-nl
nl-nl/ nl-nl/
nl/*?*shpxid= nl/*?*shpxid=
nl/*?order= nl/*?order=
@ -15642,9 +15767,6 @@ pages?oid=-
pagesense/help/search-results.html pagesense/help/search-results.html
pagespeed/insights/ui/logo pagespeed/insights/ui/logo
paid-posts paid-posts
palinsesto/guidatv/*/*.html$
palinsesto/guidatv/lista/*/*.html$
palinsesto/retrocompatibile/*/*.html
palm palm
panasonic panasonic
panel panel
@ -15746,7 +15868,6 @@ pegulator
pending pending
pendings.php pendings.php
people people
people/$
people/*/*?*daterange people/*/*?*daterange
people/*/*?*page people/*/*?*page
people/*/category people/*/category
@ -15758,8 +15879,6 @@ people/iweReconnectAction
people/like people/like
people/offers.html people/offers.html
people/oldhelp/ people/oldhelp/
people/pad$
people/pad/$
people/quickbook-integration.html people/quickbook-integration.html
people/search people/search
people/setup-guide.html people/setup-guide.html
@ -15925,6 +16044,7 @@ pl*/people/*/favorites
pl*/shop/*/favoriters pl*/shop/*/favoriters
pl*/shop/*/sold pl*/shop/*/sold
pl-*/ pl-*/
pl-pl
pl-pl/ pl-pl/
pl/*?order= pl/*?order=
pl/*color= pl/*color=
@ -16043,7 +16163,6 @@ plug_id
plugin plugin
plugins plugins
plugins-libraries plugins-libraries
plugins/search
plus/r plus/r
plusinstall plusinstall
pm/ pm/
@ -16066,6 +16185,7 @@ pmc/publisherportal/download
pmc/publisherportal/journalmanager pmc/publisherportal/journalmanager
pmc/tocrender.fcgi pmc/tocrender.fcgi
pmc/utilities pmc/utilities
pmc='{\x22aa\x22:{},\x22abd\x22:{\x22abd\x22:false,\x22deb\x22:false,\x22det\x22:false},\x22async\x22:{},\x22attn\x22:{},\x22bgd\x22:{\x22ac\x22:true,\x22as\x22:true,\x22at\x22:0,\x22ea\x22:true,\x22ed\x22:0,\x22ei\x22:true,\x22el\x22:true,\x22ep\x22:true,\x22er\x22:true,\x22et\x22:0,\x22eu\x22:false,\x22li\x22:false,\x22wl\x22:false},\x22cdos\x22:{\x22cdobsel\x22:false},\x22csi\x22:{},\x22d\x22:{},\x22foot\x22:{},\x22gf\x22:{\x22pid\x22:196},\x22gwc\x22:{},\x22hsm\x22:{},\x22jsa\x22:{\x22csi\x22:true,\x22csir\x22:100},\x22kyn\x22:{},\x22lli\x22:{},\x22mb4ZUb\x22:{},\x22pHXghd\x22:{},\x22sb_wiz\x22:{\x22onf\x22:\x22EAEyYgocChpXYXMgbWFjaHQgZWluZSBSb2JvdHMgdHh0PwolCiNXYXMgYmVkZXV0ZXQgVXNlci1BZ2VudCAqIGRpc2FsbG93PwoYChZXYXMgbWFjaHQgZWluIENyYXdsZXI_EOQC\x22,\x22scq\x22:\x22\x22,\x22stok\x22:\x22kg2n13zKlsUYNFi9FBWUwQTV6Ks\x22},\x22sf\x22:{},\x22sonic\x22:{},\x22spch\x22:{\x22ae\x22:\x22\\u00dcberpr\\u00fcfe
pmcomment/ pmcomment/
pmm-templates pmm-templates
pmo/contact/en/staff pmo/contact/en/staff
@ -16288,10 +16408,8 @@ podcasts/woord-vakantiepakket-2016.html$
podcasts/yous-yay-new-emotions$ podcasts/yous-yay-new-emotions$
podcasts/yous-yay-new-emotions.html$ podcasts/yous-yay-new-emotions.html$
podpiska/login.pl podpiska/login.pl
pogoda/*?*lat=*&*lon= pogod
pogoda/*?*lon=*&*lat= pogoda
pogoda/404
pogoda/search
pointroll pointroll
policies policies
policies/dpa policies/dpa
@ -16371,7 +16489,6 @@ preference
preferences preferences
preferences/ preferences/
preferences/cookies preferences/cookies
prefetch
prefs prefs
preisvergleich preisvergleich
prelex prelex
@ -16439,7 +16556,6 @@ privacy/zoho-group.html
privacy_policy privacy_policy
privacypolicychanges privacypolicychanges
private private
private/wtrack
prix-essence prix-essence
pro pro
pro-learn pro-learn
@ -16489,10 +16605,8 @@ products/explore
products/finder products/finder
products/holiday-sales-*sgbr-sg products/holiday-sales-*sgbr-sg
products/home-perf products/home-perf
products/product/*/sku
products/query products/query
products/query/*nqrwns products/query/*nqrwns
products/search?text=
products/world-war-i/?category= products/world-war-i/?category=
products; products;
products? products?
@ -16550,8 +16664,6 @@ programas/vocesalacarta
programas/vocesusuarios programas/vocesusuarios
programmas/tegenlicht/zoeken$ programmas/tegenlicht/zoeken$
programmas/tegenlicht/zoeken.html$ programmas/tegenlicht/zoeken.html$
programmi/*/$
programmi/*/index.html$
programming/free/files programming/free/files
project-spice project-spice
project/*/event project/*/event
@ -16591,8 +16703,10 @@ promo/*goodbye
promo/*welcome promo/*welcome
promo/diskelement promo/diskelement
promo/launcher/? promo/launcher/?
promo/launcher/feedback
promo/launcher/mgoodbye promo/launcher/mgoodbye
promo/market/mobile/app*?from= promo/skype*?
promo/skype/*
promo/yobject/changelog promo/yobject/changelog
promo_code promo_code
promoassets promoassets
@ -16661,6 +16775,7 @@ pt-PT/search
pt-PT/user pt-PT/user
pt-PT/users pt-PT/users
pt-ao pt-ao
pt-br
pt-br/ pt-br/
pt-br/@ pt-br/@
pt-br/account pt-br/account
@ -16681,6 +16796,7 @@ pt-br/s/cole%C3%A7%C3%B5es
pt-br/s/usu%C3%A1rios pt-br/s/usu%C3%A1rios
pt-br/s/visual pt-br/s/visual
pt-br/search pt-br/search
pt-pt
pt-pt/ pt-pt/
pt/*?order= pt/*?order=
pt/*color= pt/*color=
@ -16834,12 +16950,6 @@ q/*/settings
q/*/stats q/*/stats
q/*/submissions q/*/submissions
q/*/suggestions q/*/suggestions
q/profile/*/answers
q/profile/*/articles
q/profile/*/org_answers
q/profile/*/questions
q/profile/*/subscribers
q/profile/*/verifies
q/static-3.28 q/static-3.28
q/static-4.11 q/static-4.11
q/static-4.12 q/static-4.12
@ -16848,12 +16958,6 @@ q/static-5.22
q/static-5.23 q/static-5.23
q/static-5.28 q/static-5.28
q/static-5.29 q/static-5.29
q/user/*/answers
q/user/*/articles
q/user/*/org_answers
q/user/*/questions
q/user/*/subscribers
q/user/*/verifies
q= q=
qa qa
qantas qantas
@ -17461,7 +17565,6 @@ school-architecture-design/wp-content/sites/
school-architecture-design/wp-content/themes/ school-architecture-design/wp-content/themes/
school-architecture-design/wp-content/wp-admin/ school-architecture-design/wp-content/wp-admin/
school-architecture-design/wp-content/wp-includes/ school-architecture-design/wp-content/wp-includes/
schoolsearch
sciam/esi-my-account.cfm sciam/esi-my-account.cfm
sciam/remote sciam/remote
science/MiamiMultiMediaURL science/MiamiMultiMediaURL
@ -17715,7 +17818,6 @@ search/customers/browse
search/customers? search/customers?
search/default.aspx?* search/default.aspx?*
search/ec_solr search/ec_solr
search/entity/touch
search/events/_ search/events/_
search/events? search/events?
search/feed_content? search/feed_content?
@ -18239,10 +18341,8 @@ signup
signup$ signup$
signup-intlredirect signup-intlredirect
signup-light/ signup-light/
signup/$
signup/* signup/*
signup/collablink signup/collablink
signup?
signup_modal signup_modal
signurl signurl
simple.html$ simple.html$
@ -19460,11 +19560,7 @@ take-a-class/participant-materials
takedown takedown
talent/matches talent/matches
talk talk
talk/api
talk/create
talk/new_topic talk/new_topic
talk/user
talk/user/*/article
talks2 talks2
talktalk talktalk
tally-loader-react/static-1.65 tally-loader-react/static-1.65
@ -19805,7 +19901,6 @@ topiclist/
topics topics
topics/category/undefined topics/category/undefined
topicsearch?q= topicsearch?q=
touch/login
touchsearch touchsearch
touringbird touringbird
toyota/coming-soon toyota/coming-soon
@ -19960,7 +20055,6 @@ trending
trending-searches trending-searches
trendingbar trendingbar
trends trends
trends-carousel
trends/beta trends/beta
trends/embed.js? trends/embed.js?
trends/fetchComponent? trends/fetchComponent?
@ -20130,8 +20224,6 @@ uas/oauth2
uds uds
ugc ugc
ugc$ ugc$
ugcpub
ugcpub/cabinet
ugcsupport ugcsupport
ugcsupport$ ugcsupport$
ui ui
@ -20606,7 +20698,6 @@ user/
user/* user/*
user/*/ user/*/
user/*/channel user/*/channel
user/*/checkin
user/*/episodes/feed user/*/episodes/feed
user/*/followers user/*/followers
user/*/following user/*/following
@ -20720,8 +20811,7 @@ users/stats
users/user_hints users/user_hints
using using
uslugi uslugi
uslugi/*/category/doctors uslugi/$
uslugi/cab
usopen09/* usopen09/*
uspod uspod
usr usr
@ -20757,8 +20847,6 @@ uz/users
v v
v$ v$
v.cfm v.cfm
v/badge
v/checkin
v/s/vmdn v/s/vmdn
v1 v1
v1/browser-performance v1/browser-performance
@ -20797,7 +20885,6 @@ velo/forum/search
velo/profile velo/profile
vendor vendor
ventureone ventureone
venue/claim
venue/venue_take_ownership_from_add_show__ownership_taken venue/venue_take_ownership_from_add_show__ownership_taken
verification/source verification/source
verificationofemployment verificationofemployment
@ -20854,12 +20941,10 @@ via=
video video
video-alert video-alert
video-c.php video-c.php
video-old
video-search video-search
video.php video.php
video/$ video/$
video/%D0%B7%D0%B0%D0%BF%D1%80%D0%BE%D1%81 video/%D0%B7%D0%B0%D0%BF%D1%80%D0%BE%D1%81
video/%D0%B7%D0%B0%D0%BF%D1%80%D0%BE%D1%81/*text=
video/*/preview video/*/preview
video/*/search video/*/search
video/*filmId= video/*filmId=
@ -21090,6 +21175,7 @@ wcs
wcsstore wcsstore
we-speak-your-language/index. we-speak-your-language/index.
wearepages wearepages
weather
weather.html?latitude= weather.html?latitude=
weather.html?old= weather.html?old=
weather/*/historic?hd= weather/*/historic?hd=
@ -22100,8 +22186,6 @@ wp-admin/admin-ajax.php
wp-admin/admin-ajax.phphttp://aljazeera.com/robots.txt wp-admin/admin-ajax.phphttp://aljazeera.com/robots.txt
wp-admin/admin-ajax.phphttp://fool.com/robots.txt wp-admin/admin-ajax.phphttp://fool.com/robots.txt
wp-admin/admin-ajax.phphttp://openstreetmap.org/robots.txt wp-admin/admin-ajax.phphttp://openstreetmap.org/robots.txt
wp-admin/load-scripts.php
wp-admin/load-styles.php
wp-adv wp-adv
wp-comments-post.php wp-comments-post.php
wp-content wp-content
@ -22258,18 +22342,6 @@ xs4all
xsl/ xsl/
y1= y1=
yaca yaca
yaca/$
yaca/*.xml$
yaca/*/geo
yaca/*/synt2
yaca/*/time
yaca/*/tungrp
yaca/cat/*/$
yaca/cat/*/geo
yaca/m/$
yaca/m/yca/cat/*/$
yaca/result.xml
yandpage
yandsearch yandsearch
yap/preview yap/preview
yca/cy yca/cy
@ -22429,7 +22501,9 @@ zh-cn/search/$
zh-cn/sitemap zh-cn/sitemap
zh-hans/node/ zh-hans/node/
zh-hant/node/ zh-hant/node/
zh-hk
zh-hk/ zh-hk/
zh-sg
zh-tw/ zh-tw/
zh-tw/feedback zh-tw/feedback
zh-tw/lp zh-tw/lp
@ -22615,6 +22689,9 @@ zz
2016/09/22/thailand-s-king-bhumibol-the-peoples-monarch-has-died 2016/09/22/thailand-s-king-bhumibol-the-peoples-monarch-has-died
2020/04/08/830237502/episode-989-what-if-no-one-pays-rent 2020/04/08/830237502/episode-989-what-if-no-one-pays-rent
2021/05/view-gallery 2021/05/view-gallery
2023/9/12/23862837/iphone-15-event-apple-watch-ultra-airpods-usb-c?lv=true/archives
2023/9/12/23862837/iphone-15-event-apple-watch-ultra-airpods-usb-c?ref=upstract.com/archives
2023/9/26/23890396/code-conference-2023-interviews-news?ref=allthingsai.com/archives
2240 2240
2303 2303
2304 2304