[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2025-09-14 10:06:20 +00:00
parent bd70668893
commit 36ff8727c2
16 changed files with 1888 additions and 4054 deletions

View file

@ -3,6 +3,6 @@
"last_update": 1757817240
},
"Trickest wordlist update": {
"last_update": 1757757967
"last_update": 1757844370
}
}

View file

@ -12325,6 +12325,13 @@ settings/routes/policies/item.vue
routes/policies/item.vue
policies/item.vue
item.vue
app/src/modules/settings/routes/policies/policy-info-sidebar-detail.vue
src/modules/settings/routes/policies/policy-info-sidebar-detail.vue
modules/settings/routes/policies/policy-info-sidebar-detail.vue
settings/routes/policies/policy-info-sidebar-detail.vue
routes/policies/policy-info-sidebar-detail.vue
policies/policy-info-sidebar-detail.vue
policy-info-sidebar-detail.vue
app/src/modules/settings/routes/policies/use-save.ts
src/modules/settings/routes/policies/use-save.ts
modules/settings/routes/policies/use-save.ts
@ -16221,6 +16228,11 @@ src/components/v-form/form-field-interface.vue
components/v-form/form-field-interface.vue
v-form/form-field-interface.vue
form-field-interface.vue
app/src/components/v-form/validation-errors.test.ts
src/components/v-form/validation-errors.test.ts
components/v-form/validation-errors.test.ts
v-form/validation-errors.test.ts
validation-errors.test.ts
app/src/components/v-form/utils/update-system-divider.ts
src/components/v-form/utils/update-system-divider.ts
components/v-form/utils/update-system-divider.ts
@ -16257,6 +16269,12 @@ components/v-form/utils/get-form-fields.ts
v-form/utils/get-form-fields.ts
utils/get-form-fields.ts
get-form-fields.ts
app/src/components/v-form/__snapshots__/validation-errors.test.ts.snap
src/components/v-form/__snapshots__/validation-errors.test.ts.snap
components/v-form/__snapshots__/validation-errors.test.ts.snap
v-form/__snapshots__/validation-errors.test.ts.snap
__snapshots__/validation-errors.test.ts.snap
validation-errors.test.ts.snap
app/src/components/use-datetime.vue
src/components/use-datetime.vue
components/use-datetime.vue
@ -16684,6 +16702,10 @@ codecov.yaml
.prettierrc.json
.changeset/config.json
config.json
.changeset/clean-dragons-design.md
clean-dragons-design.md
.changeset/brave-swans-stand.md
brave-swans-stand.md
.changeset/cruel-pumas-float.md
cruel-pumas-float.md
.changeset/angry-webs-knock.md

View file

@ -2367,6 +2367,7 @@ app/src/modules/settings/routes/flows/components/operation.vue
app/src/modules/settings/routes/translations/item.vue
app/src/modules/settings/routes/translations/collection.vue
app/src/modules/settings/routes/policies/item.vue
app/src/modules/settings/routes/policies/policy-info-sidebar-detail.vue
app/src/modules/settings/routes/policies/use-save.ts
app/src/modules/settings/routes/policies/add-new.vue
app/src/modules/settings/routes/policies/collection.vue
@ -3170,12 +3171,14 @@ app/src/components/v-form/form-field-raw-editor.vue
app/src/components/v-form/form-field.vue
app/src/components/v-form/form-field-menu.vue
app/src/components/v-form/form-field-interface.vue
app/src/components/v-form/validation-errors.test.ts
app/src/components/v-form/utils/update-system-divider.ts
app/src/components/v-form/utils/update-field-widths.ts
app/src/components/v-form/utils/update-field-widths.test.ts
app/src/components/v-form/utils/get-form-fields.test.ts
app/src/components/v-form/utils/update-system-divider.test.ts
app/src/components/v-form/utils/get-form-fields.ts
app/src/components/v-form/__snapshots__/validation-errors.test.ts.snap
app/src/components/use-datetime.vue
app/src/components/v-card-title.vue
app/src/router.test.ts
@ -3278,6 +3281,8 @@ contributing.md
codecov.yaml
.prettierrc.json
.changeset/config.json
.changeset/clean-dragons-design.md
.changeset/brave-swans-stand.md
.changeset/cruel-pumas-float.md
.changeset/angry-webs-knock.md
.changeset/swift-mangos-change.md

View file

@ -30312,6 +30312,13 @@ Resources/views/Field/country.html.twig
views/Field/country.html.twig
Field/country.html.twig
country.html.twig
app/bundles/FormBundle/Resources/views/Field/slider.html.twig
bundles/FormBundle/Resources/views/Field/slider.html.twig
FormBundle/Resources/views/Field/slider.html.twig
Resources/views/Field/slider.html.twig
views/Field/slider.html.twig
Field/slider.html.twig
slider.html.twig
app/bundles/FormBundle/Resources/views/Field/freetext.html.twig
bundles/FormBundle/Resources/views/Field/freetext.html.twig
FormBundle/Resources/views/Field/freetext.html.twig
@ -30896,6 +30903,13 @@ Tests/Form/Type/FieldTypeTest.php
Form/Type/FieldTypeTest.php
Type/FieldTypeTest.php
FieldTypeTest.php
app/bundles/FormBundle/Tests/Form/Type/FormFieldSliderTypeTest.php
bundles/FormBundle/Tests/Form/Type/FormFieldSliderTypeTest.php
FormBundle/Tests/Form/Type/FormFieldSliderTypeTest.php
Tests/Form/Type/FormFieldSliderTypeTest.php
Form/Type/FormFieldSliderTypeTest.php
Type/FormFieldSliderTypeTest.php
FormFieldSliderTypeTest.php
app/bundles/FormBundle/Tests/Form/Type/FormFieldConditionTypeTest.php
bundles/FormBundle/Tests/Form/Type/FormFieldConditionTypeTest.php
FormBundle/Tests/Form/Type/FormFieldConditionTypeTest.php
@ -31068,6 +31082,12 @@ FormBundle/Validator/Constraint/FileExtensionConstraintValidator.php
Validator/Constraint/FileExtensionConstraintValidator.php
Constraint/FileExtensionConstraintValidator.php
FileExtensionConstraintValidator.php
app/bundles/FormBundle/Validator/Constraint/SliderMaxGreaterThanMinValidator.php
bundles/FormBundle/Validator/Constraint/SliderMaxGreaterThanMinValidator.php
FormBundle/Validator/Constraint/SliderMaxGreaterThanMinValidator.php
Validator/Constraint/SliderMaxGreaterThanMinValidator.php
Constraint/SliderMaxGreaterThanMinValidator.php
SliderMaxGreaterThanMinValidator.php
app/bundles/FormBundle/Validator/Constraint/PhoneNumberConstraint.php
bundles/FormBundle/Validator/Constraint/PhoneNumberConstraint.php
FormBundle/Validator/Constraint/PhoneNumberConstraint.php
@ -31080,6 +31100,24 @@ FormBundle/Validator/Constraint/FileExtensionConstraint.php
Validator/Constraint/FileExtensionConstraint.php
Constraint/FileExtensionConstraint.php
FileExtensionConstraint.php
app/bundles/FormBundle/Validator/Constraint/SliderMaxGreaterThanMin.php
bundles/FormBundle/Validator/Constraint/SliderMaxGreaterThanMin.php
FormBundle/Validator/Constraint/SliderMaxGreaterThanMin.php
Validator/Constraint/SliderMaxGreaterThanMin.php
Constraint/SliderMaxGreaterThanMin.php
SliderMaxGreaterThanMin.php
app/bundles/FormBundle/Validator/Constraint/SliderStepLessThanMaxValidator.php
bundles/FormBundle/Validator/Constraint/SliderStepLessThanMaxValidator.php
FormBundle/Validator/Constraint/SliderStepLessThanMaxValidator.php
Validator/Constraint/SliderStepLessThanMaxValidator.php
Constraint/SliderStepLessThanMaxValidator.php
SliderStepLessThanMaxValidator.php
app/bundles/FormBundle/Validator/Constraint/SliderStepLessThanMax.php
bundles/FormBundle/Validator/Constraint/SliderStepLessThanMax.php
FormBundle/Validator/Constraint/SliderStepLessThanMax.php
Validator/Constraint/SliderStepLessThanMax.php
Constraint/SliderStepLessThanMax.php
SliderStepLessThanMax.php
app/bundles/FormBundle/Validator/Constraint/PhoneNumberConstraintValidator.php
bundles/FormBundle/Validator/Constraint/PhoneNumberConstraintValidator.php
FormBundle/Validator/Constraint/PhoneNumberConstraintValidator.php
@ -31120,6 +31158,12 @@ FormBundle/Form/Type/SubmitActionRepostType.php
Form/Type/SubmitActionRepostType.php
Type/SubmitActionRepostType.php
SubmitActionRepostType.php
app/bundles/FormBundle/Form/Type/ConstrainedIntegerType.php
bundles/FormBundle/Form/Type/ConstrainedIntegerType.php
FormBundle/Form/Type/ConstrainedIntegerType.php
Form/Type/ConstrainedIntegerType.php
Type/ConstrainedIntegerType.php
ConstrainedIntegerType.php
app/bundles/FormBundle/Form/Type/FieldType.php
bundles/FormBundle/Form/Type/FieldType.php
FormBundle/Form/Type/FieldType.php
@ -31144,6 +31188,12 @@ FormBundle/Form/Type/FormFieldNumberType.php
Form/Type/FormFieldNumberType.php
Type/FormFieldNumberType.php
FormFieldNumberType.php
app/bundles/FormBundle/Form/Type/FormFieldSliderType.php
bundles/FormBundle/Form/Type/FormFieldSliderType.php
FormBundle/Form/Type/FormFieldSliderType.php
Form/Type/FormFieldSliderType.php
Type/FormFieldSliderType.php
FormFieldSliderType.php
app/bundles/FormBundle/Form/Type/FormFieldFileType.php
bundles/FormBundle/Form/Type/FormFieldFileType.php
FormBundle/Form/Type/FormFieldFileType.php

View file

@ -5291,6 +5291,7 @@ app/bundles/FormBundle/Resources/views/Field/hidden.html.twig
app/bundles/FormBundle/Resources/views/Field/button.html.twig
app/bundles/FormBundle/Resources/views/Field/freehtml.html.twig
app/bundles/FormBundle/Resources/views/Field/country.html.twig
app/bundles/FormBundle/Resources/views/Field/slider.html.twig
app/bundles/FormBundle/Resources/views/Field/freetext.html.twig
app/bundles/FormBundle/Resources/views/Field/url.html.twig
app/bundles/FormBundle/Resources/views/Field/checkboxgrp.html.twig
@ -5387,6 +5388,7 @@ app/bundles/FormBundle/Tests/Entity/FormTest.php
app/bundles/FormBundle/Tests/ProgressiveProfiling/DisplayManagerTest.php
app/bundles/FormBundle/Tests/Validator/UploadFieldValidatorTest.php
app/bundles/FormBundle/Tests/Form/Type/FieldTypeTest.php
app/bundles/FormBundle/Tests/Form/Type/FormFieldSliderTypeTest.php
app/bundles/FormBundle/Tests/Form/Type/FormFieldConditionTypeTest.php
app/bundles/FormBundle/Tests/Form/Type/FormFieldNumberTypeTest.php
app/bundles/FormBundle/Tests/Collection/ObjectCollectionTest.php
@ -5417,8 +5419,12 @@ app/bundles/FormBundle/Exception/FieldNotFoundException.php
app/bundles/FormBundle/Exception/FileValidationException.php
app/bundles/FormBundle/Validator/UploadFieldValidator.php
app/bundles/FormBundle/Validator/Constraint/FileExtensionConstraintValidator.php
app/bundles/FormBundle/Validator/Constraint/SliderMaxGreaterThanMinValidator.php
app/bundles/FormBundle/Validator/Constraint/PhoneNumberConstraint.php
app/bundles/FormBundle/Validator/Constraint/FileExtensionConstraint.php
app/bundles/FormBundle/Validator/Constraint/SliderMaxGreaterThanMin.php
app/bundles/FormBundle/Validator/Constraint/SliderStepLessThanMaxValidator.php
app/bundles/FormBundle/Validator/Constraint/SliderStepLessThanMax.php
app/bundles/FormBundle/Validator/Constraint/PhoneNumberConstraintValidator.php
app/bundles/FormBundle/Assets/WebhookPayload/form_on_submit.json
app/bundles/FormBundle/Assets/js/form.js
@ -5426,10 +5432,12 @@ app/bundles/FormBundle/Twig/Extension/FormFieldExtension.php
app/bundles/FormBundle/FormEvents.php
app/bundles/FormBundle/Form/Type/SubmitActionEmailType.php
app/bundles/FormBundle/Form/Type/SubmitActionRepostType.php
app/bundles/FormBundle/Form/Type/ConstrainedIntegerType.php
app/bundles/FormBundle/Form/Type/FieldType.php
app/bundles/FormBundle/Form/Type/FormFieldTrait.php
app/bundles/FormBundle/Form/Type/FormType.php
app/bundles/FormBundle/Form/Type/FormFieldNumberType.php
app/bundles/FormBundle/Form/Type/FormFieldSliderType.php
app/bundles/FormBundle/Form/Type/FormFieldFileType.php
app/bundles/FormBundle/Form/Type/ConfigFormType.php
app/bundles/FormBundle/Form/Type/FormFieldPageBreakType.php

View file

@ -2176,6 +2176,13 @@ wwwroot/lib_npm/jsrender/jsrender.min.js.map
lib_npm/jsrender/jsrender.min.js.map
jsrender/jsrender.min.js.map
jsrender.min.js.map
src/Presentation/Nop.Web/wwwroot/lib_npm/chart.js/chart.umd.min.js.map
Presentation/Nop.Web/wwwroot/lib_npm/chart.js/chart.umd.min.js.map
Nop.Web/wwwroot/lib_npm/chart.js/chart.umd.min.js.map
wwwroot/lib_npm/chart.js/chart.umd.min.js.map
lib_npm/chart.js/chart.umd.min.js.map
chart.js/chart.umd.min.js.map
chart.umd.min.js.map
src/Presentation/Nop.Web/wwwroot/lib_npm/chart.js/chart.umd.js.min.map
Presentation/Nop.Web/wwwroot/lib_npm/chart.js/chart.umd.js.min.map
Nop.Web/wwwroot/lib_npm/chart.js/chart.umd.js.min.map
@ -2344,6 +2351,26 @@ wwwroot/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.js
lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.js
bootstrap-touchspin/jquery.bootstrap-touchspin.min.js
jquery.bootstrap-touchspin.min.js
src/Presentation/Nop.Web/wwwroot/lib_npm/datatables.net-buttons-bs4/node_modules/datatables.net-bs4/js/dataTables.bootstrap4.min.js
Presentation/Nop.Web/wwwroot/lib_npm/datatables.net-buttons-bs4/node_modules/datatables.net-bs4/js/dataTables.bootstrap4.min.js
Nop.Web/wwwroot/lib_npm/datatables.net-buttons-bs4/node_modules/datatables.net-bs4/js/dataTables.bootstrap4.min.js
wwwroot/lib_npm/datatables.net-buttons-bs4/node_modules/datatables.net-bs4/js/dataTables.bootstrap4.min.js
lib_npm/datatables.net-buttons-bs4/node_modules/datatables.net-bs4/js/dataTables.bootstrap4.min.js
datatables.net-buttons-bs4/node_modules/datatables.net-bs4/js/dataTables.bootstrap4.min.js
node_modules/datatables.net-bs4/js/dataTables.bootstrap4.min.js
datatables.net-bs4/js/dataTables.bootstrap4.min.js
js/dataTables.bootstrap4.min.js
dataTables.bootstrap4.min.js
src/Presentation/Nop.Web/wwwroot/lib_npm/datatables.net-buttons-bs4/node_modules/datatables.net-bs4/js/dataTables.bootstrap4.min.mjs
Presentation/Nop.Web/wwwroot/lib_npm/datatables.net-buttons-bs4/node_modules/datatables.net-bs4/js/dataTables.bootstrap4.min.mjs
Nop.Web/wwwroot/lib_npm/datatables.net-buttons-bs4/node_modules/datatables.net-bs4/js/dataTables.bootstrap4.min.mjs
wwwroot/lib_npm/datatables.net-buttons-bs4/node_modules/datatables.net-bs4/js/dataTables.bootstrap4.min.mjs
lib_npm/datatables.net-buttons-bs4/node_modules/datatables.net-bs4/js/dataTables.bootstrap4.min.mjs
datatables.net-buttons-bs4/node_modules/datatables.net-bs4/js/dataTables.bootstrap4.min.mjs
node_modules/datatables.net-bs4/js/dataTables.bootstrap4.min.mjs
datatables.net-bs4/js/dataTables.bootstrap4.min.mjs
js/dataTables.bootstrap4.min.mjs
dataTables.bootstrap4.min.mjs
src/Presentation/Nop.Web/wwwroot/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.mjs
Presentation/Nop.Web/wwwroot/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.mjs
Nop.Web/wwwroot/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.mjs
@ -2360,22 +2387,6 @@ lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.js
datatables.net-buttons-bs4/js/buttons.bootstrap4.min.js
js/buttons.bootstrap4.min.js
buttons.bootstrap4.min.js
src/Presentation/Nop.Web/wwwroot/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.js
Presentation/Nop.Web/wwwroot/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.js
Nop.Web/wwwroot/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.js
wwwroot/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.js
lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.js
datatables.net-bs4/js/dataTables.bootstrap4.min.js
js/dataTables.bootstrap4.min.js
dataTables.bootstrap4.min.js
src/Presentation/Nop.Web/wwwroot/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.mjs
Presentation/Nop.Web/wwwroot/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.mjs
Nop.Web/wwwroot/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.mjs
wwwroot/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.mjs
lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.mjs
datatables.net-bs4/js/dataTables.bootstrap4.min.mjs
js/dataTables.bootstrap4.min.mjs
dataTables.bootstrap4.min.mjs
src/Presentation/Nop.Web/wwwroot/lib_npm/farbstastic/farbtastic.min.js
Presentation/Nop.Web/wwwroot/lib_npm/farbstastic/farbtastic.min.js
Nop.Web/wwwroot/lib_npm/farbstastic/farbtastic.min.js
@ -5434,15 +5445,6 @@ lib_npm/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.woff2
fontawesome-free/webfonts/fa-v4compatibility.woff2
webfonts/fa-v4compatibility.woff2
fa-v4compatibility.woff2
src/Presentation/Nop.Web/wwwroot/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.ttf
Presentation/Nop.Web/wwwroot/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.ttf
Nop.Web/wwwroot/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.ttf
wwwroot/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.ttf
lib_npm/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.ttf
@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.ttf
fontawesome-free/webfonts/fa-v4compatibility.ttf
webfonts/fa-v4compatibility.ttf
fa-v4compatibility.ttf
src/Presentation/Nop.Web/wwwroot/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2
Presentation/Nop.Web/wwwroot/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2
Nop.Web/wwwroot/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2
@ -5452,24 +5454,6 @@ lib_npm/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2
fontawesome-free/webfonts/fa-brands-400.woff2
webfonts/fa-brands-400.woff2
fa-brands-400.woff2
src/Presentation/Nop.Web/wwwroot/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf
Presentation/Nop.Web/wwwroot/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf
Nop.Web/wwwroot/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf
wwwroot/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf
lib_npm/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf
@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf
fontawesome-free/webfonts/fa-regular-400.ttf
webfonts/fa-regular-400.ttf
fa-regular-400.ttf
src/Presentation/Nop.Web/wwwroot/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf
Presentation/Nop.Web/wwwroot/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf
Nop.Web/wwwroot/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf
wwwroot/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf
lib_npm/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf
@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf
fontawesome-free/webfonts/fa-brands-400.ttf
webfonts/fa-brands-400.ttf
fa-brands-400.ttf
src/Presentation/Nop.Web/wwwroot/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2
Presentation/Nop.Web/wwwroot/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2
Nop.Web/wwwroot/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2
@ -5479,15 +5463,6 @@ lib_npm/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2
fontawesome-free/webfonts/fa-regular-400.woff2
webfonts/fa-regular-400.woff2
fa-regular-400.woff2
src/Presentation/Nop.Web/wwwroot/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf
Presentation/Nop.Web/wwwroot/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf
Nop.Web/wwwroot/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf
wwwroot/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf
lib_npm/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf
@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf
fontawesome-free/webfonts/fa-solid-900.ttf
webfonts/fa-solid-900.ttf
fa-solid-900.ttf
src/Presentation/Nop.Web/wwwroot/lib_npm/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js
Presentation/Nop.Web/wwwroot/lib_npm/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js
Nop.Web/wwwroot/lib_npm/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js
@ -26346,6 +26321,14 @@ Admin/Validators/Vendors/VendorValidatorTests.cs
Validators/Vendors/VendorValidatorTests.cs
Vendors/VendorValidatorTests.cs
VendorValidatorTests.cs
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ProductValidatorTests.cs
Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ProductValidatorTests.cs
Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ProductValidatorTests.cs
Nop.Web.Tests/Admin/Validators/Catalog/ProductValidatorTests.cs
Admin/Validators/Catalog/ProductValidatorTests.cs
Validators/Catalog/ProductValidatorTests.cs
Catalog/ProductValidatorTests.cs
ProductValidatorTests.cs
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ManufacturerValidatorTests.cs
Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ManufacturerValidatorTests.cs
Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ManufacturerValidatorTests.cs
@ -26354,6 +26337,62 @@ Admin/Validators/Catalog/ManufacturerValidatorTests.cs
Validators/Catalog/ManufacturerValidatorTests.cs
Catalog/ManufacturerValidatorTests.cs
ManufacturerValidatorTests.cs
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ArtificialIntelligenceFullDescriptionValidatorTests.cs
Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ArtificialIntelligenceFullDescriptionValidatorTests.cs
Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ArtificialIntelligenceFullDescriptionValidatorTests.cs
Nop.Web.Tests/Admin/Validators/Catalog/ArtificialIntelligenceFullDescriptionValidatorTests.cs
Admin/Validators/Catalog/ArtificialIntelligenceFullDescriptionValidatorTests.cs
Validators/Catalog/ArtificialIntelligenceFullDescriptionValidatorTests.cs
Catalog/ArtificialIntelligenceFullDescriptionValidatorTests.cs
ArtificialIntelligenceFullDescriptionValidatorTests.cs
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ProductAttributeValueModelValidatorTests.cs
Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ProductAttributeValueModelValidatorTests.cs
Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ProductAttributeValueModelValidatorTests.cs
Nop.Web.Tests/Admin/Validators/Catalog/ProductAttributeValueModelValidatorTests.cs
Admin/Validators/Catalog/ProductAttributeValueModelValidatorTests.cs
Validators/Catalog/ProductAttributeValueModelValidatorTests.cs
Catalog/ProductAttributeValueModelValidatorTests.cs
ProductAttributeValueModelValidatorTests.cs
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/SpecificationAttributeValidatorTests.cs
Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/SpecificationAttributeValidatorTests.cs
Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/SpecificationAttributeValidatorTests.cs
Nop.Web.Tests/Admin/Validators/Catalog/SpecificationAttributeValidatorTests.cs
Admin/Validators/Catalog/SpecificationAttributeValidatorTests.cs
Validators/Catalog/SpecificationAttributeValidatorTests.cs
Catalog/SpecificationAttributeValidatorTests.cs
SpecificationAttributeValidatorTests.cs
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ProductReviewValidatorTests.cs
Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ProductReviewValidatorTests.cs
Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ProductReviewValidatorTests.cs
Nop.Web.Tests/Admin/Validators/Catalog/ProductReviewValidatorTests.cs
Admin/Validators/Catalog/ProductReviewValidatorTests.cs
Validators/Catalog/ProductReviewValidatorTests.cs
Catalog/ProductReviewValidatorTests.cs
ProductReviewValidatorTests.cs
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ProductAttributeValidatorTests.cs
Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ProductAttributeValidatorTests.cs
Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ProductAttributeValidatorTests.cs
Nop.Web.Tests/Admin/Validators/Catalog/ProductAttributeValidatorTests.cs
Admin/Validators/Catalog/ProductAttributeValidatorTests.cs
Validators/Catalog/ProductAttributeValidatorTests.cs
Catalog/ProductAttributeValidatorTests.cs
ProductAttributeValidatorTests.cs
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ReviewTypeValidatorTests.cs
Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ReviewTypeValidatorTests.cs
Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ReviewTypeValidatorTests.cs
Nop.Web.Tests/Admin/Validators/Catalog/ReviewTypeValidatorTests.cs
Admin/Validators/Catalog/ReviewTypeValidatorTests.cs
Validators/Catalog/ReviewTypeValidatorTests.cs
Catalog/ReviewTypeValidatorTests.cs
ReviewTypeValidatorTests.cs
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ProductTagValidatorTests.cs
Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ProductTagValidatorTests.cs
Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ProductTagValidatorTests.cs
Nop.Web.Tests/Admin/Validators/Catalog/ProductTagValidatorTests.cs
Admin/Validators/Catalog/ProductTagValidatorTests.cs
Validators/Catalog/ProductTagValidatorTests.cs
Catalog/ProductTagValidatorTests.cs
ProductTagValidatorTests.cs
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/CategoryValidatorTests.cs
Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/CategoryValidatorTests.cs
Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/CategoryValidatorTests.cs
@ -26362,6 +26401,22 @@ Admin/Validators/Catalog/CategoryValidatorTests.cs
Validators/Catalog/CategoryValidatorTests.cs
Catalog/CategoryValidatorTests.cs
CategoryValidatorTests.cs
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/PredefinedProductAttributeValueModelValidatorTests.cs
Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/PredefinedProductAttributeValueModelValidatorTests.cs
Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/PredefinedProductAttributeValueModelValidatorTests.cs
Nop.Web.Tests/Admin/Validators/Catalog/PredefinedProductAttributeValueModelValidatorTests.cs
Admin/Validators/Catalog/PredefinedProductAttributeValueModelValidatorTests.cs
Validators/Catalog/PredefinedProductAttributeValueModelValidatorTests.cs
Catalog/PredefinedProductAttributeValueModelValidatorTests.cs
PredefinedProductAttributeValueModelValidatorTests.cs
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Blogs/BlogPostValidatorTests.cs
Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Blogs/BlogPostValidatorTests.cs
Nop.Tests/Nop.Web.Tests/Admin/Validators/Blogs/BlogPostValidatorTests.cs
Nop.Web.Tests/Admin/Validators/Blogs/BlogPostValidatorTests.cs
Admin/Validators/Blogs/BlogPostValidatorTests.cs
Validators/Blogs/BlogPostValidatorTests.cs
Blogs/BlogPostValidatorTests.cs
BlogPostValidatorTests.cs
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Readme.txt
Tests/Nop.Tests/Nop.Web.Tests/Admin/Readme.txt
Nop.Tests/Nop.Web.Tests/Admin/Readme.txt

View file

@ -375,6 +375,7 @@ src/Presentation/Nop.Web/wwwroot/js/public.catalogproducts.js
src/Presentation/Nop.Web/wwwroot/js/admintour/admin.tour.common.js
src/Presentation/Nop.Web/wwwroot/lib_npm/jsrender/jsrender.min.js
src/Presentation/Nop.Web/wwwroot/lib_npm/jsrender/jsrender.min.js.map
src/Presentation/Nop.Web/wwwroot/lib_npm/chart.js/chart.umd.min.js.map
src/Presentation/Nop.Web/wwwroot/lib_npm/chart.js/chart.umd.js.min.map
src/Presentation/Nop.Web/wwwroot/lib_npm/chart.js/chart.umd.min.js
src/Presentation/Nop.Web/wwwroot/lib_npm/filepond/filepond.min.js
@ -397,10 +398,10 @@ src/Presentation/Nop.Web/wwwroot/lib_npm/globalize/globalize/date.js
src/Presentation/Nop.Web/wwwroot/lib_npm/globalize/node-main.js
src/Presentation/Nop.Web/wwwroot/lib_npm/globalize/globalize.js
src/Presentation/Nop.Web/wwwroot/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.js
src/Presentation/Nop.Web/wwwroot/lib_npm/datatables.net-buttons-bs4/node_modules/datatables.net-bs4/js/dataTables.bootstrap4.min.js
src/Presentation/Nop.Web/wwwroot/lib_npm/datatables.net-buttons-bs4/node_modules/datatables.net-bs4/js/dataTables.bootstrap4.min.mjs
src/Presentation/Nop.Web/wwwroot/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.mjs
src/Presentation/Nop.Web/wwwroot/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.js
src/Presentation/Nop.Web/wwwroot/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.js
src/Presentation/Nop.Web/wwwroot/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.mjs
src/Presentation/Nop.Web/wwwroot/lib_npm/farbstastic/farbtastic.min.js
src/Presentation/Nop.Web/wwwroot/lib_npm/ionicons/fonts/ionicons.eot
src/Presentation/Nop.Web/wwwroot/lib_npm/ionicons/fonts/ionicons.svg
@ -783,12 +784,8 @@ src/Presentation/Nop.Web/wwwroot/lib_npm/cldrjs/cldr.js
src/Presentation/Nop.Web/wwwroot/lib_npm/cldrjs/node_main.js
src/Presentation/Nop.Web/wwwroot/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2
src/Presentation/Nop.Web/wwwroot/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.woff2
src/Presentation/Nop.Web/wwwroot/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.ttf
src/Presentation/Nop.Web/wwwroot/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2
src/Presentation/Nop.Web/wwwroot/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf
src/Presentation/Nop.Web/wwwroot/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf
src/Presentation/Nop.Web/wwwroot/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2
src/Presentation/Nop.Web/wwwroot/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf
src/Presentation/Nop.Web/wwwroot/lib_npm/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js
src/Presentation/Nop.Web/wwwroot/lib_npm/jquery-validation/additional-methods.min.js
src/Presentation/Nop.Web/wwwroot/lib_npm/jquery-validation/localization/methods_pt.min.js
@ -3890,8 +3887,18 @@ src/Tests/Nop.Tests/Nop.Web.Tests/Startup.cs
src/Tests/Nop.Tests/Nop.Web.Tests/Events/DateTimeConsumer.cs
src/Tests/Nop.Tests/Nop.Web.Tests/Events/EventsTests.cs
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Vendors/VendorValidatorTests.cs
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ProductValidatorTests.cs
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ManufacturerValidatorTests.cs
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ArtificialIntelligenceFullDescriptionValidatorTests.cs
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ProductAttributeValueModelValidatorTests.cs
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/SpecificationAttributeValidatorTests.cs
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ProductReviewValidatorTests.cs
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ProductAttributeValidatorTests.cs
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ReviewTypeValidatorTests.cs
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/ProductTagValidatorTests.cs
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/CategoryValidatorTests.cs
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Catalog/PredefinedProductAttributeValueModelValidatorTests.cs
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Validators/Blogs/BlogPostValidatorTests.cs
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Readme.txt
src/Tests/Nop.Tests/Nop.Web.Tests/Admin/Infrastructure/AutoMapperConfigurationTest.cs
src/Tests/Nop.Tests/BaseEntityEqualityComparer.cs

View file

@ -16650,6 +16650,14 @@ Resources/config/packages/installer.yaml
config/packages/installer.yaml
packages/installer.yaml
installer.yaml
src/Core/Framework/Resources/config/packages/phpstan_dev/framework.yaml
Core/Framework/Resources/config/packages/phpstan_dev/framework.yaml
Framework/Resources/config/packages/phpstan_dev/framework.yaml
Resources/config/packages/phpstan_dev/framework.yaml
config/packages/phpstan_dev/framework.yaml
packages/phpstan_dev/framework.yaml
phpstan_dev/framework.yaml
framework.yaml
src/Core/Framework/Resources/config/packages/framework.yaml
Core/Framework/Resources/config/packages/framework.yaml
Framework/Resources/config/packages/framework.yaml

View file

@ -2740,6 +2740,7 @@ src/Core/Framework/Resources/config/packages/shopware.yaml
src/Core/Framework/Resources/config/packages/translation.yaml
src/Core/Framework/Resources/config/packages/twig.yaml
src/Core/Framework/Resources/config/packages/installer.yaml
src/Core/Framework/Resources/config/packages/phpstan_dev/framework.yaml
src/Core/Framework/Resources/config/packages/framework.yaml
src/Core/Framework/Resources/config/packages/routing.yaml
src/Core/Framework/Resources/config/packages/test/shopware.yaml

View file

@ -74210,6 +74210,31 @@ woocommerce/src/Utilities/OrderUtil.php
src/Utilities/OrderUtil.php
Utilities/OrderUtil.php
OrderUtil.php
plugins/woocommerce/src/RestApi/README.md
woocommerce/src/RestApi/README.md
src/RestApi/README.md
RestApi/README.md
README.md
plugins/woocommerce/src/RestApi/Routes/README.md
woocommerce/src/RestApi/Routes/README.md
src/RestApi/Routes/README.md
RestApi/Routes/README.md
Routes/README.md
README.md
plugins/woocommerce/src/RestApi/Routes/V4/AbstractSchema.php
woocommerce/src/RestApi/Routes/V4/AbstractSchema.php
src/RestApi/Routes/V4/AbstractSchema.php
RestApi/Routes/V4/AbstractSchema.php
Routes/V4/AbstractSchema.php
V4/AbstractSchema.php
AbstractSchema.php
plugins/woocommerce/src/RestApi/Routes/V4/AbstractController.php
woocommerce/src/RestApi/Routes/V4/AbstractController.php
src/RestApi/Routes/V4/AbstractController.php
RestApi/Routes/V4/AbstractController.php
Routes/V4/AbstractController.php
V4/AbstractController.php
AbstractController.php
plugins/woocommerce/src/Caches/OrderCacheController.php
woocommerce/src/Caches/OrderCacheController.php
src/Caches/OrderCacheController.php
@ -86329,6 +86354,24 @@ Controllers/Version4/Products/class-wc-rest-products-v4-controller-tests.php
Version4/Products/class-wc-rest-products-v4-controller-tests.php
Products/class-wc-rest-products-v4-controller-tests.php
class-wc-rest-products-v4-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/test-abstract-controller-v4.php
woocommerce/tests/php/includes/rest-api/Controllers/Version4/test-abstract-controller-v4.php
tests/php/includes/rest-api/Controllers/Version4/test-abstract-controller-v4.php
php/includes/rest-api/Controllers/Version4/test-abstract-controller-v4.php
includes/rest-api/Controllers/Version4/test-abstract-controller-v4.php
rest-api/Controllers/Version4/test-abstract-controller-v4.php
Controllers/Version4/test-abstract-controller-v4.php
Version4/test-abstract-controller-v4.php
test-abstract-controller-v4.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/class-wc-rest-abstract-controller-v4-tests.php
woocommerce/tests/php/includes/rest-api/Controllers/Version4/class-wc-rest-abstract-controller-v4-tests.php
tests/php/includes/rest-api/Controllers/Version4/class-wc-rest-abstract-controller-v4-tests.php
php/includes/rest-api/Controllers/Version4/class-wc-rest-abstract-controller-v4-tests.php
includes/rest-api/Controllers/Version4/class-wc-rest-abstract-controller-v4-tests.php
rest-api/Controllers/Version4/class-wc-rest-abstract-controller-v4-tests.php
Controllers/Version4/class-wc-rest-abstract-controller-v4-tests.php
Version4/class-wc-rest-abstract-controller-v4-tests.php
class-wc-rest-abstract-controller-v4-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/Fulfillments/class-wc-rest-fulfillments-v4-controller-tests.php
woocommerce/tests/php/includes/rest-api/Controllers/Version4/Fulfillments/class-wc-rest-fulfillments-v4-controller-tests.php
tests/php/includes/rest-api/Controllers/Version4/Fulfillments/class-wc-rest-fulfillments-v4-controller-tests.php
@ -86339,6 +86382,24 @@ Controllers/Version4/Fulfillments/class-wc-rest-fulfillments-v4-controller-tests
Version4/Fulfillments/class-wc-rest-fulfillments-v4-controller-tests.php
Fulfillments/class-wc-rest-fulfillments-v4-controller-tests.php
class-wc-rest-fulfillments-v4-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/test-abstract-schema-v4.php
woocommerce/tests/php/includes/rest-api/Controllers/Version4/test-abstract-schema-v4.php
tests/php/includes/rest-api/Controllers/Version4/test-abstract-schema-v4.php
php/includes/rest-api/Controllers/Version4/test-abstract-schema-v4.php
includes/rest-api/Controllers/Version4/test-abstract-schema-v4.php
rest-api/Controllers/Version4/test-abstract-schema-v4.php
Controllers/Version4/test-abstract-schema-v4.php
Version4/test-abstract-schema-v4.php
test-abstract-schema-v4.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/class-wc-rest-abstract-schema-v4-tests.php
woocommerce/tests/php/includes/rest-api/Controllers/Version4/class-wc-rest-abstract-schema-v4-tests.php
tests/php/includes/rest-api/Controllers/Version4/class-wc-rest-abstract-schema-v4-tests.php
php/includes/rest-api/Controllers/Version4/class-wc-rest-abstract-schema-v4-tests.php
includes/rest-api/Controllers/Version4/class-wc-rest-abstract-schema-v4-tests.php
rest-api/Controllers/Version4/class-wc-rest-abstract-schema-v4-tests.php
Controllers/Version4/class-wc-rest-abstract-schema-v4-tests.php
Version4/class-wc-rest-abstract-schema-v4-tests.php
class-wc-rest-abstract-schema-v4-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-customers-v2-controller-tests.php
woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-customers-v2-controller-tests.php
tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-customers-v2-controller-tests.php
@ -91169,10 +91230,18 @@ plugins/woocommerce/changelog/try-enable-cart-tests
woocommerce/changelog/try-enable-cart-tests
changelog/try-enable-cart-tests
try-enable-cart-tests
plugins/woocommerce/changelog/update-cart-add-item-respect-private-draft-product-name
woocommerce/changelog/update-cart-add-item-respect-private-draft-product-name
changelog/update-cart-add-item-respect-private-draft-product-name
update-cart-add-item-respect-private-draft-product-name
plugins/woocommerce/changelog/pr-60712
woocommerce/changelog/pr-60712
changelog/pr-60712
pr-60712
plugins/woocommerce/changelog/performance-57780-avoid-storing-customer
woocommerce/changelog/performance-57780-avoid-storing-customer
changelog/performance-57780-avoid-storing-customer
performance-57780-avoid-storing-customer
plugins/woocommerce/changelog/60614-fix-37326
woocommerce/changelog/60614-fix-37326
changelog/60614-fix-37326
@ -91181,6 +91250,10 @@ plugins/woocommerce/changelog/fix-product-data-source
woocommerce/changelog/fix-product-data-source
changelog/fix-product-data-source
fix-product-data-source
plugins/woocommerce/changelog/update-change-other-pes-cta-when-extension-already-installed
woocommerce/changelog/update-change-other-pes-cta-when-extension-already-installed
changelog/update-change-other-pes-cta-when-extension-already-installed
update-change-other-pes-cta-when-extension-already-installed
plugins/woocommerce/changelog/fix-60367
woocommerce/changelog/fix-60367
changelog/fix-60367
@ -91285,6 +91358,10 @@ plugins/woocommerce/changelog/fix-60660-update-product-gallery-based-on-variatio
woocommerce/changelog/fix-60660-update-product-gallery-based-on-variations
changelog/fix-60660-update-product-gallery-based-on-variations
fix-60660-update-product-gallery-based-on-variations
plugins/woocommerce/changelog/fix-update-address-autocomplete-settings
woocommerce/changelog/fix-update-address-autocomplete-settings
changelog/fix-update-address-autocomplete-settings
fix-update-address-autocomplete-settings
plugins/woocommerce/changelog/wooplug-3667-implement-merchant-side-tracking-for-address-autocomplete
woocommerce/changelog/wooplug-3667-implement-merchant-side-tracking-for-address-autocomplete
changelog/wooplug-3667-implement-merchant-side-tracking-for-address-autocomplete
@ -91365,6 +91442,10 @@ plugins/woocommerce/changelog/fix-define-woo-email-cpt-capabilities
woocommerce/changelog/fix-define-woo-email-cpt-capabilities
changelog/fix-define-woo-email-cpt-capabilities
fix-define-woo-email-cpt-capabilities
plugins/woocommerce/changelog/60890-add-fix-form-style
woocommerce/changelog/60890-add-fix-form-style
changelog/60890-add-fix-form-style
60890-add-fix-form-style
plugins/woocommerce/changelog/wooplug-4686-apply-email-styles-to-woo-email-content-block-in-the-editor
woocommerce/changelog/wooplug-4686-apply-email-styles-to-woo-email-content-block-in-the-editor
changelog/wooplug-4686-apply-email-styles-to-woo-email-content-block-in-the-editor
@ -91389,6 +91470,10 @@ plugins/woocommerce/changelog/60399-patch-10
woocommerce/changelog/60399-patch-10
changelog/60399-patch-10
60399-patch-10
plugins/woocommerce/changelog/wooplug-5083-improve-accessibility-of-suggestions-component
woocommerce/changelog/wooplug-5083-improve-accessibility-of-suggestions-component
changelog/wooplug-5083-improve-accessibility-of-suggestions-component
wooplug-5083-improve-accessibility-of-suggestions-component
plugins/woocommerce/changelog/60610-fix-no-brands-found
woocommerce/changelog/60610-fix-no-brands-found
changelog/60610-fix-no-brands-found
@ -91405,6 +91490,10 @@ plugins/woocommerce/changelog/wooplug-5510-customereffortscoretracks-critical-un
woocommerce/changelog/wooplug-5510-customereffortscoretracks-critical-uncaught-typeerror
changelog/wooplug-5510-customereffortscoretracks-critical-uncaught-typeerror
wooplug-5510-customereffortscoretracks-critical-uncaught-typeerror
plugins/woocommerce/changelog/refactor-rest-api-v4-structure
woocommerce/changelog/refactor-rest-api-v4-structure
changelog/refactor-rest-api-v4-structure
refactor-rest-api-v4-structure
plugins/woocommerce/changelog/wooprd-800-add-api-for-notification-listing
woocommerce/changelog/wooprd-800-add-api-for-notification-listing
changelog/wooprd-800-add-api-for-notification-listing

View file

@ -9926,6 +9926,10 @@ plugins/woocommerce/src/Utilities/NumberUtil.php
plugins/woocommerce/src/Utilities/ShippingUtil.php
plugins/woocommerce/src/Utilities/StringUtil.php
plugins/woocommerce/src/Utilities/OrderUtil.php
plugins/woocommerce/src/RestApi/README.md
plugins/woocommerce/src/RestApi/Routes/README.md
plugins/woocommerce/src/RestApi/Routes/V4/AbstractSchema.php
plugins/woocommerce/src/RestApi/Routes/V4/AbstractController.php
plugins/woocommerce/src/Caches/OrderCacheController.php
plugins/woocommerce/src/Caches/OrderCache.php
plugins/woocommerce/src/Caches/OrderCountCacheService.php
@ -11579,7 +11583,11 @@ plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version1/class-wc-re
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version1/class-wc-rest-customer-downloads-v1-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-add-to-cart-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/test-abstract-controller-v4.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/class-wc-rest-abstract-controller-v4-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/Fulfillments/class-wc-rest-fulfillments-v4-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/test-abstract-schema-v4.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/class-wc-rest-abstract-schema-v4-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-customers-v2-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-product-reviews-v2-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-products-controller-tests.php
@ -12421,9 +12429,12 @@ plugins/woocommerce/changelog/add-variations-endpoint
plugins/woocommerce/changelog/enhance-WOOPRD-838-other-payment-options-copy
plugins/woocommerce/changelog/2025-09-03-10-19-47-182623
plugins/woocommerce/changelog/try-enable-cart-tests
plugins/woocommerce/changelog/update-cart-add-item-respect-private-draft-product-name
plugins/woocommerce/changelog/pr-60712
plugins/woocommerce/changelog/performance-57780-avoid-storing-customer
plugins/woocommerce/changelog/60614-fix-37326
plugins/woocommerce/changelog/fix-product-data-source
plugins/woocommerce/changelog/update-change-other-pes-cta-when-extension-already-installed
plugins/woocommerce/changelog/fix-60367
plugins/woocommerce/changelog/wooplug-5082-allow-html-string-to-be-passed-to-render-at-the-end-of-the
plugins/woocommerce/changelog/60602-add-optimistic-updates
@ -12450,6 +12461,7 @@ plugins/woocommerce/changelog/fix-60743-select-attribute-from-url
plugins/woocommerce/changelog/60715-add-migrate-entity-add-to-cart-form
plugins/woocommerce/changelog/enhance-WOOPLUG-5415-take-offline-payments-background-on-reorder
plugins/woocommerce/changelog/fix-60660-update-product-gallery-based-on-variations
plugins/woocommerce/changelog/fix-update-address-autocomplete-settings
plugins/woocommerce/changelog/wooplug-3667-implement-merchant-side-tracking-for-address-autocomplete
plugins/woocommerce/changelog/wooplug-5490-broken-action-links-when-wordpress-is-installed-in-a
plugins/woocommerce/changelog/fix-classic-template-add-to-cart-form
@ -12470,16 +12482,19 @@ plugins/woocommerce/changelog/fix-59444-accessible-selected-variation-data
plugins/woocommerce/changelog/fix-60573
plugins/woocommerce/changelog/fix-60773-add-to-cart-with-options-action-current-page
plugins/woocommerce/changelog/fix-define-woo-email-cpt-capabilities
plugins/woocommerce/changelog/60890-add-fix-form-style
plugins/woocommerce/changelog/wooplug-4686-apply-email-styles-to-woo-email-content-block-in-the-editor
plugins/woocommerce/changelog/try-pc-prevent-change-announcement-in-editore
plugins/woocommerce/changelog/.gitkeep
plugins/woocommerce/changelog/update-60530
plugins/woocommerce/changelog/60691-wooplug-5428-fcb-inner-blocks-should-be-unlocked
plugins/woocommerce/changelog/60399-patch-10
plugins/woocommerce/changelog/wooplug-5083-improve-accessibility-of-suggestions-component
plugins/woocommerce/changelog/60610-fix-no-brands-found
plugins/woocommerce/changelog/wooplug-5264-block-checkout-the-shipping-address-section-remains
plugins/woocommerce/changelog/fix-60733-add-to-cart-notices
plugins/woocommerce/changelog/wooplug-5510-customereffortscoretracks-critical-uncaught-typeerror
plugins/woocommerce/changelog/refactor-rest-api-v4-structure
plugins/woocommerce/changelog/wooprd-800-add-api-for-notification-listing
plugins/woocommerce/changelog/add-wordpress-abilities-api
plugins/woocommerce/changelog/update-WOOPRD-834-partner-extensions-recommendations

View file

@ -19704,6 +19704,13 @@ app/views/generic/datepicker.jst.eco
views/generic/datepicker.jst.eco
generic/datepicker.jst.eco
datepicker.jst.eco
app/assets/javascripts/app/views/generic/searchable_select_option_inactive_with_children.jst.eco
assets/javascripts/app/views/generic/searchable_select_option_inactive_with_children.jst.eco
javascripts/app/views/generic/searchable_select_option_inactive_with_children.jst.eco
app/views/generic/searchable_select_option_inactive_with_children.jst.eco
views/generic/searchable_select_option_inactive_with_children.jst.eco
generic/searchable_select_option_inactive_with_children.jst.eco
searchable_select_option_inactive_with_children.jst.eco
app/assets/javascripts/app/views/generic/ticket_duplicate_detection/warning.jst.eco
assets/javascripts/app/views/generic/ticket_duplicate_detection/warning.jst.eco
javascripts/app/views/generic/ticket_duplicate_detection/warning.jst.eco

View file

@ -3806,6 +3806,7 @@ app/assets/javascripts/app/views/generic/searchable_select_option.jst.eco
app/assets/javascripts/app/views/generic/application_selector_subclause.jst.eco
app/assets/javascripts/app/views/generic/icon_picker.jst.eco
app/assets/javascripts/app/views/generic/datepicker.jst.eco
app/assets/javascripts/app/views/generic/searchable_select_option_inactive_with_children.jst.eco
app/assets/javascripts/app/views/generic/ticket_duplicate_detection/warning.jst.eco
app/assets/javascripts/app/views/generic/table_row.jst.eco
app/assets/javascripts/app/views/generic/business_hours.jst.eco

View file

@ -112,6 +112,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/_/rsrc
/_widget
/album/*/*?i=
/analytics
/api
/api$
/api?
@ -1534,10 +1535,10 @@ hp/video
hpc/*/supported-applications.aspx?
hpm
hpmob
http://cdc.gov/robots.txt
http://microsoft.com/robots.txt
http://washingtonpost.com/robots.txt
http://slideshare.net/robots.txt
http://t.me/robots.txt
http://web.archive.org/robots.txt
http://wordpress.org/robots.txt
hub?category=
hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$
@ -3250,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://docs.google.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://itunes.apple.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_recall
wiki/Wikipedia_talk%3AAdministrator_review
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard