mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-06 08:53:59 +01:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
b99e58ce2a
commit
afc3cac3ce
32 changed files with 4435 additions and 3893 deletions
|
|
@ -3,6 +3,6 @@
|
|||
"last_update": 1764038272
|
||||
},
|
||||
"Trickest wordlist update": {
|
||||
"last_update": 1764065290
|
||||
"last_update": 1764151692
|
||||
}
|
||||
}
|
||||
|
|
@ -703,6 +703,14 @@ settings.json
|
|||
extensions.json
|
||||
.editorconfig
|
||||
pnpm-lock.yaml
|
||||
.changeset/tall-sheep-write.md
|
||||
tall-sheep-write.md
|
||||
.changeset/petite-beds-rhyme.md
|
||||
petite-beds-rhyme.md
|
||||
.changeset/mighty-facts-study.md
|
||||
mighty-facts-study.md
|
||||
.changeset/large-adults-repair.md
|
||||
large-adults-repair.md
|
||||
.changeset/config.json
|
||||
config.json
|
||||
.dockerignore
|
||||
|
|
@ -2151,11 +2159,21 @@ src/interfaces/input/index.ts
|
|||
interfaces/input/index.ts
|
||||
input/index.ts
|
||||
index.ts
|
||||
app/src/interfaces/input/input.test.ts
|
||||
src/interfaces/input/input.test.ts
|
||||
interfaces/input/input.test.ts
|
||||
input/input.test.ts
|
||||
input.test.ts
|
||||
app/src/interfaces/input/input.vue
|
||||
src/interfaces/input/input.vue
|
||||
interfaces/input/input.vue
|
||||
input/input.vue
|
||||
input.vue
|
||||
app/src/interfaces/input/index.test.ts
|
||||
src/interfaces/input/index.test.ts
|
||||
interfaces/input/index.test.ts
|
||||
input/index.test.ts
|
||||
index.test.ts
|
||||
app/src/interfaces/select-color/preview.svg
|
||||
src/interfaces/select-color/preview.svg
|
||||
interfaces/select-color/preview.svg
|
||||
|
|
@ -3073,6 +3091,11 @@ src/interfaces/translations/language-select.vue
|
|||
interfaces/translations/language-select.vue
|
||||
translations/language-select.vue
|
||||
language-select.vue
|
||||
app/src/interfaces/translations/translation-form.test.ts
|
||||
src/interfaces/translations/translation-form.test.ts
|
||||
interfaces/translations/translation-form.test.ts
|
||||
translations/translation-form.test.ts
|
||||
translation-form.test.ts
|
||||
app/src/interfaces/translations/translation-form.vue
|
||||
src/interfaces/translations/translation-form.vue
|
||||
interfaces/translations/translation-form.vue
|
||||
|
|
@ -15144,6 +15167,11 @@ src/services/tus/lockers.ts
|
|||
services/tus/lockers.ts
|
||||
tus/lockers.ts
|
||||
lockers.ts
|
||||
api/src/services/tus/server.test.ts
|
||||
src/services/tus/server.test.ts
|
||||
services/tus/server.test.ts
|
||||
tus/server.test.ts
|
||||
server.test.ts
|
||||
api/src/services/tus/index.ts
|
||||
src/services/tus/index.ts
|
||||
services/tus/index.ts
|
||||
|
|
|
|||
|
|
@ -125,6 +125,10 @@ code_of_conduct.md
|
|||
.vscode/extensions.json
|
||||
.editorconfig
|
||||
pnpm-lock.yaml
|
||||
.changeset/tall-sheep-write.md
|
||||
.changeset/petite-beds-rhyme.md
|
||||
.changeset/mighty-facts-study.md
|
||||
.changeset/large-adults-repair.md
|
||||
.changeset/config.json
|
||||
.dockerignore
|
||||
security.md
|
||||
|
|
@ -447,7 +451,9 @@ app/src/interfaces/collection-item-multiple-dropdown/index.ts
|
|||
app/src/interfaces/collection-item-multiple-dropdown/collection-item-multiple-dropdown.vue
|
||||
app/src/interfaces/input/preview.svg
|
||||
app/src/interfaces/input/index.ts
|
||||
app/src/interfaces/input/input.test.ts
|
||||
app/src/interfaces/input/input.vue
|
||||
app/src/interfaces/input/index.test.ts
|
||||
app/src/interfaces/select-color/preview.svg
|
||||
app/src/interfaces/select-color/select-color.vue
|
||||
app/src/interfaces/select-color/index.ts
|
||||
|
|
@ -612,6 +618,7 @@ app/src/interfaces/translations/translations.vue
|
|||
app/src/interfaces/translations/preview.svg
|
||||
app/src/interfaces/translations/index.ts
|
||||
app/src/interfaces/translations/language-select.vue
|
||||
app/src/interfaces/translations/translation-form.test.ts
|
||||
app/src/interfaces/translations/translation-form.vue
|
||||
app/src/interfaces/input-block-editor/bus.ts
|
||||
app/src/interfaces/input-block-editor/preview.svg
|
||||
|
|
@ -2951,6 +2958,7 @@ api/src/services/fields.test.ts
|
|||
api/src/services/tfa.ts
|
||||
api/src/services/fields.ts
|
||||
api/src/services/tus/lockers.ts
|
||||
api/src/services/tus/server.test.ts
|
||||
api/src/services/tus/index.ts
|
||||
api/src/services/tus/data-store.ts
|
||||
api/src/services/tus/utils/wait-timeout.ts
|
||||
|
|
|
|||
|
|
@ -174,6 +174,12 @@ hurl/api/login/00_login_POST.hurl
|
|||
api/login/00_login_POST.hurl
|
||||
login/00_login_POST.hurl
|
||||
00_login_POST.hurl
|
||||
test/hurl/api/compta/facture/10_facture.hurl
|
||||
hurl/api/compta/facture/10_facture.hurl
|
||||
api/compta/facture/10_facture.hurl
|
||||
compta/facture/10_facture.hurl
|
||||
facture/10_facture.hurl
|
||||
10_facture.hurl
|
||||
test/hurl/api/warehouses/10_warehouses.hurl
|
||||
hurl/api/warehouses/10_warehouses.hurl
|
||||
api/warehouses/10_warehouses.hurl
|
||||
|
|
@ -184,6 +190,12 @@ hurl/api/emailtemplates/10_emailtemplates.hurl
|
|||
api/emailtemplates/10_emailtemplates.hurl
|
||||
emailtemplates/10_emailtemplates.hurl
|
||||
10_emailtemplates.hurl
|
||||
test/hurl/api/comm/propal/10_propal.hurl
|
||||
hurl/api/comm/propal/10_propal.hurl
|
||||
api/comm/propal/10_propal.hurl
|
||||
comm/propal/10_propal.hurl
|
||||
propal/10_propal.hurl
|
||||
10_propal.hurl
|
||||
test/hurl/api/00_foobar.hurl
|
||||
hurl/api/00_foobar.hurl
|
||||
api/00_foobar.hurl
|
||||
|
|
@ -213,6 +225,11 @@ hurl/api/status/00_status.hurl
|
|||
api/status/00_status.hurl
|
||||
status/00_status.hurl
|
||||
00_status.hurl
|
||||
test/hurl/api/commande/10_commande.hurl
|
||||
hurl/api/commande/10_commande.hurl
|
||||
api/commande/10_commande.hurl
|
||||
commande/10_commande.hurl
|
||||
10_commande.hurl
|
||||
test/hurl/api/contracts/10_contracts.hurl
|
||||
hurl/api/contracts/10_contracts.hurl
|
||||
api/contracts/10_contracts.hurl
|
||||
|
|
|
|||
|
|
@ -46,14 +46,17 @@ test/hurl/api/users/10_users.hurl
|
|||
test/hurl/api/users/10_groups.hurl
|
||||
test/hurl/api/login/00_login_GET.hurl
|
||||
test/hurl/api/login/00_login_POST.hurl
|
||||
test/hurl/api/compta/facture/10_facture.hurl
|
||||
test/hurl/api/warehouses/10_warehouses.hurl
|
||||
test/hurl/api/emailtemplates/10_emailtemplates.hurl
|
||||
test/hurl/api/comm/propal/10_propal.hurl
|
||||
test/hurl/api/00_foobar.hurl
|
||||
test/hurl/api/setup/10_setup_conf.hurl
|
||||
test/hurl/api/setup/10_setup_company.hurl
|
||||
test/hurl/api/setup/10_setup_modules.hurl
|
||||
test/hurl/api/status/10_status.hurl
|
||||
test/hurl/api/status/00_status.hurl
|
||||
test/hurl/api/commande/10_commande.hurl
|
||||
test/hurl/api/contracts/10_contracts.hurl
|
||||
test/hurl/api/00_explorer.hurl
|
||||
test/hurl/api/mailings/10_mailings.hurl
|
||||
|
|
|
|||
|
|
@ -120075,6 +120075,13 @@ migrate/source/d7/BlockCustom.php
|
|||
source/d7/BlockCustom.php
|
||||
d7/BlockCustom.php
|
||||
BlockCustom.php
|
||||
core/modules/block_content/src/Plugin/EntityReferenceSelection/BlockContentSelection.php
|
||||
modules/block_content/src/Plugin/EntityReferenceSelection/BlockContentSelection.php
|
||||
block_content/src/Plugin/EntityReferenceSelection/BlockContentSelection.php
|
||||
src/Plugin/EntityReferenceSelection/BlockContentSelection.php
|
||||
Plugin/EntityReferenceSelection/BlockContentSelection.php
|
||||
EntityReferenceSelection/BlockContentSelection.php
|
||||
BlockContentSelection.php
|
||||
core/modules/block_content/src/Plugin/Derivative/BlockContent.php
|
||||
modules/block_content/src/Plugin/Derivative/BlockContent.php
|
||||
block_content/src/Plugin/Derivative/BlockContent.php
|
||||
|
|
|
|||
|
|
@ -17254,6 +17254,7 @@ core/modules/block_content/src/Plugin/migrate/source/d6/BoxTranslation.php
|
|||
core/modules/block_content/src/Plugin/migrate/source/d6/Box.php
|
||||
core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustomTranslation.php
|
||||
core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustom.php
|
||||
core/modules/block_content/src/Plugin/EntityReferenceSelection/BlockContentSelection.php
|
||||
core/modules/block_content/src/Plugin/Derivative/BlockContent.php
|
||||
core/modules/block_content/src/BlockContentUuidLookup.php
|
||||
core/modules/block_content/src/Event/BlockContentGetDependencyEvent.php
|
||||
|
|
|
|||
|
|
@ -312,6 +312,10 @@ common_code_list.js
|
|||
erpnext/edi/__init__.py
|
||||
edi/__init__.py
|
||||
__init__.py
|
||||
erpnext/patches/v16_0/update_currency_exchange_settings_for_frankfurter.py
|
||||
patches/v16_0/update_currency_exchange_settings_for_frankfurter.py
|
||||
v16_0/update_currency_exchange_settings_for_frankfurter.py
|
||||
update_currency_exchange_settings_for_frankfurter.py
|
||||
erpnext/patches/v16_0/update_account_categories_for_existing_accounts.py
|
||||
patches/v16_0/update_account_categories_for_existing_accounts.py
|
||||
v16_0/update_account_categories_for_existing_accounts.py
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@ erpnext/edi/doctype/common_code/common_code.py
|
|||
erpnext/edi/doctype/common_code/common_code.js
|
||||
erpnext/edi/doctype/common_code/common_code_list.js
|
||||
erpnext/edi/__init__.py
|
||||
erpnext/patches/v16_0/update_currency_exchange_settings_for_frankfurter.py
|
||||
erpnext/patches/v16_0/update_account_categories_for_existing_accounts.py
|
||||
erpnext/patches/v16_0/set_posting_datetime_for_sabb_and_drop_indexes.py
|
||||
erpnext/patches/v16_0/update_serial_no_reference_name.py
|
||||
|
|
|
|||
|
|
@ -369,6 +369,12 @@ tests/integration/authorization/TagPolicyTest.php
|
|||
integration/authorization/TagPolicyTest.php
|
||||
authorization/TagPolicyTest.php
|
||||
TagPolicyTest.php
|
||||
extensions/tags/tests/integration/forum/ForumAttributeTest.php
|
||||
tags/tests/integration/forum/ForumAttributeTest.php
|
||||
tests/integration/forum/ForumAttributeTest.php
|
||||
integration/forum/ForumAttributeTest.php
|
||||
forum/ForumAttributeTest.php
|
||||
ForumAttributeTest.php
|
||||
extensions/tags/tests/integration/api/posts/ListTest.php
|
||||
tags/tests/integration/api/posts/ListTest.php
|
||||
tests/integration/api/posts/ListTest.php
|
||||
|
|
@ -3929,6 +3935,11 @@ pusher/js/dist/admin.js
|
|||
js/dist/admin.js
|
||||
dist/admin.js
|
||||
admin.js
|
||||
extensions/pusher/js/dist/forum.js.LICENSE.txt
|
||||
pusher/js/dist/forum.js.LICENSE.txt
|
||||
js/dist/forum.js.LICENSE.txt
|
||||
dist/forum.js.LICENSE.txt
|
||||
forum.js.LICENSE.txt
|
||||
extensions/pusher/js/dist/forum.js.map
|
||||
pusher/js/dist/forum.js.map
|
||||
js/dist/forum.js.map
|
||||
|
|
|
|||
|
|
@ -79,6 +79,7 @@ extensions/tags/tests/integration/visibility/DiscussionVisibilityTest.php
|
|||
extensions/tags/tests/integration/setup.php
|
||||
extensions/tags/tests/integration/authorization/GlobalPolicyTest.php
|
||||
extensions/tags/tests/integration/authorization/TagPolicyTest.php
|
||||
extensions/tags/tests/integration/forum/ForumAttributeTest.php
|
||||
extensions/tags/tests/integration/api/posts/ListTest.php
|
||||
extensions/tags/tests/integration/api/tags/CreateTest.php
|
||||
extensions/tags/tests/integration/api/tags/ListWithFulltextSearchTest.php
|
||||
|
|
@ -764,6 +765,7 @@ extensions/pusher/js/package.json
|
|||
extensions/pusher/js/forum.ts
|
||||
extensions/pusher/js/dist/admin.js.map
|
||||
extensions/pusher/js/dist/admin.js
|
||||
extensions/pusher/js/dist/forum.js.LICENSE.txt
|
||||
extensions/pusher/js/dist/forum.js.map
|
||||
extensions/pusher/js/dist/forum.js
|
||||
extensions/pusher/js/dist-typings/admin/extend.d.ts
|
||||
|
|
|
|||
|
|
@ -5854,12 +5854,6 @@ public/assets/img/unsplash.svg
|
|||
assets/img/unsplash.svg
|
||||
img/unsplash.svg
|
||||
unsplash.svg
|
||||
ghost/admin/public/assets/img/paypal.svg
|
||||
admin/public/assets/img/paypal.svg
|
||||
public/assets/img/paypal.svg
|
||||
assets/img/paypal.svg
|
||||
img/paypal.svg
|
||||
paypal.svg
|
||||
ghost/admin/public/assets/img/zapier-logo.svg
|
||||
admin/public/assets/img/zapier-logo.svg
|
||||
public/assets/img/zapier-logo.svg
|
||||
|
|
@ -5872,24 +5866,12 @@ public/assets/img/zapier.svg
|
|||
assets/img/zapier.svg
|
||||
img/zapier.svg
|
||||
zapier.svg
|
||||
ghost/admin/public/assets/img/patreon.svg
|
||||
admin/public/assets/img/patreon.svg
|
||||
public/assets/img/patreon.svg
|
||||
assets/img/patreon.svg
|
||||
img/patreon.svg
|
||||
patreon.svg
|
||||
ghost/admin/public/assets/img/github.svg
|
||||
admin/public/assets/img/github.svg
|
||||
public/assets/img/github.svg
|
||||
assets/img/github.svg
|
||||
img/github.svg
|
||||
github.svg
|
||||
ghost/admin/public/assets/img/mailchimp.svg
|
||||
admin/public/assets/img/mailchimp.svg
|
||||
public/assets/img/mailchimp.svg
|
||||
assets/img/mailchimp.svg
|
||||
img/mailchimp.svg
|
||||
mailchimp.svg
|
||||
ghost/admin/public/assets/img/stripe.svg
|
||||
admin/public/assets/img/stripe.svg
|
||||
public/assets/img/stripe.svg
|
||||
|
|
@ -5902,18 +5884,6 @@ public/assets/img/disqus.svg
|
|||
assets/img/disqus.svg
|
||||
img/disqus.svg
|
||||
disqus.svg
|
||||
ghost/admin/public/assets/img/google-docs.svg
|
||||
admin/public/assets/img/google-docs.svg
|
||||
public/assets/img/google-docs.svg
|
||||
assets/img/google-docs.svg
|
||||
img/google-docs.svg
|
||||
google-docs.svg
|
||||
ghost/admin/public/assets/img/typeform.svg
|
||||
admin/public/assets/img/typeform.svg
|
||||
public/assets/img/typeform.svg
|
||||
assets/img/typeform.svg
|
||||
img/typeform.svg
|
||||
typeform.svg
|
||||
ghost/admin/public/assets/icons/keyboard.svg
|
||||
admin/public/assets/icons/keyboard.svg
|
||||
public/assets/icons/keyboard.svg
|
||||
|
|
@ -28284,16 +28254,16 @@ e2e/tests/admin/reset-password.test.ts
|
|||
tests/admin/reset-password.test.ts
|
||||
admin/reset-password.test.ts
|
||||
reset-password.test.ts
|
||||
e2e/tests/admin/settings/settings-search.test.ts
|
||||
tests/admin/settings/settings-search.test.ts
|
||||
admin/settings/settings-search.test.ts
|
||||
settings/settings-search.test.ts
|
||||
settings-search.test.ts
|
||||
e2e/tests/admin/settings/publication-language.test.ts
|
||||
tests/admin/settings/publication-language.test.ts
|
||||
admin/settings/publication-language.test.ts
|
||||
settings/publication-language.test.ts
|
||||
publication-language.test.ts
|
||||
e2e/tests/admin/settings/labs-search.test.ts
|
||||
tests/admin/settings/labs-search.test.ts
|
||||
admin/settings/labs-search.test.ts
|
||||
settings/labs-search.test.ts
|
||||
labs-search.test.ts
|
||||
e2e/tests/global.setup.ts
|
||||
tests/global.setup.ts
|
||||
global.setup.ts
|
||||
|
|
@ -30744,6 +30714,21 @@ components/settings/membership/Portal.tsx
|
|||
settings/membership/Portal.tsx
|
||||
membership/Portal.tsx
|
||||
Portal.tsx
|
||||
apps/admin-x-settings/src/components/settings/membership/memberEmails/WelcomeEmailModal.tsx
|
||||
admin-x-settings/src/components/settings/membership/memberEmails/WelcomeEmailModal.tsx
|
||||
src/components/settings/membership/memberEmails/WelcomeEmailModal.tsx
|
||||
components/settings/membership/memberEmails/WelcomeEmailModal.tsx
|
||||
settings/membership/memberEmails/WelcomeEmailModal.tsx
|
||||
membership/memberEmails/WelcomeEmailModal.tsx
|
||||
memberEmails/WelcomeEmailModal.tsx
|
||||
WelcomeEmailModal.tsx
|
||||
apps/admin-x-settings/src/components/settings/membership/MemberEmails.tsx
|
||||
admin-x-settings/src/components/settings/membership/MemberEmails.tsx
|
||||
src/components/settings/membership/MemberEmails.tsx
|
||||
components/settings/membership/MemberEmails.tsx
|
||||
settings/membership/MemberEmails.tsx
|
||||
membership/MemberEmails.tsx
|
||||
MemberEmails.tsx
|
||||
apps/admin-x-settings/src/components/settings/advanced/Integrations.tsx
|
||||
admin-x-settings/src/components/settings/advanced/Integrations.tsx
|
||||
src/components/settings/advanced/Integrations.tsx
|
||||
|
|
@ -31653,6 +31638,41 @@ src/assets/images/stripe-emblem.svg
|
|||
assets/images/stripe-emblem.svg
|
||||
images/stripe-emblem.svg
|
||||
stripe-emblem.svg
|
||||
apps/admin-x-settings/src/assets/images/integrations/paypal.svg
|
||||
admin-x-settings/src/assets/images/integrations/paypal.svg
|
||||
src/assets/images/integrations/paypal.svg
|
||||
assets/images/integrations/paypal.svg
|
||||
images/integrations/paypal.svg
|
||||
integrations/paypal.svg
|
||||
paypal.svg
|
||||
apps/admin-x-settings/src/assets/images/integrations/patreon.svg
|
||||
admin-x-settings/src/assets/images/integrations/patreon.svg
|
||||
src/assets/images/integrations/patreon.svg
|
||||
assets/images/integrations/patreon.svg
|
||||
images/integrations/patreon.svg
|
||||
integrations/patreon.svg
|
||||
patreon.svg
|
||||
apps/admin-x-settings/src/assets/images/integrations/mailchimp.svg
|
||||
admin-x-settings/src/assets/images/integrations/mailchimp.svg
|
||||
src/assets/images/integrations/mailchimp.svg
|
||||
assets/images/integrations/mailchimp.svg
|
||||
images/integrations/mailchimp.svg
|
||||
integrations/mailchimp.svg
|
||||
mailchimp.svg
|
||||
apps/admin-x-settings/src/assets/images/integrations/google-docs.svg
|
||||
admin-x-settings/src/assets/images/integrations/google-docs.svg
|
||||
src/assets/images/integrations/google-docs.svg
|
||||
assets/images/integrations/google-docs.svg
|
||||
images/integrations/google-docs.svg
|
||||
integrations/google-docs.svg
|
||||
google-docs.svg
|
||||
apps/admin-x-settings/src/assets/images/integrations/typeform.svg
|
||||
admin-x-settings/src/assets/images/integrations/typeform.svg
|
||||
src/assets/images/integrations/typeform.svg
|
||||
assets/images/integrations/typeform.svg
|
||||
images/integrations/typeform.svg
|
||||
integrations/typeform.svg
|
||||
typeform.svg
|
||||
apps/admin-x-settings/src/assets/videos/logo-loader.mp4
|
||||
admin-x-settings/src/assets/videos/logo-loader.mp4
|
||||
src/assets/videos/logo-loader.mp4
|
||||
|
|
@ -31825,6 +31845,16 @@ apps/admin-x-settings/src/typings.d.ts
|
|||
admin-x-settings/src/typings.d.ts
|
||||
src/typings.d.ts
|
||||
typings.d.ts
|
||||
apps/admin-x-settings/src/data/officialThemes.ts
|
||||
admin-x-settings/src/data/officialThemes.ts
|
||||
src/data/officialThemes.ts
|
||||
data/officialThemes.ts
|
||||
officialThemes.ts
|
||||
apps/admin-x-settings/src/data/zapierTemplates.ts
|
||||
admin-x-settings/src/data/zapierTemplates.ts
|
||||
src/data/zapierTemplates.ts
|
||||
data/zapierTemplates.ts
|
||||
zapierTemplates.ts
|
||||
apps/admin-x-settings/postcss.config.cjs
|
||||
admin-x-settings/postcss.config.cjs
|
||||
postcss.config.cjs
|
||||
|
|
@ -31856,54 +31886,54 @@ posts/test/acceptance/posts.test.ts
|
|||
test/acceptance/posts.test.ts
|
||||
acceptance/posts.test.ts
|
||||
posts.test.ts
|
||||
apps/posts/test/unit/hooks/useEditLinks.test.tsx
|
||||
posts/test/unit/hooks/useEditLinks.test.tsx
|
||||
test/unit/hooks/useEditLinks.test.tsx
|
||||
unit/hooks/useEditLinks.test.tsx
|
||||
hooks/useEditLinks.test.tsx
|
||||
useEditLinks.test.tsx
|
||||
apps/posts/test/unit/hooks/usePostFeedback.test.tsx
|
||||
posts/test/unit/hooks/usePostFeedback.test.tsx
|
||||
test/unit/hooks/usePostFeedback.test.tsx
|
||||
unit/hooks/usePostFeedback.test.tsx
|
||||
hooks/usePostFeedback.test.tsx
|
||||
usePostFeedback.test.tsx
|
||||
apps/posts/test/unit/hooks/usePostSuccessModal.test.tsx
|
||||
posts/test/unit/hooks/usePostSuccessModal.test.tsx
|
||||
test/unit/hooks/usePostSuccessModal.test.tsx
|
||||
unit/hooks/usePostSuccessModal.test.tsx
|
||||
hooks/usePostSuccessModal.test.tsx
|
||||
usePostSuccessModal.test.tsx
|
||||
apps/posts/test/unit/hooks/usePostNewsletterStats.test.tsx
|
||||
posts/test/unit/hooks/usePostNewsletterStats.test.tsx
|
||||
test/unit/hooks/usePostNewsletterStats.test.tsx
|
||||
unit/hooks/usePostNewsletterStats.test.tsx
|
||||
hooks/usePostNewsletterStats.test.tsx
|
||||
usePostNewsletterStats.test.tsx
|
||||
apps/posts/test/unit/hooks/withFeatureFlag.test.tsx
|
||||
posts/test/unit/hooks/withFeatureFlag.test.tsx
|
||||
test/unit/hooks/withFeatureFlag.test.tsx
|
||||
unit/hooks/withFeatureFlag.test.tsx
|
||||
hooks/withFeatureFlag.test.tsx
|
||||
withFeatureFlag.test.tsx
|
||||
apps/posts/test/unit/hooks/useFeatureFlag.test.tsx
|
||||
posts/test/unit/hooks/useFeatureFlag.test.tsx
|
||||
test/unit/hooks/useFeatureFlag.test.tsx
|
||||
unit/hooks/useFeatureFlag.test.tsx
|
||||
hooks/useFeatureFlag.test.tsx
|
||||
useFeatureFlag.test.tsx
|
||||
apps/posts/test/unit/hooks/usePostReferrers.test.tsx
|
||||
posts/test/unit/hooks/usePostReferrers.test.tsx
|
||||
test/unit/hooks/usePostReferrers.test.tsx
|
||||
unit/hooks/usePostReferrers.test.tsx
|
||||
hooks/usePostReferrers.test.tsx
|
||||
usePostReferrers.test.tsx
|
||||
apps/posts/test/unit/hooks/useResponsiveChartSize.test.tsx
|
||||
posts/test/unit/hooks/useResponsiveChartSize.test.tsx
|
||||
test/unit/hooks/useResponsiveChartSize.test.tsx
|
||||
unit/hooks/useResponsiveChartSize.test.tsx
|
||||
hooks/useResponsiveChartSize.test.tsx
|
||||
useResponsiveChartSize.test.tsx
|
||||
apps/posts/test/unit/hooks/use-post-success-modal.test.tsx
|
||||
posts/test/unit/hooks/use-post-success-modal.test.tsx
|
||||
test/unit/hooks/use-post-success-modal.test.tsx
|
||||
unit/hooks/use-post-success-modal.test.tsx
|
||||
hooks/use-post-success-modal.test.tsx
|
||||
use-post-success-modal.test.tsx
|
||||
apps/posts/test/unit/hooks/use-feature-flag.test.tsx
|
||||
posts/test/unit/hooks/use-feature-flag.test.tsx
|
||||
test/unit/hooks/use-feature-flag.test.tsx
|
||||
unit/hooks/use-feature-flag.test.tsx
|
||||
hooks/use-feature-flag.test.tsx
|
||||
use-feature-flag.test.tsx
|
||||
apps/posts/test/unit/hooks/with-feature-flag.test.tsx
|
||||
posts/test/unit/hooks/with-feature-flag.test.tsx
|
||||
test/unit/hooks/with-feature-flag.test.tsx
|
||||
unit/hooks/with-feature-flag.test.tsx
|
||||
hooks/with-feature-flag.test.tsx
|
||||
with-feature-flag.test.tsx
|
||||
apps/posts/test/unit/hooks/use-post-referrers.test.tsx
|
||||
posts/test/unit/hooks/use-post-referrers.test.tsx
|
||||
test/unit/hooks/use-post-referrers.test.tsx
|
||||
unit/hooks/use-post-referrers.test.tsx
|
||||
hooks/use-post-referrers.test.tsx
|
||||
use-post-referrers.test.tsx
|
||||
apps/posts/test/unit/hooks/use-post-newsletter-stats.test.tsx
|
||||
posts/test/unit/hooks/use-post-newsletter-stats.test.tsx
|
||||
test/unit/hooks/use-post-newsletter-stats.test.tsx
|
||||
unit/hooks/use-post-newsletter-stats.test.tsx
|
||||
hooks/use-post-newsletter-stats.test.tsx
|
||||
use-post-newsletter-stats.test.tsx
|
||||
apps/posts/test/unit/hooks/use-edit-links.test.tsx
|
||||
posts/test/unit/hooks/use-edit-links.test.tsx
|
||||
test/unit/hooks/use-edit-links.test.tsx
|
||||
unit/hooks/use-edit-links.test.tsx
|
||||
hooks/use-edit-links.test.tsx
|
||||
use-edit-links.test.tsx
|
||||
apps/posts/test/unit/hooks/use-post-feedback.test.tsx
|
||||
posts/test/unit/hooks/use-post-feedback.test.tsx
|
||||
test/unit/hooks/use-post-feedback.test.tsx
|
||||
unit/hooks/use-post-feedback.test.tsx
|
||||
hooks/use-post-feedback.test.tsx
|
||||
use-post-feedback.test.tsx
|
||||
apps/posts/test/unit/hooks/use-responsive-chart-size.test.tsx
|
||||
posts/test/unit/hooks/use-responsive-chart-size.test.tsx
|
||||
test/unit/hooks/use-responsive-chart-size.test.tsx
|
||||
unit/hooks/use-responsive-chart-size.test.tsx
|
||||
hooks/use-responsive-chart-size.test.tsx
|
||||
use-responsive-chart-size.test.tsx
|
||||
apps/posts/test/unit/utils/kpi-helpers.test.tsx
|
||||
posts/test/unit/utils/kpi-helpers.test.tsx
|
||||
test/unit/utils/kpi-helpers.test.tsx
|
||||
|
|
@ -31949,290 +31979,290 @@ tailwind.config.cjs
|
|||
apps/posts/tsconfig.json
|
||||
posts/tsconfig.json
|
||||
tsconfig.json
|
||||
apps/posts/src/components/errors/PostsErrorPage.tsx
|
||||
posts/src/components/errors/PostsErrorPage.tsx
|
||||
src/components/errors/PostsErrorPage.tsx
|
||||
components/errors/PostsErrorPage.tsx
|
||||
errors/PostsErrorPage.tsx
|
||||
PostsErrorPage.tsx
|
||||
apps/posts/src/components/errors/PostsErrorBoundary.tsx
|
||||
posts/src/components/errors/PostsErrorBoundary.tsx
|
||||
src/components/errors/PostsErrorBoundary.tsx
|
||||
components/errors/PostsErrorBoundary.tsx
|
||||
errors/PostsErrorBoundary.tsx
|
||||
PostsErrorBoundary.tsx
|
||||
apps/posts/src/components/layout/MainLayout.tsx
|
||||
posts/src/components/layout/MainLayout.tsx
|
||||
src/components/layout/MainLayout.tsx
|
||||
components/layout/MainLayout.tsx
|
||||
layout/MainLayout.tsx
|
||||
MainLayout.tsx
|
||||
apps/posts/src/hooks/usePostSuccessModal.ts
|
||||
posts/src/hooks/usePostSuccessModal.ts
|
||||
src/hooks/usePostSuccessModal.ts
|
||||
hooks/usePostSuccessModal.ts
|
||||
usePostSuccessModal.ts
|
||||
apps/posts/src/hooks/useEditLinks.ts
|
||||
posts/src/hooks/useEditLinks.ts
|
||||
src/hooks/useEditLinks.ts
|
||||
hooks/useEditLinks.ts
|
||||
useEditLinks.ts
|
||||
apps/posts/src/hooks/useResponsiveChartSize.ts
|
||||
posts/src/hooks/useResponsiveChartSize.ts
|
||||
src/hooks/useResponsiveChartSize.ts
|
||||
hooks/useResponsiveChartSize.ts
|
||||
useResponsiveChartSize.ts
|
||||
apps/posts/src/hooks/withFeatureFlag.tsx
|
||||
posts/src/hooks/withFeatureFlag.tsx
|
||||
src/hooks/withFeatureFlag.tsx
|
||||
hooks/withFeatureFlag.tsx
|
||||
withFeatureFlag.tsx
|
||||
apps/posts/src/hooks/usePostReferrers.ts
|
||||
posts/src/hooks/usePostReferrers.ts
|
||||
src/hooks/usePostReferrers.ts
|
||||
hooks/usePostReferrers.ts
|
||||
usePostReferrers.ts
|
||||
apps/posts/src/hooks/usePostFeedback.ts
|
||||
posts/src/hooks/usePostFeedback.ts
|
||||
src/hooks/usePostFeedback.ts
|
||||
hooks/usePostFeedback.ts
|
||||
usePostFeedback.ts
|
||||
apps/posts/src/hooks/useFeatureFlag.tsx
|
||||
posts/src/hooks/useFeatureFlag.tsx
|
||||
src/hooks/useFeatureFlag.tsx
|
||||
hooks/useFeatureFlag.tsx
|
||||
useFeatureFlag.tsx
|
||||
apps/posts/src/hooks/usePostNewsletterStats.ts
|
||||
posts/src/hooks/usePostNewsletterStats.ts
|
||||
src/hooks/usePostNewsletterStats.ts
|
||||
hooks/usePostNewsletterStats.ts
|
||||
usePostNewsletterStats.ts
|
||||
apps/posts/src/views/PostAnalytics/components/SourceIcon.tsx
|
||||
posts/src/views/PostAnalytics/components/SourceIcon.tsx
|
||||
src/views/PostAnalytics/components/SourceIcon.tsx
|
||||
views/PostAnalytics/components/SourceIcon.tsx
|
||||
PostAnalytics/components/SourceIcon.tsx
|
||||
components/SourceIcon.tsx
|
||||
SourceIcon.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/PostAnalyticsView.tsx
|
||||
posts/src/views/PostAnalytics/components/PostAnalyticsView.tsx
|
||||
src/views/PostAnalytics/components/PostAnalyticsView.tsx
|
||||
views/PostAnalytics/components/PostAnalyticsView.tsx
|
||||
PostAnalytics/components/PostAnalyticsView.tsx
|
||||
components/PostAnalyticsView.tsx
|
||||
PostAnalyticsView.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/DateRangeSelect.tsx
|
||||
posts/src/views/PostAnalytics/components/DateRangeSelect.tsx
|
||||
src/views/PostAnalytics/components/DateRangeSelect.tsx
|
||||
views/PostAnalytics/components/DateRangeSelect.tsx
|
||||
PostAnalytics/components/DateRangeSelect.tsx
|
||||
components/DateRangeSelect.tsx
|
||||
DateRangeSelect.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/EmptyStatView.tsx
|
||||
posts/src/views/PostAnalytics/components/EmptyStatView.tsx
|
||||
src/views/PostAnalytics/components/EmptyStatView.tsx
|
||||
views/PostAnalytics/components/EmptyStatView.tsx
|
||||
PostAnalytics/components/EmptyStatView.tsx
|
||||
components/EmptyStatView.tsx
|
||||
EmptyStatView.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/KpiCard.tsx
|
||||
posts/src/views/PostAnalytics/components/KpiCard.tsx
|
||||
src/views/PostAnalytics/components/KpiCard.tsx
|
||||
views/PostAnalytics/components/KpiCard.tsx
|
||||
PostAnalytics/components/KpiCard.tsx
|
||||
components/KpiCard.tsx
|
||||
KpiCard.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/layout/PostAnalyticsLayout.tsx
|
||||
posts/src/views/PostAnalytics/components/layout/PostAnalyticsLayout.tsx
|
||||
src/views/PostAnalytics/components/layout/PostAnalyticsLayout.tsx
|
||||
views/PostAnalytics/components/layout/PostAnalyticsLayout.tsx
|
||||
PostAnalytics/components/layout/PostAnalyticsLayout.tsx
|
||||
components/layout/PostAnalyticsLayout.tsx
|
||||
layout/PostAnalyticsLayout.tsx
|
||||
PostAnalyticsLayout.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/Sidebar.tsx
|
||||
posts/src/views/PostAnalytics/components/Sidebar.tsx
|
||||
src/views/PostAnalytics/components/Sidebar.tsx
|
||||
views/PostAnalytics/components/Sidebar.tsx
|
||||
PostAnalytics/components/Sidebar.tsx
|
||||
components/Sidebar.tsx
|
||||
Sidebar.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/PostAnalyticsContent.tsx
|
||||
posts/src/views/PostAnalytics/components/PostAnalyticsContent.tsx
|
||||
src/views/PostAnalytics/components/PostAnalyticsContent.tsx
|
||||
views/PostAnalytics/components/PostAnalyticsContent.tsx
|
||||
PostAnalytics/components/PostAnalyticsContent.tsx
|
||||
components/PostAnalyticsContent.tsx
|
||||
PostAnalyticsContent.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/PostAnalyticsHeader.tsx
|
||||
posts/src/views/PostAnalytics/components/PostAnalyticsHeader.tsx
|
||||
src/views/PostAnalytics/components/PostAnalyticsHeader.tsx
|
||||
views/PostAnalytics/components/PostAnalyticsHeader.tsx
|
||||
PostAnalytics/components/PostAnalyticsHeader.tsx
|
||||
components/PostAnalyticsHeader.tsx
|
||||
PostAnalyticsHeader.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/AudienceSelect.tsx
|
||||
posts/src/views/PostAnalytics/components/AudienceSelect.tsx
|
||||
src/views/PostAnalytics/components/AudienceSelect.tsx
|
||||
views/PostAnalytics/components/AudienceSelect.tsx
|
||||
PostAnalytics/components/AudienceSelect.tsx
|
||||
components/AudienceSelect.tsx
|
||||
AudienceSelect.tsx
|
||||
apps/posts/src/views/PostAnalytics/modals/ShareModal.tsx
|
||||
posts/src/views/PostAnalytics/modals/ShareModal.tsx
|
||||
src/views/PostAnalytics/modals/ShareModal.tsx
|
||||
views/PostAnalytics/modals/ShareModal.tsx
|
||||
PostAnalytics/modals/ShareModal.tsx
|
||||
modals/ShareModal.tsx
|
||||
ShareModal.tsx
|
||||
apps/posts/src/views/PostAnalytics/Web/components/Kpis.tsx
|
||||
posts/src/views/PostAnalytics/Web/components/Kpis.tsx
|
||||
src/views/PostAnalytics/Web/components/Kpis.tsx
|
||||
views/PostAnalytics/Web/components/Kpis.tsx
|
||||
PostAnalytics/Web/components/Kpis.tsx
|
||||
Web/components/Kpis.tsx
|
||||
components/Kpis.tsx
|
||||
Kpis.tsx
|
||||
apps/posts/src/views/PostAnalytics/Web/components/Sources.tsx
|
||||
posts/src/views/PostAnalytics/Web/components/Sources.tsx
|
||||
src/views/PostAnalytics/Web/components/Sources.tsx
|
||||
views/PostAnalytics/Web/components/Sources.tsx
|
||||
PostAnalytics/Web/components/Sources.tsx
|
||||
Web/components/Sources.tsx
|
||||
components/Sources.tsx
|
||||
Sources.tsx
|
||||
apps/posts/src/views/PostAnalytics/Web/components/Locations.tsx
|
||||
posts/src/views/PostAnalytics/Web/components/Locations.tsx
|
||||
src/views/PostAnalytics/Web/components/Locations.tsx
|
||||
views/PostAnalytics/Web/components/Locations.tsx
|
||||
PostAnalytics/Web/components/Locations.tsx
|
||||
Web/components/Locations.tsx
|
||||
components/Locations.tsx
|
||||
Locations.tsx
|
||||
apps/posts/src/views/PostAnalytics/Web/Web.tsx
|
||||
posts/src/views/PostAnalytics/Web/Web.tsx
|
||||
src/views/PostAnalytics/Web/Web.tsx
|
||||
views/PostAnalytics/Web/Web.tsx
|
||||
PostAnalytics/Web/Web.tsx
|
||||
Web/Web.tsx
|
||||
Web.tsx
|
||||
apps/posts/src/views/PostAnalytics/Newsletter/components/Feedback.tsx
|
||||
posts/src/views/PostAnalytics/Newsletter/components/Feedback.tsx
|
||||
src/views/PostAnalytics/Newsletter/components/Feedback.tsx
|
||||
views/PostAnalytics/Newsletter/components/Feedback.tsx
|
||||
PostAnalytics/Newsletter/components/Feedback.tsx
|
||||
Newsletter/components/Feedback.tsx
|
||||
components/Feedback.tsx
|
||||
Feedback.tsx
|
||||
apps/posts/src/views/PostAnalytics/Newsletter/components/NewsLetterRadialChart.tsx
|
||||
posts/src/views/PostAnalytics/Newsletter/components/NewsLetterRadialChart.tsx
|
||||
src/views/PostAnalytics/Newsletter/components/NewsLetterRadialChart.tsx
|
||||
views/PostAnalytics/Newsletter/components/NewsLetterRadialChart.tsx
|
||||
PostAnalytics/Newsletter/components/NewsLetterRadialChart.tsx
|
||||
Newsletter/components/NewsLetterRadialChart.tsx
|
||||
components/NewsLetterRadialChart.tsx
|
||||
NewsLetterRadialChart.tsx
|
||||
apps/posts/src/views/PostAnalytics/Newsletter/Newsletter.tsx
|
||||
posts/src/views/PostAnalytics/Newsletter/Newsletter.tsx
|
||||
src/views/PostAnalytics/Newsletter/Newsletter.tsx
|
||||
views/PostAnalytics/Newsletter/Newsletter.tsx
|
||||
PostAnalytics/Newsletter/Newsletter.tsx
|
||||
Newsletter/Newsletter.tsx
|
||||
Newsletter.tsx
|
||||
apps/posts/src/views/PostAnalytics/Overview/components/NewsletterOverview.tsx
|
||||
posts/src/views/PostAnalytics/Overview/components/NewsletterOverview.tsx
|
||||
src/views/PostAnalytics/Overview/components/NewsletterOverview.tsx
|
||||
views/PostAnalytics/Overview/components/NewsletterOverview.tsx
|
||||
PostAnalytics/Overview/components/NewsletterOverview.tsx
|
||||
Overview/components/NewsletterOverview.tsx
|
||||
components/NewsletterOverview.tsx
|
||||
NewsletterOverview.tsx
|
||||
apps/posts/src/views/PostAnalytics/Overview/components/WebOverview.tsx
|
||||
posts/src/views/PostAnalytics/Overview/components/WebOverview.tsx
|
||||
src/views/PostAnalytics/Overview/components/WebOverview.tsx
|
||||
views/PostAnalytics/Overview/components/WebOverview.tsx
|
||||
PostAnalytics/Overview/components/WebOverview.tsx
|
||||
Overview/components/WebOverview.tsx
|
||||
components/WebOverview.tsx
|
||||
WebOverview.tsx
|
||||
apps/posts/src/views/PostAnalytics/Overview/Overview.tsx
|
||||
posts/src/views/PostAnalytics/Overview/Overview.tsx
|
||||
src/views/PostAnalytics/Overview/Overview.tsx
|
||||
views/PostAnalytics/Overview/Overview.tsx
|
||||
PostAnalytics/Overview/Overview.tsx
|
||||
Overview/Overview.tsx
|
||||
Overview.tsx
|
||||
apps/posts/src/views/PostAnalytics/PostAnalytics.tsx
|
||||
posts/src/views/PostAnalytics/PostAnalytics.tsx
|
||||
src/views/PostAnalytics/PostAnalytics.tsx
|
||||
views/PostAnalytics/PostAnalytics.tsx
|
||||
PostAnalytics/PostAnalytics.tsx
|
||||
PostAnalytics.tsx
|
||||
apps/posts/src/views/PostAnalytics/Growth/components/GrowthSources.tsx
|
||||
posts/src/views/PostAnalytics/Growth/components/GrowthSources.tsx
|
||||
src/views/PostAnalytics/Growth/components/GrowthSources.tsx
|
||||
views/PostAnalytics/Growth/components/GrowthSources.tsx
|
||||
PostAnalytics/Growth/components/GrowthSources.tsx
|
||||
Growth/components/GrowthSources.tsx
|
||||
components/GrowthSources.tsx
|
||||
GrowthSources.tsx
|
||||
apps/posts/src/views/PostAnalytics/Growth/Growth.tsx
|
||||
posts/src/views/PostAnalytics/Growth/Growth.tsx
|
||||
src/views/PostAnalytics/Growth/Growth.tsx
|
||||
views/PostAnalytics/Growth/Growth.tsx
|
||||
PostAnalytics/Growth/Growth.tsx
|
||||
Growth/Growth.tsx
|
||||
Growth.tsx
|
||||
apps/posts/src/views/Tags/components/TagsContent.tsx
|
||||
posts/src/views/Tags/components/TagsContent.tsx
|
||||
src/views/Tags/components/TagsContent.tsx
|
||||
views/Tags/components/TagsContent.tsx
|
||||
Tags/components/TagsContent.tsx
|
||||
components/TagsContent.tsx
|
||||
TagsContent.tsx
|
||||
apps/posts/src/views/Tags/components/TagsHeader.tsx
|
||||
posts/src/views/Tags/components/TagsHeader.tsx
|
||||
src/views/Tags/components/TagsHeader.tsx
|
||||
views/Tags/components/TagsHeader.tsx
|
||||
Tags/components/TagsHeader.tsx
|
||||
components/TagsHeader.tsx
|
||||
TagsHeader.tsx
|
||||
apps/posts/src/views/Tags/components/TagsList.tsx
|
||||
posts/src/views/Tags/components/TagsList.tsx
|
||||
src/views/Tags/components/TagsList.tsx
|
||||
views/Tags/components/TagsList.tsx
|
||||
Tags/components/TagsList.tsx
|
||||
components/TagsList.tsx
|
||||
TagsList.tsx
|
||||
apps/posts/src/views/Tags/components/VirtualTable/getScrollParent.tsx
|
||||
posts/src/views/Tags/components/VirtualTable/getScrollParent.tsx
|
||||
src/views/Tags/components/VirtualTable/getScrollParent.tsx
|
||||
views/Tags/components/VirtualTable/getScrollParent.tsx
|
||||
Tags/components/VirtualTable/getScrollParent.tsx
|
||||
components/VirtualTable/getScrollParent.tsx
|
||||
VirtualTable/getScrollParent.tsx
|
||||
getScrollParent.tsx
|
||||
apps/posts/src/views/Tags/components/VirtualTable/useInfiniteVirtualScroll.tsx
|
||||
posts/src/views/Tags/components/VirtualTable/useInfiniteVirtualScroll.tsx
|
||||
src/views/Tags/components/VirtualTable/useInfiniteVirtualScroll.tsx
|
||||
views/Tags/components/VirtualTable/useInfiniteVirtualScroll.tsx
|
||||
Tags/components/VirtualTable/useInfiniteVirtualScroll.tsx
|
||||
components/VirtualTable/useInfiniteVirtualScroll.tsx
|
||||
VirtualTable/useInfiniteVirtualScroll.tsx
|
||||
useInfiniteVirtualScroll.tsx
|
||||
apps/posts/src/views/Tags/components/TagsLayout.tsx
|
||||
posts/src/views/Tags/components/TagsLayout.tsx
|
||||
src/views/Tags/components/TagsLayout.tsx
|
||||
views/Tags/components/TagsLayout.tsx
|
||||
Tags/components/TagsLayout.tsx
|
||||
components/TagsLayout.tsx
|
||||
TagsLayout.tsx
|
||||
apps/posts/src/views/Tags/Tags.tsx
|
||||
posts/src/views/Tags/Tags.tsx
|
||||
src/views/Tags/Tags.tsx
|
||||
views/Tags/Tags.tsx
|
||||
Tags/Tags.tsx
|
||||
Tags.tsx
|
||||
apps/posts/src/components/errors/posts-error-page.tsx
|
||||
posts/src/components/errors/posts-error-page.tsx
|
||||
src/components/errors/posts-error-page.tsx
|
||||
components/errors/posts-error-page.tsx
|
||||
errors/posts-error-page.tsx
|
||||
posts-error-page.tsx
|
||||
apps/posts/src/components/errors/posts-error-boundary.tsx
|
||||
posts/src/components/errors/posts-error-boundary.tsx
|
||||
src/components/errors/posts-error-boundary.tsx
|
||||
components/errors/posts-error-boundary.tsx
|
||||
errors/posts-error-boundary.tsx
|
||||
posts-error-boundary.tsx
|
||||
apps/posts/src/components/layout/main-layout.tsx
|
||||
posts/src/components/layout/main-layout.tsx
|
||||
src/components/layout/main-layout.tsx
|
||||
components/layout/main-layout.tsx
|
||||
layout/main-layout.tsx
|
||||
main-layout.tsx
|
||||
apps/posts/src/hooks/use-responsive-chart-size.ts
|
||||
posts/src/hooks/use-responsive-chart-size.ts
|
||||
src/hooks/use-responsive-chart-size.ts
|
||||
hooks/use-responsive-chart-size.ts
|
||||
use-responsive-chart-size.ts
|
||||
apps/posts/src/hooks/use-post-success-modal.ts
|
||||
posts/src/hooks/use-post-success-modal.ts
|
||||
src/hooks/use-post-success-modal.ts
|
||||
hooks/use-post-success-modal.ts
|
||||
use-post-success-modal.ts
|
||||
apps/posts/src/hooks/use-feature-flag.tsx
|
||||
posts/src/hooks/use-feature-flag.tsx
|
||||
src/hooks/use-feature-flag.tsx
|
||||
hooks/use-feature-flag.tsx
|
||||
use-feature-flag.tsx
|
||||
apps/posts/src/hooks/use-edit-links.ts
|
||||
posts/src/hooks/use-edit-links.ts
|
||||
src/hooks/use-edit-links.ts
|
||||
hooks/use-edit-links.ts
|
||||
use-edit-links.ts
|
||||
apps/posts/src/hooks/use-post-feedback.ts
|
||||
posts/src/hooks/use-post-feedback.ts
|
||||
src/hooks/use-post-feedback.ts
|
||||
hooks/use-post-feedback.ts
|
||||
use-post-feedback.ts
|
||||
apps/posts/src/hooks/with-feature-flag.tsx
|
||||
posts/src/hooks/with-feature-flag.tsx
|
||||
src/hooks/with-feature-flag.tsx
|
||||
hooks/with-feature-flag.tsx
|
||||
with-feature-flag.tsx
|
||||
apps/posts/src/hooks/use-post-newsletter-stats.ts
|
||||
posts/src/hooks/use-post-newsletter-stats.ts
|
||||
src/hooks/use-post-newsletter-stats.ts
|
||||
hooks/use-post-newsletter-stats.ts
|
||||
use-post-newsletter-stats.ts
|
||||
apps/posts/src/hooks/use-post-referrers.ts
|
||||
posts/src/hooks/use-post-referrers.ts
|
||||
src/hooks/use-post-referrers.ts
|
||||
hooks/use-post-referrers.ts
|
||||
use-post-referrers.ts
|
||||
apps/posts/src/views/PostAnalytics/components/post-analytics-header.tsx
|
||||
posts/src/views/PostAnalytics/components/post-analytics-header.tsx
|
||||
src/views/PostAnalytics/components/post-analytics-header.tsx
|
||||
views/PostAnalytics/components/post-analytics-header.tsx
|
||||
PostAnalytics/components/post-analytics-header.tsx
|
||||
components/post-analytics-header.tsx
|
||||
post-analytics-header.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/source-icon.tsx
|
||||
posts/src/views/PostAnalytics/components/source-icon.tsx
|
||||
src/views/PostAnalytics/components/source-icon.tsx
|
||||
views/PostAnalytics/components/source-icon.tsx
|
||||
PostAnalytics/components/source-icon.tsx
|
||||
components/source-icon.tsx
|
||||
source-icon.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/layout/post-analytics-layout.tsx
|
||||
posts/src/views/PostAnalytics/components/layout/post-analytics-layout.tsx
|
||||
src/views/PostAnalytics/components/layout/post-analytics-layout.tsx
|
||||
views/PostAnalytics/components/layout/post-analytics-layout.tsx
|
||||
PostAnalytics/components/layout/post-analytics-layout.tsx
|
||||
components/layout/post-analytics-layout.tsx
|
||||
layout/post-analytics-layout.tsx
|
||||
post-analytics-layout.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/post-analytics-content.tsx
|
||||
posts/src/views/PostAnalytics/components/post-analytics-content.tsx
|
||||
src/views/PostAnalytics/components/post-analytics-content.tsx
|
||||
views/PostAnalytics/components/post-analytics-content.tsx
|
||||
PostAnalytics/components/post-analytics-content.tsx
|
||||
components/post-analytics-content.tsx
|
||||
post-analytics-content.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/empty-stat-view.tsx
|
||||
posts/src/views/PostAnalytics/components/empty-stat-view.tsx
|
||||
src/views/PostAnalytics/components/empty-stat-view.tsx
|
||||
views/PostAnalytics/components/empty-stat-view.tsx
|
||||
PostAnalytics/components/empty-stat-view.tsx
|
||||
components/empty-stat-view.tsx
|
||||
empty-stat-view.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/kpi-card.tsx
|
||||
posts/src/views/PostAnalytics/components/kpi-card.tsx
|
||||
src/views/PostAnalytics/components/kpi-card.tsx
|
||||
views/PostAnalytics/components/kpi-card.tsx
|
||||
PostAnalytics/components/kpi-card.tsx
|
||||
components/kpi-card.tsx
|
||||
kpi-card.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/audience-select.tsx
|
||||
posts/src/views/PostAnalytics/components/audience-select.tsx
|
||||
src/views/PostAnalytics/components/audience-select.tsx
|
||||
views/PostAnalytics/components/audience-select.tsx
|
||||
PostAnalytics/components/audience-select.tsx
|
||||
components/audience-select.tsx
|
||||
audience-select.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/sidebar.tsx
|
||||
posts/src/views/PostAnalytics/components/sidebar.tsx
|
||||
src/views/PostAnalytics/components/sidebar.tsx
|
||||
views/PostAnalytics/components/sidebar.tsx
|
||||
PostAnalytics/components/sidebar.tsx
|
||||
components/sidebar.tsx
|
||||
sidebar.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/date-range-select.tsx
|
||||
posts/src/views/PostAnalytics/components/date-range-select.tsx
|
||||
src/views/PostAnalytics/components/date-range-select.tsx
|
||||
views/PostAnalytics/components/date-range-select.tsx
|
||||
PostAnalytics/components/date-range-select.tsx
|
||||
components/date-range-select.tsx
|
||||
date-range-select.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/post-analytics-view.tsx
|
||||
posts/src/views/PostAnalytics/components/post-analytics-view.tsx
|
||||
src/views/PostAnalytics/components/post-analytics-view.tsx
|
||||
views/PostAnalytics/components/post-analytics-view.tsx
|
||||
PostAnalytics/components/post-analytics-view.tsx
|
||||
components/post-analytics-view.tsx
|
||||
post-analytics-view.tsx
|
||||
apps/posts/src/views/PostAnalytics/modals/share-modal.tsx
|
||||
posts/src/views/PostAnalytics/modals/share-modal.tsx
|
||||
src/views/PostAnalytics/modals/share-modal.tsx
|
||||
views/PostAnalytics/modals/share-modal.tsx
|
||||
PostAnalytics/modals/share-modal.tsx
|
||||
modals/share-modal.tsx
|
||||
share-modal.tsx
|
||||
apps/posts/src/views/PostAnalytics/Web/components/sources.tsx
|
||||
posts/src/views/PostAnalytics/Web/components/sources.tsx
|
||||
src/views/PostAnalytics/Web/components/sources.tsx
|
||||
views/PostAnalytics/Web/components/sources.tsx
|
||||
PostAnalytics/Web/components/sources.tsx
|
||||
Web/components/sources.tsx
|
||||
components/sources.tsx
|
||||
sources.tsx
|
||||
apps/posts/src/views/PostAnalytics/Web/components/locations.tsx
|
||||
posts/src/views/PostAnalytics/Web/components/locations.tsx
|
||||
src/views/PostAnalytics/Web/components/locations.tsx
|
||||
views/PostAnalytics/Web/components/locations.tsx
|
||||
PostAnalytics/Web/components/locations.tsx
|
||||
Web/components/locations.tsx
|
||||
components/locations.tsx
|
||||
locations.tsx
|
||||
apps/posts/src/views/PostAnalytics/Web/components/kpis.tsx
|
||||
posts/src/views/PostAnalytics/Web/components/kpis.tsx
|
||||
src/views/PostAnalytics/Web/components/kpis.tsx
|
||||
views/PostAnalytics/Web/components/kpis.tsx
|
||||
PostAnalytics/Web/components/kpis.tsx
|
||||
Web/components/kpis.tsx
|
||||
components/kpis.tsx
|
||||
kpis.tsx
|
||||
apps/posts/src/views/PostAnalytics/Web/web.tsx
|
||||
posts/src/views/PostAnalytics/Web/web.tsx
|
||||
src/views/PostAnalytics/Web/web.tsx
|
||||
views/PostAnalytics/Web/web.tsx
|
||||
PostAnalytics/Web/web.tsx
|
||||
Web/web.tsx
|
||||
web.tsx
|
||||
apps/posts/src/views/PostAnalytics/Newsletter/components/feedback.tsx
|
||||
posts/src/views/PostAnalytics/Newsletter/components/feedback.tsx
|
||||
src/views/PostAnalytics/Newsletter/components/feedback.tsx
|
||||
views/PostAnalytics/Newsletter/components/feedback.tsx
|
||||
PostAnalytics/Newsletter/components/feedback.tsx
|
||||
Newsletter/components/feedback.tsx
|
||||
components/feedback.tsx
|
||||
feedback.tsx
|
||||
apps/posts/src/views/PostAnalytics/Newsletter/components/newsletter-radial-chart.tsx
|
||||
posts/src/views/PostAnalytics/Newsletter/components/newsletter-radial-chart.tsx
|
||||
src/views/PostAnalytics/Newsletter/components/newsletter-radial-chart.tsx
|
||||
views/PostAnalytics/Newsletter/components/newsletter-radial-chart.tsx
|
||||
PostAnalytics/Newsletter/components/newsletter-radial-chart.tsx
|
||||
Newsletter/components/newsletter-radial-chart.tsx
|
||||
components/newsletter-radial-chart.tsx
|
||||
newsletter-radial-chart.tsx
|
||||
apps/posts/src/views/PostAnalytics/Newsletter/newsletter.tsx
|
||||
posts/src/views/PostAnalytics/Newsletter/newsletter.tsx
|
||||
src/views/PostAnalytics/Newsletter/newsletter.tsx
|
||||
views/PostAnalytics/Newsletter/newsletter.tsx
|
||||
PostAnalytics/Newsletter/newsletter.tsx
|
||||
Newsletter/newsletter.tsx
|
||||
newsletter.tsx
|
||||
apps/posts/src/views/PostAnalytics/Overview/overview.tsx
|
||||
posts/src/views/PostAnalytics/Overview/overview.tsx
|
||||
src/views/PostAnalytics/Overview/overview.tsx
|
||||
views/PostAnalytics/Overview/overview.tsx
|
||||
PostAnalytics/Overview/overview.tsx
|
||||
Overview/overview.tsx
|
||||
overview.tsx
|
||||
apps/posts/src/views/PostAnalytics/Overview/components/web-overview.tsx
|
||||
posts/src/views/PostAnalytics/Overview/components/web-overview.tsx
|
||||
src/views/PostAnalytics/Overview/components/web-overview.tsx
|
||||
views/PostAnalytics/Overview/components/web-overview.tsx
|
||||
PostAnalytics/Overview/components/web-overview.tsx
|
||||
Overview/components/web-overview.tsx
|
||||
components/web-overview.tsx
|
||||
web-overview.tsx
|
||||
apps/posts/src/views/PostAnalytics/Overview/components/newsletter-overview.tsx
|
||||
posts/src/views/PostAnalytics/Overview/components/newsletter-overview.tsx
|
||||
src/views/PostAnalytics/Overview/components/newsletter-overview.tsx
|
||||
views/PostAnalytics/Overview/components/newsletter-overview.tsx
|
||||
PostAnalytics/Overview/components/newsletter-overview.tsx
|
||||
Overview/components/newsletter-overview.tsx
|
||||
components/newsletter-overview.tsx
|
||||
newsletter-overview.tsx
|
||||
apps/posts/src/views/PostAnalytics/post-analytics.tsx
|
||||
posts/src/views/PostAnalytics/post-analytics.tsx
|
||||
src/views/PostAnalytics/post-analytics.tsx
|
||||
views/PostAnalytics/post-analytics.tsx
|
||||
PostAnalytics/post-analytics.tsx
|
||||
post-analytics.tsx
|
||||
apps/posts/src/views/PostAnalytics/Growth/components/growth-sources.tsx
|
||||
posts/src/views/PostAnalytics/Growth/components/growth-sources.tsx
|
||||
src/views/PostAnalytics/Growth/components/growth-sources.tsx
|
||||
views/PostAnalytics/Growth/components/growth-sources.tsx
|
||||
PostAnalytics/Growth/components/growth-sources.tsx
|
||||
Growth/components/growth-sources.tsx
|
||||
components/growth-sources.tsx
|
||||
growth-sources.tsx
|
||||
apps/posts/src/views/PostAnalytics/Growth/growth.tsx
|
||||
posts/src/views/PostAnalytics/Growth/growth.tsx
|
||||
src/views/PostAnalytics/Growth/growth.tsx
|
||||
views/PostAnalytics/Growth/growth.tsx
|
||||
PostAnalytics/Growth/growth.tsx
|
||||
Growth/growth.tsx
|
||||
growth.tsx
|
||||
apps/posts/src/views/Tags/components/tags-list.tsx
|
||||
posts/src/views/Tags/components/tags-list.tsx
|
||||
src/views/Tags/components/tags-list.tsx
|
||||
views/Tags/components/tags-list.tsx
|
||||
Tags/components/tags-list.tsx
|
||||
components/tags-list.tsx
|
||||
tags-list.tsx
|
||||
apps/posts/src/views/Tags/components/tags-content.tsx
|
||||
posts/src/views/Tags/components/tags-content.tsx
|
||||
src/views/Tags/components/tags-content.tsx
|
||||
views/Tags/components/tags-content.tsx
|
||||
Tags/components/tags-content.tsx
|
||||
components/tags-content.tsx
|
||||
tags-content.tsx
|
||||
apps/posts/src/views/Tags/components/tags-header.tsx
|
||||
posts/src/views/Tags/components/tags-header.tsx
|
||||
src/views/Tags/components/tags-header.tsx
|
||||
views/Tags/components/tags-header.tsx
|
||||
Tags/components/tags-header.tsx
|
||||
components/tags-header.tsx
|
||||
tags-header.tsx
|
||||
apps/posts/src/views/Tags/components/tags-layout.tsx
|
||||
posts/src/views/Tags/components/tags-layout.tsx
|
||||
src/views/Tags/components/tags-layout.tsx
|
||||
views/Tags/components/tags-layout.tsx
|
||||
Tags/components/tags-layout.tsx
|
||||
components/tags-layout.tsx
|
||||
tags-layout.tsx
|
||||
apps/posts/src/views/Tags/components/VirtualTable/use-infinite-virtual-scroll.tsx
|
||||
posts/src/views/Tags/components/VirtualTable/use-infinite-virtual-scroll.tsx
|
||||
src/views/Tags/components/VirtualTable/use-infinite-virtual-scroll.tsx
|
||||
views/Tags/components/VirtualTable/use-infinite-virtual-scroll.tsx
|
||||
Tags/components/VirtualTable/use-infinite-virtual-scroll.tsx
|
||||
components/VirtualTable/use-infinite-virtual-scroll.tsx
|
||||
VirtualTable/use-infinite-virtual-scroll.tsx
|
||||
use-infinite-virtual-scroll.tsx
|
||||
apps/posts/src/views/Tags/components/VirtualTable/get-scroll-parent.tsx
|
||||
posts/src/views/Tags/components/VirtualTable/get-scroll-parent.tsx
|
||||
src/views/Tags/components/VirtualTable/get-scroll-parent.tsx
|
||||
views/Tags/components/VirtualTable/get-scroll-parent.tsx
|
||||
Tags/components/VirtualTable/get-scroll-parent.tsx
|
||||
components/VirtualTable/get-scroll-parent.tsx
|
||||
VirtualTable/get-scroll-parent.tsx
|
||||
get-scroll-parent.tsx
|
||||
apps/posts/src/views/Tags/tags.tsx
|
||||
posts/src/views/Tags/tags.tsx
|
||||
src/views/Tags/tags.tsx
|
||||
views/Tags/tags.tsx
|
||||
Tags/tags.tsx
|
||||
tags.tsx
|
||||
apps/posts/src/standalone.tsx
|
||||
posts/src/standalone.tsx
|
||||
src/standalone.tsx
|
||||
|
|
@ -32241,16 +32271,16 @@ apps/posts/src/index.tsx
|
|||
posts/src/index.tsx
|
||||
src/index.tsx
|
||||
index.tsx
|
||||
apps/posts/src/providers/PostsAppContext.tsx
|
||||
posts/src/providers/PostsAppContext.tsx
|
||||
src/providers/PostsAppContext.tsx
|
||||
providers/PostsAppContext.tsx
|
||||
PostsAppContext.tsx
|
||||
apps/posts/src/providers/PostAnalyticsContext.tsx
|
||||
posts/src/providers/PostAnalyticsContext.tsx
|
||||
src/providers/PostAnalyticsContext.tsx
|
||||
providers/PostAnalyticsContext.tsx
|
||||
PostAnalyticsContext.tsx
|
||||
apps/posts/src/providers/posts-app-context.tsx
|
||||
posts/src/providers/posts-app-context.tsx
|
||||
src/providers/posts-app-context.tsx
|
||||
providers/posts-app-context.tsx
|
||||
posts-app-context.tsx
|
||||
apps/posts/src/providers/post-analytics-context.tsx
|
||||
posts/src/providers/post-analytics-context.tsx
|
||||
src/providers/post-analytics-context.tsx
|
||||
providers/post-analytics-context.tsx
|
||||
post-analytics-context.tsx
|
||||
apps/posts/src/utils/chart-helpers.ts
|
||||
posts/src/utils/chart-helpers.ts
|
||||
src/utils/chart-helpers.ts
|
||||
|
|
@ -32271,14 +32301,14 @@ posts/src/utils/constants.ts
|
|||
src/utils/constants.ts
|
||||
utils/constants.ts
|
||||
constants.ts
|
||||
apps/posts/src/App.tsx
|
||||
posts/src/App.tsx
|
||||
src/App.tsx
|
||||
App.tsx
|
||||
apps/posts/src/routes.tsx
|
||||
posts/src/routes.tsx
|
||||
src/routes.tsx
|
||||
routes.tsx
|
||||
apps/posts/src/app.tsx
|
||||
posts/src/app.tsx
|
||||
src/app.tsx
|
||||
app.tsx
|
||||
apps/posts/postcss.config.cjs
|
||||
posts/postcss.config.cjs
|
||||
postcss.config.cjs
|
||||
|
|
@ -34074,6 +34104,12 @@ src/assets/icons/globe-simple.svg
|
|||
assets/icons/globe-simple.svg
|
||||
icons/globe-simple.svg
|
||||
globe-simple.svg
|
||||
apps/admin-x-design-system/src/assets/icons/mailplus.svg
|
||||
admin-x-design-system/src/assets/icons/mailplus.svg
|
||||
src/assets/icons/mailplus.svg
|
||||
assets/icons/mailplus.svg
|
||||
icons/mailplus.svg
|
||||
mailplus.svg
|
||||
apps/admin-x-design-system/src/assets/icons/unsplash.svg
|
||||
admin-x-design-system/src/assets/icons/unsplash.svg
|
||||
src/assets/icons/unsplash.svg
|
||||
|
|
|
|||
|
|
@ -1080,16 +1080,11 @@ ghost/admin/app/initializers/trailing-hash.js
|
|||
ghost/admin/app/initializers/ember-simple-auth.js
|
||||
ghost/admin/.eslintrc.js
|
||||
ghost/admin/public/assets/img/unsplash.svg
|
||||
ghost/admin/public/assets/img/paypal.svg
|
||||
ghost/admin/public/assets/img/zapier-logo.svg
|
||||
ghost/admin/public/assets/img/zapier.svg
|
||||
ghost/admin/public/assets/img/patreon.svg
|
||||
ghost/admin/public/assets/img/github.svg
|
||||
ghost/admin/public/assets/img/mailchimp.svg
|
||||
ghost/admin/public/assets/img/stripe.svg
|
||||
ghost/admin/public/assets/img/disqus.svg
|
||||
ghost/admin/public/assets/img/google-docs.svg
|
||||
ghost/admin/public/assets/img/typeform.svg
|
||||
ghost/admin/public/assets/icons/keyboard.svg
|
||||
ghost/admin/public/assets/icons/confetti.svg
|
||||
ghost/admin/public/assets/icons/file-upload.svg
|
||||
|
|
@ -4217,8 +4212,8 @@ e2e/tests/admin/members/impersonation.test.ts
|
|||
e2e/tests/admin/members/export.test.ts
|
||||
e2e/tests/admin/two-factor-auth.test.ts
|
||||
e2e/tests/admin/reset-password.test.ts
|
||||
e2e/tests/admin/settings/settings-search.test.ts
|
||||
e2e/tests/admin/settings/publication-language.test.ts
|
||||
e2e/tests/admin/settings/labs-search.test.ts
|
||||
e2e/tests/global.setup.ts
|
||||
e2e/tests/public/homepage.test.ts
|
||||
e2e/tests/public/member-signup.test.ts
|
||||
|
|
@ -4661,6 +4656,8 @@ apps/admin-x-settings/src/components/settings/membership/tiers/TiersList.tsx
|
|||
apps/admin-x-settings/src/components/settings/membership/tiers/TierDetailModal.tsx
|
||||
apps/admin-x-settings/src/components/settings/membership/tiers/TierDetailPreview.tsx
|
||||
apps/admin-x-settings/src/components/settings/membership/Portal.tsx
|
||||
apps/admin-x-settings/src/components/settings/membership/memberEmails/WelcomeEmailModal.tsx
|
||||
apps/admin-x-settings/src/components/settings/membership/MemberEmails.tsx
|
||||
apps/admin-x-settings/src/components/settings/advanced/Integrations.tsx
|
||||
apps/admin-x-settings/src/components/settings/advanced/CodeInjection.tsx
|
||||
apps/admin-x-settings/src/components/settings/advanced/HistoryModal.tsx
|
||||
|
|
@ -4787,6 +4784,11 @@ apps/admin-x-settings/src/assets/images/labs-bg.svg
|
|||
apps/admin-x-settings/src/assets/images/zapier-logo.svg
|
||||
apps/admin-x-settings/src/assets/images/stripe-verified.svg
|
||||
apps/admin-x-settings/src/assets/images/stripe-emblem.svg
|
||||
apps/admin-x-settings/src/assets/images/integrations/paypal.svg
|
||||
apps/admin-x-settings/src/assets/images/integrations/patreon.svg
|
||||
apps/admin-x-settings/src/assets/images/integrations/mailchimp.svg
|
||||
apps/admin-x-settings/src/assets/images/integrations/google-docs.svg
|
||||
apps/admin-x-settings/src/assets/images/integrations/typeform.svg
|
||||
apps/admin-x-settings/src/assets/videos/logo-loader.mp4
|
||||
apps/admin-x-settings/src/assets/videos/logo-loader-dark.mp4
|
||||
apps/admin-x-settings/src/vite-env.d.ts
|
||||
|
|
@ -4820,6 +4822,8 @@ apps/admin-x-settings/src/utils/getPortalPreviewUrl.ts
|
|||
apps/admin-x-settings/src/App.tsx
|
||||
apps/admin-x-settings/src/MainContent.tsx
|
||||
apps/admin-x-settings/src/typings.d.ts
|
||||
apps/admin-x-settings/src/data/officialThemes.ts
|
||||
apps/admin-x-settings/src/data/zapierTemplates.ts
|
||||
apps/admin-x-settings/postcss.config.cjs
|
||||
apps/posts/.eslintrc.cjs
|
||||
apps/posts/vitest.config.ts
|
||||
|
|
@ -4829,14 +4833,14 @@ apps/posts/index.html
|
|||
apps/posts/test/.eslintrc.cjs
|
||||
apps/posts/test/setup.ts
|
||||
apps/posts/test/acceptance/posts.test.ts
|
||||
apps/posts/test/unit/hooks/useEditLinks.test.tsx
|
||||
apps/posts/test/unit/hooks/usePostFeedback.test.tsx
|
||||
apps/posts/test/unit/hooks/usePostSuccessModal.test.tsx
|
||||
apps/posts/test/unit/hooks/usePostNewsletterStats.test.tsx
|
||||
apps/posts/test/unit/hooks/withFeatureFlag.test.tsx
|
||||
apps/posts/test/unit/hooks/useFeatureFlag.test.tsx
|
||||
apps/posts/test/unit/hooks/usePostReferrers.test.tsx
|
||||
apps/posts/test/unit/hooks/useResponsiveChartSize.test.tsx
|
||||
apps/posts/test/unit/hooks/use-post-success-modal.test.tsx
|
||||
apps/posts/test/unit/hooks/use-feature-flag.test.tsx
|
||||
apps/posts/test/unit/hooks/with-feature-flag.test.tsx
|
||||
apps/posts/test/unit/hooks/use-post-referrers.test.tsx
|
||||
apps/posts/test/unit/hooks/use-post-newsletter-stats.test.tsx
|
||||
apps/posts/test/unit/hooks/use-edit-links.test.tsx
|
||||
apps/posts/test/unit/hooks/use-post-feedback.test.tsx
|
||||
apps/posts/test/unit/hooks/use-responsive-chart-size.test.tsx
|
||||
apps/posts/test/unit/utils/kpi-helpers.test.tsx
|
||||
apps/posts/test/unit/utils/chart-helpers.test.tsx
|
||||
apps/posts/test/unit/utils/link-helpers.test.tsx
|
||||
|
|
@ -4847,58 +4851,58 @@ apps/posts/tsconfig.declaration.json
|
|||
apps/posts/vite.config.mjs
|
||||
apps/posts/tailwind.config.cjs
|
||||
apps/posts/tsconfig.json
|
||||
apps/posts/src/components/errors/PostsErrorPage.tsx
|
||||
apps/posts/src/components/errors/PostsErrorBoundary.tsx
|
||||
apps/posts/src/components/layout/MainLayout.tsx
|
||||
apps/posts/src/hooks/usePostSuccessModal.ts
|
||||
apps/posts/src/hooks/useEditLinks.ts
|
||||
apps/posts/src/hooks/useResponsiveChartSize.ts
|
||||
apps/posts/src/hooks/withFeatureFlag.tsx
|
||||
apps/posts/src/hooks/usePostReferrers.ts
|
||||
apps/posts/src/hooks/usePostFeedback.ts
|
||||
apps/posts/src/hooks/useFeatureFlag.tsx
|
||||
apps/posts/src/hooks/usePostNewsletterStats.ts
|
||||
apps/posts/src/views/PostAnalytics/components/SourceIcon.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/PostAnalyticsView.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/DateRangeSelect.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/EmptyStatView.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/KpiCard.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/layout/PostAnalyticsLayout.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/Sidebar.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/PostAnalyticsContent.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/PostAnalyticsHeader.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/AudienceSelect.tsx
|
||||
apps/posts/src/views/PostAnalytics/modals/ShareModal.tsx
|
||||
apps/posts/src/views/PostAnalytics/Web/components/Kpis.tsx
|
||||
apps/posts/src/views/PostAnalytics/Web/components/Sources.tsx
|
||||
apps/posts/src/views/PostAnalytics/Web/components/Locations.tsx
|
||||
apps/posts/src/views/PostAnalytics/Web/Web.tsx
|
||||
apps/posts/src/views/PostAnalytics/Newsletter/components/Feedback.tsx
|
||||
apps/posts/src/views/PostAnalytics/Newsletter/components/NewsLetterRadialChart.tsx
|
||||
apps/posts/src/views/PostAnalytics/Newsletter/Newsletter.tsx
|
||||
apps/posts/src/views/PostAnalytics/Overview/components/NewsletterOverview.tsx
|
||||
apps/posts/src/views/PostAnalytics/Overview/components/WebOverview.tsx
|
||||
apps/posts/src/views/PostAnalytics/Overview/Overview.tsx
|
||||
apps/posts/src/views/PostAnalytics/PostAnalytics.tsx
|
||||
apps/posts/src/views/PostAnalytics/Growth/components/GrowthSources.tsx
|
||||
apps/posts/src/views/PostAnalytics/Growth/Growth.tsx
|
||||
apps/posts/src/views/Tags/components/TagsContent.tsx
|
||||
apps/posts/src/views/Tags/components/TagsHeader.tsx
|
||||
apps/posts/src/views/Tags/components/TagsList.tsx
|
||||
apps/posts/src/views/Tags/components/VirtualTable/getScrollParent.tsx
|
||||
apps/posts/src/views/Tags/components/VirtualTable/useInfiniteVirtualScroll.tsx
|
||||
apps/posts/src/views/Tags/components/TagsLayout.tsx
|
||||
apps/posts/src/views/Tags/Tags.tsx
|
||||
apps/posts/src/components/errors/posts-error-page.tsx
|
||||
apps/posts/src/components/errors/posts-error-boundary.tsx
|
||||
apps/posts/src/components/layout/main-layout.tsx
|
||||
apps/posts/src/hooks/use-responsive-chart-size.ts
|
||||
apps/posts/src/hooks/use-post-success-modal.ts
|
||||
apps/posts/src/hooks/use-feature-flag.tsx
|
||||
apps/posts/src/hooks/use-edit-links.ts
|
||||
apps/posts/src/hooks/use-post-feedback.ts
|
||||
apps/posts/src/hooks/with-feature-flag.tsx
|
||||
apps/posts/src/hooks/use-post-newsletter-stats.ts
|
||||
apps/posts/src/hooks/use-post-referrers.ts
|
||||
apps/posts/src/views/PostAnalytics/components/post-analytics-header.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/source-icon.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/layout/post-analytics-layout.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/post-analytics-content.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/empty-stat-view.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/kpi-card.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/audience-select.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/sidebar.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/date-range-select.tsx
|
||||
apps/posts/src/views/PostAnalytics/components/post-analytics-view.tsx
|
||||
apps/posts/src/views/PostAnalytics/modals/share-modal.tsx
|
||||
apps/posts/src/views/PostAnalytics/Web/components/sources.tsx
|
||||
apps/posts/src/views/PostAnalytics/Web/components/locations.tsx
|
||||
apps/posts/src/views/PostAnalytics/Web/components/kpis.tsx
|
||||
apps/posts/src/views/PostAnalytics/Web/web.tsx
|
||||
apps/posts/src/views/PostAnalytics/Newsletter/components/feedback.tsx
|
||||
apps/posts/src/views/PostAnalytics/Newsletter/components/newsletter-radial-chart.tsx
|
||||
apps/posts/src/views/PostAnalytics/Newsletter/newsletter.tsx
|
||||
apps/posts/src/views/PostAnalytics/Overview/overview.tsx
|
||||
apps/posts/src/views/PostAnalytics/Overview/components/web-overview.tsx
|
||||
apps/posts/src/views/PostAnalytics/Overview/components/newsletter-overview.tsx
|
||||
apps/posts/src/views/PostAnalytics/post-analytics.tsx
|
||||
apps/posts/src/views/PostAnalytics/Growth/components/growth-sources.tsx
|
||||
apps/posts/src/views/PostAnalytics/Growth/growth.tsx
|
||||
apps/posts/src/views/Tags/components/tags-list.tsx
|
||||
apps/posts/src/views/Tags/components/tags-content.tsx
|
||||
apps/posts/src/views/Tags/components/tags-header.tsx
|
||||
apps/posts/src/views/Tags/components/tags-layout.tsx
|
||||
apps/posts/src/views/Tags/components/VirtualTable/use-infinite-virtual-scroll.tsx
|
||||
apps/posts/src/views/Tags/components/VirtualTable/get-scroll-parent.tsx
|
||||
apps/posts/src/views/Tags/tags.tsx
|
||||
apps/posts/src/standalone.tsx
|
||||
apps/posts/src/index.tsx
|
||||
apps/posts/src/providers/PostsAppContext.tsx
|
||||
apps/posts/src/providers/PostAnalyticsContext.tsx
|
||||
apps/posts/src/providers/posts-app-context.tsx
|
||||
apps/posts/src/providers/post-analytics-context.tsx
|
||||
apps/posts/src/utils/chart-helpers.ts
|
||||
apps/posts/src/utils/kpi-helpers.ts
|
||||
apps/posts/src/utils/link-helpers.ts
|
||||
apps/posts/src/utils/constants.ts
|
||||
apps/posts/src/App.tsx
|
||||
apps/posts/src/routes.tsx
|
||||
apps/posts/src/app.tsx
|
||||
apps/posts/postcss.config.cjs
|
||||
apps/portal/.yarnrc
|
||||
apps/portal/README.md
|
||||
|
|
@ -5237,6 +5241,7 @@ apps/admin-x-design-system/src/assets/images/google-logo.svg
|
|||
apps/admin-x-design-system/src/assets/images/x-logo.svg
|
||||
apps/admin-x-design-system/src/assets/icons/wordpress.svg
|
||||
apps/admin-x-design-system/src/assets/icons/globe-simple.svg
|
||||
apps/admin-x-design-system/src/assets/icons/mailplus.svg
|
||||
apps/admin-x-design-system/src/assets/icons/unsplash.svg
|
||||
apps/admin-x-design-system/src/assets/icons/chevron-right.svg
|
||||
apps/admin-x-design-system/src/assets/icons/layout-2-col.svg
|
||||
|
|
|
|||
|
|
@ -42895,6 +42895,24 @@ Sales/Service/V1/CreditmemoAddCommentTest.php
|
|||
Service/V1/CreditmemoAddCommentTest.php
|
||||
V1/CreditmemoAddCommentTest.php
|
||||
CreditmemoAddCommentTest.php
|
||||
dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/OrderItemsWithCustomOptionsTest.php
|
||||
tests/api-functional/testsuite/Magento/Sales/Service/V1/OrderItemsWithCustomOptionsTest.php
|
||||
api-functional/testsuite/Magento/Sales/Service/V1/OrderItemsWithCustomOptionsTest.php
|
||||
testsuite/Magento/Sales/Service/V1/OrderItemsWithCustomOptionsTest.php
|
||||
Magento/Sales/Service/V1/OrderItemsWithCustomOptionsTest.php
|
||||
Sales/Service/V1/OrderItemsWithCustomOptionsTest.php
|
||||
Service/V1/OrderItemsWithCustomOptionsTest.php
|
||||
V1/OrderItemsWithCustomOptionsTest.php
|
||||
OrderItemsWithCustomOptionsTest.php
|
||||
dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/CreditmemoCreateReturnToStockTest.php
|
||||
tests/api-functional/testsuite/Magento/Sales/Service/V1/CreditmemoCreateReturnToStockTest.php
|
||||
api-functional/testsuite/Magento/Sales/Service/V1/CreditmemoCreateReturnToStockTest.php
|
||||
testsuite/Magento/Sales/Service/V1/CreditmemoCreateReturnToStockTest.php
|
||||
Magento/Sales/Service/V1/CreditmemoCreateReturnToStockTest.php
|
||||
Sales/Service/V1/CreditmemoCreateReturnToStockTest.php
|
||||
Service/V1/CreditmemoCreateReturnToStockTest.php
|
||||
V1/CreditmemoCreateReturnToStockTest.php
|
||||
CreditmemoCreateReturnToStockTest.php
|
||||
dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/OrderItemGetListTest.php
|
||||
tests/api-functional/testsuite/Magento/Sales/Service/V1/OrderItemGetListTest.php
|
||||
api-functional/testsuite/Magento/Sales/Service/V1/OrderItemGetListTest.php
|
||||
|
|
@ -197951,6 +197969,14 @@ Test/Mftf/Test/StorefrontDropdownAttributeInLayeredNavigationTest.xml
|
|||
Mftf/Test/StorefrontDropdownAttributeInLayeredNavigationTest.xml
|
||||
Test/StorefrontDropdownAttributeInLayeredNavigationTest.xml
|
||||
StorefrontDropdownAttributeInLayeredNavigationTest.xml
|
||||
app/code/Magento/LayeredNavigation/Test/Mftf/Test/StorefrontSimpleProductsDisplayedAfterSwatchFilteringTest.xml
|
||||
code/Magento/LayeredNavigation/Test/Mftf/Test/StorefrontSimpleProductsDisplayedAfterSwatchFilteringTest.xml
|
||||
Magento/LayeredNavigation/Test/Mftf/Test/StorefrontSimpleProductsDisplayedAfterSwatchFilteringTest.xml
|
||||
LayeredNavigation/Test/Mftf/Test/StorefrontSimpleProductsDisplayedAfterSwatchFilteringTest.xml
|
||||
Test/Mftf/Test/StorefrontSimpleProductsDisplayedAfterSwatchFilteringTest.xml
|
||||
Mftf/Test/StorefrontSimpleProductsDisplayedAfterSwatchFilteringTest.xml
|
||||
Test/StorefrontSimpleProductsDisplayedAfterSwatchFilteringTest.xml
|
||||
StorefrontSimpleProductsDisplayedAfterSwatchFilteringTest.xml
|
||||
app/code/Magento/LayeredNavigation/Test/Mftf/Test/AdminSpecifyLayerNavigationConfigurationTest.xml
|
||||
code/Magento/LayeredNavigation/Test/Mftf/Test/AdminSpecifyLayerNavigationConfigurationTest.xml
|
||||
Magento/LayeredNavigation/Test/Mftf/Test/AdminSpecifyLayerNavigationConfigurationTest.xml
|
||||
|
|
@ -241374,6 +241400,14 @@ Test/Mftf/Test/Update100TaxRateEntityTest.xml
|
|||
Mftf/Test/Update100TaxRateEntityTest.xml
|
||||
Test/Update100TaxRateEntityTest.xml
|
||||
Update100TaxRateEntityTest.xml
|
||||
app/code/Magento/Tax/Test/Mftf/Test/AdminVerifyTaxRateStateResetWhenChangingCountryTest.xml
|
||||
code/Magento/Tax/Test/Mftf/Test/AdminVerifyTaxRateStateResetWhenChangingCountryTest.xml
|
||||
Magento/Tax/Test/Mftf/Test/AdminVerifyTaxRateStateResetWhenChangingCountryTest.xml
|
||||
Tax/Test/Mftf/Test/AdminVerifyTaxRateStateResetWhenChangingCountryTest.xml
|
||||
Test/Mftf/Test/AdminVerifyTaxRateStateResetWhenChangingCountryTest.xml
|
||||
Mftf/Test/AdminVerifyTaxRateStateResetWhenChangingCountryTest.xml
|
||||
Test/AdminVerifyTaxRateStateResetWhenChangingCountryTest.xml
|
||||
AdminVerifyTaxRateStateResetWhenChangingCountryTest.xml
|
||||
app/code/Magento/Tax/Test/Mftf/Test/AdminCreateTaxRuleWithNewTaxClassesAndTaxRateTest.xml
|
||||
code/Magento/Tax/Test/Mftf/Test/AdminCreateTaxRuleWithNewTaxClassesAndTaxRateTest.xml
|
||||
Magento/Tax/Test/Mftf/Test/AdminCreateTaxRuleWithNewTaxClassesAndTaxRateTest.xml
|
||||
|
|
@ -273968,6 +274002,14 @@ Test/Mftf/Test/SwatchesAreVisibleInLayeredNavigationTest.xml
|
|||
Mftf/Test/SwatchesAreVisibleInLayeredNavigationTest.xml
|
||||
Test/SwatchesAreVisibleInLayeredNavigationTest.xml
|
||||
SwatchesAreVisibleInLayeredNavigationTest.xml
|
||||
app/code/Magento/Swatches/Test/Mftf/Test/AdminCreateProductWithTextSwatchInCustomAttributeSetTest.xml
|
||||
code/Magento/Swatches/Test/Mftf/Test/AdminCreateProductWithTextSwatchInCustomAttributeSetTest.xml
|
||||
Magento/Swatches/Test/Mftf/Test/AdminCreateProductWithTextSwatchInCustomAttributeSetTest.xml
|
||||
Swatches/Test/Mftf/Test/AdminCreateProductWithTextSwatchInCustomAttributeSetTest.xml
|
||||
Test/Mftf/Test/AdminCreateProductWithTextSwatchInCustomAttributeSetTest.xml
|
||||
Mftf/Test/AdminCreateProductWithTextSwatchInCustomAttributeSetTest.xml
|
||||
Test/AdminCreateProductWithTextSwatchInCustomAttributeSetTest.xml
|
||||
AdminCreateProductWithTextSwatchInCustomAttributeSetTest.xml
|
||||
app/code/Magento/Swatches/Test/Mftf/Test/StorefrontConfigurableSwatchOptionsThumbImagesTest.xml
|
||||
code/Magento/Swatches/Test/Mftf/Test/StorefrontConfigurableSwatchOptionsThumbImagesTest.xml
|
||||
Magento/Swatches/Test/Mftf/Test/StorefrontConfigurableSwatchOptionsThumbImagesTest.xml
|
||||
|
|
@ -274016,6 +274058,14 @@ Test/Mftf/Test/AdminVisualSwatchAttributeFunctionalityTest.xml
|
|||
Mftf/Test/AdminVisualSwatchAttributeFunctionalityTest.xml
|
||||
Test/AdminVisualSwatchAttributeFunctionalityTest.xml
|
||||
AdminVisualSwatchAttributeFunctionalityTest.xml
|
||||
app/code/Magento/Swatches/Test/Mftf/Test/StorefrontConfigurableProductImageChangesByLayeredNavigationTest.xml
|
||||
code/Magento/Swatches/Test/Mftf/Test/StorefrontConfigurableProductImageChangesByLayeredNavigationTest.xml
|
||||
Magento/Swatches/Test/Mftf/Test/StorefrontConfigurableProductImageChangesByLayeredNavigationTest.xml
|
||||
Swatches/Test/Mftf/Test/StorefrontConfigurableProductImageChangesByLayeredNavigationTest.xml
|
||||
Test/Mftf/Test/StorefrontConfigurableProductImageChangesByLayeredNavigationTest.xml
|
||||
Mftf/Test/StorefrontConfigurableProductImageChangesByLayeredNavigationTest.xml
|
||||
Test/StorefrontConfigurableProductImageChangesByLayeredNavigationTest.xml
|
||||
StorefrontConfigurableProductImageChangesByLayeredNavigationTest.xml
|
||||
app/code/Magento/Swatches/Test/Mftf/Test/StorefrontConfigurableProductSwatchTierPriceTest.xml
|
||||
code/Magento/Swatches/Test/Mftf/Test/StorefrontConfigurableProductSwatchTierPriceTest.xml
|
||||
Magento/Swatches/Test/Mftf/Test/StorefrontConfigurableProductSwatchTierPriceTest.xml
|
||||
|
|
@ -274276,6 +274326,14 @@ Test/Mftf/ActionGroup/StorefrontAddProductWithSwatchesTextOptionToTheCartActionG
|
|||
Mftf/ActionGroup/StorefrontAddProductWithSwatchesTextOptionToTheCartActionGroup.xml
|
||||
ActionGroup/StorefrontAddProductWithSwatchesTextOptionToTheCartActionGroup.xml
|
||||
StorefrontAddProductWithSwatchesTextOptionToTheCartActionGroup.xml
|
||||
app/code/Magento/Swatches/Test/Mftf/ActionGroup/AdminSelectTextSwatchAttributeOptionActionGroup.xml
|
||||
code/Magento/Swatches/Test/Mftf/ActionGroup/AdminSelectTextSwatchAttributeOptionActionGroup.xml
|
||||
Magento/Swatches/Test/Mftf/ActionGroup/AdminSelectTextSwatchAttributeOptionActionGroup.xml
|
||||
Swatches/Test/Mftf/ActionGroup/AdminSelectTextSwatchAttributeOptionActionGroup.xml
|
||||
Test/Mftf/ActionGroup/AdminSelectTextSwatchAttributeOptionActionGroup.xml
|
||||
Mftf/ActionGroup/AdminSelectTextSwatchAttributeOptionActionGroup.xml
|
||||
ActionGroup/AdminSelectTextSwatchAttributeOptionActionGroup.xml
|
||||
AdminSelectTextSwatchAttributeOptionActionGroup.xml
|
||||
app/code/Magento/Swatches/Test/Mftf/ActionGroup/AssertSwatchColorActionGroup.xml
|
||||
code/Magento/Swatches/Test/Mftf/ActionGroup/AssertSwatchColorActionGroup.xml
|
||||
Magento/Swatches/Test/Mftf/ActionGroup/AssertSwatchColorActionGroup.xml
|
||||
|
|
|
|||
|
|
@ -5434,6 +5434,8 @@ dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/OrderCommentsListTes
|
|||
dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/OrderListTest.php
|
||||
dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/ShipmentRemoveTrackTest.php
|
||||
dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/CreditmemoAddCommentTest.php
|
||||
dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/OrderItemsWithCustomOptionsTest.php
|
||||
dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/CreditmemoCreateReturnToStockTest.php
|
||||
dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/OrderItemGetListTest.php
|
||||
dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/CreditmemoCommentsListTest.php
|
||||
dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/InvoiceCommentsListTest.php
|
||||
|
|
@ -23411,6 +23413,7 @@ app/code/Magento/LayeredNavigation/Test/Unit/Observer/Edit/Tab/Front/ProductAttr
|
|||
app/code/Magento/LayeredNavigation/Test/Unit/Observer/Edit/Tab/Front/ProductAttributeFormBuildFormFieldDependenciesObserverTest.php
|
||||
app/code/Magento/LayeredNavigation/Test/Unit/Plugin/Save/AdjustAttributeSearchableTest.php
|
||||
app/code/Magento/LayeredNavigation/Test/Mftf/Test/StorefrontDropdownAttributeInLayeredNavigationTest.xml
|
||||
app/code/Magento/LayeredNavigation/Test/Mftf/Test/StorefrontSimpleProductsDisplayedAfterSwatchFilteringTest.xml
|
||||
app/code/Magento/LayeredNavigation/Test/Mftf/Test/AdminSpecifyLayerNavigationConfigurationTest.xml
|
||||
app/code/Magento/LayeredNavigation/Test/Mftf/Test/AdminCheckResultsOfColorAndOtherFiltersTest.xml
|
||||
app/code/Magento/LayeredNavigation/Test/Mftf/Test/StorefrontAllAttributeOptionsAreShownInLayeredNavigationTest.xml
|
||||
|
|
@ -28802,6 +28805,7 @@ app/code/Magento/Tax/Test/Mftf/Test/StorefrontVerifyRecentlyViewedWidgetTaxPrice
|
|||
app/code/Magento/Tax/Test/Mftf/Test/AdminCheckingTaxReportGridTest.xml
|
||||
app/code/Magento/Tax/Test/Mftf/Test/AdminDeleteTaxRuleTest.xml
|
||||
app/code/Magento/Tax/Test/Mftf/Test/Update100TaxRateEntityTest.xml
|
||||
app/code/Magento/Tax/Test/Mftf/Test/AdminVerifyTaxRateStateResetWhenChangingCountryTest.xml
|
||||
app/code/Magento/Tax/Test/Mftf/Test/AdminCreateTaxRuleWithNewTaxClassesAndTaxRateTest.xml
|
||||
app/code/Magento/Tax/Test/Mftf/Test/AdminCreateTaxRateSpecificPostcodeTest.xml
|
||||
app/code/Magento/Tax/Test/Mftf/Test/AdminCreateTaxRuleWithNewAndExistingTaxRateAndCustomerAndProductTaxClassTest.xml
|
||||
|
|
@ -32872,12 +32876,14 @@ app/code/Magento/Swatches/Test/Mftf/Test/StorefrontSwatchAttributeDisplayedInWid
|
|||
app/code/Magento/Swatches/Test/Mftf/Test/CreateConfigProductBasedOnVisualSwatchAttributeWithImagesAndCustomLabelOnDifferentStoreViewsTest.xml
|
||||
app/code/Magento/Swatches/Test/Mftf/Test/AdminSwatchValuesRequiredBehaviorTest.xml
|
||||
app/code/Magento/Swatches/Test/Mftf/Test/SwatchesAreVisibleInLayeredNavigationTest.xml
|
||||
app/code/Magento/Swatches/Test/Mftf/Test/AdminCreateProductWithTextSwatchInCustomAttributeSetTest.xml
|
||||
app/code/Magento/Swatches/Test/Mftf/Test/StorefrontConfigurableSwatchOptionsThumbImagesTest.xml
|
||||
app/code/Magento/Swatches/Test/Mftf/Test/AdminCreateVisualSwatchTest.xml
|
||||
app/code/Magento/Swatches/Test/Mftf/Test/StorefrontSeeProductImagesMatchingProductSwatchesTest.xml
|
||||
app/code/Magento/Swatches/Test/Mftf/Test/StorefrontConfigurableProductWithTwoAttributeSwatchWithDisplayOutOfStockEnabledTest.xml
|
||||
app/code/Magento/Swatches/Test/Mftf/Test/StorefrontFilterByTextSwatchTest.xml
|
||||
app/code/Magento/Swatches/Test/Mftf/Test/AdminVisualSwatchAttributeFunctionalityTest.xml
|
||||
app/code/Magento/Swatches/Test/Mftf/Test/StorefrontConfigurableProductImageChangesByLayeredNavigationTest.xml
|
||||
app/code/Magento/Swatches/Test/Mftf/Test/StorefrontConfigurableProductSwatchTierPriceTest.xml
|
||||
app/code/Magento/Swatches/Test/Mftf/Test/AdminSimpleProductwithTextandVisualSwatchTest.xml
|
||||
app/code/Magento/Swatches/Test/Mftf/Test/StorefrontConfigurableOptionsImportSameBaseImageTest.xml
|
||||
|
|
@ -32911,6 +32917,7 @@ app/code/Magento/Swatches/Test/Mftf/ActionGroup/StorefrontSelectVisualSwatchOpti
|
|||
app/code/Magento/Swatches/Test/Mftf/ActionGroup/AssertStorefrontSwatchColorActionGroup.xml
|
||||
app/code/Magento/Swatches/Test/Mftf/ActionGroup/SetColorPickerByHexActionGroup.xml
|
||||
app/code/Magento/Swatches/Test/Mftf/ActionGroup/StorefrontAddProductWithSwatchesTextOptionToTheCartActionGroup.xml
|
||||
app/code/Magento/Swatches/Test/Mftf/ActionGroup/AdminSelectTextSwatchAttributeOptionActionGroup.xml
|
||||
app/code/Magento/Swatches/Test/Mftf/ActionGroup/AssertSwatchColorActionGroup.xml
|
||||
app/code/Magento/Swatches/Test/Mftf/ActionGroup/StorefrontSelectSwatchOptionOnProductPageAndCheckImageActionGroup.xml
|
||||
app/code/Magento/Swatches/Test/Mftf/ActionGroup/StorefrontUpdateCartConfigurableProductWithSwatchesActionGroup.xml
|
||||
|
|
|
|||
|
|
@ -5486,17 +5486,47 @@ Nop.Plugin.Misc.RFQ/Data/Mapping/RfqNameCompatibility.cs
|
|||
Data/Mapping/RfqNameCompatibility.cs
|
||||
Mapping/RfqNameCompatibility.cs
|
||||
RfqNameCompatibility.cs
|
||||
src/Plugins/Nop.Plugin.Misc.RFQ/Data/Migrations/AddLocales.cs
|
||||
Plugins/Nop.Plugin.Misc.RFQ/Data/Migrations/AddLocales.cs
|
||||
Nop.Plugin.Misc.RFQ/Data/Migrations/AddLocales.cs
|
||||
Data/Migrations/AddLocales.cs
|
||||
Migrations/AddLocales.cs
|
||||
AddLocales.cs
|
||||
src/Plugins/Nop.Plugin.Misc.RFQ/Data/Migrations/SchemaMigration.cs
|
||||
Plugins/Nop.Plugin.Misc.RFQ/Data/Migrations/SchemaMigration.cs
|
||||
Nop.Plugin.Misc.RFQ/Data/Migrations/SchemaMigration.cs
|
||||
Data/Migrations/SchemaMigration.cs
|
||||
Migrations/SchemaMigration.cs
|
||||
SchemaMigration.cs
|
||||
src/Plugins/Nop.Plugin.Misc.RFQ/Data/Migrations/AddSettings.cs
|
||||
Plugins/Nop.Plugin.Misc.RFQ/Data/Migrations/AddSettings.cs
|
||||
Nop.Plugin.Misc.RFQ/Data/Migrations/AddSettings.cs
|
||||
Data/Migrations/AddSettings.cs
|
||||
Migrations/AddSettings.cs
|
||||
AddSettings.cs
|
||||
src/Plugins/Nop.Plugin.Misc.RFQ/Services/RfqPermissionConfigManager.cs
|
||||
Plugins/Nop.Plugin.Misc.RFQ/Services/RfqPermissionConfigManager.cs
|
||||
Nop.Plugin.Misc.RFQ/Services/RfqPermissionConfigManager.cs
|
||||
Services/RfqPermissionConfigManager.cs
|
||||
RfqPermissionConfigManager.cs
|
||||
src/Plugins/Nop.Plugin.Misc.RFQ/Services/Pdf/PdfQuoteItem.cs
|
||||
Plugins/Nop.Plugin.Misc.RFQ/Services/Pdf/PdfQuoteItem.cs
|
||||
Nop.Plugin.Misc.RFQ/Services/Pdf/PdfQuoteItem.cs
|
||||
Services/Pdf/PdfQuoteItem.cs
|
||||
Pdf/PdfQuoteItem.cs
|
||||
PdfQuoteItem.cs
|
||||
src/Plugins/Nop.Plugin.Misc.RFQ/Services/Pdf/QuoteDocument.cs
|
||||
Plugins/Nop.Plugin.Misc.RFQ/Services/Pdf/QuoteDocument.cs
|
||||
Nop.Plugin.Misc.RFQ/Services/Pdf/QuoteDocument.cs
|
||||
Services/Pdf/QuoteDocument.cs
|
||||
Pdf/QuoteDocument.cs
|
||||
QuoteDocument.cs
|
||||
src/Plugins/Nop.Plugin.Misc.RFQ/Services/Pdf/QuoteInfo.cs
|
||||
Plugins/Nop.Plugin.Misc.RFQ/Services/Pdf/QuoteInfo.cs
|
||||
Nop.Plugin.Misc.RFQ/Services/Pdf/QuoteInfo.cs
|
||||
Services/Pdf/QuoteInfo.cs
|
||||
Pdf/QuoteInfo.cs
|
||||
QuoteInfo.cs
|
||||
src/Plugins/Nop.Plugin.Misc.RFQ/Services/Caching/QuoteItemCacheEventConsumer.cs
|
||||
Plugins/Nop.Plugin.Misc.RFQ/Services/Caching/QuoteItemCacheEventConsumer.cs
|
||||
Nop.Plugin.Misc.RFQ/Services/Caching/QuoteItemCacheEventConsumer.cs
|
||||
|
|
@ -5551,11 +5581,6 @@ Plugins/Nop.Plugin.Misc.RFQ/Controllers/RfqCustomerController.cs
|
|||
Nop.Plugin.Misc.RFQ/Controllers/RfqCustomerController.cs
|
||||
Controllers/RfqCustomerController.cs
|
||||
RfqCustomerController.cs
|
||||
src/Plugins/Nop.Plugin.Misc.RFQ/Migrations/AddLocales.cs
|
||||
Plugins/Nop.Plugin.Misc.RFQ/Migrations/AddLocales.cs
|
||||
Nop.Plugin.Misc.RFQ/Migrations/AddLocales.cs
|
||||
Migrations/AddLocales.cs
|
||||
AddLocales.cs
|
||||
src/Plugins/Nop.Plugin.Misc.RFQ/Factories/AdminModelFactory.cs
|
||||
Plugins/Nop.Plugin.Misc.RFQ/Factories/AdminModelFactory.cs
|
||||
Nop.Plugin.Misc.RFQ/Factories/AdminModelFactory.cs
|
||||
|
|
|
|||
|
|
@ -966,8 +966,13 @@ src/Plugins/Nop.Plugin.Misc.RFQ/Data/Mapping/Builders/RequestQuoteBuilder.cs
|
|||
src/Plugins/Nop.Plugin.Misc.RFQ/Data/Mapping/Builders/QuoteBuilder.cs
|
||||
src/Plugins/Nop.Plugin.Misc.RFQ/Data/Mapping/Builders/QuoteItemBuilder.cs
|
||||
src/Plugins/Nop.Plugin.Misc.RFQ/Data/Mapping/RfqNameCompatibility.cs
|
||||
src/Plugins/Nop.Plugin.Misc.RFQ/Data/Migrations/AddLocales.cs
|
||||
src/Plugins/Nop.Plugin.Misc.RFQ/Data/Migrations/SchemaMigration.cs
|
||||
src/Plugins/Nop.Plugin.Misc.RFQ/Data/Migrations/AddSettings.cs
|
||||
src/Plugins/Nop.Plugin.Misc.RFQ/Services/RfqPermissionConfigManager.cs
|
||||
src/Plugins/Nop.Plugin.Misc.RFQ/Services/Pdf/PdfQuoteItem.cs
|
||||
src/Plugins/Nop.Plugin.Misc.RFQ/Services/Pdf/QuoteDocument.cs
|
||||
src/Plugins/Nop.Plugin.Misc.RFQ/Services/Pdf/QuoteInfo.cs
|
||||
src/Plugins/Nop.Plugin.Misc.RFQ/Services/Caching/QuoteItemCacheEventConsumer.cs
|
||||
src/Plugins/Nop.Plugin.Misc.RFQ/Services/Caching/RequestQuoteCacheEventConsumer.cs
|
||||
src/Plugins/Nop.Plugin.Misc.RFQ/Services/Caching/RequestQuoteItemCacheEventConsumer.cs
|
||||
|
|
@ -978,7 +983,6 @@ src/Plugins/Nop.Plugin.Misc.RFQ/Services/RfqMessageTokenEventConsumer.cs
|
|||
src/Plugins/Nop.Plugin.Misc.RFQ/Services/RfqMessageService.cs
|
||||
src/Plugins/Nop.Plugin.Misc.RFQ/Controllers/RfqAdminController.cs
|
||||
src/Plugins/Nop.Plugin.Misc.RFQ/Controllers/RfqCustomerController.cs
|
||||
src/Plugins/Nop.Plugin.Misc.RFQ/Migrations/AddLocales.cs
|
||||
src/Plugins/Nop.Plugin.Misc.RFQ/Factories/AdminModelFactory.cs
|
||||
src/Plugins/Nop.Plugin.Misc.RFQ/Factories/CustomerModelFactory.cs
|
||||
src/Plugins/Nop.Plugin.Misc.RFQ/Domains/IAdminNote.cs
|
||||
|
|
|
|||
|
|
@ -43930,6 +43930,12 @@ controller/task/catalog/tax_class.php
|
|||
task/catalog/tax_class.php
|
||||
catalog/tax_class.php
|
||||
tax_class.php
|
||||
upload/admin/controller/task/catalog/product.php
|
||||
admin/controller/task/catalog/product.php
|
||||
controller/task/catalog/product.php
|
||||
task/catalog/product.php
|
||||
catalog/product.php
|
||||
product.php
|
||||
upload/admin/controller/task/catalog/return_reason.php
|
||||
admin/controller/task/catalog/return_reason.php
|
||||
controller/task/catalog/return_reason.php
|
||||
|
|
|
|||
|
|
@ -5113,6 +5113,7 @@ upload/admin/controller/task/catalog/currency.php
|
|||
upload/admin/controller/task/catalog/customer_group.php
|
||||
upload/admin/controller/task/catalog/setting.php
|
||||
upload/admin/controller/task/catalog/tax_class.php
|
||||
upload/admin/controller/task/catalog/product.php
|
||||
upload/admin/controller/task/catalog/return_reason.php
|
||||
upload/admin/controller/task/catalog/language.php
|
||||
upload/admin/controller/task/catalog/review.php
|
||||
|
|
|
|||
|
|
@ -5431,6 +5431,13 @@ Core/Maintenance/System/SystemExceptionTest.php
|
|||
Maintenance/System/SystemExceptionTest.php
|
||||
System/SystemExceptionTest.php
|
||||
SystemExceptionTest.php
|
||||
tests/unit/Core/Maintenance/Staging/Handler/StagingExtensionHandlerTest.php
|
||||
unit/Core/Maintenance/Staging/Handler/StagingExtensionHandlerTest.php
|
||||
Core/Maintenance/Staging/Handler/StagingExtensionHandlerTest.php
|
||||
Maintenance/Staging/Handler/StagingExtensionHandlerTest.php
|
||||
Staging/Handler/StagingExtensionHandlerTest.php
|
||||
Handler/StagingExtensionHandlerTest.php
|
||||
StagingExtensionHandlerTest.php
|
||||
tests/unit/Core/Maintenance/Staging/Handler/StagingMailHandlerTest.php
|
||||
unit/Core/Maintenance/Staging/Handler/StagingMailHandlerTest.php
|
||||
Core/Maintenance/Staging/Handler/StagingMailHandlerTest.php
|
||||
|
|
@ -7270,6 +7277,14 @@ Framework/Adapter/Cache/CacheCompilerPassTest.php
|
|||
Adapter/Cache/CacheCompilerPassTest.php
|
||||
Cache/CacheCompilerPassTest.php
|
||||
CacheCompilerPassTest.php
|
||||
tests/unit/Core/Framework/Adapter/Cache/Event/HttpCacheCookieEventTest.php
|
||||
unit/Core/Framework/Adapter/Cache/Event/HttpCacheCookieEventTest.php
|
||||
Core/Framework/Adapter/Cache/Event/HttpCacheCookieEventTest.php
|
||||
Framework/Adapter/Cache/Event/HttpCacheCookieEventTest.php
|
||||
Adapter/Cache/Event/HttpCacheCookieEventTest.php
|
||||
Cache/Event/HttpCacheCookieEventTest.php
|
||||
Event/HttpCacheCookieEventTest.php
|
||||
HttpCacheCookieEventTest.php
|
||||
tests/unit/Core/Framework/Adapter/Cache/Http/CacheControlListenerTest.php
|
||||
unit/Core/Framework/Adapter/Cache/Http/CacheControlListenerTest.php
|
||||
Core/Framework/Adapter/Cache/Http/CacheControlListenerTest.php
|
||||
|
|
@ -7310,6 +7325,14 @@ Adapter/Cache/Http/CacheStateValidatorTest.php
|
|||
Cache/Http/CacheStateValidatorTest.php
|
||||
Http/CacheStateValidatorTest.php
|
||||
CacheStateValidatorTest.php
|
||||
tests/unit/Core/Framework/Adapter/Cache/Http/CacheHashServiceTest.php
|
||||
unit/Core/Framework/Adapter/Cache/Http/CacheHashServiceTest.php
|
||||
Core/Framework/Adapter/Cache/Http/CacheHashServiceTest.php
|
||||
Framework/Adapter/Cache/Http/CacheHashServiceTest.php
|
||||
Adapter/Cache/Http/CacheHashServiceTest.php
|
||||
Cache/Http/CacheHashServiceTest.php
|
||||
Http/CacheHashServiceTest.php
|
||||
CacheHashServiceTest.php
|
||||
tests/unit/Core/Framework/Adapter/Cache/Message/RefreshHttpCacheMessageHandlerTest.php
|
||||
unit/Core/Framework/Adapter/Cache/Message/RefreshHttpCacheMessageHandlerTest.php
|
||||
Core/Framework/Adapter/Cache/Message/RefreshHttpCacheMessageHandlerTest.php
|
||||
|
|
@ -12278,6 +12301,14 @@ Core/DevOps/Test/AnnotationTagTesterTest.php
|
|||
DevOps/Test/AnnotationTagTesterTest.php
|
||||
Test/AnnotationTagTesterTest.php
|
||||
AnnotationTagTesterTest.php
|
||||
tests/unit/Core/DevOps/Test/Command/Fixture/Migration1763996000Dummy.php
|
||||
unit/Core/DevOps/Test/Command/Fixture/Migration1763996000Dummy.php
|
||||
Core/DevOps/Test/Command/Fixture/Migration1763996000Dummy.php
|
||||
DevOps/Test/Command/Fixture/Migration1763996000Dummy.php
|
||||
Test/Command/Fixture/Migration1763996000Dummy.php
|
||||
Command/Fixture/Migration1763996000Dummy.php
|
||||
Fixture/Migration1763996000Dummy.php
|
||||
Migration1763996000Dummy.php
|
||||
tests/unit/Core/DevOps/Test/Command/MakeCoverageTestCommandTest.php
|
||||
unit/Core/DevOps/Test/Command/MakeCoverageTestCommandTest.php
|
||||
Core/DevOps/Test/Command/MakeCoverageTestCommandTest.php
|
||||
|
|
@ -17590,6 +17621,11 @@ migration/Core/V6_7/Migration1743151679AddContextGatewayUrlTest.php
|
|||
Core/V6_7/Migration1743151679AddContextGatewayUrlTest.php
|
||||
V6_7/Migration1743151679AddContextGatewayUrlTest.php
|
||||
Migration1743151679AddContextGatewayUrlTest.php
|
||||
tests/migration/Core/V6_7/Migration1758612662UpdateDateRangeRuleDateTimeFormatTest.php
|
||||
migration/Core/V6_7/Migration1758612662UpdateDateRangeRuleDateTimeFormatTest.php
|
||||
Core/V6_7/Migration1758612662UpdateDateRangeRuleDateTimeFormatTest.php
|
||||
V6_7/Migration1758612662UpdateDateRangeRuleDateTimeFormatTest.php
|
||||
Migration1758612662UpdateDateRangeRuleDateTimeFormatTest.php
|
||||
tests/migration/Core/V6_7/Migration1754892246FixWordingMistakeInEmailTemplatesTest.php
|
||||
migration/Core/V6_7/Migration1754892246FixWordingMistakeInEmailTemplatesTest.php
|
||||
Core/V6_7/Migration1754892246FixWordingMistakeInEmailTemplatesTest.php
|
||||
|
|
@ -110482,6 +110518,12 @@ Maintenance/Staging/Handler/StagingAppHandler.php
|
|||
Staging/Handler/StagingAppHandler.php
|
||||
Handler/StagingAppHandler.php
|
||||
StagingAppHandler.php
|
||||
src/Core/Maintenance/Staging/Handler/StagingExtensionHandler.php
|
||||
Core/Maintenance/Staging/Handler/StagingExtensionHandler.php
|
||||
Maintenance/Staging/Handler/StagingExtensionHandler.php
|
||||
Staging/Handler/StagingExtensionHandler.php
|
||||
Handler/StagingExtensionHandler.php
|
||||
StagingExtensionHandler.php
|
||||
src/Core/Maintenance/Staging/Handler/StagingSalesChannelHandler.php
|
||||
Core/Maintenance/Staging/Handler/StagingSalesChannelHandler.php
|
||||
Maintenance/Staging/Handler/StagingSalesChannelHandler.php
|
||||
|
|
@ -116078,6 +116120,11 @@ Core/Migration/V6_7/Migration1740563553AddAppRequestedPrivileges.php
|
|||
Migration/V6_7/Migration1740563553AddAppRequestedPrivileges.php
|
||||
V6_7/Migration1740563553AddAppRequestedPrivileges.php
|
||||
Migration1740563553AddAppRequestedPrivileges.php
|
||||
src/Core/Migration/V6_7/Migration1758612662UpdateDateRangeRuleDateTimeFormat.php
|
||||
Core/Migration/V6_7/Migration1758612662UpdateDateRangeRuleDateTimeFormat.php
|
||||
Migration/V6_7/Migration1758612662UpdateDateRangeRuleDateTimeFormat.php
|
||||
V6_7/Migration1758612662UpdateDateRangeRuleDateTimeFormat.php
|
||||
Migration1758612662UpdateDateRangeRuleDateTimeFormat.php
|
||||
src/Core/Migration/V6_7/Migration1756068711FixOrderAddressFirstNameLength.php
|
||||
Core/Migration/V6_7/Migration1756068711FixOrderAddressFirstNameLength.php
|
||||
Migration/V6_7/Migration1756068711FixOrderAddressFirstNameLength.php
|
||||
|
|
@ -121724,6 +121771,13 @@ Framework/Adapter/Cache/CacheInvalidationSubscriber.php
|
|||
Adapter/Cache/CacheInvalidationSubscriber.php
|
||||
Cache/CacheInvalidationSubscriber.php
|
||||
CacheInvalidationSubscriber.php
|
||||
src/Core/Framework/Adapter/Cache/Http/CacheKey.php
|
||||
Core/Framework/Adapter/Cache/Http/CacheKey.php
|
||||
Framework/Adapter/Cache/Http/CacheKey.php
|
||||
Adapter/Cache/Http/CacheKey.php
|
||||
Cache/Http/CacheKey.php
|
||||
Http/CacheKey.php
|
||||
CacheKey.php
|
||||
src/Core/Framework/Adapter/Cache/Http/CacheResponseSubscriber.php
|
||||
Core/Framework/Adapter/Cache/Http/CacheResponseSubscriber.php
|
||||
Framework/Adapter/Cache/Http/CacheResponseSubscriber.php
|
||||
|
|
@ -121760,6 +121814,14 @@ Cache/Http/Extension/ResolveCacheRelevantRuleIdsExtension.php
|
|||
Http/Extension/ResolveCacheRelevantRuleIdsExtension.php
|
||||
Extension/ResolveCacheRelevantRuleIdsExtension.php
|
||||
ResolveCacheRelevantRuleIdsExtension.php
|
||||
src/Core/Framework/Adapter/Cache/Http/Extension/CacheHashRequiredExtension.php
|
||||
Core/Framework/Adapter/Cache/Http/Extension/CacheHashRequiredExtension.php
|
||||
Framework/Adapter/Cache/Http/Extension/CacheHashRequiredExtension.php
|
||||
Adapter/Cache/Http/Extension/CacheHashRequiredExtension.php
|
||||
Cache/Http/Extension/CacheHashRequiredExtension.php
|
||||
Http/Extension/CacheHashRequiredExtension.php
|
||||
Extension/CacheHashRequiredExtension.php
|
||||
CacheHashRequiredExtension.php
|
||||
src/Core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php
|
||||
Core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php
|
||||
Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php
|
||||
|
|
@ -121774,6 +121836,13 @@ Adapter/Cache/Http/CacheRelevantRulesResolver.php
|
|||
Cache/Http/CacheRelevantRulesResolver.php
|
||||
Http/CacheRelevantRulesResolver.php
|
||||
CacheRelevantRulesResolver.php
|
||||
src/Core/Framework/Adapter/Cache/Http/CacheHashService.php
|
||||
Core/Framework/Adapter/Cache/Http/CacheHashService.php
|
||||
Framework/Adapter/Cache/Http/CacheHashService.php
|
||||
Adapter/Cache/Http/CacheHashService.php
|
||||
Cache/Http/CacheHashService.php
|
||||
Http/CacheHashService.php
|
||||
CacheHashService.php
|
||||
src/Core/Framework/Adapter/Cache/CacheCompilerPass.php
|
||||
Core/Framework/Adapter/Cache/CacheCompilerPass.php
|
||||
Framework/Adapter/Cache/CacheCompilerPass.php
|
||||
|
|
|
|||
|
|
@ -774,6 +774,7 @@ tests/unit/Core/Maintenance/System/Command/SystemSetupCommandTest.php
|
|||
tests/unit/Core/Maintenance/System/Command/SystemUpdatePrepareCommandTest.php
|
||||
tests/unit/Core/Maintenance/System/Command/SystemUpdateFinishCommandTest.php
|
||||
tests/unit/Core/Maintenance/System/SystemExceptionTest.php
|
||||
tests/unit/Core/Maintenance/Staging/Handler/StagingExtensionHandlerTest.php
|
||||
tests/unit/Core/Maintenance/Staging/Handler/StagingMailHandlerTest.php
|
||||
tests/unit/Core/Maintenance/Staging/Handler/StagingAppHandlerTest.php
|
||||
tests/unit/Core/Maintenance/Staging/Handler/StagingSalesChannelHandlerTest.php
|
||||
|
|
@ -1034,11 +1035,13 @@ tests/unit/Core/Framework/Adapter/Cache/ReverseProxy/ReverseProxyCompilerPassTes
|
|||
tests/unit/Core/Framework/Adapter/Cache/InvalidatorStorage/RedisInvalidatorStorageTest.php
|
||||
tests/unit/Core/Framework/Adapter/Cache/InvalidatorStorage/Message/CleanupOldCacheFoldersHandlerTest.php
|
||||
tests/unit/Core/Framework/Adapter/Cache/CacheCompilerPassTest.php
|
||||
tests/unit/Core/Framework/Adapter/Cache/Event/HttpCacheCookieEventTest.php
|
||||
tests/unit/Core/Framework/Adapter/Cache/Http/CacheControlListenerTest.php
|
||||
tests/unit/Core/Framework/Adapter/Cache/Http/CacheStoreTest.php
|
||||
tests/unit/Core/Framework/Adapter/Cache/Http/CacheResponseSubscriberTest.php
|
||||
tests/unit/Core/Framework/Adapter/Cache/Http/CacheRelevantRulesResolverTest.php
|
||||
tests/unit/Core/Framework/Adapter/Cache/Http/CacheStateValidatorTest.php
|
||||
tests/unit/Core/Framework/Adapter/Cache/Http/CacheHashServiceTest.php
|
||||
tests/unit/Core/Framework/Adapter/Cache/Message/RefreshHttpCacheMessageHandlerTest.php
|
||||
tests/unit/Core/Framework/Adapter/Cache/Message/CleanupOldCacheFoldersTest.php
|
||||
tests/unit/Core/Framework/Adapter/Cache/CacheClearerTest.php
|
||||
|
|
@ -1652,6 +1655,7 @@ tests/unit/Core/Framework/Store/Search/ExtensionCriteriaTest.php
|
|||
tests/unit/Core/Framework/Store/Api/ExtensionStoreActionsControllerTest.php
|
||||
tests/unit/Core/Framework/Store/Api/FirstRunWizardControllerTest.php
|
||||
tests/unit/Core/DevOps/Test/AnnotationTagTesterTest.php
|
||||
tests/unit/Core/DevOps/Test/Command/Fixture/Migration1763996000Dummy.php
|
||||
tests/unit/Core/DevOps/Test/Command/MakeCoverageTestCommandTest.php
|
||||
tests/unit/Core/DevOps/System/Command/OpenApiValidationCommandTest.php
|
||||
tests/unit/Core/DevOps/System/Command/SyncComposerVersionCommandTest.php
|
||||
|
|
@ -2415,6 +2419,7 @@ tests/migration/Core/V6_7/Migration1720610755RemoveDefaultPaymentMethodFromCusto
|
|||
tests/migration/Core/V6_7/Migration1751623078AddMeasurementSystemPrivilegesTest.php
|
||||
tests/migration/Core/V6_7/Migration1728040170AddPrimaryOrderTransactionTest.php
|
||||
tests/migration/Core/V6_7/Migration1743151679AddContextGatewayUrlTest.php
|
||||
tests/migration/Core/V6_7/Migration1758612662UpdateDateRangeRuleDateTimeFormatTest.php
|
||||
tests/migration/Core/V6_7/Migration1754892246FixWordingMistakeInEmailTemplatesTest.php
|
||||
tests/migration/Core/V6_7/Migration1697112044PaymentAndShippingTechnicalNameRequiredTest.php
|
||||
tests/migration/Core/V6_7/Migration1740321707SetAutoplayTimeoutAndSpeedSettingsForProductSliderTest.php
|
||||
|
|
@ -16540,6 +16545,7 @@ src/Core/Maintenance/System/Command/SystemIsInstalledCommand.php
|
|||
src/Core/Maintenance/System/Command/SystemSetupCommand.php
|
||||
src/Core/Maintenance/System/Command/SystemInstallCommand.php
|
||||
src/Core/Maintenance/Staging/Handler/StagingAppHandler.php
|
||||
src/Core/Maintenance/Staging/Handler/StagingExtensionHandler.php
|
||||
src/Core/Maintenance/Staging/Handler/StagingSalesChannelHandler.php
|
||||
src/Core/Maintenance/Staging/Handler/StagingMailHandler.php
|
||||
src/Core/Maintenance/Staging/Event/SetupStagingEvent.php
|
||||
|
|
@ -17580,6 +17586,7 @@ src/Core/Migration/V6_7/Migration1728119898AddRobotsTxt.php
|
|||
src/Core/Migration/V6_7/Migration1697112044PaymentAndShippingTechnicalNameRequired.php
|
||||
src/Core/Migration/V6_7/Migration1754892246FixWordingMistakeInEmailTemplates.php
|
||||
src/Core/Migration/V6_7/Migration1740563553AddAppRequestedPrivileges.php
|
||||
src/Core/Migration/V6_7/Migration1758612662UpdateDateRangeRuleDateTimeFormat.php
|
||||
src/Core/Migration/V6_7/Migration1756068711FixOrderAddressFirstNameLength.php
|
||||
src/Core/Migration/V6_7/Migration1741163941AddOrderInternalComment.php
|
||||
src/Core/Migration/V6_7/Migration1728040169AddPrimaryOrderDelivery.php
|
||||
|
|
@ -18396,13 +18403,16 @@ src/Core/Framework/Adapter/Cache/Event/HttpCacheCookieEvent.php
|
|||
src/Core/Framework/Adapter/Cache/Event/HttpCacheStoreEvent.php
|
||||
src/Core/Framework/Adapter/Cache/Event/HttpCacheHitEvent.php
|
||||
src/Core/Framework/Adapter/Cache/CacheInvalidationSubscriber.php
|
||||
src/Core/Framework/Adapter/Cache/Http/CacheKey.php
|
||||
src/Core/Framework/Adapter/Cache/Http/CacheResponseSubscriber.php
|
||||
src/Core/Framework/Adapter/Cache/Http/CacheStateValidator.php
|
||||
src/Core/Framework/Adapter/Cache/Http/CacheStore.php
|
||||
src/Core/Framework/Adapter/Cache/Http/CacheControlListener.php
|
||||
src/Core/Framework/Adapter/Cache/Http/Extension/ResolveCacheRelevantRuleIdsExtension.php
|
||||
src/Core/Framework/Adapter/Cache/Http/Extension/CacheHashRequiredExtension.php
|
||||
src/Core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php
|
||||
src/Core/Framework/Adapter/Cache/Http/CacheRelevantRulesResolver.php
|
||||
src/Core/Framework/Adapter/Cache/Http/CacheHashService.php
|
||||
src/Core/Framework/Adapter/Cache/CacheCompilerPass.php
|
||||
src/Core/Framework/Adapter/Cache/Message/CleanupOldCacheFolders.php
|
||||
src/Core/Framework/Adapter/Cache/Message/RefreshHttpCacheMessage.php
|
||||
|
|
|
|||
|
|
@ -29047,14 +29047,888 @@ Resources/config/app/config.yml
|
|||
config/app/config.yml
|
||||
app/config.yml
|
||||
config.yml
|
||||
src/Sylius/Bundle/UiBundle/Resources/config/packages/ux_icons.yaml
|
||||
Sylius/Bundle/UiBundle/Resources/config/packages/ux_icons.yaml
|
||||
Bundle/UiBundle/Resources/config/packages/ux_icons.yaml
|
||||
UiBundle/Resources/config/packages/ux_icons.yaml
|
||||
Resources/config/packages/ux_icons.yaml
|
||||
config/packages/ux_icons.yaml
|
||||
packages/ux_icons.yaml
|
||||
ux_icons.yaml
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/alert-triangle.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/alert-triangle.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/alert-triangle.svg
|
||||
UiBundle/Resources/assets/icons/tabler/alert-triangle.svg
|
||||
Resources/assets/icons/tabler/alert-triangle.svg
|
||||
assets/icons/tabler/alert-triangle.svg
|
||||
icons/tabler/alert-triangle.svg
|
||||
tabler/alert-triangle.svg
|
||||
alert-triangle.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/eye.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/eye.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/eye.svg
|
||||
UiBundle/Resources/assets/icons/tabler/eye.svg
|
||||
Resources/assets/icons/tabler/eye.svg
|
||||
assets/icons/tabler/eye.svg
|
||||
icons/tabler/eye.svg
|
||||
tabler/eye.svg
|
||||
eye.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/chevron-right.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/chevron-right.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/chevron-right.svg
|
||||
UiBundle/Resources/assets/icons/tabler/chevron-right.svg
|
||||
Resources/assets/icons/tabler/chevron-right.svg
|
||||
assets/icons/tabler/chevron-right.svg
|
||||
icons/tabler/chevron-right.svg
|
||||
tabler/chevron-right.svg
|
||||
chevron-right.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/send.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/send.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/send.svg
|
||||
UiBundle/Resources/assets/icons/tabler/send.svg
|
||||
Resources/assets/icons/tabler/send.svg
|
||||
assets/icons/tabler/send.svg
|
||||
icons/tabler/send.svg
|
||||
tabler/send.svg
|
||||
send.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/arrow-back-up.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/arrow-back-up.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/arrow-back-up.svg
|
||||
UiBundle/Resources/assets/icons/tabler/arrow-back-up.svg
|
||||
Resources/assets/icons/tabler/arrow-back-up.svg
|
||||
assets/icons/tabler/arrow-back-up.svg
|
||||
icons/tabler/arrow-back-up.svg
|
||||
tabler/arrow-back-up.svg
|
||||
arrow-back-up.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/menu-2.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/menu-2.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/menu-2.svg
|
||||
UiBundle/Resources/assets/icons/tabler/menu-2.svg
|
||||
Resources/assets/icons/tabler/menu-2.svg
|
||||
assets/icons/tabler/menu-2.svg
|
||||
icons/tabler/menu-2.svg
|
||||
tabler/menu-2.svg
|
||||
menu-2.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/shopping-bag.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/shopping-bag.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/shopping-bag.svg
|
||||
UiBundle/Resources/assets/icons/tabler/shopping-bag.svg
|
||||
Resources/assets/icons/tabler/shopping-bag.svg
|
||||
assets/icons/tabler/shopping-bag.svg
|
||||
icons/tabler/shopping-bag.svg
|
||||
tabler/shopping-bag.svg
|
||||
shopping-bag.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/settings-2.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/settings-2.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/settings-2.svg
|
||||
UiBundle/Resources/assets/icons/tabler/settings-2.svg
|
||||
Resources/assets/icons/tabler/settings-2.svg
|
||||
assets/icons/tabler/settings-2.svg
|
||||
icons/tabler/settings-2.svg
|
||||
tabler/settings-2.svg
|
||||
settings-2.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/certificate.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/certificate.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/certificate.svg
|
||||
UiBundle/Resources/assets/icons/tabler/certificate.svg
|
||||
Resources/assets/icons/tabler/certificate.svg
|
||||
assets/icons/tabler/certificate.svg
|
||||
icons/tabler/certificate.svg
|
||||
tabler/certificate.svg
|
||||
certificate.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/cube-spark.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/cube-spark.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/cube-spark.svg
|
||||
UiBundle/Resources/assets/icons/tabler/cube-spark.svg
|
||||
Resources/assets/icons/tabler/cube-spark.svg
|
||||
assets/icons/tabler/cube-spark.svg
|
||||
icons/tabler/cube-spark.svg
|
||||
tabler/cube-spark.svg
|
||||
cube-spark.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/search.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/search.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/search.svg
|
||||
UiBundle/Resources/assets/icons/tabler/search.svg
|
||||
Resources/assets/icons/tabler/search.svg
|
||||
assets/icons/tabler/search.svg
|
||||
icons/tabler/search.svg
|
||||
tabler/search.svg
|
||||
search.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/arrow-right.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/arrow-right.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/arrow-right.svg
|
||||
UiBundle/Resources/assets/icons/tabler/arrow-right.svg
|
||||
Resources/assets/icons/tabler/arrow-right.svg
|
||||
assets/icons/tabler/arrow-right.svg
|
||||
icons/tabler/arrow-right.svg
|
||||
tabler/arrow-right.svg
|
||||
arrow-right.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/brand-instagram.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/brand-instagram.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/brand-instagram.svg
|
||||
UiBundle/Resources/assets/icons/tabler/brand-instagram.svg
|
||||
Resources/assets/icons/tabler/brand-instagram.svg
|
||||
assets/icons/tabler/brand-instagram.svg
|
||||
icons/tabler/brand-instagram.svg
|
||||
tabler/brand-instagram.svg
|
||||
brand-instagram.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/check.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/check.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/check.svg
|
||||
UiBundle/Resources/assets/icons/tabler/check.svg
|
||||
Resources/assets/icons/tabler/check.svg
|
||||
assets/icons/tabler/check.svg
|
||||
icons/tabler/check.svg
|
||||
tabler/check.svg
|
||||
check.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/selector.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/selector.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/selector.svg
|
||||
UiBundle/Resources/assets/icons/tabler/selector.svg
|
||||
Resources/assets/icons/tabler/selector.svg
|
||||
assets/icons/tabler/selector.svg
|
||||
icons/tabler/selector.svg
|
||||
tabler/selector.svg
|
||||
selector.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/list-details.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/list-details.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/list-details.svg
|
||||
UiBundle/Resources/assets/icons/tabler/list-details.svg
|
||||
Resources/assets/icons/tabler/list-details.svg
|
||||
assets/icons/tabler/list-details.svg
|
||||
icons/tabler/list-details.svg
|
||||
tabler/list-details.svg
|
||||
list-details.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/dots.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/dots.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/dots.svg
|
||||
UiBundle/Resources/assets/icons/tabler/dots.svg
|
||||
Resources/assets/icons/tabler/dots.svg
|
||||
assets/icons/tabler/dots.svg
|
||||
icons/tabler/dots.svg
|
||||
tabler/dots.svg
|
||||
dots.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/arrow-down.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/arrow-down.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/arrow-down.svg
|
||||
UiBundle/Resources/assets/icons/tabler/arrow-down.svg
|
||||
Resources/assets/icons/tabler/arrow-down.svg
|
||||
assets/icons/tabler/arrow-down.svg
|
||||
icons/tabler/arrow-down.svg
|
||||
tabler/arrow-down.svg
|
||||
arrow-down.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/spy.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/spy.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/spy.svg
|
||||
UiBundle/Resources/assets/icons/tabler/spy.svg
|
||||
Resources/assets/icons/tabler/spy.svg
|
||||
assets/icons/tabler/spy.svg
|
||||
icons/tabler/spy.svg
|
||||
tabler/spy.svg
|
||||
spy.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/list-letters.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/list-letters.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/list-letters.svg
|
||||
UiBundle/Resources/assets/icons/tabler/list-letters.svg
|
||||
Resources/assets/icons/tabler/list-letters.svg
|
||||
assets/icons/tabler/list-letters.svg
|
||||
icons/tabler/list-letters.svg
|
||||
tabler/list-letters.svg
|
||||
list-letters.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/history.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/history.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/history.svg
|
||||
UiBundle/Resources/assets/icons/tabler/history.svg
|
||||
Resources/assets/icons/tabler/history.svg
|
||||
assets/icons/tabler/history.svg
|
||||
icons/tabler/history.svg
|
||||
tabler/history.svg
|
||||
history.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/bell.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/bell.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/bell.svg
|
||||
UiBundle/Resources/assets/icons/tabler/bell.svg
|
||||
Resources/assets/icons/tabler/bell.svg
|
||||
assets/icons/tabler/bell.svg
|
||||
icons/tabler/bell.svg
|
||||
tabler/bell.svg
|
||||
bell.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/percentage.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/percentage.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/percentage.svg
|
||||
UiBundle/Resources/assets/icons/tabler/percentage.svg
|
||||
Resources/assets/icons/tabler/percentage.svg
|
||||
assets/icons/tabler/percentage.svg
|
||||
icons/tabler/percentage.svg
|
||||
tabler/percentage.svg
|
||||
percentage.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/wand.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/wand.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/wand.svg
|
||||
UiBundle/Resources/assets/icons/tabler/wand.svg
|
||||
Resources/assets/icons/tabler/wand.svg
|
||||
assets/icons/tabler/wand.svg
|
||||
icons/tabler/wand.svg
|
||||
tabler/wand.svg
|
||||
wand.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/arrow-up-right.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/arrow-up-right.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/arrow-up-right.svg
|
||||
UiBundle/Resources/assets/icons/tabler/arrow-up-right.svg
|
||||
Resources/assets/icons/tabler/arrow-up-right.svg
|
||||
assets/icons/tabler/arrow-up-right.svg
|
||||
icons/tabler/arrow-up-right.svg
|
||||
tabler/arrow-up-right.svg
|
||||
arrow-up-right.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/world.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/world.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/world.svg
|
||||
UiBundle/Resources/assets/icons/tabler/world.svg
|
||||
Resources/assets/icons/tabler/world.svg
|
||||
assets/icons/tabler/world.svg
|
||||
icons/tabler/world.svg
|
||||
tabler/world.svg
|
||||
world.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/pencil.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/pencil.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/pencil.svg
|
||||
UiBundle/Resources/assets/icons/tabler/pencil.svg
|
||||
Resources/assets/icons/tabler/pencil.svg
|
||||
assets/icons/tabler/pencil.svg
|
||||
icons/tabler/pencil.svg
|
||||
tabler/pencil.svg
|
||||
pencil.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/brand-facebook.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/brand-facebook.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/brand-facebook.svg
|
||||
UiBundle/Resources/assets/icons/tabler/brand-facebook.svg
|
||||
Resources/assets/icons/tabler/brand-facebook.svg
|
||||
assets/icons/tabler/brand-facebook.svg
|
||||
icons/tabler/brand-facebook.svg
|
||||
tabler/brand-facebook.svg
|
||||
brand-facebook.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/star-filled.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/star-filled.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/star-filled.svg
|
||||
UiBundle/Resources/assets/icons/tabler/star-filled.svg
|
||||
Resources/assets/icons/tabler/star-filled.svg
|
||||
assets/icons/tabler/star-filled.svg
|
||||
icons/tabler/star-filled.svg
|
||||
tabler/star-filled.svg
|
||||
star-filled.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/settings.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/settings.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/settings.svg
|
||||
UiBundle/Resources/assets/icons/tabler/settings.svg
|
||||
Resources/assets/icons/tabler/settings.svg
|
||||
assets/icons/tabler/settings.svg
|
||||
icons/tabler/settings.svg
|
||||
tabler/settings.svg
|
||||
settings.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/credit-card.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/credit-card.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/credit-card.svg
|
||||
UiBundle/Resources/assets/icons/tabler/credit-card.svg
|
||||
Resources/assets/icons/tabler/credit-card.svg
|
||||
assets/icons/tabler/credit-card.svg
|
||||
icons/tabler/credit-card.svg
|
||||
tabler/credit-card.svg
|
||||
credit-card.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/dashboard.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/dashboard.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/dashboard.svg
|
||||
UiBundle/Resources/assets/icons/tabler/dashboard.svg
|
||||
Resources/assets/icons/tabler/dashboard.svg
|
||||
assets/icons/tabler/dashboard.svg
|
||||
icons/tabler/dashboard.svg
|
||||
tabler/dashboard.svg
|
||||
dashboard.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/shopping-cart-down.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/shopping-cart-down.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/shopping-cart-down.svg
|
||||
UiBundle/Resources/assets/icons/tabler/shopping-cart-down.svg
|
||||
Resources/assets/icons/tabler/shopping-cart-down.svg
|
||||
assets/icons/tabler/shopping-cart-down.svg
|
||||
icons/tabler/shopping-cart-down.svg
|
||||
tabler/shopping-cart-down.svg
|
||||
shopping-cart-down.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/mail.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/mail.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/mail.svg
|
||||
UiBundle/Resources/assets/icons/tabler/mail.svg
|
||||
Resources/assets/icons/tabler/mail.svg
|
||||
assets/icons/tabler/mail.svg
|
||||
icons/tabler/mail.svg
|
||||
tabler/mail.svg
|
||||
mail.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/lock.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/lock.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/lock.svg
|
||||
UiBundle/Resources/assets/icons/tabler/lock.svg
|
||||
Resources/assets/icons/tabler/lock.svg
|
||||
assets/icons/tabler/lock.svg
|
||||
icons/tabler/lock.svg
|
||||
tabler/lock.svg
|
||||
lock.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/user.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/user.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/user.svg
|
||||
UiBundle/Resources/assets/icons/tabler/user.svg
|
||||
Resources/assets/icons/tabler/user.svg
|
||||
assets/icons/tabler/user.svg
|
||||
icons/tabler/user.svg
|
||||
tabler/user.svg
|
||||
user.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/plug.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/plug.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/plug.svg
|
||||
UiBundle/Resources/assets/icons/tabler/plug.svg
|
||||
Resources/assets/icons/tabler/plug.svg
|
||||
assets/icons/tabler/plug.svg
|
||||
icons/tabler/plug.svg
|
||||
tabler/plug.svg
|
||||
plug.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/chevron-up.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/chevron-up.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/chevron-up.svg
|
||||
UiBundle/Resources/assets/icons/tabler/chevron-up.svg
|
||||
Resources/assets/icons/tabler/chevron-up.svg
|
||||
assets/icons/tabler/chevron-up.svg
|
||||
icons/tabler/chevron-up.svg
|
||||
tabler/chevron-up.svg
|
||||
chevron-up.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/trash.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/trash.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/trash.svg
|
||||
UiBundle/Resources/assets/icons/tabler/trash.svg
|
||||
Resources/assets/icons/tabler/trash.svg
|
||||
assets/icons/tabler/trash.svg
|
||||
icons/tabler/trash.svg
|
||||
tabler/trash.svg
|
||||
trash.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/home.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/home.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/home.svg
|
||||
UiBundle/Resources/assets/icons/tabler/home.svg
|
||||
Resources/assets/icons/tabler/home.svg
|
||||
assets/icons/tabler/home.svg
|
||||
icons/tabler/home.svg
|
||||
tabler/home.svg
|
||||
home.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/archive.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/archive.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/archive.svg
|
||||
UiBundle/Resources/assets/icons/tabler/archive.svg
|
||||
Resources/assets/icons/tabler/archive.svg
|
||||
assets/icons/tabler/archive.svg
|
||||
icons/tabler/archive.svg
|
||||
tabler/archive.svg
|
||||
archive.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/copy-plus.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/copy-plus.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/copy-plus.svg
|
||||
UiBundle/Resources/assets/icons/tabler/copy-plus.svg
|
||||
Resources/assets/icons/tabler/copy-plus.svg
|
||||
assets/icons/tabler/copy-plus.svg
|
||||
icons/tabler/copy-plus.svg
|
||||
tabler/copy-plus.svg
|
||||
copy-plus.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/layout-list.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/layout-list.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/layout-list.svg
|
||||
UiBundle/Resources/assets/icons/tabler/layout-list.svg
|
||||
Resources/assets/icons/tabler/layout-list.svg
|
||||
assets/icons/tabler/layout-list.svg
|
||||
icons/tabler/layout-list.svg
|
||||
tabler/layout-list.svg
|
||||
layout-list.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/plus.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/plus.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/plus.svg
|
||||
UiBundle/Resources/assets/icons/tabler/plus.svg
|
||||
Resources/assets/icons/tabler/plus.svg
|
||||
assets/icons/tabler/plus.svg
|
||||
icons/tabler/plus.svg
|
||||
tabler/plus.svg
|
||||
plus.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/news.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/news.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/news.svg
|
||||
UiBundle/Resources/assets/icons/tabler/news.svg
|
||||
Resources/assets/icons/tabler/news.svg
|
||||
assets/icons/tabler/news.svg
|
||||
icons/tabler/news.svg
|
||||
tabler/news.svg
|
||||
news.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/subtask.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/subtask.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/subtask.svg
|
||||
UiBundle/Resources/assets/icons/tabler/subtask.svg
|
||||
Resources/assets/icons/tabler/subtask.svg
|
||||
assets/icons/tabler/subtask.svg
|
||||
icons/tabler/subtask.svg
|
||||
tabler/subtask.svg
|
||||
subtask.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/arrows-split.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/arrows-split.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/arrows-split.svg
|
||||
UiBundle/Resources/assets/icons/tabler/arrows-split.svg
|
||||
Resources/assets/icons/tabler/arrows-split.svg
|
||||
assets/icons/tabler/arrows-split.svg
|
||||
icons/tabler/arrows-split.svg
|
||||
tabler/arrows-split.svg
|
||||
arrows-split.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/flag.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/flag.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/flag.svg
|
||||
UiBundle/Resources/assets/icons/tabler/flag.svg
|
||||
Resources/assets/icons/tabler/flag.svg
|
||||
assets/icons/tabler/flag.svg
|
||||
icons/tabler/flag.svg
|
||||
tabler/flag.svg
|
||||
flag.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/arrows-up-down.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/arrows-up-down.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/arrows-up-down.svg
|
||||
UiBundle/Resources/assets/icons/tabler/arrows-up-down.svg
|
||||
Resources/assets/icons/tabler/arrows-up-down.svg
|
||||
assets/icons/tabler/arrows-up-down.svg
|
||||
icons/tabler/arrows-up-down.svg
|
||||
tabler/arrows-up-down.svg
|
||||
arrows-up-down.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/logout.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/logout.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/logout.svg
|
||||
UiBundle/Resources/assets/icons/tabler/logout.svg
|
||||
Resources/assets/icons/tabler/logout.svg
|
||||
assets/icons/tabler/logout.svg
|
||||
icons/tabler/logout.svg
|
||||
tabler/logout.svg
|
||||
logout.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/folder.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/folder.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/folder.svg
|
||||
UiBundle/Resources/assets/icons/tabler/folder.svg
|
||||
Resources/assets/icons/tabler/folder.svg
|
||||
assets/icons/tabler/folder.svg
|
||||
icons/tabler/folder.svg
|
||||
tabler/folder.svg
|
||||
folder.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/bubble-text.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/bubble-text.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/bubble-text.svg
|
||||
UiBundle/Resources/assets/icons/tabler/bubble-text.svg
|
||||
Resources/assets/icons/tabler/bubble-text.svg
|
||||
assets/icons/tabler/bubble-text.svg
|
||||
icons/tabler/bubble-text.svg
|
||||
tabler/bubble-text.svg
|
||||
bubble-text.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/maximize.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/maximize.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/maximize.svg
|
||||
UiBundle/Resources/assets/icons/tabler/maximize.svg
|
||||
Resources/assets/icons/tabler/maximize.svg
|
||||
assets/icons/tabler/maximize.svg
|
||||
icons/tabler/maximize.svg
|
||||
tabler/maximize.svg
|
||||
maximize.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/users.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/users.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/users.svg
|
||||
UiBundle/Resources/assets/icons/tabler/users.svg
|
||||
Resources/assets/icons/tabler/users.svg
|
||||
assets/icons/tabler/users.svg
|
||||
icons/tabler/users.svg
|
||||
tabler/users.svg
|
||||
users.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/shopping-cart.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/shopping-cart.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/shopping-cart.svg
|
||||
UiBundle/Resources/assets/icons/tabler/shopping-cart.svg
|
||||
Resources/assets/icons/tabler/shopping-cart.svg
|
||||
assets/icons/tabler/shopping-cart.svg
|
||||
icons/tabler/shopping-cart.svg
|
||||
tabler/shopping-cart.svg
|
||||
shopping-cart.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/chevron-left.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/chevron-left.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/chevron-left.svg
|
||||
UiBundle/Resources/assets/icons/tabler/chevron-left.svg
|
||||
Resources/assets/icons/tabler/chevron-left.svg
|
||||
assets/icons/tabler/chevron-left.svg
|
||||
icons/tabler/chevron-left.svg
|
||||
tabler/chevron-left.svg
|
||||
chevron-left.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/info-circle.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/info-circle.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/info-circle.svg
|
||||
UiBundle/Resources/assets/icons/tabler/info-circle.svg
|
||||
Resources/assets/icons/tabler/info-circle.svg
|
||||
assets/icons/tabler/info-circle.svg
|
||||
icons/tabler/info-circle.svg
|
||||
tabler/info-circle.svg
|
||||
info-circle.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/arrow-up.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/arrow-up.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/arrow-up.svg
|
||||
UiBundle/Resources/assets/icons/tabler/arrow-up.svg
|
||||
Resources/assets/icons/tabler/arrow-up.svg
|
||||
assets/icons/tabler/arrow-up.svg
|
||||
icons/tabler/arrow-up.svg
|
||||
tabler/arrow-up.svg
|
||||
arrow-up.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/trash-x.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/trash-x.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/trash-x.svg
|
||||
UiBundle/Resources/assets/icons/tabler/trash-x.svg
|
||||
Resources/assets/icons/tabler/trash-x.svg
|
||||
assets/icons/tabler/trash-x.svg
|
||||
icons/tabler/trash-x.svg
|
||||
tabler/trash-x.svg
|
||||
trash-x.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/credit-card-pay.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/credit-card-pay.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/credit-card-pay.svg
|
||||
UiBundle/Resources/assets/icons/tabler/credit-card-pay.svg
|
||||
Resources/assets/icons/tabler/credit-card-pay.svg
|
||||
assets/icons/tabler/credit-card-pay.svg
|
||||
icons/tabler/credit-card-pay.svg
|
||||
tabler/credit-card-pay.svg
|
||||
credit-card-pay.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/slash.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/slash.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/slash.svg
|
||||
UiBundle/Resources/assets/icons/tabler/slash.svg
|
||||
Resources/assets/icons/tabler/slash.svg
|
||||
assets/icons/tabler/slash.svg
|
||||
icons/tabler/slash.svg
|
||||
tabler/slash.svg
|
||||
slash.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/cube.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/cube.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/cube.svg
|
||||
UiBundle/Resources/assets/icons/tabler/cube.svg
|
||||
Resources/assets/icons/tabler/cube.svg
|
||||
assets/icons/tabler/cube.svg
|
||||
icons/tabler/cube.svg
|
||||
tabler/cube.svg
|
||||
cube.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/x.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/x.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/x.svg
|
||||
UiBundle/Resources/assets/icons/tabler/x.svg
|
||||
Resources/assets/icons/tabler/x.svg
|
||||
assets/icons/tabler/x.svg
|
||||
icons/tabler/x.svg
|
||||
tabler/x.svg
|
||||
x.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/brand-x.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/brand-x.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/brand-x.svg
|
||||
UiBundle/Resources/assets/icons/tabler/brand-x.svg
|
||||
Resources/assets/icons/tabler/brand-x.svg
|
||||
assets/icons/tabler/brand-x.svg
|
||||
icons/tabler/brand-x.svg
|
||||
tabler/brand-x.svg
|
||||
brand-x.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/chevron-down.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/chevron-down.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/chevron-down.svg
|
||||
UiBundle/Resources/assets/icons/tabler/chevron-down.svg
|
||||
Resources/assets/icons/tabler/chevron-down.svg
|
||||
assets/icons/tabler/chevron-down.svg
|
||||
icons/tabler/chevron-down.svg
|
||||
tabler/chevron-down.svg
|
||||
chevron-down.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/external-link.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/external-link.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/external-link.svg
|
||||
UiBundle/Resources/assets/icons/tabler/external-link.svg
|
||||
Resources/assets/icons/tabler/external-link.svg
|
||||
assets/icons/tabler/external-link.svg
|
||||
icons/tabler/external-link.svg
|
||||
tabler/external-link.svg
|
||||
external-link.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/exclamation-circle.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/exclamation-circle.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/exclamation-circle.svg
|
||||
UiBundle/Resources/assets/icons/tabler/exclamation-circle.svg
|
||||
Resources/assets/icons/tabler/exclamation-circle.svg
|
||||
assets/icons/tabler/exclamation-circle.svg
|
||||
icons/tabler/exclamation-circle.svg
|
||||
tabler/exclamation-circle.svg
|
||||
exclamation-circle.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/arrows-shuffle.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/arrows-shuffle.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/arrows-shuffle.svg
|
||||
UiBundle/Resources/assets/icons/tabler/arrows-shuffle.svg
|
||||
Resources/assets/icons/tabler/arrows-shuffle.svg
|
||||
assets/icons/tabler/arrows-shuffle.svg
|
||||
icons/tabler/arrows-shuffle.svg
|
||||
tabler/arrows-shuffle.svg
|
||||
arrows-shuffle.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/currency-dollar.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/currency-dollar.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/currency-dollar.svg
|
||||
UiBundle/Resources/assets/icons/tabler/currency-dollar.svg
|
||||
Resources/assets/icons/tabler/currency-dollar.svg
|
||||
assets/icons/tabler/currency-dollar.svg
|
||||
icons/tabler/currency-dollar.svg
|
||||
tabler/currency-dollar.svg
|
||||
currency-dollar.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/tags.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/tags.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/tags.svg
|
||||
UiBundle/Resources/assets/icons/tabler/tags.svg
|
||||
Resources/assets/icons/tabler/tags.svg
|
||||
assets/icons/tabler/tags.svg
|
||||
icons/tabler/tags.svg
|
||||
tabler/tags.svg
|
||||
tags.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/circle-check.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/circle-check.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/circle-check.svg
|
||||
UiBundle/Resources/assets/icons/tabler/circle-check.svg
|
||||
Resources/assets/icons/tabler/circle-check.svg
|
||||
assets/icons/tabler/circle-check.svg
|
||||
icons/tabler/circle-check.svg
|
||||
tabler/circle-check.svg
|
||||
circle-check.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/adjustments.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/adjustments.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/adjustments.svg
|
||||
UiBundle/Resources/assets/icons/tabler/adjustments.svg
|
||||
Resources/assets/icons/tabler/adjustments.svg
|
||||
assets/icons/tabler/adjustments.svg
|
||||
icons/tabler/adjustments.svg
|
||||
tabler/adjustments.svg
|
||||
adjustments.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/truck.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/truck.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/truck.svg
|
||||
UiBundle/Resources/assets/icons/tabler/truck.svg
|
||||
Resources/assets/icons/tabler/truck.svg
|
||||
assets/icons/tabler/truck.svg
|
||||
icons/tabler/truck.svg
|
||||
tabler/truck.svg
|
||||
truck.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/copy-x.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/copy-x.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/copy-x.svg
|
||||
UiBundle/Resources/assets/icons/tabler/copy-x.svg
|
||||
Resources/assets/icons/tabler/copy-x.svg
|
||||
assets/icons/tabler/copy-x.svg
|
||||
icons/tabler/copy-x.svg
|
||||
tabler/copy-x.svg
|
||||
copy-x.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/arrow-back-up-double.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/arrow-back-up-double.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/arrow-back-up-double.svg
|
||||
UiBundle/Resources/assets/icons/tabler/arrow-back-up-double.svg
|
||||
Resources/assets/icons/tabler/arrow-back-up-double.svg
|
||||
assets/icons/tabler/arrow-back-up-double.svg
|
||||
icons/tabler/arrow-back-up-double.svg
|
||||
tabler/arrow-back-up-double.svg
|
||||
arrow-back-up-double.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/phone.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/phone.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/phone.svg
|
||||
UiBundle/Resources/assets/icons/tabler/phone.svg
|
||||
Resources/assets/icons/tabler/phone.svg
|
||||
assets/icons/tabler/phone.svg
|
||||
icons/tabler/phone.svg
|
||||
tabler/phone.svg
|
||||
phone.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/coins.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/coins.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/coins.svg
|
||||
UiBundle/Resources/assets/icons/tabler/coins.svg
|
||||
Resources/assets/icons/tabler/coins.svg
|
||||
assets/icons/tabler/coins.svg
|
||||
icons/tabler/coins.svg
|
||||
tabler/coins.svg
|
||||
coins.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/copy-check.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/copy-check.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/copy-check.svg
|
||||
UiBundle/Resources/assets/icons/tabler/copy-check.svg
|
||||
Resources/assets/icons/tabler/copy-check.svg
|
||||
assets/icons/tabler/copy-check.svg
|
||||
icons/tabler/copy-check.svg
|
||||
tabler/copy-check.svg
|
||||
copy-check.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/bookmark.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/bookmark.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/bookmark.svg
|
||||
UiBundle/Resources/assets/icons/tabler/bookmark.svg
|
||||
Resources/assets/icons/tabler/bookmark.svg
|
||||
assets/icons/tabler/bookmark.svg
|
||||
icons/tabler/bookmark.svg
|
||||
tabler/bookmark.svg
|
||||
bookmark.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/book.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/book.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/book.svg
|
||||
UiBundle/Resources/assets/icons/tabler/book.svg
|
||||
Resources/assets/icons/tabler/book.svg
|
||||
assets/icons/tabler/book.svg
|
||||
icons/tabler/book.svg
|
||||
tabler/book.svg
|
||||
book.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/heart-handshake.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/heart-handshake.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/heart-handshake.svg
|
||||
UiBundle/Resources/assets/icons/tabler/heart-handshake.svg
|
||||
Resources/assets/icons/tabler/heart-handshake.svg
|
||||
assets/icons/tabler/heart-handshake.svg
|
||||
icons/tabler/heart-handshake.svg
|
||||
tabler/heart-handshake.svg
|
||||
heart-handshake.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/arrow-left.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/arrow-left.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/tabler/arrow-left.svg
|
||||
UiBundle/Resources/assets/icons/tabler/arrow-left.svg
|
||||
Resources/assets/icons/tabler/arrow-left.svg
|
||||
assets/icons/tabler/arrow-left.svg
|
||||
icons/tabler/arrow-left.svg
|
||||
tabler/arrow-left.svg
|
||||
arrow-left.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/mx.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/mx.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/flagpack/mx.svg
|
||||
UiBundle/Resources/assets/icons/flagpack/mx.svg
|
||||
Resources/assets/icons/flagpack/mx.svg
|
||||
assets/icons/flagpack/mx.svg
|
||||
icons/flagpack/mx.svg
|
||||
flagpack/mx.svg
|
||||
mx.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/gb.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/gb.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/flagpack/gb.svg
|
||||
UiBundle/Resources/assets/icons/flagpack/gb.svg
|
||||
Resources/assets/icons/flagpack/gb.svg
|
||||
assets/icons/flagpack/gb.svg
|
||||
icons/flagpack/gb.svg
|
||||
flagpack/gb.svg
|
||||
gb.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/es.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/es.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/flagpack/es.svg
|
||||
UiBundle/Resources/assets/icons/flagpack/es.svg
|
||||
Resources/assets/icons/flagpack/es.svg
|
||||
assets/icons/flagpack/es.svg
|
||||
icons/flagpack/es.svg
|
||||
flagpack/es.svg
|
||||
es.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/in.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/in.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/flagpack/in.svg
|
||||
UiBundle/Resources/assets/icons/flagpack/in.svg
|
||||
Resources/assets/icons/flagpack/in.svg
|
||||
assets/icons/flagpack/in.svg
|
||||
icons/flagpack/in.svg
|
||||
flagpack/in.svg
|
||||
in.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/ca.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/ca.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/flagpack/ca.svg
|
||||
UiBundle/Resources/assets/icons/flagpack/ca.svg
|
||||
Resources/assets/icons/flagpack/ca.svg
|
||||
assets/icons/flagpack/ca.svg
|
||||
icons/flagpack/ca.svg
|
||||
flagpack/ca.svg
|
||||
ca.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/fr.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/fr.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/flagpack/fr.svg
|
||||
UiBundle/Resources/assets/icons/flagpack/fr.svg
|
||||
Resources/assets/icons/flagpack/fr.svg
|
||||
assets/icons/flagpack/fr.svg
|
||||
icons/flagpack/fr.svg
|
||||
flagpack/fr.svg
|
||||
fr.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/nz.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/nz.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/flagpack/nz.svg
|
||||
UiBundle/Resources/assets/icons/flagpack/nz.svg
|
||||
Resources/assets/icons/flagpack/nz.svg
|
||||
assets/icons/flagpack/nz.svg
|
||||
icons/flagpack/nz.svg
|
||||
flagpack/nz.svg
|
||||
nz.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/pt.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/pt.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/flagpack/pt.svg
|
||||
UiBundle/Resources/assets/icons/flagpack/pt.svg
|
||||
Resources/assets/icons/flagpack/pt.svg
|
||||
assets/icons/flagpack/pt.svg
|
||||
icons/flagpack/pt.svg
|
||||
flagpack/pt.svg
|
||||
pt.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/au.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/au.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/flagpack/au.svg
|
||||
UiBundle/Resources/assets/icons/flagpack/au.svg
|
||||
Resources/assets/icons/flagpack/au.svg
|
||||
assets/icons/flagpack/au.svg
|
||||
icons/flagpack/au.svg
|
||||
flagpack/au.svg
|
||||
au.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/it.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/it.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/flagpack/it.svg
|
||||
UiBundle/Resources/assets/icons/flagpack/it.svg
|
||||
Resources/assets/icons/flagpack/it.svg
|
||||
assets/icons/flagpack/it.svg
|
||||
icons/flagpack/it.svg
|
||||
flagpack/it.svg
|
||||
it.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/cn.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/cn.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/flagpack/cn.svg
|
||||
UiBundle/Resources/assets/icons/flagpack/cn.svg
|
||||
Resources/assets/icons/flagpack/cn.svg
|
||||
assets/icons/flagpack/cn.svg
|
||||
icons/flagpack/cn.svg
|
||||
flagpack/cn.svg
|
||||
cn.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/pl.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/pl.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/flagpack/pl.svg
|
||||
UiBundle/Resources/assets/icons/flagpack/pl.svg
|
||||
Resources/assets/icons/flagpack/pl.svg
|
||||
assets/icons/flagpack/pl.svg
|
||||
icons/flagpack/pl.svg
|
||||
flagpack/pl.svg
|
||||
pl.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/jp.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/jp.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/flagpack/jp.svg
|
||||
UiBundle/Resources/assets/icons/flagpack/jp.svg
|
||||
Resources/assets/icons/flagpack/jp.svg
|
||||
assets/icons/flagpack/jp.svg
|
||||
icons/flagpack/jp.svg
|
||||
flagpack/jp.svg
|
||||
jp.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/us.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/us.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/flagpack/us.svg
|
||||
UiBundle/Resources/assets/icons/flagpack/us.svg
|
||||
Resources/assets/icons/flagpack/us.svg
|
||||
assets/icons/flagpack/us.svg
|
||||
icons/flagpack/us.svg
|
||||
flagpack/us.svg
|
||||
us.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/de.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/de.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/flagpack/de.svg
|
||||
UiBundle/Resources/assets/icons/flagpack/de.svg
|
||||
Resources/assets/icons/flagpack/de.svg
|
||||
assets/icons/flagpack/de.svg
|
||||
icons/flagpack/de.svg
|
||||
flagpack/de.svg
|
||||
de.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/br.svg
|
||||
Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/br.svg
|
||||
Bundle/UiBundle/Resources/assets/icons/flagpack/br.svg
|
||||
UiBundle/Resources/assets/icons/flagpack/br.svg
|
||||
Resources/assets/icons/flagpack/br.svg
|
||||
assets/icons/flagpack/br.svg
|
||||
icons/flagpack/br.svg
|
||||
flagpack/br.svg
|
||||
br.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/translations/flashes.de.yml
|
||||
Sylius/Bundle/UiBundle/Resources/translations/flashes.de.yml
|
||||
Bundle/UiBundle/Resources/translations/flashes.de.yml
|
||||
|
|
|
|||
|
|
@ -4269,7 +4269,104 @@ src/Sylius/Bundle/UiBundle/Resources/config/services/twig/error_renderer.xml
|
|||
src/Sylius/Bundle/UiBundle/Resources/config/services/twig.xml
|
||||
src/Sylius/Bundle/UiBundle/Resources/config/services.xml
|
||||
src/Sylius/Bundle/UiBundle/Resources/config/app/config.yml
|
||||
src/Sylius/Bundle/UiBundle/Resources/config/packages/ux_icons.yaml
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/alert-triangle.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/eye.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/chevron-right.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/send.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/arrow-back-up.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/menu-2.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/shopping-bag.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/settings-2.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/certificate.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/cube-spark.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/search.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/arrow-right.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/brand-instagram.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/check.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/selector.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/list-details.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/dots.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/arrow-down.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/spy.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/list-letters.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/history.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/bell.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/percentage.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/wand.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/arrow-up-right.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/world.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/pencil.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/brand-facebook.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/star-filled.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/settings.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/credit-card.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/dashboard.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/shopping-cart-down.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/mail.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/lock.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/user.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/plug.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/chevron-up.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/trash.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/home.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/archive.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/copy-plus.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/layout-list.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/plus.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/news.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/subtask.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/arrows-split.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/flag.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/arrows-up-down.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/logout.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/folder.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/bubble-text.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/maximize.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/users.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/shopping-cart.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/chevron-left.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/info-circle.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/arrow-up.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/trash-x.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/credit-card-pay.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/slash.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/cube.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/x.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/brand-x.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/chevron-down.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/external-link.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/exclamation-circle.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/arrows-shuffle.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/currency-dollar.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/tags.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/circle-check.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/adjustments.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/truck.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/copy-x.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/arrow-back-up-double.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/phone.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/coins.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/copy-check.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/bookmark.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/book.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/heart-handshake.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/tabler/arrow-left.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/mx.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/gb.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/es.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/in.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/ca.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/fr.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/nz.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/pt.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/au.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/it.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/cn.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/pl.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/jp.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/us.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/de.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/assets/icons/flagpack/br.svg
|
||||
src/Sylius/Bundle/UiBundle/Resources/translations/flashes.de.yml
|
||||
src/Sylius/Bundle/UiBundle/Resources/translations/messages.lv.yml
|
||||
src/Sylius/Bundle/UiBundle/Resources/translations/messages.fr_BE.yml
|
||||
|
|
|
|||
|
|
@ -21798,6 +21798,46 @@ Umbraco.Web.UI.Client/examples/block-custom-view/index.ts
|
|||
examples/block-custom-view/index.ts
|
||||
block-custom-view/index.ts
|
||||
index.ts
|
||||
src/Umbraco.Web.UI.Client/examples/menu-item/entity/manifests.ts
|
||||
Umbraco.Web.UI.Client/examples/menu-item/entity/manifests.ts
|
||||
examples/menu-item/entity/manifests.ts
|
||||
menu-item/entity/manifests.ts
|
||||
entity/manifests.ts
|
||||
manifests.ts
|
||||
src/Umbraco.Web.UI.Client/examples/menu-item/README.md
|
||||
Umbraco.Web.UI.Client/examples/menu-item/README.md
|
||||
examples/menu-item/README.md
|
||||
menu-item/README.md
|
||||
README.md
|
||||
src/Umbraco.Web.UI.Client/examples/menu-item/tree/README.md
|
||||
Umbraco.Web.UI.Client/examples/menu-item/tree/README.md
|
||||
examples/menu-item/tree/README.md
|
||||
menu-item/tree/README.md
|
||||
tree/README.md
|
||||
README.md
|
||||
src/Umbraco.Web.UI.Client/examples/menu-item/link/manifests.ts
|
||||
Umbraco.Web.UI.Client/examples/menu-item/link/manifests.ts
|
||||
examples/menu-item/link/manifests.ts
|
||||
menu-item/link/manifests.ts
|
||||
link/manifests.ts
|
||||
manifests.ts
|
||||
src/Umbraco.Web.UI.Client/examples/menu-item/index.ts
|
||||
Umbraco.Web.UI.Client/examples/menu-item/index.ts
|
||||
examples/menu-item/index.ts
|
||||
menu-item/index.ts
|
||||
index.ts
|
||||
src/Umbraco.Web.UI.Client/examples/menu-item/action/manifests.ts
|
||||
Umbraco.Web.UI.Client/examples/menu-item/action/manifests.ts
|
||||
examples/menu-item/action/manifests.ts
|
||||
menu-item/action/manifests.ts
|
||||
action/manifests.ts
|
||||
manifests.ts
|
||||
src/Umbraco.Web.UI.Client/examples/menu-item/action/action-menu-item.api.ts
|
||||
Umbraco.Web.UI.Client/examples/menu-item/action/action-menu-item.api.ts
|
||||
examples/menu-item/action/action-menu-item.api.ts
|
||||
menu-item/action/action-menu-item.api.ts
|
||||
action/action-menu-item.api.ts
|
||||
action-menu-item.api.ts
|
||||
src/Umbraco.Web.UI.Client/examples/index.js
|
||||
Umbraco.Web.UI.Client/examples/index.js
|
||||
examples/index.js
|
||||
|
|
|
|||
|
|
@ -4659,6 +4659,13 @@ src/Umbraco.Web.UI.Client/examples/workspace-context-initial-name/index.ts
|
|||
src/Umbraco.Web.UI.Client/examples/block-custom-view/README.md
|
||||
src/Umbraco.Web.UI.Client/examples/block-custom-view/block-custom-view.ts
|
||||
src/Umbraco.Web.UI.Client/examples/block-custom-view/index.ts
|
||||
src/Umbraco.Web.UI.Client/examples/menu-item/entity/manifests.ts
|
||||
src/Umbraco.Web.UI.Client/examples/menu-item/README.md
|
||||
src/Umbraco.Web.UI.Client/examples/menu-item/tree/README.md
|
||||
src/Umbraco.Web.UI.Client/examples/menu-item/link/manifests.ts
|
||||
src/Umbraco.Web.UI.Client/examples/menu-item/index.ts
|
||||
src/Umbraco.Web.UI.Client/examples/menu-item/action/manifests.ts
|
||||
src/Umbraco.Web.UI.Client/examples/menu-item/action/action-menu-item.api.ts
|
||||
src/Umbraco.Web.UI.Client/examples/index.js
|
||||
src/Umbraco.Web.UI.Client/examples/picker-data-source/example-document-picker-data-source.ts
|
||||
src/Umbraco.Web.UI.Client/examples/picker-data-source/index.ts
|
||||
|
|
|
|||
|
|
@ -28878,6 +28878,14 @@ includes/admin/helper/class-wc-helper-api.php
|
|||
admin/helper/class-wc-helper-api.php
|
||||
helper/class-wc-helper-api.php
|
||||
class-wc-helper-api.php
|
||||
plugins/woocommerce/tests/php/includes/admin/helper/class-wc-helper-updater-test.php
|
||||
woocommerce/tests/php/includes/admin/helper/class-wc-helper-updater-test.php
|
||||
tests/php/includes/admin/helper/class-wc-helper-updater-test.php
|
||||
php/includes/admin/helper/class-wc-helper-updater-test.php
|
||||
includes/admin/helper/class-wc-helper-updater-test.php
|
||||
admin/helper/class-wc-helper-updater-test.php
|
||||
helper/class-wc-helper-updater-test.php
|
||||
class-wc-helper-updater-test.php
|
||||
plugins/woocommerce/tests/php/includes/admin/class-wc-admin-functions-test.php
|
||||
woocommerce/tests/php/includes/admin/class-wc-admin-functions-test.php
|
||||
tests/php/includes/admin/class-wc-admin-functions-test.php
|
||||
|
|
@ -32092,6 +32100,15 @@ src/Blocks/StoreApi/ExtendSchemaTests.php
|
|||
Blocks/StoreApi/ExtendSchemaTests.php
|
||||
StoreApi/ExtendSchemaTests.php
|
||||
ExtendSchemaTests.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/StoreApi/Schemas/OrderItemSchemaTest.php
|
||||
woocommerce/tests/php/src/Blocks/StoreApi/Schemas/OrderItemSchemaTest.php
|
||||
tests/php/src/Blocks/StoreApi/Schemas/OrderItemSchemaTest.php
|
||||
php/src/Blocks/StoreApi/Schemas/OrderItemSchemaTest.php
|
||||
src/Blocks/StoreApi/Schemas/OrderItemSchemaTest.php
|
||||
Blocks/StoreApi/Schemas/OrderItemSchemaTest.php
|
||||
StoreApi/Schemas/OrderItemSchemaTest.php
|
||||
Schemas/OrderItemSchemaTest.php
|
||||
OrderItemSchemaTest.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/StoreApi/Utilities/ProductQueryFiltersTest.php
|
||||
woocommerce/tests/php/src/Blocks/StoreApi/Utilities/ProductQueryFiltersTest.php
|
||||
tests/php/src/Blocks/StoreApi/Utilities/ProductQueryFiltersTest.php
|
||||
|
|
@ -35679,102 +35696,14 @@ DynamicDecorator.php
|
|||
plugins/woocommerce/package.json
|
||||
woocommerce/package.json
|
||||
package.json
|
||||
plugins/woocommerce/changelog/fix-30823
|
||||
woocommerce/changelog/fix-30823
|
||||
changelog/fix-30823
|
||||
fix-30823
|
||||
plugins/woocommerce/changelog/remove-product-collection-to-products-downgrade
|
||||
woocommerce/changelog/remove-product-collection-to-products-downgrade
|
||||
changelog/remove-product-collection-to-products-downgrade
|
||||
remove-product-collection-to-products-downgrade
|
||||
plugins/woocommerce/changelog/fix-58866
|
||||
woocommerce/changelog/fix-58866
|
||||
changelog/fix-58866
|
||||
fix-58866
|
||||
plugins/woocommerce/changelog/wooprd-956-enable-safe-html-rendering-in-block-cartcheckout-metadata
|
||||
woocommerce/changelog/wooprd-956-enable-safe-html-rendering-in-block-cartcheckout-metadata
|
||||
changelog/wooprd-956-enable-safe-html-rendering-in-block-cartcheckout-metadata
|
||||
wooprd-956-enable-safe-html-rendering-in-block-cartcheckout-metadata
|
||||
plugins/woocommerce/changelog/61448-fix-uae-singapore-onboarding
|
||||
woocommerce/changelog/61448-fix-uae-singapore-onboarding
|
||||
changelog/61448-fix-uae-singapore-onboarding
|
||||
61448-fix-uae-singapore-onboarding
|
||||
plugins/woocommerce/changelog/WOOPLUG-5765-use-as-ensure-action-for-ptkpattern-fetching
|
||||
woocommerce/changelog/WOOPLUG-5765-use-as-ensure-action-for-ptkpattern-fetching
|
||||
changelog/WOOPLUG-5765-use-as-ensure-action-for-ptkpattern-fetching
|
||||
WOOPLUG-5765-use-as-ensure-action-for-ptkpattern-fetching
|
||||
plugins/woocommerce/changelog/fix-add-to-cart-with-options-stretch-quantity
|
||||
woocommerce/changelog/fix-add-to-cart-with-options-stretch-quantity
|
||||
changelog/fix-add-to-cart-with-options-stretch-quantity
|
||||
fix-add-to-cart-with-options-stretch-quantity
|
||||
plugins/woocommerce/changelog/pr-61121
|
||||
woocommerce/changelog/pr-61121
|
||||
changelog/pr-61121
|
||||
pr-61121
|
||||
plugins/woocommerce/changelog/62040-update-dynamic-shipping-tax-rates-filter
|
||||
woocommerce/changelog/62040-update-dynamic-shipping-tax-rates-filter
|
||||
changelog/62040-update-dynamic-shipping-tax-rates-filter
|
||||
62040-update-dynamic-shipping-tax-rates-filter
|
||||
plugins/woocommerce/changelog/fix-v4-address-shipping-v4-maintainability-issues
|
||||
woocommerce/changelog/fix-v4-address-shipping-v4-maintainability-issues
|
||||
changelog/fix-v4-address-shipping-v4-maintainability-issues
|
||||
fix-v4-address-shipping-v4-maintainability-issues
|
||||
plugins/woocommerce/changelog/rest-orders-v2-controller-perf
|
||||
woocommerce/changelog/rest-orders-v2-controller-perf
|
||||
changelog/rest-orders-v2-controller-perf
|
||||
rest-orders-v2-controller-perf
|
||||
plugins/woocommerce/changelog/pr-61286
|
||||
woocommerce/changelog/pr-61286
|
||||
changelog/pr-61286
|
||||
pr-61286
|
||||
plugins/woocommerce/changelog/wooprd-944-implement-duplicate-and-activatedeactivate-actions
|
||||
woocommerce/changelog/wooprd-944-implement-duplicate-and-activatedeactivate-actions
|
||||
changelog/wooprd-944-implement-duplicate-and-activatedeactivate-actions
|
||||
wooprd-944-implement-duplicate-and-activatedeactivate-actions
|
||||
plugins/woocommerce/changelog/fix-category-title-description-style
|
||||
woocommerce/changelog/fix-category-title-description-style
|
||||
changelog/fix-category-title-description-style
|
||||
fix-category-title-description-style
|
||||
plugins/woocommerce/changelog/add-v4-settings-payments-offline
|
||||
woocommerce/changelog/add-v4-settings-payments-offline
|
||||
changelog/add-v4-settings-payments-offline
|
||||
add-v4-settings-payments-offline
|
||||
plugins/woocommerce/changelog/wooplug-5669-analytics-taxes-shows-duplicate-tax-rows-when-multiple-tax
|
||||
woocommerce/changelog/wooplug-5669-analytics-taxes-shows-duplicate-tax-rows-when-multiple-tax
|
||||
changelog/wooplug-5669-analytics-taxes-shows-duplicate-tax-rows-when-multiple-tax
|
||||
wooplug-5669-analytics-taxes-shows-duplicate-tax-rows-when-multiple-tax
|
||||
plugins/woocommerce/changelog/60823-wooplug-5504-interactivity-api-powered-minicart-activate-feature-flag-by
|
||||
woocommerce/changelog/60823-wooplug-5504-interactivity-api-powered-minicart-activate-feature-flag-by
|
||||
changelog/60823-wooplug-5504-interactivity-api-powered-minicart-activate-feature-flag-by
|
||||
60823-wooplug-5504-interactivity-api-powered-minicart-activate-feature-flag-by
|
||||
plugins/woocommerce/changelog/wooprd-928-consolidate-api-for-email-design-settings
|
||||
woocommerce/changelog/wooprd-928-consolidate-api-for-email-design-settings
|
||||
changelog/wooprd-928-consolidate-api-for-email-design-settings
|
||||
wooprd-928-consolidate-api-for-email-design-settings
|
||||
plugins/woocommerce/changelog/61656-wooplug-5720-featured-items-blocks-allow-all-inner-blocks
|
||||
woocommerce/changelog/61656-wooplug-5720-featured-items-blocks-allow-all-inner-blocks
|
||||
changelog/61656-wooplug-5720-featured-items-blocks-allow-all-inner-blocks
|
||||
61656-wooplug-5720-featured-items-blocks-allow-all-inner-blocks
|
||||
plugins/woocommerce/changelog/test-e2e-with-wp69-beta4
|
||||
woocommerce/changelog/test-e2e-with-wp69-beta4
|
||||
changelog/test-e2e-with-wp69-beta4
|
||||
test-e2e-with-wp69-beta4
|
||||
plugins/woocommerce/changelog/fix-add-to-cart-with-options-static-skeleton
|
||||
woocommerce/changelog/fix-add-to-cart-with-options-static-skeleton
|
||||
changelog/fix-add-to-cart-with-options-static-skeleton
|
||||
fix-add-to-cart-with-options-static-skeleton
|
||||
plugins/woocommerce/changelog/fix-56521-add-to-cart-with-options-not-editable-for-authors
|
||||
woocommerce/changelog/fix-56521-add-to-cart-with-options-not-editable-for-authors
|
||||
changelog/fix-56521-add-to-cart-with-options-not-editable-for-authors
|
||||
fix-56521-add-to-cart-with-options-not-editable-for-authors
|
||||
plugins/woocommerce/changelog/add-additional-coderabbit-instructions
|
||||
woocommerce/changelog/add-additional-coderabbit-instructions
|
||||
changelog/add-additional-coderabbit-instructions
|
||||
add-additional-coderabbit-instructions
|
||||
plugins/woocommerce/changelog/61233-wooplug-4699-interactivity-api-powered-mini-cart-review-the-need-for-the
|
||||
woocommerce/changelog/61233-wooplug-4699-interactivity-api-powered-mini-cart-review-the-need-for-the
|
||||
changelog/61233-wooplug-4699-interactivity-api-powered-mini-cart-review-the-need-for-the
|
||||
61233-wooplug-4699-interactivity-api-powered-mini-cart-review-the-need-for-the
|
||||
plugins/woocommerce/changelog/wooplug-5887-uncaught-error-call-to-a-member-function
|
||||
woocommerce/changelog/wooplug-5887-uncaught-error-call-to-a-member-function
|
||||
changelog/wooplug-5887-uncaught-error-call-to-a-member-function
|
||||
wooplug-5887-uncaught-error-call-to-a-member-function
|
||||
plugins/woocommerce/changelog/61821-dev-simple-quantity-refactor
|
||||
woocommerce/changelog/61821-dev-simple-quantity-refactor
|
||||
changelog/61821-dev-simple-quantity-refactor
|
||||
|
|
@ -35787,530 +35716,66 @@ plugins/woocommerce/changelog/woo13-101-add-delete-endpoint-shipping-zones
|
|||
woocommerce/changelog/woo13-101-add-delete-endpoint-shipping-zones
|
||||
changelog/woo13-101-add-delete-endpoint-shipping-zones
|
||||
woo13-101-add-delete-endpoint-shipping-zones
|
||||
plugins/woocommerce/changelog/fix-patterns
|
||||
woocommerce/changelog/fix-patterns
|
||||
changelog/fix-patterns
|
||||
fix-patterns
|
||||
plugins/woocommerce/changelog/fix-mini-cart-translations-concat
|
||||
woocommerce/changelog/fix-mini-cart-translations-concat
|
||||
changelog/fix-mini-cart-translations-concat
|
||||
fix-mini-cart-translations-concat
|
||||
plugins/woocommerce/changelog/fix-add-to-cart-with-options-multiple-products-quantity
|
||||
woocommerce/changelog/fix-add-to-cart-with-options-multiple-products-quantity
|
||||
changelog/fix-add-to-cart-with-options-multiple-products-quantity
|
||||
fix-add-to-cart-with-options-multiple-products-quantity
|
||||
plugins/woocommerce/changelog/pr-61798
|
||||
woocommerce/changelog/pr-61798
|
||||
changelog/pr-61798
|
||||
pr-61798
|
||||
plugins/woocommerce/changelog/fix-split-add-to-cart-with-options-integration-tests
|
||||
woocommerce/changelog/fix-split-add-to-cart-with-options-integration-tests
|
||||
changelog/fix-split-add-to-cart-with-options-integration-tests
|
||||
fix-split-add-to-cart-with-options-integration-tests
|
||||
plugins/woocommerce/changelog/wooprd-1109-cancelled-order-email-shows-publish-button-instead-of-save
|
||||
woocommerce/changelog/wooprd-1109-cancelled-order-email-shows-publish-button-instead-of-save
|
||||
changelog/wooprd-1109-cancelled-order-email-shows-publish-button-instead-of-save
|
||||
wooprd-1109-cancelled-order-email-shows-publish-button-instead-of-save
|
||||
plugins/woocommerce/changelog/wooprd-1199-update-customer-and-admin-notification-emails-ux-copy
|
||||
woocommerce/changelog/wooprd-1199-update-customer-and-admin-notification-emails-ux-copy
|
||||
changelog/wooprd-1199-update-customer-and-admin-notification-emails-ux-copy
|
||||
wooprd-1199-update-customer-and-admin-notification-emails-ux-copy
|
||||
plugins/woocommerce/changelog/fix-50085
|
||||
woocommerce/changelog/fix-50085
|
||||
changelog/fix-50085
|
||||
fix-50085
|
||||
plugins/woocommerce/changelog/pr-61600
|
||||
woocommerce/changelog/pr-61600
|
||||
changelog/pr-61600
|
||||
pr-61600
|
||||
plugins/woocommerce/changelog/add-v4-shipping-zone-methods-endpoints
|
||||
woocommerce/changelog/add-v4-shipping-zone-methods-endpoints
|
||||
changelog/add-v4-shipping-zone-methods-endpoints
|
||||
add-v4-shipping-zone-methods-endpoints
|
||||
plugins/woocommerce/changelog/61486-wooplug-5433-fcb-show-border-by-default
|
||||
woocommerce/changelog/61486-wooplug-5433-fcb-show-border-by-default
|
||||
changelog/61486-wooplug-5433-fcb-show-border-by-default
|
||||
61486-wooplug-5433-fcb-show-border-by-default
|
||||
plugins/woocommerce/changelog/61321-wooptp-14-improve-error-handling-through-structures-that-resemble-the
|
||||
woocommerce/changelog/61321-wooptp-14-improve-error-handling-through-structures-that-resemble-the
|
||||
changelog/61321-wooptp-14-improve-error-handling-through-structures-that-resemble-the
|
||||
61321-wooptp-14-improve-error-handling-through-structures-that-resemble-the
|
||||
plugins/woocommerce/changelog/refunds-v4-taxes
|
||||
woocommerce/changelog/refunds-v4-taxes
|
||||
changelog/refunds-v4-taxes
|
||||
refunds-v4-taxes
|
||||
plugins/woocommerce/changelog/61667-patch-10
|
||||
woocommerce/changelog/61667-patch-10
|
||||
changelog/61667-patch-10
|
||||
61667-patch-10
|
||||
plugins/woocommerce/changelog/add-orders-api-collection-filter-hooks
|
||||
woocommerce/changelog/add-orders-api-collection-filter-hooks
|
||||
changelog/add-orders-api-collection-filter-hooks
|
||||
add-orders-api-collection-filter-hooks
|
||||
plugins/woocommerce/changelog/fix-61860-wc-brands
|
||||
woocommerce/changelog/fix-61860-wc-brands
|
||||
changelog/fix-61860-wc-brands
|
||||
fix-61860-wc-brands
|
||||
plugins/woocommerce/changelog/62017-fix-empty-payee-email
|
||||
woocommerce/changelog/62017-fix-empty-payee-email
|
||||
changelog/62017-fix-empty-payee-email
|
||||
62017-fix-empty-payee-email
|
||||
plugins/woocommerce/changelog/fix-52837
|
||||
woocommerce/changelog/fix-52837
|
||||
changelog/fix-52837
|
||||
fix-52837
|
||||
plugins/woocommerce/changelog/dev-re-balance-ci-jobs-shards
|
||||
woocommerce/changelog/dev-re-balance-ci-jobs-shards
|
||||
changelog/dev-re-balance-ci-jobs-shards
|
||||
dev-re-balance-ci-jobs-shards
|
||||
plugins/woocommerce/changelog/qao-127-add-playwright-ctrf-reporter
|
||||
woocommerce/changelog/qao-127-add-playwright-ctrf-reporter
|
||||
changelog/qao-127-add-playwright-ctrf-reporter
|
||||
qao-127-add-playwright-ctrf-reporter
|
||||
plugins/woocommerce/changelog/61377-fix-price-floating-point-precision
|
||||
woocommerce/changelog/61377-fix-price-floating-point-precision
|
||||
changelog/61377-fix-price-floating-point-precision
|
||||
61377-fix-price-floating-point-precision
|
||||
plugins/woocommerce/changelog/fix-61817
|
||||
woocommerce/changelog/fix-61817
|
||||
changelog/fix-61817
|
||||
fix-61817
|
||||
plugins/woocommerce/changelog/add-WOOPLUG-5596-woopayment-unsupported-badge
|
||||
woocommerce/changelog/add-WOOPLUG-5596-woopayment-unsupported-badge
|
||||
changelog/add-WOOPLUG-5596-woopayment-unsupported-badge
|
||||
add-WOOPLUG-5596-woopayment-unsupported-badge
|
||||
plugins/woocommerce/changelog/wooplug-5592-place-order-debug-logs-generated-even-when-logging-level-set
|
||||
woocommerce/changelog/wooplug-5592-place-order-debug-logs-generated-even-when-logging-level-set
|
||||
changelog/wooplug-5592-place-order-debug-logs-generated-even-when-logging-level-set
|
||||
wooplug-5592-place-order-debug-logs-generated-even-when-logging-level-set
|
||||
plugins/woocommerce/changelog/61271-add-complete-agentic-commerce
|
||||
woocommerce/changelog/61271-add-complete-agentic-commerce
|
||||
changelog/61271-add-complete-agentic-commerce
|
||||
61271-add-complete-agentic-commerce
|
||||
plugins/woocommerce/changelog/61671-fix-styling-payments-setting-page
|
||||
woocommerce/changelog/61671-fix-styling-payments-setting-page
|
||||
changelog/61671-fix-styling-payments-setting-page
|
||||
61671-fix-styling-payments-setting-page
|
||||
plugins/woocommerce/changelog/fix-build-warnings-WEBPACK_DEPRECATION_ARRAY_TO_SET_PUSH
|
||||
woocommerce/changelog/fix-build-warnings-WEBPACK_DEPRECATION_ARRAY_TO_SET_PUSH
|
||||
changelog/fix-build-warnings-WEBPACK_DEPRECATION_ARRAY_TO_SET_PUSH
|
||||
fix-build-warnings-WEBPACK_DEPRECATION_ARRAY_TO_SET_PUSH
|
||||
plugins/woocommerce/changelog/fix-50085-part-2
|
||||
woocommerce/changelog/fix-50085-part-2
|
||||
changelog/fix-50085-part-2
|
||||
fix-50085-part-2
|
||||
plugins/woocommerce/changelog/issues-61495-quantity-input-extended
|
||||
woocommerce/changelog/issues-61495-quantity-input-extended
|
||||
changelog/issues-61495-quantity-input-extended
|
||||
issues-61495-quantity-input-extended
|
||||
plugins/woocommerce/changelog/61764-dev-fix-attribute-render-bug
|
||||
woocommerce/changelog/61764-dev-fix-attribute-render-bug
|
||||
changelog/61764-dev-fix-attribute-render-bug
|
||||
61764-dev-fix-attribute-render-bug
|
||||
plugins/woocommerce/changelog/fix-product-collection-carousel-a11y
|
||||
woocommerce/changelog/fix-product-collection-carousel-a11y
|
||||
changelog/fix-product-collection-carousel-a11y
|
||||
fix-product-collection-carousel-a11y
|
||||
plugins/woocommerce/changelog/add-get-endpoint-v4-shipping-zone-method
|
||||
woocommerce/changelog/add-get-endpoint-v4-shipping-zone-method
|
||||
changelog/add-get-endpoint-v4-shipping-zone-method
|
||||
add-get-endpoint-v4-shipping-zone-method
|
||||
plugins/woocommerce/changelog/fix-package-conflict-part-one
|
||||
woocommerce/changelog/fix-package-conflict-part-one
|
||||
changelog/fix-package-conflict-part-one
|
||||
fix-package-conflict-part-one
|
||||
plugins/woocommerce/changelog/60447-fix-60410-a11y-email-template-presentational-tables
|
||||
woocommerce/changelog/60447-fix-60410-a11y-email-template-presentational-tables
|
||||
changelog/60447-fix-60410-a11y-email-template-presentational-tables
|
||||
60447-fix-60410-a11y-email-template-presentational-tables
|
||||
plugins/woocommerce/changelog/fix-60911-add-notice-to-update-product-gallery-block-in-add-to-cart-with-options
|
||||
woocommerce/changelog/fix-60911-add-notice-to-update-product-gallery-block-in-add-to-cart-with-options
|
||||
changelog/fix-60911-add-notice-to-update-product-gallery-block-in-add-to-cart-with-options
|
||||
fix-60911-add-notice-to-update-product-gallery-block-in-add-to-cart-with-options
|
||||
plugins/woocommerce/changelog/fix-hidden-input-add-to-cart-with-options
|
||||
woocommerce/changelog/fix-hidden-input-add-to-cart-with-options
|
||||
changelog/fix-hidden-input-add-to-cart-with-options
|
||||
fix-hidden-input-add-to-cart-with-options
|
||||
plugins/woocommerce/changelog/e2e-qao-127-enhance-playwright-junit-report
|
||||
woocommerce/changelog/e2e-qao-127-enhance-playwright-junit-report
|
||||
changelog/e2e-qao-127-enhance-playwright-junit-report
|
||||
e2e-qao-127-enhance-playwright-junit-report
|
||||
plugins/woocommerce/changelog/add-rest-api-v4-actions
|
||||
woocommerce/changelog/add-rest-api-v4-actions
|
||||
changelog/add-rest-api-v4-actions
|
||||
add-rest-api-v4-actions
|
||||
plugins/woocommerce/changelog/61347-update-paypal-standard-method-desc
|
||||
woocommerce/changelog/61347-update-paypal-standard-method-desc
|
||||
changelog/61347-update-paypal-standard-method-desc
|
||||
61347-update-paypal-standard-method-desc
|
||||
plugins/woocommerce/changelog/fix-all-products-image-link
|
||||
woocommerce/changelog/fix-all-products-image-link
|
||||
changelog/fix-all-products-image-link
|
||||
fix-all-products-image-link
|
||||
plugins/woocommerce/changelog/WOOPLUG-2074-load-wc-admin-api-on-demand
|
||||
woocommerce/changelog/WOOPLUG-2074-load-wc-admin-api-on-demand
|
||||
changelog/WOOPLUG-2074-load-wc-admin-api-on-demand
|
||||
WOOPLUG-2074-load-wc-admin-api-on-demand
|
||||
plugins/woocommerce/changelog/61861-fix-wooplug-1937-mini-cart-tells-the-customer-shipping-will-be-calculated-at
|
||||
woocommerce/changelog/61861-fix-wooplug-1937-mini-cart-tells-the-customer-shipping-will-be-calculated-at
|
||||
changelog/61861-fix-wooplug-1937-mini-cart-tells-the-customer-shipping-will-be-calculated-at
|
||||
61861-fix-wooplug-1937-mini-cart-tells-the-customer-shipping-will-be-calculated-at
|
||||
plugins/woocommerce/changelog/fix-isdiscount-check
|
||||
woocommerce/changelog/fix-isdiscount-check
|
||||
changelog/fix-isdiscount-check
|
||||
fix-isdiscount-check
|
||||
plugins/woocommerce/changelog/61554-wooplug-5672-featured-product-and-featured-category-in-tt4-title-should
|
||||
woocommerce/changelog/61554-wooplug-5672-featured-product-and-featured-category-in-tt4-title-should
|
||||
changelog/61554-wooplug-5672-featured-product-and-featured-category-in-tt4-title-should
|
||||
61554-wooplug-5672-featured-product-and-featured-category-in-tt4-title-should
|
||||
plugins/woocommerce/changelog/WOOMOB-1455-pos-catalog-api-skeleton
|
||||
woocommerce/changelog/WOOMOB-1455-pos-catalog-api-skeleton
|
||||
changelog/WOOMOB-1455-pos-catalog-api-skeleton
|
||||
WOOMOB-1455-pos-catalog-api-skeleton
|
||||
plugins/woocommerce/changelog/fix-migrator-cft
|
||||
woocommerce/changelog/fix-migrator-cft
|
||||
changelog/fix-migrator-cft
|
||||
fix-migrator-cft
|
||||
plugins/woocommerce/changelog/61415-add-currency-data-to-order-items-rest-v4
|
||||
woocommerce/changelog/61415-add-currency-data-to-order-items-rest-v4
|
||||
changelog/61415-add-currency-data-to-order-items-rest-v4
|
||||
61415-add-currency-data-to-order-items-rest-v4
|
||||
plugins/woocommerce/changelog/59787-straku-optimized-checkout-typography-and-spacing
|
||||
woocommerce/changelog/59787-straku-optimized-checkout-typography-and-spacing
|
||||
changelog/59787-straku-optimized-checkout-typography-and-spacing
|
||||
59787-straku-optimized-checkout-typography-and-spacing
|
||||
plugins/woocommerce/changelog/61362-fix-WOOPLUG-5667-fix-php-notice-for-indirect-modification-of-overloaded-property-in-wc-tracks
|
||||
woocommerce/changelog/61362-fix-WOOPLUG-5667-fix-php-notice-for-indirect-modification-of-overloaded-property-in-wc-tracks
|
||||
changelog/61362-fix-WOOPLUG-5667-fix-php-notice-for-indirect-modification-of-overloaded-property-in-wc-tracks
|
||||
61362-fix-WOOPLUG-5667-fix-php-notice-for-indirect-modification-of-overloaded-property-in-wc-tracks
|
||||
plugins/woocommerce/changelog/update-WOOPRD-929-offline-methods-api-route
|
||||
woocommerce/changelog/update-WOOPRD-929-offline-methods-api-route
|
||||
changelog/update-WOOPRD-929-offline-methods-api-route
|
||||
update-WOOPRD-929-offline-methods-api-route
|
||||
plugins/woocommerce/changelog/fix-62028
|
||||
woocommerce/changelog/fix-62028
|
||||
changelog/fix-62028
|
||||
fix-62028
|
||||
plugins/woocommerce/changelog/update-agentic-commerce-protocol-settings
|
||||
woocommerce/changelog/update-agentic-commerce-protocol-settings
|
||||
changelog/update-agentic-commerce-protocol-settings
|
||||
update-agentic-commerce-protocol-settings
|
||||
plugins/woocommerce/changelog/improve-instructions-for-claude
|
||||
woocommerce/changelog/improve-instructions-for-claude
|
||||
changelog/improve-instructions-for-claude
|
||||
improve-instructions-for-claude
|
||||
plugins/woocommerce/changelog/stomail-7500-cart-contents-in-email
|
||||
woocommerce/changelog/stomail-7500-cart-contents-in-email
|
||||
changelog/stomail-7500-cart-contents-in-email
|
||||
stomail-7500-cart-contents-in-email
|
||||
plugins/woocommerce/changelog/fix-css-selector-too-broad
|
||||
woocommerce/changelog/fix-css-selector-too-broad
|
||||
changelog/fix-css-selector-too-broad
|
||||
fix-css-selector-too-broad
|
||||
plugins/woocommerce/changelog/fix-53449-flaky-test-ii
|
||||
woocommerce/changelog/fix-53449-flaky-test-ii
|
||||
changelog/fix-53449-flaky-test-ii
|
||||
fix-53449-flaky-test-ii
|
||||
plugins/woocommerce/changelog/update-move-hpos-datastore-caching-out-of-experimental
|
||||
woocommerce/changelog/update-move-hpos-datastore-caching-out-of-experimental
|
||||
changelog/update-move-hpos-datastore-caching-out-of-experimental
|
||||
update-move-hpos-datastore-caching-out-of-experimental
|
||||
plugins/woocommerce/changelog/61419-replace-foreign-since-variable
|
||||
woocommerce/changelog/61419-replace-foreign-since-variable
|
||||
changelog/61419-replace-foreign-since-variable
|
||||
61419-replace-foreign-since-variable
|
||||
plugins/woocommerce/changelog/add-support-agentic-commerce
|
||||
woocommerce/changelog/add-support-agentic-commerce
|
||||
changelog/add-support-agentic-commerce
|
||||
add-support-agentic-commerce
|
||||
plugins/woocommerce/changelog/dev-move-v4-rest-to-internal-dir
|
||||
woocommerce/changelog/dev-move-v4-rest-to-internal-dir
|
||||
changelog/dev-move-v4-rest-to-internal-dir
|
||||
dev-move-v4-rest-to-internal-dir
|
||||
plugins/woocommerce/changelog/61245-fix-61186-json-encode-script-tags
|
||||
woocommerce/changelog/61245-fix-61186-json-encode-script-tags
|
||||
changelog/61245-fix-61186-json-encode-script-tags
|
||||
61245-fix-61186-json-encode-script-tags
|
||||
plugins/woocommerce/changelog/qao-127-output-junit-style-report
|
||||
woocommerce/changelog/qao-127-output-junit-style-report
|
||||
changelog/qao-127-output-junit-style-report
|
||||
qao-127-output-junit-style-report
|
||||
plugins/woocommerce/changelog/fix-block-attributes-undefined
|
||||
woocommerce/changelog/fix-block-attributes-undefined
|
||||
changelog/fix-block-attributes-undefined
|
||||
fix-block-attributes-undefined
|
||||
plugins/woocommerce/changelog/update-agentic-checkout-auth
|
||||
woocommerce/changelog/update-agentic-checkout-auth
|
||||
changelog/update-agentic-checkout-auth
|
||||
update-agentic-checkout-auth
|
||||
plugins/woocommerce/changelog/add-v4-update-shipping-zone-endpoint
|
||||
woocommerce/changelog/add-v4-update-shipping-zone-endpoint
|
||||
changelog/add-v4-update-shipping-zone-endpoint
|
||||
add-v4-update-shipping-zone-endpoint
|
||||
plugins/woocommerce/changelog/fix-orders-v4-pagination
|
||||
woocommerce/changelog/fix-orders-v4-pagination
|
||||
changelog/fix-orders-v4-pagination
|
||||
fix-orders-v4-pagination
|
||||
plugins/woocommerce/changelog/61542-wooplug-5688-data-misalignment-in-mini-cart-items-when-adding-the-same
|
||||
woocommerce/changelog/61542-wooplug-5688-data-misalignment-in-mini-cart-items-when-adding-the-same
|
||||
changelog/61542-wooplug-5688-data-misalignment-in-mini-cart-items-when-adding-the-same
|
||||
61542-wooplug-5688-data-misalignment-in-mini-cart-items-when-adding-the-same
|
||||
plugins/woocommerce/changelog/debug-tool-backfill-order-fulfillment-status
|
||||
woocommerce/changelog/debug-tool-backfill-order-fulfillment-status
|
||||
changelog/debug-tool-backfill-order-fulfillment-status
|
||||
debug-tool-backfill-order-fulfillment-status
|
||||
plugins/woocommerce/changelog/61424-update-agentic-commerce-webhook-textdomain-warning
|
||||
woocommerce/changelog/61424-update-agentic-commerce-webhook-textdomain-warning
|
||||
changelog/61424-update-agentic-commerce-webhook-textdomain-warning
|
||||
61424-update-agentic-commerce-webhook-textdomain-warning
|
||||
plugins/woocommerce/changelog/fix-entity-registration
|
||||
woocommerce/changelog/fix-entity-registration
|
||||
changelog/fix-entity-registration
|
||||
fix-entity-registration
|
||||
plugins/woocommerce/changelog/61528-wooplug-5430-fcb-overlay-settings-should-be-in-style-tab
|
||||
woocommerce/changelog/61528-wooplug-5430-fcb-overlay-settings-should-be-in-style-tab
|
||||
changelog/61528-wooplug-5430-fcb-overlay-settings-should-be-in-style-tab
|
||||
61528-wooplug-5430-fcb-overlay-settings-should-be-in-style-tab
|
||||
plugins/woocommerce/changelog/fix-color-mix-for-translucent-border
|
||||
woocommerce/changelog/fix-color-mix-for-translucent-border
|
||||
changelog/fix-color-mix-for-translucent-border
|
||||
fix-color-mix-for-translucent-border
|
||||
plugins/woocommerce/changelog/fix-wooplug-4629-shipping-cost-locale-format
|
||||
woocommerce/changelog/fix-wooplug-4629-shipping-cost-locale-format
|
||||
changelog/fix-wooplug-4629-shipping-cost-locale-format
|
||||
fix-wooplug-4629-shipping-cost-locale-format
|
||||
plugins/woocommerce/changelog/wooprd-926-move-notifications-listing-api-to-woocommerce
|
||||
woocommerce/changelog/wooprd-926-move-notifications-listing-api-to-woocommerce
|
||||
changelog/wooprd-926-move-notifications-listing-api-to-woocommerce
|
||||
wooprd-926-move-notifications-listing-api-to-woocommerce
|
||||
plugins/woocommerce/changelog/dev-temp-skip-blocks-e2e-wp-6.9
|
||||
woocommerce/changelog/dev-temp-skip-blocks-e2e-wp-6.9
|
||||
changelog/dev-temp-skip-blocks-e2e-wp-6.9
|
||||
dev-temp-skip-blocks-e2e-wp-6.9
|
||||
plugins/woocommerce/changelog/27512-deprecate-wc_print_js_part_1
|
||||
woocommerce/changelog/27512-deprecate-wc_print_js_part_1
|
||||
changelog/27512-deprecate-wc_print_js_part_1
|
||||
27512-deprecate-wc_print_js_part_1
|
||||
plugins/woocommerce/changelog/wooplug-5677-broken-pagination-on-wc-analyticsvariations-endpoint
|
||||
woocommerce/changelog/wooplug-5677-broken-pagination-on-wc-analyticsvariations-endpoint
|
||||
changelog/wooplug-5677-broken-pagination-on-wc-analyticsvariations-endpoint
|
||||
wooplug-5677-broken-pagination-on-wc-analyticsvariations-endpoint
|
||||
plugins/woocommerce/changelog/wooplug-5762
|
||||
woocommerce/changelog/wooplug-5762
|
||||
changelog/wooplug-5762
|
||||
wooplug-5762
|
||||
plugins/woocommerce/changelog/pr-61931
|
||||
woocommerce/changelog/pr-61931
|
||||
changelog/pr-61931
|
||||
pr-61931
|
||||
plugins/woocommerce/changelog/dev-make-all-wp-pre-release-jobs-optional
|
||||
woocommerce/changelog/dev-make-all-wp-pre-release-jobs-optional
|
||||
changelog/dev-make-all-wp-pre-release-jobs-optional
|
||||
dev-make-all-wp-pre-release-jobs-optional
|
||||
plugins/woocommerce/changelog/fix-admin-settings-save-permission
|
||||
woocommerce/changelog/fix-admin-settings-save-permission
|
||||
changelog/fix-admin-settings-save-permission
|
||||
fix-admin-settings-save-permission
|
||||
plugins/woocommerce/changelog/add-fulfillment-status-column-wc-order-stats
|
||||
woocommerce/changelog/add-fulfillment-status-column-wc-order-stats
|
||||
changelog/add-fulfillment-status-column-wc-order-stats
|
||||
add-fulfillment-status-column-wc-order-stats
|
||||
plugins/woocommerce/changelog/fix-61860-misc
|
||||
woocommerce/changelog/fix-61860-misc
|
||||
changelog/fix-61860-misc
|
||||
fix-61860-misc
|
||||
plugins/woocommerce/changelog/61797-update-WCCOM-1896-hide-install-button-for-saas-products
|
||||
woocommerce/changelog/61797-update-WCCOM-1896-hide-install-button-for-saas-products
|
||||
changelog/61797-update-WCCOM-1896-hide-install-button-for-saas-products
|
||||
61797-update-WCCOM-1896-hide-install-button-for-saas-products
|
||||
plugins/woocommerce/changelog/pr-61635
|
||||
woocommerce/changelog/pr-61635
|
||||
changelog/pr-61635
|
||||
pr-61635
|
||||
plugins/woocommerce/changelog/wooplug-5859-wp-69-month-must-be-a-valid-moment-object-error
|
||||
woocommerce/changelog/wooplug-5859-wp-69-month-must-be-a-valid-moment-object-error
|
||||
changelog/wooplug-5859-wp-69-month-must-be-a-valid-moment-object-error
|
||||
wooplug-5859-wp-69-month-must-be-a-valid-moment-object-error
|
||||
plugins/woocommerce/changelog/woo13-101-add-delete-endpoint-shipping-method
|
||||
woocommerce/changelog/woo13-101-add-delete-endpoint-shipping-method
|
||||
changelog/woo13-101-add-delete-endpoint-shipping-method
|
||||
woo13-101-add-delete-endpoint-shipping-method
|
||||
plugins/woocommerce/changelog/fix-grouped-product-inner-blocks-no-products
|
||||
woocommerce/changelog/fix-grouped-product-inner-blocks-no-products
|
||||
changelog/fix-grouped-product-inner-blocks-no-products
|
||||
fix-grouped-product-inner-blocks-no-products
|
||||
plugins/woocommerce/changelog/fix-order-total-empty-string
|
||||
woocommerce/changelog/fix-order-total-empty-string
|
||||
changelog/fix-order-total-empty-string
|
||||
fix-order-total-empty-string
|
||||
plugins/woocommerce/changelog/fix-53307
|
||||
woocommerce/changelog/fix-53307
|
||||
changelog/fix-53307
|
||||
fix-53307
|
||||
plugins/woocommerce/changelog/60779-wooplug-5427-fcb-make-category-heading-an-inner-block
|
||||
woocommerce/changelog/60779-wooplug-5427-fcb-make-category-heading-an-inner-block
|
||||
changelog/60779-wooplug-5427-fcb-make-category-heading-an-inner-block
|
||||
60779-wooplug-5427-fcb-make-category-heading-an-inner-block
|
||||
plugins/woocommerce/changelog/fix-missing-variation-adding-variable-product-to-cart
|
||||
woocommerce/changelog/fix-missing-variation-adding-variable-product-to-cart
|
||||
changelog/fix-missing-variation-adding-variable-product-to-cart
|
||||
fix-missing-variation-adding-variable-product-to-cart
|
||||
plugins/woocommerce/changelog/pr-61472
|
||||
woocommerce/changelog/pr-61472
|
||||
changelog/pr-61472
|
||||
pr-61472
|
||||
plugins/woocommerce/changelog/61463-add-refund-v4
|
||||
woocommerce/changelog/61463-add-refund-v4
|
||||
changelog/61463-add-refund-v4
|
||||
61463-add-refund-v4
|
||||
plugins/woocommerce/changelog/61459-fix-61458-revert-46887
|
||||
woocommerce/changelog/61459-fix-61458-revert-46887
|
||||
changelog/61459-fix-61458-revert-46887
|
||||
61459-fix-61458-revert-46887
|
||||
plugins/woocommerce/changelog/61630-hotfix-product-filter-reading-value-as-column-name
|
||||
woocommerce/changelog/61630-hotfix-product-filter-reading-value-as-column-name
|
||||
changelog/61630-hotfix-product-filter-reading-value-as-column-name
|
||||
61630-hotfix-product-filter-reading-value-as-column-name
|
||||
plugins/woocommerce/changelog/fix-product-collection-brand-taxonomy
|
||||
woocommerce/changelog/fix-product-collection-brand-taxonomy
|
||||
changelog/fix-product-collection-brand-taxonomy
|
||||
fix-product-collection-brand-taxonomy
|
||||
plugins/woocommerce/changelog/add-customers-v4-rest-api
|
||||
woocommerce/changelog/add-customers-v4-rest-api
|
||||
changelog/add-customers-v4-rest-api
|
||||
add-customers-v4-rest-api
|
||||
plugins/woocommerce/changelog/fix-abilities-api-wp69-tests
|
||||
woocommerce/changelog/fix-abilities-api-wp69-tests
|
||||
changelog/fix-abilities-api-wp69-tests
|
||||
fix-abilities-api-wp69-tests
|
||||
plugins/woocommerce/changelog/update-abilities-api-to-0.4.0
|
||||
woocommerce/changelog/update-abilities-api-to-0.4.0
|
||||
changelog/update-abilities-api-to-0.4.0
|
||||
update-abilities-api-to-0.4.0
|
||||
plugins/woocommerce/changelog/61431-update-remove-double-connect-account-text
|
||||
woocommerce/changelog/61431-update-remove-double-connect-account-text
|
||||
changelog/61431-update-remove-double-connect-account-text
|
||||
61431-update-remove-double-connect-account-text
|
||||
plugins/woocommerce/changelog/.gitkeep
|
||||
woocommerce/changelog/.gitkeep
|
||||
changelog/.gitkeep
|
||||
.gitkeep
|
||||
plugins/woocommerce/changelog/add-abilities-api-integration
|
||||
woocommerce/changelog/add-abilities-api-integration
|
||||
changelog/add-abilities-api-integration
|
||||
add-abilities-api-integration
|
||||
plugins/woocommerce/changelog/61758-update-woomkt-335-remove-ced-from-onboarding
|
||||
woocommerce/changelog/61758-update-woomkt-335-remove-ced-from-onboarding
|
||||
changelog/61758-update-woomkt-335-remove-ced-from-onboarding
|
||||
61758-update-woomkt-335-remove-ced-from-onboarding
|
||||
plugins/woocommerce/changelog/fix-wooplug-3519-flaky-test-can-upload-the-csv-file-and-import-products
|
||||
woocommerce/changelog/fix-wooplug-3519-flaky-test-can-upload-the-csv-file-and-import-products
|
||||
changelog/fix-wooplug-3519-flaky-test-can-upload-the-csv-file-and-import-products
|
||||
fix-wooplug-3519-flaky-test-can-upload-the-csv-file-and-import-products
|
||||
plugins/woocommerce/changelog/wooprd-815-add-email-for-marketing-confirmation
|
||||
woocommerce/changelog/wooprd-815-add-email-for-marketing-confirmation
|
||||
changelog/wooprd-815-add-email-for-marketing-confirmation
|
||||
wooprd-815-add-email-for-marketing-confirmation
|
||||
plugins/woocommerce/changelog/fix-e2e-with-gb-regresssion
|
||||
woocommerce/changelog/fix-e2e-with-gb-regresssion
|
||||
changelog/fix-e2e-with-gb-regresssion
|
||||
fix-e2e-with-gb-regresssion
|
||||
plugins/woocommerce/changelog/fix-56609
|
||||
woocommerce/changelog/fix-56609
|
||||
changelog/fix-56609
|
||||
fix-56609
|
||||
plugins/woocommerce/changelog/WOOPLUG-3100-optimize-analytics-performance-indicator-endpoints
|
||||
woocommerce/changelog/WOOPLUG-3100-optimize-analytics-performance-indicator-endpoints
|
||||
changelog/WOOPLUG-3100-optimize-analytics-performance-indicator-endpoints
|
||||
WOOPLUG-3100-optimize-analytics-performance-indicator-endpoints
|
||||
plugins/woocommerce/changelog/dev-update-blocks-e2e-wp-prerelease-changes-config
|
||||
woocommerce/changelog/dev-update-blocks-e2e-wp-prerelease-changes-config
|
||||
changelog/dev-update-blocks-e2e-wp-prerelease-changes-config
|
||||
dev-update-blocks-e2e-wp-prerelease-changes-config
|
||||
plugins/woocommerce/changelog/fix-site-editor-warnings
|
||||
woocommerce/changelog/fix-site-editor-warnings
|
||||
changelog/fix-site-editor-warnings
|
||||
fix-site-editor-warnings
|
||||
plugins/woocommerce/changelog/61368-WOOPLUG-5483-dynamic-tracking-url-on-provider-change
|
||||
woocommerce/changelog/61368-WOOPLUG-5483-dynamic-tracking-url-on-provider-change
|
||||
changelog/61368-WOOPLUG-5483-dynamic-tracking-url-on-provider-change
|
||||
61368-WOOPLUG-5483-dynamic-tracking-url-on-provider-change
|
||||
plugins/woocommerce/changelog/60049-patch-1
|
||||
woocommerce/changelog/60049-patch-1
|
||||
changelog/60049-patch-1
|
||||
60049-patch-1
|
||||
plugins/woocommerce/changelog/update-template-and-add-to-cart-with-options-old-comments
|
||||
woocommerce/changelog/update-template-and-add-to-cart-with-options-old-comments
|
||||
changelog/update-template-and-add-to-cart-with-options-old-comments
|
||||
update-template-and-add-to-cart-with-options-old-comments
|
||||
plugins/woocommerce/changelog/wooplug-5762-double-url-encoding-issue-with-non-latin-filter-slugs-eg
|
||||
woocommerce/changelog/wooplug-5762-double-url-encoding-issue-with-non-latin-filter-slugs-eg
|
||||
changelog/wooplug-5762-double-url-encoding-issue-with-non-latin-filter-slugs-eg
|
||||
wooplug-5762-double-url-encoding-issue-with-non-latin-filter-slugs-eg
|
||||
plugins/woocommerce/changelog/update-acp-settings-v2
|
||||
woocommerce/changelog/update-acp-settings-v2
|
||||
changelog/update-acp-settings-v2
|
||||
update-acp-settings-v2
|
||||
plugins/woocommerce/changelog/61716-fix-support-keyboard-navigation-in-iapi-minicart
|
||||
woocommerce/changelog/61716-fix-support-keyboard-navigation-in-iapi-minicart
|
||||
changelog/61716-fix-support-keyboard-navigation-in-iapi-minicart
|
||||
61716-fix-support-keyboard-navigation-in-iapi-minicart
|
||||
plugins/woocommerce/changelog/fix-abilities-api-wp69-hooks
|
||||
woocommerce/changelog/fix-abilities-api-wp69-hooks
|
||||
changelog/fix-abilities-api-wp69-hooks
|
||||
fix-abilities-api-wp69-hooks
|
||||
plugins/woocommerce/changelog/dev-fix-jetpack-autoloader-in-build
|
||||
woocommerce/changelog/dev-fix-jetpack-autoloader-in-build
|
||||
changelog/dev-fix-jetpack-autoloader-in-build
|
||||
dev-fix-jetpack-autoloader-in-build
|
||||
plugins/woocommerce/changelog/update-61864-mcp-adapter-0-3-0
|
||||
woocommerce/changelog/update-61864-mcp-adapter-0-3-0
|
||||
changelog/update-61864-mcp-adapter-0-3-0
|
||||
update-61864-mcp-adapter-0-3-0
|
||||
plugins/woocommerce/changelog/wooplug-5618-total-amount-overflowing-order-summary-in-checkout
|
||||
woocommerce/changelog/wooplug-5618-total-amount-overflowing-order-summary-in-checkout
|
||||
changelog/wooplug-5618-total-amount-overflowing-order-summary-in-checkout
|
||||
wooplug-5618-total-amount-overflowing-order-summary-in-checkout
|
||||
plugins/woocommerce/changelog/fix-skip-iapi-blocks-tests-for-6.7
|
||||
woocommerce/changelog/fix-skip-iapi-blocks-tests-for-6.7
|
||||
changelog/fix-skip-iapi-blocks-tests-for-6.7
|
||||
fix-skip-iapi-blocks-tests-for-6.7
|
||||
plugins/woocommerce/changelog/dev-lint-fixes
|
||||
woocommerce/changelog/dev-lint-fixes
|
||||
changelog/dev-lint-fixes
|
||||
dev-lint-fixes
|
||||
plugins/woocommerce/changelog/61361-wooplug-5432-fcb-add-duotone-filter
|
||||
woocommerce/changelog/61361-wooplug-5432-fcb-add-duotone-filter
|
||||
changelog/61361-wooplug-5432-fcb-add-duotone-filter
|
||||
61361-wooplug-5432-fcb-add-duotone-filter
|
||||
plugins/woocommerce/changelog/pr-61986
|
||||
woocommerce/changelog/pr-61986
|
||||
changelog/pr-61986
|
||||
pr-61986
|
||||
plugins/woocommerce/changelog/pr-61878
|
||||
woocommerce/changelog/pr-61878
|
||||
changelog/pr-61878
|
||||
pr-61878
|
||||
plugins/woocommerce/changelog/disable-cys-tests-with-gb-nightly
|
||||
woocommerce/changelog/disable-cys-tests-with-gb-nightly
|
||||
changelog/disable-cys-tests-with-gb-nightly
|
||||
disable-cys-tests-with-gb-nightly
|
||||
plugins/woocommerce/changelog/add-customers-v4-sorting
|
||||
woocommerce/changelog/add-customers-v4-sorting
|
||||
changelog/add-customers-v4-sorting
|
||||
add-customers-v4-sorting
|
||||
plugins/woocommerce/changelog/fix-BlockTemplatesController-conditionally-call-run_hooks_on_block_templates
|
||||
woocommerce/changelog/fix-BlockTemplatesController-conditionally-call-run_hooks_on_block_templates
|
||||
changelog/fix-BlockTemplatesController-conditionally-call-run_hooks_on_block_templates
|
||||
fix-BlockTemplatesController-conditionally-call-run_hooks_on_block_templates
|
||||
plugins/woocommerce/changelog/fix-e2e-tests-wp-69
|
||||
woocommerce/changelog/fix-e2e-tests-wp-69
|
||||
changelog/fix-e2e-tests-wp-69
|
||||
fix-e2e-tests-wp-69
|
||||
plugins/woocommerce/changelog/61212-customer-analytics-fix
|
||||
woocommerce/changelog/61212-customer-analytics-fix
|
||||
changelog/61212-customer-analytics-fix
|
||||
61212-customer-analytics-fix
|
||||
plugins/woocommerce/changelog/pr-61307
|
||||
woocommerce/changelog/pr-61307
|
||||
changelog/pr-61307
|
||||
pr-61307
|
||||
plugins/woocommerce/changelog/wooplug-5631-scalability-performance-issues-with-woo-analytics-wc
|
||||
woocommerce/changelog/wooplug-5631-scalability-performance-issues-with-woo-analytics-wc
|
||||
changelog/wooplug-5631-scalability-performance-issues-with-woo-analytics-wc
|
||||
wooplug-5631-scalability-performance-issues-with-woo-analytics-wc
|
||||
plugins/woocommerce/changelog/pr-62063
|
||||
woocommerce/changelog/pr-62063
|
||||
changelog/pr-62063
|
||||
|
|
@ -36319,234 +35784,30 @@ plugins/woocommerce/changelog/pr-61779
|
|||
woocommerce/changelog/pr-61779
|
||||
changelog/pr-61779
|
||||
pr-61779
|
||||
plugins/woocommerce/changelog/61715-fix-redirect-for-mobile
|
||||
woocommerce/changelog/61715-fix-redirect-for-mobile
|
||||
changelog/61715-fix-redirect-for-mobile
|
||||
61715-fix-redirect-for-mobile
|
||||
plugins/woocommerce/changelog/fix-mini-cart-hidden-footer-block
|
||||
woocommerce/changelog/fix-mini-cart-hidden-footer-block
|
||||
changelog/fix-mini-cart-hidden-footer-block
|
||||
fix-mini-cart-hidden-footer-block
|
||||
plugins/woocommerce/changelog/add-cart-button-text
|
||||
woocommerce/changelog/add-cart-button-text
|
||||
changelog/add-cart-button-text
|
||||
add-cart-button-text
|
||||
plugins/woocommerce/changelog/pr-61838
|
||||
woocommerce/changelog/pr-61838
|
||||
changelog/pr-61838
|
||||
pr-61838
|
||||
plugins/woocommerce/changelog/61485-wooplug-5668-fpb-add-support-for-duotone-filter
|
||||
woocommerce/changelog/61485-wooplug-5668-fpb-add-support-for-duotone-filter
|
||||
changelog/61485-wooplug-5668-fpb-add-support-for-duotone-filter
|
||||
61485-wooplug-5668-fpb-add-support-for-duotone-filter
|
||||
plugins/woocommerce/changelog/fix-cart-item-data-output
|
||||
woocommerce/changelog/fix-cart-item-data-output
|
||||
changelog/fix-cart-item-data-output
|
||||
fix-cart-item-data-output
|
||||
plugins/woocommerce/changelog/e2e-update-screenshot-mode-blocks-e2e
|
||||
woocommerce/changelog/e2e-update-screenshot-mode-blocks-e2e
|
||||
changelog/e2e-update-screenshot-mode-blocks-e2e
|
||||
e2e-update-screenshot-mode-blocks-e2e
|
||||
plugins/woocommerce/changelog/wooplug-2504-flaky-test-template-can-be-opened-in-the-site-editor
|
||||
woocommerce/changelog/wooplug-2504-flaky-test-template-can-be-opened-in-the-site-editor
|
||||
changelog/wooplug-2504-flaky-test-template-can-be-opened-in-the-site-editor
|
||||
wooplug-2504-flaky-test-template-can-be-opened-in-the-site-editor
|
||||
plugins/woocommerce/changelog/27512-deprecate-wc_print_js
|
||||
woocommerce/changelog/27512-deprecate-wc_print_js
|
||||
changelog/27512-deprecate-wc_print_js
|
||||
27512-deprecate-wc_print_js
|
||||
plugins/woocommerce/changelog/add-v4-create-shipping-zone-endpoint
|
||||
woocommerce/changelog/add-v4-create-shipping-zone-endpoint
|
||||
changelog/add-v4-create-shipping-zone-endpoint
|
||||
add-v4-create-shipping-zone-endpoint
|
||||
plugins/woocommerce/changelog/61919-fix-validate-currencies-supported-by-paypal
|
||||
woocommerce/changelog/61919-fix-validate-currencies-supported-by-paypal
|
||||
changelog/61919-fix-validate-currencies-supported-by-paypal
|
||||
61919-fix-validate-currencies-supported-by-paypal
|
||||
plugins/woocommerce/changelog/61657-wooplug-5571-brands-css-is-loaded-on-any-page
|
||||
woocommerce/changelog/61657-wooplug-5571-brands-css-is-loaded-on-any-page
|
||||
changelog/61657-wooplug-5571-brands-css-is-loaded-on-any-page
|
||||
61657-wooplug-5571-brands-css-is-loaded-on-any-page
|
||||
plugins/woocommerce/changelog/pr-61694
|
||||
woocommerce/changelog/pr-61694
|
||||
changelog/pr-61694
|
||||
pr-61694
|
||||
plugins/woocommerce/changelog/wooplug-5715-product-gallery-thumbnails-are-rendered-out-of-place-when
|
||||
woocommerce/changelog/wooplug-5715-product-gallery-thumbnails-are-rendered-out-of-place-when
|
||||
changelog/wooplug-5715-product-gallery-thumbnails-are-rendered-out-of-place-when
|
||||
wooplug-5715-product-gallery-thumbnails-are-rendered-out-of-place-when
|
||||
plugins/woocommerce/changelog/wooplug-5790-woocommerce-core-creates-dummy-order-items-when-email
|
||||
woocommerce/changelog/wooplug-5790-woocommerce-core-creates-dummy-order-items-when-email
|
||||
changelog/wooplug-5790-woocommerce-core-creates-dummy-order-items-when-email
|
||||
wooplug-5790-woocommerce-core-creates-dummy-order-items-when-email
|
||||
plugins/woocommerce/changelog/update-add-to-cart-with-options-spinner-on-load
|
||||
woocommerce/changelog/update-add-to-cart-with-options-spinner-on-load
|
||||
changelog/update-add-to-cart-with-options-spinner-on-load
|
||||
update-add-to-cart-with-options-spinner-on-load
|
||||
plugins/woocommerce/changelog/61212-fix-customer-analytics-fix-with-ansi_quotes-enabled
|
||||
woocommerce/changelog/61212-fix-customer-analytics-fix-with-ansi_quotes-enabled
|
||||
changelog/61212-fix-customer-analytics-fix-with-ansi_quotes-enabled
|
||||
61212-fix-customer-analytics-fix-with-ansi_quotes-enabled
|
||||
plugins/woocommerce/changelog/61660-fix-ces-edit-track
|
||||
woocommerce/changelog/61660-fix-ces-edit-track
|
||||
changelog/61660-fix-ces-edit-track
|
||||
61660-fix-ces-edit-track
|
||||
plugins/woocommerce/changelog/fix-56289-add-to-cart-with-options-variation
|
||||
woocommerce/changelog/fix-56289-add-to-cart-with-options-variation
|
||||
changelog/fix-56289-add-to-cart-with-options-variation
|
||||
fix-56289-add-to-cart-with-options-variation
|
||||
plugins/woocommerce/changelog/fix-blockified-copy-updates
|
||||
woocommerce/changelog/fix-blockified-copy-updates
|
||||
changelog/fix-blockified-copy-updates
|
||||
fix-blockified-copy-updates
|
||||
plugins/woocommerce/changelog/pr-61476
|
||||
woocommerce/changelog/pr-61476
|
||||
changelog/pr-61476
|
||||
pr-61476
|
||||
plugins/woocommerce/changelog/fix-providers-tests-using-fill-in-classes
|
||||
woocommerce/changelog/fix-providers-tests-using-fill-in-classes
|
||||
changelog/fix-providers-tests-using-fill-in-classes
|
||||
fix-providers-tests-using-fill-in-classes
|
||||
plugins/woocommerce/changelog/fix-43126
|
||||
woocommerce/changelog/fix-43126
|
||||
changelog/fix-43126
|
||||
fix-43126
|
||||
plugins/woocommerce/changelog/update-autocomplete-docs
|
||||
woocommerce/changelog/update-autocomplete-docs
|
||||
changelog/update-autocomplete-docs
|
||||
update-autocomplete-docs
|
||||
plugins/woocommerce/changelog/add-order-v4-api-refund-total
|
||||
woocommerce/changelog/add-order-v4-api-refund-total
|
||||
changelog/add-order-v4-api-refund-total
|
||||
add-order-v4-api-refund-total
|
||||
plugins/woocommerce/changelog/61960-tweak-handpicked-catalog-pagination
|
||||
woocommerce/changelog/61960-tweak-handpicked-catalog-pagination
|
||||
changelog/61960-tweak-handpicked-catalog-pagination
|
||||
61960-tweak-handpicked-catalog-pagination
|
||||
plugins/woocommerce/changelog/61606-fix-wccom-1883-race-condition-flush_product_usage_notice_rules_cache-not
|
||||
woocommerce/changelog/61606-fix-wccom-1883-race-condition-flush_product_usage_notice_rules_cache-not
|
||||
changelog/61606-fix-wccom-1883-race-condition-flush_product_usage_notice_rules_cache-not
|
||||
61606-fix-wccom-1883-race-condition-flush_product_usage_notice_rules_cache-not
|
||||
plugins/woocommerce/changelog/fix-add-to-cart-with-options-hide-quantity-selector-and-button-in-out-of-stock-variations
|
||||
woocommerce/changelog/fix-add-to-cart-with-options-hide-quantity-selector-and-button-in-out-of-stock-variations
|
||||
changelog/fix-add-to-cart-with-options-hide-quantity-selector-and-button-in-out-of-stock-variations
|
||||
fix-add-to-cart-with-options-hide-quantity-selector-and-button-in-out-of-stock-variations
|
||||
plugins/woocommerce/changelog/fix-feature-product-deprecation
|
||||
woocommerce/changelog/fix-feature-product-deprecation
|
||||
changelog/fix-feature-product-deprecation
|
||||
fix-feature-product-deprecation
|
||||
plugins/woocommerce/changelog/update-WOOPLUG-5743-allow-gateways-to-provide-links
|
||||
woocommerce/changelog/update-WOOPLUG-5743-allow-gateways-to-provide-links
|
||||
changelog/update-WOOPLUG-5743-allow-gateways-to-provide-links
|
||||
update-WOOPLUG-5743-allow-gateways-to-provide-links
|
||||
plugins/woocommerce/changelog/add-call-product-gallery-stable
|
||||
woocommerce/changelog/add-call-product-gallery-stable
|
||||
changelog/add-call-product-gallery-stable
|
||||
add-call-product-gallery-stable
|
||||
plugins/woocommerce/changelog/pr-61811
|
||||
woocommerce/changelog/pr-61811
|
||||
changelog/pr-61811
|
||||
pr-61811
|
||||
plugins/woocommerce/changelog/wooplug-5644-core-reports-an-out-of-date-template-for-blocks-themes-from
|
||||
woocommerce/changelog/wooplug-5644-core-reports-an-out-of-date-template-for-blocks-themes-from
|
||||
changelog/wooplug-5644-core-reports-an-out-of-date-template-for-blocks-themes-from
|
||||
wooplug-5644-core-reports-an-out-of-date-template-for-blocks-themes-from
|
||||
plugins/woocommerce/changelog/update-agentic-commerce-protocol-webhooks
|
||||
woocommerce/changelog/update-agentic-commerce-protocol-webhooks
|
||||
changelog/update-agentic-commerce-protocol-webhooks
|
||||
update-agentic-commerce-protocol-webhooks
|
||||
plugins/woocommerce/changelog/fix-payments-nox-tracks-inconsistent-suggestion-id-in-props
|
||||
woocommerce/changelog/fix-payments-nox-tracks-inconsistent-suggestion-id-in-props
|
||||
changelog/fix-payments-nox-tracks-inconsistent-suggestion-id-in-props
|
||||
fix-payments-nox-tracks-inconsistent-suggestion-id-in-props
|
||||
plugins/woocommerce/changelog/62011-fix-invalid-url
|
||||
woocommerce/changelog/62011-fix-invalid-url
|
||||
changelog/62011-fix-invalid-url
|
||||
62011-fix-invalid-url
|
||||
plugins/woocommerce/changelog/fix-WOOPLUG-5598-nox-wc-core-gateways-deactivation
|
||||
woocommerce/changelog/fix-WOOPLUG-5598-nox-wc-core-gateways-deactivation
|
||||
changelog/fix-WOOPLUG-5598-nox-wc-core-gateways-deactivation
|
||||
fix-WOOPLUG-5598-nox-wc-core-gateways-deactivation
|
||||
plugins/woocommerce/changelog/wooplug-4778-ugly-tax-suffix-line-break-in-order-emails
|
||||
woocommerce/changelog/wooplug-4778-ugly-tax-suffix-line-break-in-order-emails
|
||||
changelog/wooplug-4778-ugly-tax-suffix-line-break-in-order-emails
|
||||
wooplug-4778-ugly-tax-suffix-line-break-in-order-emails
|
||||
plugins/woocommerce/changelog/61788-wooplug-5756-occasional-blank-shop-archive-page
|
||||
woocommerce/changelog/61788-wooplug-5756-occasional-blank-shop-archive-page
|
||||
changelog/61788-wooplug-5756-occasional-blank-shop-archive-page
|
||||
61788-wooplug-5756-occasional-blank-shop-archive-page
|
||||
plugins/woocommerce/changelog/add-refund-api-v4
|
||||
woocommerce/changelog/add-refund-api-v4
|
||||
changelog/add-refund-api-v4
|
||||
add-refund-api-v4
|
||||
plugins/woocommerce/changelog/61334-update-wccom-1704-show-connected-account-more-clearly-in-in-app
|
||||
woocommerce/changelog/61334-update-wccom-1704-show-connected-account-more-clearly-in-in-app
|
||||
changelog/61334-update-wccom-1704-show-connected-account-more-clearly-in-in-app
|
||||
61334-update-wccom-1704-show-connected-account-more-clearly-in-in-app
|
||||
plugins/woocommerce/changelog/61954-wooplug-5852-iapi-minicart-footer-missing-cartcheckout-buttons-when-they
|
||||
woocommerce/changelog/61954-wooplug-5852-iapi-minicart-footer-missing-cartcheckout-buttons-when-they
|
||||
changelog/61954-wooplug-5852-iapi-minicart-footer-missing-cartcheckout-buttons-when-they
|
||||
61954-wooplug-5852-iapi-minicart-footer-missing-cartcheckout-buttons-when-they
|
||||
plugins/woocommerce/changelog/wooprd-942-make-sure-reply-to-address-and-name-are-used
|
||||
woocommerce/changelog/wooprd-942-make-sure-reply-to-address-and-name-are-used
|
||||
changelog/wooprd-942-make-sure-reply-to-address-and-name-are-used
|
||||
wooprd-942-make-sure-reply-to-address-and-name-are-used
|
||||
plugins/woocommerce/changelog/fix-48328
|
||||
woocommerce/changelog/fix-48328
|
||||
changelog/fix-48328
|
||||
fix-48328
|
||||
plugins/woocommerce/changelog/wooprd-1279-incorrect-woo_content-block-rendered-output-in-preview
|
||||
woocommerce/changelog/wooprd-1279-incorrect-woo_content-block-rendered-output-in-preview
|
||||
changelog/wooprd-1279-incorrect-woo_content-block-rendered-output-in-preview
|
||||
wooprd-1279-incorrect-woo_content-block-rendered-output-in-preview
|
||||
plugins/woocommerce/changelog/wooprd-1201-editor-styles-dont-work-with-gutenberg-220
|
||||
woocommerce/changelog/wooprd-1201-editor-styles-dont-work-with-gutenberg-220
|
||||
changelog/wooprd-1201-editor-styles-dont-work-with-gutenberg-220
|
||||
wooprd-1201-editor-styles-dont-work-with-gutenberg-220
|
||||
plugins/woocommerce/changelog/61753-fix-support-composer-update
|
||||
woocommerce/changelog/61753-fix-support-composer-update
|
||||
changelog/61753-fix-support-composer-update
|
||||
61753-fix-support-composer-update
|
||||
plugins/woocommerce/changelog/dev-v4-payment-methods-api-take-2
|
||||
woocommerce/changelog/dev-v4-payment-methods-api-take-2
|
||||
changelog/dev-v4-payment-methods-api-take-2
|
||||
dev-v4-payment-methods-api-take-2
|
||||
plugins/woocommerce/changelog/WOOPLUG-5693-only-update-term-counts-when-product-visibility-changes
|
||||
woocommerce/changelog/WOOPLUG-5693-only-update-term-counts-when-product-visibility-changes
|
||||
changelog/WOOPLUG-5693-only-update-term-counts-when-product-visibility-changes
|
||||
WOOPLUG-5693-only-update-term-counts-when-product-visibility-changes
|
||||
plugins/woocommerce/changelog/dev-fix-ci-config-for-blocks-e2e-with
|
||||
woocommerce/changelog/dev-fix-ci-config-for-blocks-e2e-with
|
||||
changelog/dev-fix-ci-config-for-blocks-e2e-with
|
||||
dev-fix-ci-config-for-blocks-e2e-with
|
||||
plugins/woocommerce/changelog/WOOPLUG-5655-defer-term-counting-for-batch-product-editing
|
||||
woocommerce/changelog/WOOPLUG-5655-defer-term-counting-for-batch-product-editing
|
||||
changelog/WOOPLUG-5655-defer-term-counting-for-batch-product-editing
|
||||
WOOPLUG-5655-defer-term-counting-for-batch-product-editing
|
||||
plugins/woocommerce/changelog/update-WOOPRD-1265-update-south-africa-nox-recommendations
|
||||
woocommerce/changelog/update-WOOPRD-1265-update-south-africa-nox-recommendations
|
||||
changelog/update-WOOPRD-1265-update-south-africa-nox-recommendations
|
||||
update-WOOPRD-1265-update-south-africa-nox-recommendations
|
||||
plugins/woocommerce/changelog/fix-package-conflict-part-two
|
||||
woocommerce/changelog/fix-package-conflict-part-two
|
||||
changelog/fix-package-conflict-part-two
|
||||
fix-package-conflict-part-two
|
||||
plugins/woocommerce/changelog/update-60950-3
|
||||
woocommerce/changelog/update-60950-3
|
||||
changelog/update-60950-3
|
||||
update-60950-3
|
||||
plugins/woocommerce/changelog/fix-61369-wc-blocks-in-product-author-ii
|
||||
woocommerce/changelog/fix-61369-wc-blocks-in-product-author-ii
|
||||
changelog/fix-61369-wc-blocks-in-product-author-ii
|
||||
fix-61369-wc-blocks-in-product-author-ii
|
||||
plugins/woocommerce/changelog/add-product-gallery-keep-beta-for-one-more-version
|
||||
woocommerce/changelog/add-product-gallery-keep-beta-for-one-more-version
|
||||
changelog/add-product-gallery-keep-beta-for-one-more-version
|
||||
add-product-gallery-keep-beta-for-one-more-version
|
||||
plugins/woocommerce/changelog/issues-53248-javascript-url-event-handler
|
||||
woocommerce/changelog/issues-53248-javascript-url-event-handler
|
||||
changelog/issues-53248-javascript-url-event-handler
|
||||
issues-53248-javascript-url-event-handler
|
||||
plugins/woocommerce/changelog/fix-61444-too-aggressive-event-listener
|
||||
woocommerce/changelog/fix-61444-too-aggressive-event-listener
|
||||
changelog/fix-61444-too-aggressive-event-listener
|
||||
fix-61444-too-aggressive-event-listener
|
||||
plugins/woocommerce/changelog/62045-dev-pass-input-element-as-context-in-quantity-selector
|
||||
woocommerce/changelog/62045-dev-pass-input-element-as-context-in-quantity-selector
|
||||
changelog/62045-dev-pass-input-element-as-context-in-quantity-selector
|
||||
62045-dev-pass-input-element-as-context-in-quantity-selector
|
||||
plugins/woocommerce/.distignore
|
||||
woocommerce/.distignore
|
||||
.distignore
|
||||
|
|
|
|||
|
|
@ -4749,6 +4749,7 @@ plugins/woocommerce/tests/php/includes/admin/class-wc-admin-meta-boxes-test.php
|
|||
plugins/woocommerce/tests/php/includes/admin/helper/class-wc-helper-sanitization-test.php
|
||||
plugins/woocommerce/tests/php/includes/admin/helper/class-wc-helper-test.php
|
||||
plugins/woocommerce/tests/php/includes/admin/helper/class-wc-helper-api.php
|
||||
plugins/woocommerce/tests/php/includes/admin/helper/class-wc-helper-updater-test.php
|
||||
plugins/woocommerce/tests/php/includes/admin/class-wc-admin-functions-test.php
|
||||
plugins/woocommerce/tests/php/includes/admin/class-wc-admin-status-template-versions-test.php
|
||||
plugins/woocommerce/tests/php/includes/class-wc-tracker-test.php
|
||||
|
|
@ -5131,6 +5132,7 @@ plugins/woocommerce/tests/php/src/Blocks/Mocks/CheckoutMock.php
|
|||
plugins/woocommerce/tests/php/src/Blocks/Mocks/AddToCartWithOptionsVariationSelectorAttributeOptionsMock.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/Mocks/BlockHooksTestBlock.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/StoreApi/ExtendSchemaTests.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/StoreApi/Schemas/OrderItemSchemaTest.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/StoreApi/Utilities/ProductQueryFiltersTest.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/StoreApi/Utilities/QuantityLimitsTests.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/StoreApi/Utilities/OrderControllerTests.php
|
||||
|
|
@ -5601,223 +5603,34 @@ plugins/woocommerce/tests/Tools/CodeHacking/Hacks/StaticMockerHack.php
|
|||
plugins/woocommerce/tests/Tools/CodeHacking/CodeHacker.php
|
||||
plugins/woocommerce/tests/Tools/DynamicDecorator.php
|
||||
plugins/woocommerce/package.json
|
||||
plugins/woocommerce/changelog/fix-30823
|
||||
plugins/woocommerce/changelog/remove-product-collection-to-products-downgrade
|
||||
plugins/woocommerce/changelog/fix-58866
|
||||
plugins/woocommerce/changelog/wooprd-956-enable-safe-html-rendering-in-block-cartcheckout-metadata
|
||||
plugins/woocommerce/changelog/61448-fix-uae-singapore-onboarding
|
||||
plugins/woocommerce/changelog/WOOPLUG-5765-use-as-ensure-action-for-ptkpattern-fetching
|
||||
plugins/woocommerce/changelog/fix-add-to-cart-with-options-stretch-quantity
|
||||
plugins/woocommerce/changelog/pr-61121
|
||||
plugins/woocommerce/changelog/62040-update-dynamic-shipping-tax-rates-filter
|
||||
plugins/woocommerce/changelog/fix-v4-address-shipping-v4-maintainability-issues
|
||||
plugins/woocommerce/changelog/rest-orders-v2-controller-perf
|
||||
plugins/woocommerce/changelog/pr-61286
|
||||
plugins/woocommerce/changelog/wooprd-944-implement-duplicate-and-activatedeactivate-actions
|
||||
plugins/woocommerce/changelog/fix-category-title-description-style
|
||||
plugins/woocommerce/changelog/add-v4-settings-payments-offline
|
||||
plugins/woocommerce/changelog/wooplug-5669-analytics-taxes-shows-duplicate-tax-rows-when-multiple-tax
|
||||
plugins/woocommerce/changelog/60823-wooplug-5504-interactivity-api-powered-minicart-activate-feature-flag-by
|
||||
plugins/woocommerce/changelog/wooprd-928-consolidate-api-for-email-design-settings
|
||||
plugins/woocommerce/changelog/61656-wooplug-5720-featured-items-blocks-allow-all-inner-blocks
|
||||
plugins/woocommerce/changelog/test-e2e-with-wp69-beta4
|
||||
plugins/woocommerce/changelog/fix-add-to-cart-with-options-static-skeleton
|
||||
plugins/woocommerce/changelog/fix-56521-add-to-cart-with-options-not-editable-for-authors
|
||||
plugins/woocommerce/changelog/add-additional-coderabbit-instructions
|
||||
plugins/woocommerce/changelog/61233-wooplug-4699-interactivity-api-powered-mini-cart-review-the-need-for-the
|
||||
plugins/woocommerce/changelog/wooplug-5887-uncaught-error-call-to-a-member-function
|
||||
plugins/woocommerce/changelog/61821-dev-simple-quantity-refactor
|
||||
plugins/woocommerce/changelog/60404-patch-11
|
||||
plugins/woocommerce/changelog/woo13-101-add-delete-endpoint-shipping-zones
|
||||
plugins/woocommerce/changelog/fix-patterns
|
||||
plugins/woocommerce/changelog/fix-mini-cart-translations-concat
|
||||
plugins/woocommerce/changelog/fix-add-to-cart-with-options-multiple-products-quantity
|
||||
plugins/woocommerce/changelog/pr-61798
|
||||
plugins/woocommerce/changelog/fix-split-add-to-cart-with-options-integration-tests
|
||||
plugins/woocommerce/changelog/wooprd-1109-cancelled-order-email-shows-publish-button-instead-of-save
|
||||
plugins/woocommerce/changelog/wooprd-1199-update-customer-and-admin-notification-emails-ux-copy
|
||||
plugins/woocommerce/changelog/fix-50085
|
||||
plugins/woocommerce/changelog/pr-61600
|
||||
plugins/woocommerce/changelog/add-v4-shipping-zone-methods-endpoints
|
||||
plugins/woocommerce/changelog/61486-wooplug-5433-fcb-show-border-by-default
|
||||
plugins/woocommerce/changelog/61321-wooptp-14-improve-error-handling-through-structures-that-resemble-the
|
||||
plugins/woocommerce/changelog/refunds-v4-taxes
|
||||
plugins/woocommerce/changelog/61667-patch-10
|
||||
plugins/woocommerce/changelog/add-orders-api-collection-filter-hooks
|
||||
plugins/woocommerce/changelog/fix-61860-wc-brands
|
||||
plugins/woocommerce/changelog/62017-fix-empty-payee-email
|
||||
plugins/woocommerce/changelog/fix-52837
|
||||
plugins/woocommerce/changelog/dev-re-balance-ci-jobs-shards
|
||||
plugins/woocommerce/changelog/qao-127-add-playwright-ctrf-reporter
|
||||
plugins/woocommerce/changelog/61377-fix-price-floating-point-precision
|
||||
plugins/woocommerce/changelog/fix-61817
|
||||
plugins/woocommerce/changelog/add-WOOPLUG-5596-woopayment-unsupported-badge
|
||||
plugins/woocommerce/changelog/wooplug-5592-place-order-debug-logs-generated-even-when-logging-level-set
|
||||
plugins/woocommerce/changelog/61271-add-complete-agentic-commerce
|
||||
plugins/woocommerce/changelog/61671-fix-styling-payments-setting-page
|
||||
plugins/woocommerce/changelog/fix-build-warnings-WEBPACK_DEPRECATION_ARRAY_TO_SET_PUSH
|
||||
plugins/woocommerce/changelog/fix-50085-part-2
|
||||
plugins/woocommerce/changelog/issues-61495-quantity-input-extended
|
||||
plugins/woocommerce/changelog/61764-dev-fix-attribute-render-bug
|
||||
plugins/woocommerce/changelog/fix-product-collection-carousel-a11y
|
||||
plugins/woocommerce/changelog/add-get-endpoint-v4-shipping-zone-method
|
||||
plugins/woocommerce/changelog/fix-package-conflict-part-one
|
||||
plugins/woocommerce/changelog/60447-fix-60410-a11y-email-template-presentational-tables
|
||||
plugins/woocommerce/changelog/fix-60911-add-notice-to-update-product-gallery-block-in-add-to-cart-with-options
|
||||
plugins/woocommerce/changelog/fix-hidden-input-add-to-cart-with-options
|
||||
plugins/woocommerce/changelog/e2e-qao-127-enhance-playwright-junit-report
|
||||
plugins/woocommerce/changelog/add-rest-api-v4-actions
|
||||
plugins/woocommerce/changelog/61347-update-paypal-standard-method-desc
|
||||
plugins/woocommerce/changelog/fix-all-products-image-link
|
||||
plugins/woocommerce/changelog/WOOPLUG-2074-load-wc-admin-api-on-demand
|
||||
plugins/woocommerce/changelog/61861-fix-wooplug-1937-mini-cart-tells-the-customer-shipping-will-be-calculated-at
|
||||
plugins/woocommerce/changelog/fix-isdiscount-check
|
||||
plugins/woocommerce/changelog/61554-wooplug-5672-featured-product-and-featured-category-in-tt4-title-should
|
||||
plugins/woocommerce/changelog/WOOMOB-1455-pos-catalog-api-skeleton
|
||||
plugins/woocommerce/changelog/fix-migrator-cft
|
||||
plugins/woocommerce/changelog/61415-add-currency-data-to-order-items-rest-v4
|
||||
plugins/woocommerce/changelog/59787-straku-optimized-checkout-typography-and-spacing
|
||||
plugins/woocommerce/changelog/61362-fix-WOOPLUG-5667-fix-php-notice-for-indirect-modification-of-overloaded-property-in-wc-tracks
|
||||
plugins/woocommerce/changelog/update-WOOPRD-929-offline-methods-api-route
|
||||
plugins/woocommerce/changelog/fix-62028
|
||||
plugins/woocommerce/changelog/update-agentic-commerce-protocol-settings
|
||||
plugins/woocommerce/changelog/improve-instructions-for-claude
|
||||
plugins/woocommerce/changelog/stomail-7500-cart-contents-in-email
|
||||
plugins/woocommerce/changelog/fix-css-selector-too-broad
|
||||
plugins/woocommerce/changelog/fix-53449-flaky-test-ii
|
||||
plugins/woocommerce/changelog/update-move-hpos-datastore-caching-out-of-experimental
|
||||
plugins/woocommerce/changelog/61419-replace-foreign-since-variable
|
||||
plugins/woocommerce/changelog/add-support-agentic-commerce
|
||||
plugins/woocommerce/changelog/dev-move-v4-rest-to-internal-dir
|
||||
plugins/woocommerce/changelog/61245-fix-61186-json-encode-script-tags
|
||||
plugins/woocommerce/changelog/qao-127-output-junit-style-report
|
||||
plugins/woocommerce/changelog/fix-block-attributes-undefined
|
||||
plugins/woocommerce/changelog/update-agentic-checkout-auth
|
||||
plugins/woocommerce/changelog/add-v4-update-shipping-zone-endpoint
|
||||
plugins/woocommerce/changelog/fix-orders-v4-pagination
|
||||
plugins/woocommerce/changelog/61542-wooplug-5688-data-misalignment-in-mini-cart-items-when-adding-the-same
|
||||
plugins/woocommerce/changelog/debug-tool-backfill-order-fulfillment-status
|
||||
plugins/woocommerce/changelog/61424-update-agentic-commerce-webhook-textdomain-warning
|
||||
plugins/woocommerce/changelog/fix-entity-registration
|
||||
plugins/woocommerce/changelog/61528-wooplug-5430-fcb-overlay-settings-should-be-in-style-tab
|
||||
plugins/woocommerce/changelog/fix-color-mix-for-translucent-border
|
||||
plugins/woocommerce/changelog/fix-wooplug-4629-shipping-cost-locale-format
|
||||
plugins/woocommerce/changelog/wooprd-926-move-notifications-listing-api-to-woocommerce
|
||||
plugins/woocommerce/changelog/dev-temp-skip-blocks-e2e-wp-6.9
|
||||
plugins/woocommerce/changelog/27512-deprecate-wc_print_js_part_1
|
||||
plugins/woocommerce/changelog/wooplug-5677-broken-pagination-on-wc-analyticsvariations-endpoint
|
||||
plugins/woocommerce/changelog/wooplug-5762
|
||||
plugins/woocommerce/changelog/pr-61931
|
||||
plugins/woocommerce/changelog/dev-make-all-wp-pre-release-jobs-optional
|
||||
plugins/woocommerce/changelog/fix-admin-settings-save-permission
|
||||
plugins/woocommerce/changelog/add-fulfillment-status-column-wc-order-stats
|
||||
plugins/woocommerce/changelog/fix-61860-misc
|
||||
plugins/woocommerce/changelog/61797-update-WCCOM-1896-hide-install-button-for-saas-products
|
||||
plugins/woocommerce/changelog/pr-61635
|
||||
plugins/woocommerce/changelog/wooplug-5859-wp-69-month-must-be-a-valid-moment-object-error
|
||||
plugins/woocommerce/changelog/woo13-101-add-delete-endpoint-shipping-method
|
||||
plugins/woocommerce/changelog/fix-grouped-product-inner-blocks-no-products
|
||||
plugins/woocommerce/changelog/fix-order-total-empty-string
|
||||
plugins/woocommerce/changelog/fix-53307
|
||||
plugins/woocommerce/changelog/60779-wooplug-5427-fcb-make-category-heading-an-inner-block
|
||||
plugins/woocommerce/changelog/fix-missing-variation-adding-variable-product-to-cart
|
||||
plugins/woocommerce/changelog/pr-61472
|
||||
plugins/woocommerce/changelog/61463-add-refund-v4
|
||||
plugins/woocommerce/changelog/61459-fix-61458-revert-46887
|
||||
plugins/woocommerce/changelog/61630-hotfix-product-filter-reading-value-as-column-name
|
||||
plugins/woocommerce/changelog/fix-product-collection-brand-taxonomy
|
||||
plugins/woocommerce/changelog/add-customers-v4-rest-api
|
||||
plugins/woocommerce/changelog/fix-abilities-api-wp69-tests
|
||||
plugins/woocommerce/changelog/update-abilities-api-to-0.4.0
|
||||
plugins/woocommerce/changelog/61431-update-remove-double-connect-account-text
|
||||
plugins/woocommerce/changelog/.gitkeep
|
||||
plugins/woocommerce/changelog/add-abilities-api-integration
|
||||
plugins/woocommerce/changelog/61758-update-woomkt-335-remove-ced-from-onboarding
|
||||
plugins/woocommerce/changelog/fix-wooplug-3519-flaky-test-can-upload-the-csv-file-and-import-products
|
||||
plugins/woocommerce/changelog/wooprd-815-add-email-for-marketing-confirmation
|
||||
plugins/woocommerce/changelog/fix-e2e-with-gb-regresssion
|
||||
plugins/woocommerce/changelog/fix-56609
|
||||
plugins/woocommerce/changelog/WOOPLUG-3100-optimize-analytics-performance-indicator-endpoints
|
||||
plugins/woocommerce/changelog/dev-update-blocks-e2e-wp-prerelease-changes-config
|
||||
plugins/woocommerce/changelog/fix-site-editor-warnings
|
||||
plugins/woocommerce/changelog/61368-WOOPLUG-5483-dynamic-tracking-url-on-provider-change
|
||||
plugins/woocommerce/changelog/60049-patch-1
|
||||
plugins/woocommerce/changelog/update-template-and-add-to-cart-with-options-old-comments
|
||||
plugins/woocommerce/changelog/wooplug-5762-double-url-encoding-issue-with-non-latin-filter-slugs-eg
|
||||
plugins/woocommerce/changelog/update-acp-settings-v2
|
||||
plugins/woocommerce/changelog/61716-fix-support-keyboard-navigation-in-iapi-minicart
|
||||
plugins/woocommerce/changelog/fix-abilities-api-wp69-hooks
|
||||
plugins/woocommerce/changelog/dev-fix-jetpack-autoloader-in-build
|
||||
plugins/woocommerce/changelog/update-61864-mcp-adapter-0-3-0
|
||||
plugins/woocommerce/changelog/wooplug-5618-total-amount-overflowing-order-summary-in-checkout
|
||||
plugins/woocommerce/changelog/fix-skip-iapi-blocks-tests-for-6.7
|
||||
plugins/woocommerce/changelog/dev-lint-fixes
|
||||
plugins/woocommerce/changelog/61361-wooplug-5432-fcb-add-duotone-filter
|
||||
plugins/woocommerce/changelog/pr-61986
|
||||
plugins/woocommerce/changelog/pr-61878
|
||||
plugins/woocommerce/changelog/disable-cys-tests-with-gb-nightly
|
||||
plugins/woocommerce/changelog/add-customers-v4-sorting
|
||||
plugins/woocommerce/changelog/fix-BlockTemplatesController-conditionally-call-run_hooks_on_block_templates
|
||||
plugins/woocommerce/changelog/fix-e2e-tests-wp-69
|
||||
plugins/woocommerce/changelog/61212-customer-analytics-fix
|
||||
plugins/woocommerce/changelog/pr-61307
|
||||
plugins/woocommerce/changelog/wooplug-5631-scalability-performance-issues-with-woo-analytics-wc
|
||||
plugins/woocommerce/changelog/pr-62063
|
||||
plugins/woocommerce/changelog/pr-61779
|
||||
plugins/woocommerce/changelog/61715-fix-redirect-for-mobile
|
||||
plugins/woocommerce/changelog/fix-mini-cart-hidden-footer-block
|
||||
plugins/woocommerce/changelog/add-cart-button-text
|
||||
plugins/woocommerce/changelog/pr-61838
|
||||
plugins/woocommerce/changelog/61485-wooplug-5668-fpb-add-support-for-duotone-filter
|
||||
plugins/woocommerce/changelog/fix-cart-item-data-output
|
||||
plugins/woocommerce/changelog/e2e-update-screenshot-mode-blocks-e2e
|
||||
plugins/woocommerce/changelog/wooplug-2504-flaky-test-template-can-be-opened-in-the-site-editor
|
||||
plugins/woocommerce/changelog/27512-deprecate-wc_print_js
|
||||
plugins/woocommerce/changelog/add-v4-create-shipping-zone-endpoint
|
||||
plugins/woocommerce/changelog/61919-fix-validate-currencies-supported-by-paypal
|
||||
plugins/woocommerce/changelog/61657-wooplug-5571-brands-css-is-loaded-on-any-page
|
||||
plugins/woocommerce/changelog/pr-61694
|
||||
plugins/woocommerce/changelog/wooplug-5715-product-gallery-thumbnails-are-rendered-out-of-place-when
|
||||
plugins/woocommerce/changelog/wooplug-5790-woocommerce-core-creates-dummy-order-items-when-email
|
||||
plugins/woocommerce/changelog/update-add-to-cart-with-options-spinner-on-load
|
||||
plugins/woocommerce/changelog/61212-fix-customer-analytics-fix-with-ansi_quotes-enabled
|
||||
plugins/woocommerce/changelog/61660-fix-ces-edit-track
|
||||
plugins/woocommerce/changelog/fix-56289-add-to-cart-with-options-variation
|
||||
plugins/woocommerce/changelog/fix-blockified-copy-updates
|
||||
plugins/woocommerce/changelog/pr-61476
|
||||
plugins/woocommerce/changelog/fix-providers-tests-using-fill-in-classes
|
||||
plugins/woocommerce/changelog/fix-43126
|
||||
plugins/woocommerce/changelog/update-autocomplete-docs
|
||||
plugins/woocommerce/changelog/add-order-v4-api-refund-total
|
||||
plugins/woocommerce/changelog/61960-tweak-handpicked-catalog-pagination
|
||||
plugins/woocommerce/changelog/61606-fix-wccom-1883-race-condition-flush_product_usage_notice_rules_cache-not
|
||||
plugins/woocommerce/changelog/fix-add-to-cart-with-options-hide-quantity-selector-and-button-in-out-of-stock-variations
|
||||
plugins/woocommerce/changelog/fix-feature-product-deprecation
|
||||
plugins/woocommerce/changelog/update-WOOPLUG-5743-allow-gateways-to-provide-links
|
||||
plugins/woocommerce/changelog/add-call-product-gallery-stable
|
||||
plugins/woocommerce/changelog/pr-61811
|
||||
plugins/woocommerce/changelog/wooplug-5644-core-reports-an-out-of-date-template-for-blocks-themes-from
|
||||
plugins/woocommerce/changelog/update-agentic-commerce-protocol-webhooks
|
||||
plugins/woocommerce/changelog/fix-payments-nox-tracks-inconsistent-suggestion-id-in-props
|
||||
plugins/woocommerce/changelog/62011-fix-invalid-url
|
||||
plugins/woocommerce/changelog/fix-WOOPLUG-5598-nox-wc-core-gateways-deactivation
|
||||
plugins/woocommerce/changelog/wooplug-4778-ugly-tax-suffix-line-break-in-order-emails
|
||||
plugins/woocommerce/changelog/61788-wooplug-5756-occasional-blank-shop-archive-page
|
||||
plugins/woocommerce/changelog/add-refund-api-v4
|
||||
plugins/woocommerce/changelog/61334-update-wccom-1704-show-connected-account-more-clearly-in-in-app
|
||||
plugins/woocommerce/changelog/61954-wooplug-5852-iapi-minicart-footer-missing-cartcheckout-buttons-when-they
|
||||
plugins/woocommerce/changelog/wooprd-942-make-sure-reply-to-address-and-name-are-used
|
||||
plugins/woocommerce/changelog/fix-48328
|
||||
plugins/woocommerce/changelog/wooprd-1279-incorrect-woo_content-block-rendered-output-in-preview
|
||||
plugins/woocommerce/changelog/wooprd-1201-editor-styles-dont-work-with-gutenberg-220
|
||||
plugins/woocommerce/changelog/61753-fix-support-composer-update
|
||||
plugins/woocommerce/changelog/dev-v4-payment-methods-api-take-2
|
||||
plugins/woocommerce/changelog/WOOPLUG-5693-only-update-term-counts-when-product-visibility-changes
|
||||
plugins/woocommerce/changelog/dev-fix-ci-config-for-blocks-e2e-with
|
||||
plugins/woocommerce/changelog/WOOPLUG-5655-defer-term-counting-for-batch-product-editing
|
||||
plugins/woocommerce/changelog/update-WOOPRD-1265-update-south-africa-nox-recommendations
|
||||
plugins/woocommerce/changelog/fix-package-conflict-part-two
|
||||
plugins/woocommerce/changelog/update-60950-3
|
||||
plugins/woocommerce/changelog/fix-61369-wc-blocks-in-product-author-ii
|
||||
plugins/woocommerce/changelog/add-product-gallery-keep-beta-for-one-more-version
|
||||
plugins/woocommerce/changelog/issues-53248-javascript-url-event-handler
|
||||
plugins/woocommerce/changelog/fix-61444-too-aggressive-event-listener
|
||||
plugins/woocommerce/changelog/62045-dev-pass-input-element-as-context-in-quantity-selector
|
||||
plugins/woocommerce/.distignore
|
||||
plugins/woocommerce/client/admin/composer.lock
|
||||
plugins/woocommerce/client/admin/README.md
|
||||
|
|
|
|||
|
|
@ -50506,6 +50506,11 @@ views/mailer/signup/nl.html.erb
|
|||
mailer/signup/nl.html.erb
|
||||
signup/nl.html.erb
|
||||
nl.html.erb
|
||||
app/views/mailer/signup/ko.html.erb
|
||||
views/mailer/signup/ko.html.erb
|
||||
mailer/signup/ko.html.erb
|
||||
signup/ko.html.erb
|
||||
ko.html.erb
|
||||
app/views/mailer/signup/zh-cn.html.erb
|
||||
views/mailer/signup/zh-cn.html.erb
|
||||
mailer/signup/zh-cn.html.erb
|
||||
|
|
@ -50621,6 +50626,11 @@ views/mailer/ticket_article_update_reaction/nl.html.erb
|
|||
mailer/ticket_article_update_reaction/nl.html.erb
|
||||
ticket_article_update_reaction/nl.html.erb
|
||||
nl.html.erb
|
||||
app/views/mailer/ticket_article_update_reaction/ko.html.erb
|
||||
views/mailer/ticket_article_update_reaction/ko.html.erb
|
||||
mailer/ticket_article_update_reaction/ko.html.erb
|
||||
ticket_article_update_reaction/ko.html.erb
|
||||
ko.html.erb
|
||||
app/views/mailer/ticket_article_update_reaction/de.html.erb
|
||||
views/mailer/ticket_article_update_reaction/de.html.erb
|
||||
mailer/ticket_article_update_reaction/de.html.erb
|
||||
|
|
@ -51191,6 +51201,11 @@ views/mailer/ticket_escalation/nl.html.erb
|
|||
mailer/ticket_escalation/nl.html.erb
|
||||
ticket_escalation/nl.html.erb
|
||||
nl.html.erb
|
||||
app/views/mailer/ticket_escalation/ko.html.erb
|
||||
views/mailer/ticket_escalation/ko.html.erb
|
||||
mailer/ticket_escalation/ko.html.erb
|
||||
ticket_escalation/ko.html.erb
|
||||
ko.html.erb
|
||||
app/views/mailer/ticket_escalation/zh-cn.html.erb
|
||||
views/mailer/ticket_escalation/zh-cn.html.erb
|
||||
mailer/ticket_escalation/zh-cn.html.erb
|
||||
|
|
@ -51301,6 +51316,11 @@ views/mailer/test_ticket/nl.html.erb
|
|||
mailer/test_ticket/nl.html.erb
|
||||
test_ticket/nl.html.erb
|
||||
nl.html.erb
|
||||
app/views/mailer/test_ticket/ko.html.erb
|
||||
views/mailer/test_ticket/ko.html.erb
|
||||
mailer/test_ticket/ko.html.erb
|
||||
test_ticket/ko.html.erb
|
||||
ko.html.erb
|
||||
app/views/mailer/test_ticket/zh-cn.html.erb
|
||||
views/mailer/test_ticket/zh-cn.html.erb
|
||||
mailer/test_ticket/zh-cn.html.erb
|
||||
|
|
@ -51411,6 +51431,11 @@ views/mailer/ticket_create/nl.html.erb
|
|||
mailer/ticket_create/nl.html.erb
|
||||
ticket_create/nl.html.erb
|
||||
nl.html.erb
|
||||
app/views/mailer/ticket_create/ko.html.erb
|
||||
views/mailer/ticket_create/ko.html.erb
|
||||
mailer/ticket_create/ko.html.erb
|
||||
ticket_create/ko.html.erb
|
||||
ko.html.erb
|
||||
app/views/mailer/ticket_create/fa.html.erb
|
||||
views/mailer/ticket_create/fa.html.erb
|
||||
mailer/ticket_create/fa.html.erb
|
||||
|
|
@ -51526,6 +51551,11 @@ views/mailer/signup_taken_reset/nl.html.erb
|
|||
mailer/signup_taken_reset/nl.html.erb
|
||||
signup_taken_reset/nl.html.erb
|
||||
nl.html.erb
|
||||
app/views/mailer/signup_taken_reset/ko.html.erb
|
||||
views/mailer/signup_taken_reset/ko.html.erb
|
||||
mailer/signup_taken_reset/ko.html.erb
|
||||
signup_taken_reset/ko.html.erb
|
||||
ko.html.erb
|
||||
app/views/mailer/signup_taken_reset/zh-cn.html.erb
|
||||
views/mailer/signup_taken_reset/zh-cn.html.erb
|
||||
mailer/signup_taken_reset/zh-cn.html.erb
|
||||
|
|
@ -51645,6 +51675,11 @@ views/mailer/password_reset/nl.html.erb
|
|||
mailer/password_reset/nl.html.erb
|
||||
password_reset/nl.html.erb
|
||||
nl.html.erb
|
||||
app/views/mailer/password_reset/ko.html.erb
|
||||
views/mailer/password_reset/ko.html.erb
|
||||
mailer/password_reset/ko.html.erb
|
||||
password_reset/ko.html.erb
|
||||
ko.html.erb
|
||||
app/views/mailer/password_reset/zh-cn.html.erb
|
||||
views/mailer/password_reset/zh-cn.html.erb
|
||||
mailer/password_reset/zh-cn.html.erb
|
||||
|
|
@ -51780,6 +51815,11 @@ views/mailer/email_oversized/sr.txt.erb
|
|||
mailer/email_oversized/sr.txt.erb
|
||||
email_oversized/sr.txt.erb
|
||||
sr.txt.erb
|
||||
app/views/mailer/email_oversized/ko.txt.erb
|
||||
views/mailer/email_oversized/ko.txt.erb
|
||||
mailer/email_oversized/ko.txt.erb
|
||||
email_oversized/ko.txt.erb
|
||||
ko.txt.erb
|
||||
app/views/mailer/user_invite/sk.html.erb
|
||||
views/mailer/user_invite/sk.html.erb
|
||||
mailer/user_invite/sk.html.erb
|
||||
|
|
@ -51875,6 +51915,11 @@ views/mailer/user_invite/nl.html.erb
|
|||
mailer/user_invite/nl.html.erb
|
||||
user_invite/nl.html.erb
|
||||
nl.html.erb
|
||||
app/views/mailer/user_invite/ko.html.erb
|
||||
views/mailer/user_invite/ko.html.erb
|
||||
mailer/user_invite/ko.html.erb
|
||||
user_invite/ko.html.erb
|
||||
ko.html.erb
|
||||
app/views/mailer/user_invite/zh-cn.html.erb
|
||||
views/mailer/user_invite/zh-cn.html.erb
|
||||
mailer/user_invite/zh-cn.html.erb
|
||||
|
|
@ -51989,6 +52034,11 @@ views/mailer/ticket_update/nl.html.erb
|
|||
mailer/ticket_update/nl.html.erb
|
||||
ticket_update/nl.html.erb
|
||||
nl.html.erb
|
||||
app/views/mailer/ticket_update/ko.html.erb
|
||||
views/mailer/ticket_update/ko.html.erb
|
||||
mailer/ticket_update/ko.html.erb
|
||||
ticket_update/ko.html.erb
|
||||
ko.html.erb
|
||||
app/views/mailer/ticket_update/fa.html.erb
|
||||
views/mailer/ticket_update/fa.html.erb
|
||||
mailer/ticket_update/fa.html.erb
|
||||
|
|
@ -52269,6 +52319,11 @@ views/mailer/password_change/nl.html.erb
|
|||
mailer/password_change/nl.html.erb
|
||||
password_change/nl.html.erb
|
||||
nl.html.erb
|
||||
app/views/mailer/password_change/ko.html.erb
|
||||
views/mailer/password_change/ko.html.erb
|
||||
mailer/password_change/ko.html.erb
|
||||
password_change/ko.html.erb
|
||||
ko.html.erb
|
||||
app/views/mailer/password_change/zh-cn.html.erb
|
||||
views/mailer/password_change/zh-cn.html.erb
|
||||
mailer/password_change/zh-cn.html.erb
|
||||
|
|
@ -52379,6 +52434,11 @@ views/mailer/ticket_update_merged_into/nl.html.erb
|
|||
mailer/ticket_update_merged_into/nl.html.erb
|
||||
ticket_update_merged_into/nl.html.erb
|
||||
nl.html.erb
|
||||
app/views/mailer/ticket_update_merged_into/ko.html.erb
|
||||
views/mailer/ticket_update_merged_into/ko.html.erb
|
||||
mailer/ticket_update_merged_into/ko.html.erb
|
||||
ticket_update_merged_into/ko.html.erb
|
||||
ko.html.erb
|
||||
app/views/mailer/ticket_update_merged_into/es.html.erb
|
||||
views/mailer/ticket_update_merged_into/es.html.erb
|
||||
mailer/ticket_update_merged_into/es.html.erb
|
||||
|
|
@ -52484,6 +52544,11 @@ views/mailer/ticket_escalation_warning/nl.html.erb
|
|||
mailer/ticket_escalation_warning/nl.html.erb
|
||||
ticket_escalation_warning/nl.html.erb
|
||||
nl.html.erb
|
||||
app/views/mailer/ticket_escalation_warning/ko.html.erb
|
||||
views/mailer/ticket_escalation_warning/ko.html.erb
|
||||
mailer/ticket_escalation_warning/ko.html.erb
|
||||
ticket_escalation_warning/ko.html.erb
|
||||
ko.html.erb
|
||||
app/views/mailer/ticket_escalation_warning/zh-cn.html.erb
|
||||
views/mailer/ticket_escalation_warning/zh-cn.html.erb
|
||||
mailer/ticket_escalation_warning/zh-cn.html.erb
|
||||
|
|
@ -52598,6 +52663,11 @@ views/mailer/ticket_reminder_reached/nl.html.erb
|
|||
mailer/ticket_reminder_reached/nl.html.erb
|
||||
ticket_reminder_reached/nl.html.erb
|
||||
nl.html.erb
|
||||
app/views/mailer/ticket_reminder_reached/ko.html.erb
|
||||
views/mailer/ticket_reminder_reached/ko.html.erb
|
||||
mailer/ticket_reminder_reached/ko.html.erb
|
||||
ticket_reminder_reached/ko.html.erb
|
||||
ko.html.erb
|
||||
app/views/mailer/ticket_reminder_reached/zh-cn.html.erb
|
||||
views/mailer/ticket_reminder_reached/zh-cn.html.erb
|
||||
mailer/ticket_reminder_reached/zh-cn.html.erb
|
||||
|
|
|
|||
|
|
@ -8545,6 +8545,7 @@ app/views/mailer/signup/uk.html.erb
|
|||
app/views/mailer/signup/sr.html.erb
|
||||
app/views/mailer/signup/hu.html.erb
|
||||
app/views/mailer/signup/nl.html.erb
|
||||
app/views/mailer/signup/ko.html.erb
|
||||
app/views/mailer/signup/zh-cn.html.erb
|
||||
app/views/mailer/signup/es.html.erb
|
||||
app/views/mailer/signup/ro.html.erb
|
||||
|
|
@ -8568,6 +8569,7 @@ app/views/mailer/ticket_article_update_reaction/uk.html.erb
|
|||
app/views/mailer/ticket_article_update_reaction/sr.html.erb
|
||||
app/views/mailer/ticket_article_update_reaction/hu.html.erb
|
||||
app/views/mailer/ticket_article_update_reaction/nl.html.erb
|
||||
app/views/mailer/ticket_article_update_reaction/ko.html.erb
|
||||
app/views/mailer/ticket_article_update_reaction/de.html.erb
|
||||
app/views/mailer/ticket_article_update_reaction/ru.html.erb
|
||||
app/views/mailer/ticket_article_update_reaction/lt.html.erb
|
||||
|
|
@ -8682,6 +8684,7 @@ app/views/mailer/ticket_escalation/uk.html.erb
|
|||
app/views/mailer/ticket_escalation/sr.html.erb
|
||||
app/views/mailer/ticket_escalation/hu.html.erb
|
||||
app/views/mailer/ticket_escalation/nl.html.erb
|
||||
app/views/mailer/ticket_escalation/ko.html.erb
|
||||
app/views/mailer/ticket_escalation/zh-cn.html.erb
|
||||
app/views/mailer/ticket_escalation/es.html.erb
|
||||
app/views/mailer/ticket_escalation/ro.html.erb
|
||||
|
|
@ -8704,6 +8707,7 @@ app/views/mailer/test_ticket/uk.html.erb
|
|||
app/views/mailer/test_ticket/sr.html.erb
|
||||
app/views/mailer/test_ticket/hu.html.erb
|
||||
app/views/mailer/test_ticket/nl.html.erb
|
||||
app/views/mailer/test_ticket/ko.html.erb
|
||||
app/views/mailer/test_ticket/zh-cn.html.erb
|
||||
app/views/mailer/test_ticket/es.html.erb
|
||||
app/views/mailer/test_ticket/ro.html.erb
|
||||
|
|
@ -8726,6 +8730,7 @@ app/views/mailer/ticket_create/uk.html.erb
|
|||
app/views/mailer/ticket_create/sr.html.erb
|
||||
app/views/mailer/ticket_create/hu.html.erb
|
||||
app/views/mailer/ticket_create/nl.html.erb
|
||||
app/views/mailer/ticket_create/ko.html.erb
|
||||
app/views/mailer/ticket_create/fa.html.erb
|
||||
app/views/mailer/ticket_create/zh-cn.html.erb
|
||||
app/views/mailer/ticket_create/es.html.erb
|
||||
|
|
@ -8749,6 +8754,7 @@ app/views/mailer/signup_taken_reset/uk.html.erb
|
|||
app/views/mailer/signup_taken_reset/sr.html.erb
|
||||
app/views/mailer/signup_taken_reset/hu.html.erb
|
||||
app/views/mailer/signup_taken_reset/nl.html.erb
|
||||
app/views/mailer/signup_taken_reset/ko.html.erb
|
||||
app/views/mailer/signup_taken_reset/zh-cn.html.erb
|
||||
app/views/mailer/signup_taken_reset/es.html.erb
|
||||
app/views/mailer/signup_taken_reset/ro.html.erb
|
||||
|
|
@ -8773,6 +8779,7 @@ app/views/mailer/password_reset/uk.html.erb
|
|||
app/views/mailer/password_reset/sr.html.erb
|
||||
app/views/mailer/password_reset/hu.html.erb
|
||||
app/views/mailer/password_reset/nl.html.erb
|
||||
app/views/mailer/password_reset/ko.html.erb
|
||||
app/views/mailer/password_reset/zh-cn.html.erb
|
||||
app/views/mailer/password_reset/es.html.erb
|
||||
app/views/mailer/password_reset/ro.html.erb
|
||||
|
|
@ -8800,6 +8807,7 @@ app/views/mailer/email_oversized/zh-cn.txt.erb
|
|||
app/views/mailer/email_oversized/pt-br.txt.erb
|
||||
app/views/mailer/email_oversized/sv.txt.erb
|
||||
app/views/mailer/email_oversized/sr.txt.erb
|
||||
app/views/mailer/email_oversized/ko.txt.erb
|
||||
app/views/mailer/user_invite/sk.html.erb
|
||||
app/views/mailer/user_invite/sr-latn-rs.html.erb
|
||||
app/views/mailer/user_invite/hr.html.erb
|
||||
|
|
@ -8819,6 +8827,7 @@ app/views/mailer/user_invite/uk.html.erb
|
|||
app/views/mailer/user_invite/sr.html.erb
|
||||
app/views/mailer/user_invite/hu.html.erb
|
||||
app/views/mailer/user_invite/nl.html.erb
|
||||
app/views/mailer/user_invite/ko.html.erb
|
||||
app/views/mailer/user_invite/zh-cn.html.erb
|
||||
app/views/mailer/user_invite/es.html.erb
|
||||
app/views/mailer/user_invite/ro.html.erb
|
||||
|
|
@ -8842,6 +8851,7 @@ app/views/mailer/ticket_update/uk.html.erb
|
|||
app/views/mailer/ticket_update/sr.html.erb
|
||||
app/views/mailer/ticket_update/hu.html.erb
|
||||
app/views/mailer/ticket_update/nl.html.erb
|
||||
app/views/mailer/ticket_update/ko.html.erb
|
||||
app/views/mailer/ticket_update/fa.html.erb
|
||||
app/views/mailer/ticket_update/zh-cn.html.erb
|
||||
app/views/mailer/ticket_update/es.html.erb
|
||||
|
|
@ -8898,6 +8908,7 @@ app/views/mailer/password_change/uk.html.erb
|
|||
app/views/mailer/password_change/sr.html.erb
|
||||
app/views/mailer/password_change/hu.html.erb
|
||||
app/views/mailer/password_change/nl.html.erb
|
||||
app/views/mailer/password_change/ko.html.erb
|
||||
app/views/mailer/password_change/zh-cn.html.erb
|
||||
app/views/mailer/password_change/es.html.erb
|
||||
app/views/mailer/password_change/ro.html.erb
|
||||
|
|
@ -8920,6 +8931,7 @@ app/views/mailer/ticket_update_merged_into/uk.html.erb
|
|||
app/views/mailer/ticket_update_merged_into/sr.html.erb
|
||||
app/views/mailer/ticket_update_merged_into/hu.html.erb
|
||||
app/views/mailer/ticket_update_merged_into/nl.html.erb
|
||||
app/views/mailer/ticket_update_merged_into/ko.html.erb
|
||||
app/views/mailer/ticket_update_merged_into/es.html.erb
|
||||
app/views/mailer/ticket_update_merged_into/ro.html.erb
|
||||
app/views/mailer/ticket_update_merged_into/de.html.erb
|
||||
|
|
@ -8941,6 +8953,7 @@ app/views/mailer/ticket_escalation_warning/uk.html.erb
|
|||
app/views/mailer/ticket_escalation_warning/sr.html.erb
|
||||
app/views/mailer/ticket_escalation_warning/hu.html.erb
|
||||
app/views/mailer/ticket_escalation_warning/nl.html.erb
|
||||
app/views/mailer/ticket_escalation_warning/ko.html.erb
|
||||
app/views/mailer/ticket_escalation_warning/zh-cn.html.erb
|
||||
app/views/mailer/ticket_escalation_warning/es.html.erb
|
||||
app/views/mailer/ticket_escalation_warning/ro.html.erb
|
||||
|
|
@ -8964,6 +8977,7 @@ app/views/mailer/ticket_reminder_reached/uk.html.erb
|
|||
app/views/mailer/ticket_reminder_reached/sr.html.erb
|
||||
app/views/mailer/ticket_reminder_reached/hu.html.erb
|
||||
app/views/mailer/ticket_reminder_reached/nl.html.erb
|
||||
app/views/mailer/ticket_reminder_reached/ko.html.erb
|
||||
app/views/mailer/ticket_reminder_reached/zh-cn.html.erb
|
||||
app/views/mailer/ticket_reminder_reached/es.html.erb
|
||||
app/views/mailer/ticket_reminder_reached/ro.html.erb
|
||||
|
|
|
|||
|
|
@ -88,22 +88,15 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
.well-known
|
||||
.well-known/assetlinks.json
|
||||
.xml
|
||||
/*/*/_tools
|
||||
/*/*/more_ideas
|
||||
/*/_tools
|
||||
/*/activity
|
||||
/*/branches
|
||||
/*/commits
|
||||
/*/compare
|
||||
/*/contributors
|
||||
/*/forks
|
||||
/*/graphs
|
||||
/*/group
|
||||
/*/invite
|
||||
/*/issues/new
|
||||
/*/issues/search
|
||||
/*/milestones/new
|
||||
/*/more_ideas
|
||||
/*/network
|
||||
/*/projects
|
||||
/*/pulse
|
||||
|
|
@ -111,23 +104,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*/tags
|
||||
/*/watchers
|
||||
/.git
|
||||
/?*amp_client_id
|
||||
/?z=1
|
||||
/MANUALS/*.pdf$
|
||||
/Search/
|
||||
/_
|
||||
/_/rsrc
|
||||
/__wishlist__
|
||||
/_activities
|
||||
/_activity
|
||||
/_community
|
||||
/_created
|
||||
/_followers
|
||||
/_following
|
||||
/_quick_saves
|
||||
/_saved
|
||||
/_shop
|
||||
/_shopping_list
|
||||
/_widget
|
||||
/album/*/*?i=
|
||||
/analytics
|
||||
|
|
@ -150,12 +130,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/comments
|
||||
/commits/*?author
|
||||
/commits/*?path
|
||||
/communities
|
||||
/contact/menu*
|
||||
/contact/partner*
|
||||
/contactus/mwaas*
|
||||
/directory
|
||||
/discovered
|
||||
/docs/product
|
||||
/download
|
||||
/download/Browse.aspx?
|
||||
|
|
@ -184,7 +162,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/layout/
|
||||
/leads/*/jsplayer_show_lead_form.html
|
||||
/leads/*/show_form.html
|
||||
/likes
|
||||
/login
|
||||
/lookup?
|
||||
/mediaapi/
|
||||
|
|
@ -197,13 +174,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/newest/*rss
|
||||
/newest/*xml
|
||||
/newsearch/
|
||||
/organize
|
||||
/partials
|
||||
/pins
|
||||
/plugins
|
||||
/podcast/*/*?i=
|
||||
/print$
|
||||
/profile-about
|
||||
/raw
|
||||
/report_abuse
|
||||
/revisions
|
||||
|
|
@ -211,8 +185,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/rsvps/*atom
|
||||
/rsvps/*rss
|
||||
/rsvps/*xml
|
||||
/scheduled-pin
|
||||
/scheduled-pins
|
||||
/search
|
||||
/search/
|
||||
/search?
|
||||
|
|
@ -240,15 +212,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/store/new/*?*&*&*
|
||||
/store/top-free/*?*&*&*
|
||||
/store/top-paid/*?*&*&*
|
||||
/story_pins
|
||||
/tagged
|
||||
/tarball
|
||||
/tree
|
||||
/tried
|
||||
/tv-season/*/*?i=
|
||||
/unsubscribe/
|
||||
/video-
|
||||
/video_pins
|
||||
/wal/
|
||||
/widget_
|
||||
/wiki/*/edit
|
||||
|
|
@ -379,7 +347,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?search_forum=
|
||||
?set_mobile=
|
||||
?showAllGroups=
|
||||
?show_error=true
|
||||
?slogin
|
||||
?sort=
|
||||
?sortBy=
|
||||
|
|
@ -503,8 +470,6 @@ WebObjects/MZStoreElements.woa
|
|||
[_0-9a-zA-Z]+/status/[0-9]+/likes
|
||||
[_0-9a-zA-Z]+/status/[0-9]+/retweets
|
||||
_
|
||||
_/_
|
||||
_/_/pixel
|
||||
_/aihub_pod
|
||||
_/ain/_/js
|
||||
_/alkali-learn
|
||||
|
|
@ -565,8 +530,6 @@ _next/data
|
|||
_next/jwt
|
||||
_next/title
|
||||
_next/viewer
|
||||
_ngjs/resource
|
||||
_ngjs/resource/*/get
|
||||
_nimbusJson.json
|
||||
_nimbusJsonp.js
|
||||
_nimbusJsonpStatic.js
|
||||
|
|
@ -665,12 +628,10 @@ actions/news/rss
|
|||
ad_id=
|
||||
addContacts
|
||||
add_favorite
|
||||
addboard
|
||||
addressBookExport
|
||||
admin
|
||||
admin/
|
||||
ads
|
||||
ads.txt
|
||||
ads/gpa/vidgen
|
||||
ads/learn
|
||||
ads/local
|
||||
|
|
@ -681,7 +642,6 @@ advisor/*zx1fa
|
|||
adx/bin
|
||||
affil
|
||||
affil/pal
|
||||
age-appeal
|
||||
agreements/approve
|
||||
ai-sandbox-internal/generated_images
|
||||
aihub/tfhub
|
||||
|
|
@ -738,9 +698,7 @@ api?
|
|||
api_access_key=
|
||||
app*_
|
||||
app*form_id=
|
||||
app-ads.txt
|
||||
app/
|
||||
appealed-pin
|
||||
apple-app-site-association
|
||||
apps
|
||||
apps*&tags=
|
||||
|
|
@ -818,7 +776,6 @@ author/following
|
|||
author=
|
||||
authoring/
|
||||
authwall
|
||||
autocomplete
|
||||
away.php
|
||||
awmp/data/images
|
||||
b?*node=7454898011
|
||||
|
|
@ -876,10 +833,6 @@ blogs/nationals-journal-beta
|
|||
blogs/search/
|
||||
blogs/slow-ride
|
||||
blogs/test
|
||||
board
|
||||
board_activity
|
||||
board_activity_comment
|
||||
bookmarklet
|
||||
bookmarks
|
||||
books
|
||||
books/NBK
|
||||
|
|
@ -901,39 +854,18 @@ books?*zoom=
|
|||
books?*zoom=1
|
||||
books?*zoom=5
|
||||
boutique/sitemaps
|
||||
branded-pins
|
||||
bricks/image
|
||||
business/ad_create
|
||||
business/adshare
|
||||
business/adshare/faqs
|
||||
business/blahblah
|
||||
business/business-access
|
||||
business/business-hierarchy
|
||||
business/business-manager
|
||||
business/catalogs
|
||||
business/commerce-integrations
|
||||
business/community-information
|
||||
business/convert
|
||||
business/create
|
||||
business/create-linked-account
|
||||
business/feedback
|
||||
business/hub
|
||||
business/invite
|
||||
business/leads/jsplayer_show_lead_form.html
|
||||
business/leads/show_form.html
|
||||
business/learning/blog
|
||||
business/onboarding
|
||||
business/pin_create
|
||||
business/pos-system/shop
|
||||
business/premium/is_payment_pending
|
||||
business/promotion
|
||||
business/referral
|
||||
business/sales/blog
|
||||
business/site
|
||||
business/switch-account
|
||||
business/top-ads
|
||||
business/update
|
||||
business/verified-merchant/status
|
||||
buyside-e2e-monitor
|
||||
cai
|
||||
call
|
||||
|
|
@ -962,7 +894,6 @@ checkout
|
|||
checkout-external
|
||||
checkoutnow
|
||||
checkpoint
|
||||
christmas-spotlight
|
||||
chrome/crlset
|
||||
chrome/webstore/images
|
||||
chwilio
|
||||
|
|
@ -983,7 +914,6 @@ clickthru
|
|||
clima/ets
|
||||
clima/sites/registry
|
||||
clone/library/genomic/organisms
|
||||
close-account
|
||||
cloud-launcher/sitemap
|
||||
cloudsourcetools/images
|
||||
cms_content
|
||||
|
|
@ -1002,7 +932,6 @@ commission_2010-2014/katainen
|
|||
commits?author=
|
||||
common/
|
||||
common/survey.aspx*
|
||||
communities
|
||||
communities/bin.aspx?
|
||||
communities/blogs/PortalResults.mspx?
|
||||
communities/eventdetails.mspx?
|
||||
|
|
@ -1019,14 +948,11 @@ community/category/*
|
|||
community/comments
|
||||
community/feed
|
||||
community/trackback
|
||||
community_comment
|
||||
community_post
|
||||
companyDir
|
||||
compare
|
||||
compressiontest
|
||||
concussion/HeadsUp/training/
|
||||
config.js
|
||||
connect
|
||||
connections
|
||||
consumers/archive
|
||||
contact/menu*
|
||||
|
|
@ -1034,18 +960,12 @@ contact/partner*
|
|||
contact_importer
|
||||
contactus
|
||||
contactus/mwaas*
|
||||
content-claiming
|
||||
content-guest/rss/channels
|
||||
control
|
||||
conversation
|
||||
conversations
|
||||
convert-business
|
||||
convert-personal
|
||||
copilot
|
||||
copilot/c
|
||||
copilotsearch?q=
|
||||
copy-conductor/crawled
|
||||
copyright-reporting
|
||||
core/
|
||||
core/*.css$
|
||||
core/*.css?
|
||||
|
|
@ -1063,18 +983,10 @@ covid19/mobility
|
|||
cr$
|
||||
cr?
|
||||
create
|
||||
create_pin
|
||||
creative-europe/404_en.htm
|
||||
creative-studio
|
||||
creative_editor
|
||||
creator-spotlight
|
||||
creator_hub/_earn
|
||||
creator_hub/_partnerships
|
||||
creatorhub
|
||||
csp
|
||||
csrf_error
|
||||
ct
|
||||
ct.html
|
||||
ct/log_list
|
||||
culturalinstitute/images
|
||||
culturalinstitute/sitemaps
|
||||
|
|
@ -1100,10 +1012,8 @@ de/ott
|
|||
de/solutions
|
||||
de/upload
|
||||
de/vimeo-academy
|
||||
deactivate-account
|
||||
default.aspx/kb/
|
||||
default.aspx/ph/
|
||||
delete_post
|
||||
delight
|
||||
dell/cities-transformed
|
||||
dell/cloud-future-of-medicine
|
||||
|
|
@ -1190,8 +1100,6 @@ earth/social
|
|||
ebook
|
||||
ece
|
||||
eclas
|
||||
edit
|
||||
editorial/*
|
||||
edu/cs4hs
|
||||
education/404_en.htm
|
||||
education/blocks
|
||||
|
|
@ -1204,7 +1112,6 @@ ekansa/Open-Context-Data
|
|||
ekansa/opencontext-
|
||||
email
|
||||
email-unsubscribe
|
||||
email_verification_error
|
||||
embed
|
||||
embed/@
|
||||
embed/curated
|
||||
|
|
@ -1266,7 +1173,6 @@ en/microsoft-viva/
|
|||
en/security
|
||||
en/security/
|
||||
endorsements
|
||||
engagement
|
||||
enterprise
|
||||
enterprise-jobs
|
||||
enterprise-partner-search/sitemaps
|
||||
|
|
@ -1352,18 +1258,14 @@ exec/obidos/subst/marketplace/sell-your-collection.html
|
|||
exec/obidos/subst/marketplace/sell-your-stuff.html
|
||||
exec/obidos/subst/partners/friends/access.html
|
||||
exec/obidos/tg/cm/member
|
||||
explore
|
||||
explore/*/?p=
|
||||
explore/*/lightbox
|
||||
external
|
||||
external/overture
|
||||
external_hosted
|
||||
f/healthcheck
|
||||
facebook
|
||||
faves-i_love_u_get_away_from_me
|
||||
favorite
|
||||
fb
|
||||
fb.html
|
||||
fbml/ajax/dialog
|
||||
fd/
|
||||
fe=true
|
||||
|
|
@ -1400,8 +1302,6 @@ flu/espanol/
|
|||
flutter-canvaskit
|
||||
folder
|
||||
follow
|
||||
follow_board
|
||||
follow_user
|
||||
following
|
||||
food/archive
|
||||
food/favourites
|
||||
|
|
@ -1482,8 +1382,6 @@ global$
|
|||
gog
|
||||
google.internal.maps.gmpsdksbackend.v1.GmpSdksBackendService
|
||||
google.internal.maps.mapsjs.v1.MapsJsInternalService
|
||||
google_gdn.html
|
||||
google_search.html
|
||||
googlebooks/images
|
||||
gorf
|
||||
gp
|
||||
|
|
@ -1599,7 +1497,6 @@ guidebooks
|
|||
gview
|
||||
gwt
|
||||
h5games_gamecenter/images
|
||||
hanukkah-spotlight
|
||||
hashtag/*?src=
|
||||
hd
|
||||
header/channels
|
||||
|
|
@ -1623,12 +1520,9 @@ help/zendesk_sso
|
|||
hex
|
||||
history
|
||||
history/static
|
||||
holiday-spotlight
|
||||
holidays-celebrations
|
||||
home
|
||||
home$
|
||||
home?
|
||||
homefeed
|
||||
homepage-video-test
|
||||
hosted/images
|
||||
hotel/reviews?
|
||||
|
|
@ -1640,9 +1534,10 @@ hp/video
|
|||
hpc/*/supported-applications.aspx?
|
||||
hpm
|
||||
hpmob
|
||||
http://cdc.gov/robots.txt
|
||||
http://gmpg.org/robots.txt
|
||||
http://wordpress.org/robots.txt
|
||||
http://ncbi.nlm.nih.gov/robots.txt
|
||||
http://support.cloudflare.com/robots.txt
|
||||
http://w3.org/robots.txt
|
||||
http://wa.me/robots.txt
|
||||
hub?category=
|
||||
hz/contact-us/ajax/initiate-trusted-contact
|
||||
hz/help/contact/*/message/$
|
||||
|
|
@ -1657,9 +1552,6 @@ id-id.www.cloudflare.com
|
|||
id-id/feedback
|
||||
id-id/lp
|
||||
id-id/searchresults
|
||||
idea-ads-tool
|
||||
idea-pin-builder
|
||||
idea-pin-invite
|
||||
identity/accountsettingsactivityweb
|
||||
identity/accountsettingssyaf
|
||||
ie/ie40/
|
||||
|
|
@ -1704,17 +1596,14 @@ info/customerror.htm*
|
|||
info/smart404.asp*
|
||||
info/tech-feedback
|
||||
inproduct_help/chatsupport
|
||||
install-shuffles
|
||||
integrations
|
||||
internalPref
|
||||
intl
|
||||
intl/*/search/?
|
||||
intl/*/search?
|
||||
intlkb/
|
||||
invite
|
||||
inviteFromProfile
|
||||
inviteMany
|
||||
invited
|
||||
invoice/est
|
||||
invoice/estimate/buyerView
|
||||
invoice/estimate/buyerView/attachments
|
||||
|
|
@ -1751,8 +1640,6 @@ johnhancock
|
|||
johnhancock/in-a-lifetime-healthcare
|
||||
johnhancock/in-a-lifetime-sustainability
|
||||
johnhancock/in-a-lifetime-work
|
||||
join/?next=
|
||||
join/signup/?next=
|
||||
jp/$
|
||||
jp/about
|
||||
jp/blog
|
||||
|
|
@ -1795,7 +1682,6 @@ ko/ott
|
|||
ko/solutions
|
||||
ko/upload
|
||||
ko/vimeo-academy
|
||||
kwanzaa-spotlight
|
||||
l.php
|
||||
labs-code
|
||||
labs/pmc
|
||||
|
|
@ -1832,15 +1718,12 @@ learning/settings
|
|||
learning/settings$
|
||||
learning/settings?
|
||||
legal
|
||||
lens-search
|
||||
li/track
|
||||
library/devices
|
||||
licensing-syndication
|
||||
limited-release
|
||||
link
|
||||
linked
|
||||
lite
|
||||
live-session
|
||||
live_chat
|
||||
llms.txt
|
||||
lm/R1XIHQVKXSKBNJ
|
||||
|
|
@ -2024,7 +1907,6 @@ narrative-
|
|||
native
|
||||
nbubumblebee
|
||||
network
|
||||
new_invite
|
||||
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference
|
||||
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference/RSVP
|
||||
news-events/events-calendar/2019/05/tenth-annual-african-consumer-protection-dialogue-conference
|
||||
|
|
@ -2034,7 +1916,6 @@ news/test
|
|||
news/test-liveblog
|
||||
news?viewArticle
|
||||
newsArticle
|
||||
news_hub
|
||||
newsletter
|
||||
newsroom/dae
|
||||
newsround
|
||||
|
|
@ -2048,7 +1929,6 @@ nl-nl/lp
|
|||
nl-nl/searchresults
|
||||
node/add/
|
||||
nonprofits/account
|
||||
notifications
|
||||
notifications/
|
||||
ns/hydra/console/?
|
||||
nus-trk
|
||||
|
|
@ -2056,15 +1936,11 @@ nwshp$
|
|||
o/di
|
||||
o/dt
|
||||
oas/
|
||||
oauth/line
|
||||
oauth/login
|
||||
oauth/v2
|
||||
oauth2
|
||||
oauth2/v2
|
||||
oauth_error
|
||||
offers/proxy/dealsserver/api/log
|
||||
offers/proxy/dealsserver/buy
|
||||
offsite
|
||||
og
|
||||
okxbet.com
|
||||
onebox/media/sports/logos
|
||||
|
|
@ -2094,11 +1970,8 @@ pagespeed/insights/ui/logo
|
|||
panel
|
||||
pantheon
|
||||
pantheon-platform
|
||||
parental-consent/confirmation
|
||||
parental-passcode
|
||||
participate/conferences.xml
|
||||
partners
|
||||
password/reset
|
||||
password_expired
|
||||
patent-search/frontend
|
||||
patents/download
|
||||
|
|
@ -2131,46 +2004,12 @@ photos/gbachelie
|
|||
photos/i_love_u_get_away_from_me
|
||||
photos/tags/*/page
|
||||
photos/youpy
|
||||
pin
|
||||
pin-builder
|
||||
pin-communities
|
||||
pin-creation-tool
|
||||
pin-editor
|
||||
pin/*/activities
|
||||
pin/*/activity
|
||||
pin/*/analytics
|
||||
pin/*/brand-catalog
|
||||
pin/*/comments
|
||||
pin/*/email
|
||||
pin/*/feedback
|
||||
pin/*/idea-pin/related-products
|
||||
pin/*/likes
|
||||
pin/*/promote
|
||||
pin/*/reaction
|
||||
pin/*/related-products
|
||||
pin/*/repin
|
||||
pin/*/repins
|
||||
pin/*/sent
|
||||
pin/*/share
|
||||
pin/*/shop-the-look
|
||||
pin/*/tag
|
||||
pin/*/takes
|
||||
pin/*/visual-search
|
||||
pin/*/visual-shop
|
||||
pin/create
|
||||
pin/find
|
||||
pin/find?url=
|
||||
pin_shop
|
||||
ping
|
||||
pingback
|
||||
pinterest-predicts
|
||||
pinterest-wellbeing
|
||||
pinterestwellbeing
|
||||
pl-pl.www.cloudflare.com
|
||||
pl-pl/feedback
|
||||
pl-pl/lp
|
||||
pl-pl/searchresults
|
||||
place
|
||||
plan=
|
||||
platform-telemetry
|
||||
play/store/web
|
||||
|
|
@ -2220,7 +2059,6 @@ ppob/?
|
|||
ppob?
|
||||
pqa
|
||||
preference
|
||||
prefs
|
||||
present
|
||||
presentation
|
||||
prettyearth/assets
|
||||
|
|
@ -2229,8 +2067,6 @@ previewtemplate
|
|||
print
|
||||
private
|
||||
proFile/history?
|
||||
product-catalogs
|
||||
product-feed
|
||||
product-reviews/B0069IY63Y
|
||||
product/reviews?
|
||||
productPurchaseDone
|
||||
|
|
@ -2286,14 +2122,12 @@ pt-br/vimeo-academy
|
|||
publications
|
||||
purchases
|
||||
puzzles/leaderboards/invite
|
||||
pw
|
||||
pwapi-proxy/pwproxy
|
||||
pwapiv2
|
||||
q=
|
||||
qnasearch?
|
||||
qr
|
||||
quality_form?
|
||||
quiz
|
||||
rackspace/elevating-performance
|
||||
radio/imda
|
||||
ramfiles
|
||||
|
|
@ -2301,7 +2135,6 @@ rating
|
|||
rd/search
|
||||
rd/search$
|
||||
rd/search?
|
||||
recently-viewed
|
||||
recharge/dashboard/car
|
||||
recharge/dashboard/static
|
||||
recipes/*?q=
|
||||
|
|
@ -2318,9 +2151,6 @@ refer
|
|||
refer/pal
|
||||
referrals
|
||||
referrer=
|
||||
refresh_stored_accounts
|
||||
refresh_token
|
||||
register
|
||||
registry/wishlist
|
||||
remotelogout
|
||||
rep=hc
|
||||
|
|
@ -2328,13 +2158,9 @@ report
|
|||
report-abuse?report=
|
||||
report=
|
||||
report_abuse.gne
|
||||
reports-and-violations
|
||||
request-data
|
||||
requestList
|
||||
requests
|
||||
research/participants/cofund
|
||||
resource
|
||||
resource/*/get
|
||||
results
|
||||
results
|
||||
retail
|
||||
|
|
@ -2375,7 +2201,6 @@ s2/search/social
|
|||
s2/sitemaps
|
||||
s2/static
|
||||
s?
|
||||
safe-redirect
|
||||
safety
|
||||
safetycheck
|
||||
salary-explorer/api
|
||||
|
|
@ -2420,7 +2245,6 @@ sections/health-shots/2013/03/11/173816690/new-voices-for-the-voiceless-syntheti
|
|||
sections/ombudsman/2008/01/frequently_asked_questions_1.html
|
||||
sections/parallels/2016/08/15/480128005/for-french-teens-smoking-still-has-more-allure-than-stigma
|
||||
secure
|
||||
sendHeaderEarly
|
||||
sendarticle
|
||||
services
|
||||
services/oauth
|
||||
|
|
@ -2456,7 +2280,6 @@ shop/productpage
|
|||
shop/topics
|
||||
shop/view/product
|
||||
shop?
|
||||
shop_pins
|
||||
shopping-content-api/product_images
|
||||
shopping/deals
|
||||
shopping/product
|
||||
|
|
@ -2760,12 +2583,10 @@ social/photosui/images
|
|||
social/photosui/sitemap
|
||||
social/search?
|
||||
social/social-security-directory/cai
|
||||
socialmanager
|
||||
solutions
|
||||
sounds/search
|
||||
sounds/search$
|
||||
sounds/search?
|
||||
source
|
||||
source=
|
||||
source_repo=
|
||||
spain/empresas/
|
||||
|
|
@ -2787,7 +2608,6 @@ ss
|
|||
ss/customer-reviews/lighthouse
|
||||
ss/twister/ajax
|
||||
sslsingle
|
||||
sso
|
||||
stadia/gamers
|
||||
start
|
||||
stat
|
||||
|
|
@ -2847,10 +2667,6 @@ storefront
|
|||
storepicker
|
||||
stores/page/*visitId=
|
||||
stories
|
||||
story-pin-builder
|
||||
story-pin-invite
|
||||
story_feed
|
||||
story_pins
|
||||
storyworks/preview
|
||||
styles/js-on.css$
|
||||
subscribe/braintree
|
||||
|
|
@ -2876,7 +2692,6 @@ support/content
|
|||
support/forum/search?
|
||||
sureroute
|
||||
surprise
|
||||
suspension-appeal
|
||||
sutils
|
||||
sv-se.www.cloudflare.com
|
||||
sv-se/feedback
|
||||
|
|
@ -2894,7 +2709,6 @@ svc/strands
|
|||
svc/sudoku
|
||||
svc/wordle
|
||||
svpRecommendations
|
||||
sw-shell.html
|
||||
swg
|
||||
system1/images
|
||||
t/privacy
|
||||
|
|
@ -2902,7 +2716,6 @@ t/terms
|
|||
tab=
|
||||
tablet
|
||||
tag
|
||||
taggingtool
|
||||
tagmanager/containers/xo
|
||||
tagmanager/pptm.js
|
||||
talk
|
||||
|
|
@ -2950,9 +2763,7 @@ th-th/feedback
|
|||
th-th/lp
|
||||
th-th/searchresults
|
||||
th?
|
||||
thanksgiving-spotlight
|
||||
themacallan/worlds-together
|
||||
theme
|
||||
tickets-external?
|
||||
timedtext_video
|
||||
title
|
||||
|
|
@ -3047,7 +2858,6 @@ trustedstores/js
|
|||
trustedstores/s
|
||||
trustedstores/tm2
|
||||
trustedstores/verify
|
||||
tv
|
||||
tv/thumb
|
||||
typeahead
|
||||
u
|
||||
|
|
@ -3064,14 +2874,9 @@ ugc$
|
|||
ugcsupport
|
||||
ugcsupport$
|
||||
ui
|
||||
unauth-profile
|
||||
unlink
|
||||
unsub
|
||||
until=
|
||||
upload
|
||||
upload-image-lens-history
|
||||
upload-lens-image
|
||||
upload-shuffle-draft
|
||||
uploads
|
||||
urchin_test
|
||||
url
|
||||
|
|
@ -3089,11 +2894,9 @@ using
|
|||
utils
|
||||
uviewer
|
||||
v1
|
||||
v1/urls/count.json
|
||||
v2
|
||||
v3
|
||||
v3/openapi
|
||||
v3/pidgets/log
|
||||
valkyrie-playground
|
||||
verify_age
|
||||
vi-vn.www.cloudflare.com
|
||||
|
|
@ -3138,9 +2941,6 @@ webapps/xo/html/cookiecheck.html
|
|||
webapps/xoonboarding
|
||||
webscr
|
||||
websearch
|
||||
website/confirm
|
||||
website/confirm/download
|
||||
welcome
|
||||
whats-next/planes-trains-and-analytics
|
||||
whsmiths
|
||||
widget/cr
|
||||
|
|
@ -3451,7 +3251,7 @@ wiki/Wikipedia_Diskussion:Checkuser
|
|||
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
|
||||
wiki/Wikipedia_talk%3AAbuse_reports
|
||||
wiki/Wikipedia_talk%3AAbuse_response
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://facebook.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://goo.gl/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_recall
|
||||
wiki/Wikipedia_talk%3AAdministrator_review
|
||||
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
|
||||
|
|
@ -3670,7 +3470,6 @@ xhtml?
|
|||
xml?
|
||||
xoplatform/logger/api/logger
|
||||
xorouter
|
||||
your-shop
|
||||
youth/404_en.htm
|
||||
youtube/fonts
|
||||
youtube/img/branding/favicon
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue