[Github Action] Automated trickest wordlists update.

This commit is contained in:
GitHub Action 2024-05-31 00:19:52 +00:00
parent b70ffb4bd0
commit de677acef2
25 changed files with 1725 additions and 1064 deletions

View file

@ -9310,11 +9310,22 @@ Webkul/Core/src/Visitor.php
Core/src/Visitor.php
src/Visitor.php
Visitor.php
packages/Webkul/Core/src/Menu.php
Webkul/Core/src/Menu.php
Core/src/Menu.php
src/Menu.php
Menu.php
packages/Webkul/Core/src/Tree.php
Webkul/Core/src/Tree.php
Core/src/Tree.php
src/Tree.php
Tree.php
packages/Webkul/Core/src/Acl/AclItem.php
Webkul/Core/src/Acl/AclItem.php
Core/src/Acl/AclItem.php
src/Acl/AclItem.php
Acl/AclItem.php
AclItem.php
packages/Webkul/Core/src/Contracts/CountryState.php
Webkul/Core/src/Contracts/CountryState.php
Core/src/Contracts/CountryState.php
@ -9465,6 +9476,18 @@ Core/src/Facades/ElasticSearch.php
src/Facades/ElasticSearch.php
Facades/ElasticSearch.php
ElasticSearch.php
packages/Webkul/Core/src/Facades/Menu.php
Webkul/Core/src/Facades/Menu.php
Core/src/Facades/Menu.php
src/Facades/Menu.php
Facades/Menu.php
Menu.php
packages/Webkul/Core/src/Facades/Acl.php
Webkul/Core/src/Facades/Acl.php
Core/src/Facades/Acl.php
src/Facades/Acl.php
Facades/Acl.php
Acl.php
packages/Webkul/Core/src/Facades/Core.php
Webkul/Core/src/Facades/Core.php
Core/src/Facades/Core.php
@ -9483,6 +9506,17 @@ Core/src/Eloquent/Repository.php
src/Eloquent/Repository.php
Eloquent/Repository.php
Repository.php
packages/Webkul/Core/src/Acl.php
Webkul/Core/src/Acl.php
Core/src/Acl.php
src/Acl.php
Acl.php
packages/Webkul/Core/src/Menu/MenuItem.php
Webkul/Core/src/Menu/MenuItem.php
Core/src/Menu/MenuItem.php
src/Menu/MenuItem.php
Menu/MenuItem.php
MenuItem.php
packages/Webkul/Core/src/Http/Middleware/SecureHeaders.php
Webkul/Core/src/Http/Middleware/SecureHeaders.php
Core/src/Http/Middleware/SecureHeaders.php
@ -10416,6 +10450,12 @@ Core/tests/Unit/CoreTest.php
tests/Unit/CoreTest.php
Unit/CoreTest.php
CoreTest.php
packages/Webkul/Core/tests/Unit/MenuTest.php
Webkul/Core/tests/Unit/MenuTest.php
Core/tests/Unit/MenuTest.php
tests/Unit/MenuTest.php
Unit/MenuTest.php
MenuTest.php
packages/Webkul/Core/tests/Concerns/CoreAssertions.php
Webkul/Core/tests/Concerns/CoreAssertions.php
Core/tests/Concerns/CoreAssertions.php
@ -15455,6 +15495,13 @@ default/build/assets/total-sales-5b2c7b58.svg
build/assets/total-sales-5b2c7b58.svg
assets/total-sales-5b2c7b58.svg
total-sales-5b2c7b58.svg
public/themes/admin/default/build/assets/app-2cde1b6f.js
themes/admin/default/build/assets/app-2cde1b6f.js
admin/default/build/assets/app-2cde1b6f.js
default/build/assets/app-2cde1b6f.js
build/assets/app-2cde1b6f.js
assets/app-2cde1b6f.js
app-2cde1b6f.js
public/themes/admin/default/build/assets/dark-logo-ea7984e7.svg
themes/admin/default/build/assets/dark-logo-ea7984e7.svg
admin/default/build/assets/dark-logo-ea7984e7.svg
@ -15553,13 +15600,6 @@ default/build/assets/error-4179d5c7.svg
build/assets/error-4179d5c7.svg
assets/error-4179d5c7.svg
error-4179d5c7.svg
public/themes/admin/default/build/assets/app-21d32bb7.js
themes/admin/default/build/assets/app-21d32bb7.js
admin/default/build/assets/app-21d32bb7.js
default/build/assets/app-21d32bb7.js
build/assets/app-21d32bb7.js
assets/app-21d32bb7.js
app-21d32bb7.js
public/themes/admin/default/build/assets/bagisto-admin-37c2feba.woff
themes/admin/default/build/assets/bagisto-admin-37c2feba.woff
admin/default/build/assets/bagisto-admin-37c2feba.woff

View file

@ -1204,7 +1204,9 @@ packages/Webkul/Core/src/Config/elasticsearch.php
packages/Webkul/Core/src/Config/visitor.php
packages/Webkul/Core/src/ElasticSearch.php
packages/Webkul/Core/src/Visitor.php
packages/Webkul/Core/src/Menu.php
packages/Webkul/Core/src/Tree.php
packages/Webkul/Core/src/Acl/AclItem.php
packages/Webkul/Core/src/Contracts/CountryState.php
packages/Webkul/Core/src/Contracts/ChannelTranslation.php
packages/Webkul/Core/src/Contracts/Address.php
@ -1230,9 +1232,13 @@ packages/Webkul/Core/src/Repositories/SubscribersListRepository.php
packages/Webkul/Core/src/ImageCache/Controller.php
packages/Webkul/Core/src/ImageCache/ImageManager.php
packages/Webkul/Core/src/Facades/ElasticSearch.php
packages/Webkul/Core/src/Facades/Menu.php
packages/Webkul/Core/src/Facades/Acl.php
packages/Webkul/Core/src/Facades/Core.php
packages/Webkul/Core/src/Eloquent/TranslatableModel.php
packages/Webkul/Core/src/Eloquent/Repository.php
packages/Webkul/Core/src/Acl.php
packages/Webkul/Core/src/Menu/MenuItem.php
packages/Webkul/Core/src/Http/Middleware/SecureHeaders.php
packages/Webkul/Core/src/Http/Middleware/CheckForMaintenanceMode.php
packages/Webkul/Core/src/Http/helpers.php
@ -1369,6 +1375,7 @@ packages/Webkul/Core/src/Database/Factories/LocaleFactory.php
packages/Webkul/Core/src/Database/Factories/CartRuleFactory.php
packages/Webkul/Core/tests/CoreTestCase.php
packages/Webkul/Core/tests/Unit/CoreTest.php
packages/Webkul/Core/tests/Unit/MenuTest.php
packages/Webkul/Core/tests/Concerns/CoreAssertions.php
packages/Webkul/Core/composer.json
packages/Webkul/FPC/src/Hasher/DefaultHasher.php
@ -2078,6 +2085,7 @@ public/themes/admin/default/build/assets/orders-5dd62d9d.svg
public/themes/admin/default/build/assets/icon-options-ebfcd268.svg
public/themes/admin/default/build/assets/order-c8714dda.svg
public/themes/admin/default/build/assets/total-sales-5b2c7b58.svg
public/themes/admin/default/build/assets/app-2cde1b6f.js
public/themes/admin/default/build/assets/dark-logo-ea7984e7.svg
public/themes/admin/default/build/assets/store-information-a7d64429.svg
public/themes/admin/default/build/assets/settings-26b93165.svg
@ -2092,7 +2100,6 @@ public/themes/admin/default/build/assets/product-357134fb.svg
public/themes/admin/default/build/assets/icon-discount-e37d1aed.svg
public/themes/admin/default/build/assets/customers-199df769.svg
public/themes/admin/default/build/assets/error-4179d5c7.svg
public/themes/admin/default/build/assets/app-21d32bb7.js
public/themes/admin/default/build/assets/bagisto-admin-37c2feba.woff
public/themes/admin/default/build/assets/store-8d27c0df.svg
public/themes/admin/default/build/assets/reviews-17309002.svg

View file

@ -15205,6 +15205,12 @@ rest/commands/utils/sort.ts
commands/utils/sort.ts
utils/sort.ts
sort.ts
sdk/src/rest/commands/utils/random.ts
src/rest/commands/utils/random.ts
rest/commands/utils/random.ts
commands/utils/random.ts
utils/random.ts
random.ts
sdk/src/rest/commands/utils/index.ts
src/rest/commands/utils/index.ts
rest/commands/utils/index.ts
@ -15561,8 +15567,14 @@ tsup.config.js
Dockerfile
code_of_conduct.md
docker-compose.yml
.changeset/calm-boats-tie.md
calm-boats-tie.md
.changeset/silly-melons-smoke.md
silly-melons-smoke.md
.changeset/config.json
config.json
.changeset/orange-donkeys-flow.md
orange-donkeys-flow.md
.changeset/rancher-booker-minnie.md
rancher-booker-minnie.md
crowdin.yml

View file

@ -3089,6 +3089,7 @@ sdk/src/rest/commands/update/dashboards.ts
sdk/src/rest/commands/utils/hash.ts
sdk/src/rest/commands/utils/flows.ts
sdk/src/rest/commands/utils/sort.ts
sdk/src/rest/commands/utils/random.ts
sdk/src/rest/commands/utils/index.ts
sdk/src/rest/commands/utils/operations.ts
sdk/src/rest/commands/utils/users.ts
@ -3177,6 +3178,9 @@ sdk/tsup.config.js
Dockerfile
code_of_conduct.md
docker-compose.yml
.changeset/calm-boats-tie.md
.changeset/silly-melons-smoke.md
.changeset/config.json
.changeset/orange-donkeys-flow.md
.changeset/rancher-booker-minnie.md
crowdin.yml

View file

@ -4046,6 +4046,12 @@ Drupal/FunctionalTests/Routing/DefaultFormatTest.php
FunctionalTests/Routing/DefaultFormatTest.php
Routing/DefaultFormatTest.php
DefaultFormatTest.php
core/tests/Drupal/FunctionalTests/Routing/RouteCachingQueryAlteredTest.php
tests/Drupal/FunctionalTests/Routing/RouteCachingQueryAlteredTest.php
Drupal/FunctionalTests/Routing/RouteCachingQueryAlteredTest.php
FunctionalTests/Routing/RouteCachingQueryAlteredTest.php
Routing/RouteCachingQueryAlteredTest.php
RouteCachingQueryAlteredTest.php
core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php
tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php
Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php
@ -84551,6 +84557,14 @@ modules/router_test_directory/src/TestContent.php
router_test_directory/src/TestContent.php
src/TestContent.php
TestContent.php
core/modules/system/tests/modules/router_test_directory/src/RouterTestEarlyExceptionSubscriber.php
modules/system/tests/modules/router_test_directory/src/RouterTestEarlyExceptionSubscriber.php
system/tests/modules/router_test_directory/src/RouterTestEarlyExceptionSubscriber.php
tests/modules/router_test_directory/src/RouterTestEarlyExceptionSubscriber.php
modules/router_test_directory/src/RouterTestEarlyExceptionSubscriber.php
router_test_directory/src/RouterTestEarlyExceptionSubscriber.php
src/RouterTestEarlyExceptionSubscriber.php
RouterTestEarlyExceptionSubscriber.php
core/modules/system/tests/modules/router_test_directory/src/RouteTestSubscriber.php
modules/system/tests/modules/router_test_directory/src/RouteTestSubscriber.php
system/tests/modules/router_test_directory/src/RouteTestSubscriber.php
@ -84621,6 +84635,13 @@ tests/modules/router_test_directory/router_test.install
modules/router_test_directory/router_test.install
router_test_directory/router_test.install
router_test.install
core/modules/system/tests/modules/router_test_directory/router_test.module
modules/system/tests/modules/router_test_directory/router_test.module
system/tests/modules/router_test_directory/router_test.module
tests/modules/router_test_directory/router_test.module
modules/router_test_directory/router_test.module
router_test_directory/router_test.module
router_test.module
core/modules/system/tests/modules/module_required_test/module_required_test.module
modules/system/tests/modules/module_required_test/module_required_test.module
system/tests/modules/module_required_test/module_required_test.module
@ -88873,6 +88894,10 @@ core/modules/navigation/navigation.install
modules/navigation/navigation.install
navigation/navigation.install
navigation.install
core/modules/navigation/navigation.post_update.php
modules/navigation/navigation.post_update.php
navigation/navigation.post_update.php
navigation.post_update.php
core/modules/navigation/templates/big-pipe-interface-preview--navigation-shortcut-lazy-builder-lazyLinks--Shortcuts.html.twig
modules/navigation/templates/big-pipe-interface-preview--navigation-shortcut-lazy-builder-lazyLinks--Shortcuts.html.twig
navigation/templates/big-pipe-interface-preview--navigation-shortcut-lazy-builder-lazyLinks--Shortcuts.html.twig

View file

@ -626,6 +626,7 @@ core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php
core/tests/Drupal/FunctionalTests/Routing/PathEncodedTest.php
core/tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php
core/tests/Drupal/FunctionalTests/Routing/DefaultFormatTest.php
core/tests/Drupal/FunctionalTests/Routing/RouteCachingQueryAlteredTest.php
core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php
core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php
core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlCookieTest.php
@ -12038,6 +12039,7 @@ core/modules/system/tests/modules/js_message_test/js_message_test.routing.yml
core/modules/system/tests/modules/js_message_test/js/js_message_test.js
core/modules/system/tests/modules/js_message_test/js_message_test.libraries.yml
core/modules/system/tests/modules/router_test_directory/src/TestContent.php
core/modules/system/tests/modules/router_test_directory/src/RouterTestEarlyExceptionSubscriber.php
core/modules/system/tests/modules/router_test_directory/src/RouteTestSubscriber.php
core/modules/system/tests/modules/router_test_directory/src/Access/TestAccessCheck.php
core/modules/system/tests/modules/router_test_directory/src/Access/DefinedTestAccessCheck.php
@ -12047,6 +12049,7 @@ core/modules/system/tests/modules/router_test_directory/router_test.info.yml
core/modules/system/tests/modules/router_test_directory/router_test.routing.yml
core/modules/system/tests/modules/router_test_directory/router_test.permissions.yml
core/modules/system/tests/modules/router_test_directory/router_test.install
core/modules/system/tests/modules/router_test_directory/router_test.module
core/modules/system/tests/modules/module_required_test/module_required_test.module
core/modules/system/tests/modules/module_required_test/module_required_test.info.yml
core/modules/system/tests/modules/new_dependency_test_with_service/src/NewService.php
@ -12703,6 +12706,7 @@ core/modules/navigation/navigation.permissions.yml
core/modules/navigation/navigation.libraries.yml
core/modules/navigation/navigation.layouts.yml
core/modules/navigation/navigation.install
core/modules/navigation/navigation.post_update.php
core/modules/navigation/templates/big-pipe-interface-preview--navigation-shortcut-lazy-builder-lazyLinks--Shortcuts.html.twig
core/modules/navigation/templates/top-bar.html.twig
core/modules/navigation/templates/block--navigation.html.twig

View file

@ -13307,6 +13307,13 @@ site/modules/mod_related_items/Default.cy.js
modules/mod_related_items/Default.cy.js
mod_related_items/Default.cy.js
Default.cy.js
tests/System/integration/administrator/components/com_installer/Languages.cy.js
System/integration/administrator/components/com_installer/Languages.cy.js
integration/administrator/components/com_installer/Languages.cy.js
administrator/components/com_installer/Languages.cy.js
components/com_installer/Languages.cy.js
com_installer/Languages.cy.js
Languages.cy.js
tests/System/integration/administrator/components/com_contact/Contact.cy.js
System/integration/administrator/components/com_contact/Contact.cy.js
integration/administrator/components/com_contact/Contact.cy.js

View file

@ -2494,6 +2494,7 @@ tests/System/integration/site/modules/mod_login/Default.cy.js
tests/System/integration/site/modules/mod_breadcrumbs/Default.cy.js
tests/System/integration/site/modules/mod_footer/Default.cy.js
tests/System/integration/site/modules/mod_related_items/Default.cy.js
tests/System/integration/administrator/components/com_installer/Languages.cy.js
tests/System/integration/administrator/components/com_contact/Contact.cy.js
tests/System/integration/administrator/components/com_contact/Contacts.cy.js
tests/System/integration/administrator/components/com_login/Login.cy.js

View file

@ -6019,6 +6019,15 @@ CartItem/DataProvider/CustomizableOptionValue/Composite.php
DataProvider/CustomizableOptionValue/Composite.php
CustomizableOptionValue/Composite.php
Composite.php
app/code/Magento/QuoteGraphQl/Model/CartItem/DataProvider/CustomizableOptionValue/File.php
code/Magento/QuoteGraphQl/Model/CartItem/DataProvider/CustomizableOptionValue/File.php
Magento/QuoteGraphQl/Model/CartItem/DataProvider/CustomizableOptionValue/File.php
QuoteGraphQl/Model/CartItem/DataProvider/CustomizableOptionValue/File.php
Model/CartItem/DataProvider/CustomizableOptionValue/File.php
CartItem/DataProvider/CustomizableOptionValue/File.php
DataProvider/CustomizableOptionValue/File.php
CustomizableOptionValue/File.php
File.php
app/code/Magento/QuoteGraphQl/Model/CartItem/DataProvider/CustomizableOptionValueInterface.php
code/Magento/QuoteGraphQl/Model/CartItem/DataProvider/CustomizableOptionValueInterface.php
Magento/QuoteGraphQl/Model/CartItem/DataProvider/CustomizableOptionValueInterface.php
@ -259532,6 +259541,14 @@ Magento/GraphQl/Quote/AddSimpleProductToCartEndToEndTest.php
GraphQl/Quote/AddSimpleProductToCartEndToEndTest.php
Quote/AddSimpleProductToCartEndToEndTest.php
AddSimpleProductToCartEndToEndTest.php
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/ProductsWithCustomOptionsCartPricesTest.php
tests/api-functional/testsuite/Magento/GraphQl/Quote/ProductsWithCustomOptionsCartPricesTest.php
api-functional/testsuite/Magento/GraphQl/Quote/ProductsWithCustomOptionsCartPricesTest.php
testsuite/Magento/GraphQl/Quote/ProductsWithCustomOptionsCartPricesTest.php
Magento/GraphQl/Quote/ProductsWithCustomOptionsCartPricesTest.php
GraphQl/Quote/ProductsWithCustomOptionsCartPricesTest.php
Quote/ProductsWithCustomOptionsCartPricesTest.php
ProductsWithCustomOptionsCartPricesTest.php
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/AddSimpleProductWithCustomOptionsToCartTest.php
tests/api-functional/testsuite/Magento/GraphQl/Quote/AddSimpleProductWithCustomOptionsToCartTest.php
api-functional/testsuite/Magento/GraphQl/Quote/AddSimpleProductWithCustomOptionsToCartTest.php
@ -259548,6 +259565,14 @@ Magento/GraphQl/Quote/EditQuoteItemWithCustomOptionsTest.php
GraphQl/Quote/EditQuoteItemWithCustomOptionsTest.php
Quote/EditQuoteItemWithCustomOptionsTest.php
EditQuoteItemWithCustomOptionsTest.php
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/GetCartQueryForProductWithCustomOptionFile.php
tests/api-functional/testsuite/Magento/GraphQl/Quote/GetCartQueryForProductWithCustomOptionFile.php
api-functional/testsuite/Magento/GraphQl/Quote/GetCartQueryForProductWithCustomOptionFile.php
testsuite/Magento/GraphQl/Quote/GetCartQueryForProductWithCustomOptionFile.php
Magento/GraphQl/Quote/GetCartQueryForProductWithCustomOptionFile.php
GraphQl/Quote/GetCartQueryForProductWithCustomOptionFile.php
Quote/GetCartQueryForProductWithCustomOptionFile.php
GetCartQueryForProductWithCustomOptionFile.php
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/GetQuoteItemIdByReservedQuoteIdAndSku.php
tests/api-functional/testsuite/Magento/GraphQl/Quote/GetQuoteItemIdByReservedQuoteIdAndSku.php
api-functional/testsuite/Magento/GraphQl/Quote/GetQuoteItemIdByReservedQuoteIdAndSku.php

View file

@ -665,6 +665,7 @@ app/code/Magento/QuoteGraphQl/Model/CartItem/DataProvider/CustomizableOptionValu
app/code/Magento/QuoteGraphQl/Model/CartItem/DataProvider/CustomizableOptionValue/Text.php
app/code/Magento/QuoteGraphQl/Model/CartItem/DataProvider/CustomizableOptionValue/Multiple.php
app/code/Magento/QuoteGraphQl/Model/CartItem/DataProvider/CustomizableOptionValue/Composite.php
app/code/Magento/QuoteGraphQl/Model/CartItem/DataProvider/CustomizableOptionValue/File.php
app/code/Magento/QuoteGraphQl/Model/CartItem/DataProvider/CustomizableOptionValueInterface.php
app/code/Magento/QuoteGraphQl/Model/CartItem/DataProvider/Processor/ItemDataProcessorInterface.php
app/code/Magento/QuoteGraphQl/Model/CartItem/DataProvider/Processor/ItemDataCompositeProcessor.php
@ -32180,8 +32181,10 @@ dev/tests/api-functional/testsuite/Magento/GraphQl/PageCache/VarnishTest.php
dev/tests/api-functional/testsuite/Magento/GraphQl/PageCache/CacheTagTest.php
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/CartPromotionsTest.php
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/AddSimpleProductToCartEndToEndTest.php
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/ProductsWithCustomOptionsCartPricesTest.php
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/AddSimpleProductWithCustomOptionsToCartTest.php
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/EditQuoteItemWithCustomOptionsTest.php
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/GetCartQueryForProductWithCustomOptionFile.php
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/GetQuoteItemIdByReservedQuoteIdAndSku.php
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/StockAvailabilityTest.php
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/GetCartItemOptionsFromUID.php

View file

@ -335,11 +335,24 @@ Plugins/Nop.Plugin.Pickup.PickupInStore/Factories/StorePickupPointModelFactory.c
Nop.Plugin.Pickup.PickupInStore/Factories/StorePickupPointModelFactory.cs
Factories/StorePickupPointModelFactory.cs
StorePickupPointModelFactory.cs
src/Plugins/Nop.Plugin.Pickup.PickupInStore/Data/SchemaMigration.cs
Plugins/Nop.Plugin.Pickup.PickupInStore/Data/SchemaMigration.cs
Nop.Plugin.Pickup.PickupInStore/Data/SchemaMigration.cs
Data/SchemaMigration.cs
src/Plugins/Nop.Plugin.Pickup.PickupInStore/Data/Mapping/StorePickupPointBuilder.cs
Plugins/Nop.Plugin.Pickup.PickupInStore/Data/Mapping/StorePickupPointBuilder.cs
Nop.Plugin.Pickup.PickupInStore/Data/Mapping/StorePickupPointBuilder.cs
Data/Mapping/StorePickupPointBuilder.cs
Mapping/StorePickupPointBuilder.cs
StorePickupPointBuilder.cs
src/Plugins/Nop.Plugin.Pickup.PickupInStore/Data/Migrations/SchemaMigration.cs
Plugins/Nop.Plugin.Pickup.PickupInStore/Data/Migrations/SchemaMigration.cs
Nop.Plugin.Pickup.PickupInStore/Data/Migrations/SchemaMigration.cs
Data/Migrations/SchemaMigration.cs
Migrations/SchemaMigration.cs
SchemaMigration.cs
src/Plugins/Nop.Plugin.Pickup.PickupInStore/Data/Migrations/LonLatUpdateMigration.cs
Plugins/Nop.Plugin.Pickup.PickupInStore/Data/Migrations/LonLatUpdateMigration.cs
Nop.Plugin.Pickup.PickupInStore/Data/Migrations/LonLatUpdateMigration.cs
Data/Migrations/LonLatUpdateMigration.cs
Migrations/LonLatUpdateMigration.cs
LonLatUpdateMigration.cs
src/Plugins/Nop.Plugin.Pickup.PickupInStore/PickupInStoreProvider.cs
Plugins/Nop.Plugin.Pickup.PickupInStore/PickupInStoreProvider.cs
Nop.Plugin.Pickup.PickupInStore/PickupInStoreProvider.cs

View file

@ -73,7 +73,9 @@ src/Plugins/Nop.Plugin.Pickup.PickupInStore/Views/Configure.cshtml
src/Plugins/Nop.Plugin.Pickup.PickupInStore/Views/_ViewImports.cshtml
src/Plugins/Nop.Plugin.Pickup.PickupInStore/Factories/IStorePickupPointModelFactory.cs
src/Plugins/Nop.Plugin.Pickup.PickupInStore/Factories/StorePickupPointModelFactory.cs
src/Plugins/Nop.Plugin.Pickup.PickupInStore/Data/SchemaMigration.cs
src/Plugins/Nop.Plugin.Pickup.PickupInStore/Data/Mapping/StorePickupPointBuilder.cs
src/Plugins/Nop.Plugin.Pickup.PickupInStore/Data/Migrations/SchemaMigration.cs
src/Plugins/Nop.Plugin.Pickup.PickupInStore/Data/Migrations/LonLatUpdateMigration.cs
src/Plugins/Nop.Plugin.Pickup.PickupInStore/PickupInStoreProvider.cs
src/Plugins/Nop.Plugin.Pickup.PickupInStore/Models/StorePickupPointModel.cs
src/Plugins/Nop.Plugin.Pickup.PickupInStore/Models/StorePickupPointSearchModel.cs

View file

@ -6088,6 +6088,12 @@ prosilver/imgs/svg/star.svg
imgs/svg/star.svg
svg/star.svg
star.svg
phpBB/styles/prosilver/imgs/svg/bullhorn.svg
styles/prosilver/imgs/svg/bullhorn.svg
prosilver/imgs/svg/bullhorn.svg
imgs/svg/bullhorn.svg
svg/bullhorn.svg
bullhorn.svg
phpBB/styles/prosilver/imgs/svg/info-variant.svg
styles/prosilver/imgs/svg/info-variant.svg
prosilver/imgs/svg/info-variant.svg
@ -6100,6 +6106,12 @@ prosilver/imgs/svg/comment-text-outline.svg
imgs/svg/comment-text-outline.svg
svg/comment-text-outline.svg
comment-text-outline.svg
phpBB/styles/prosilver/imgs/svg/globe.svg
styles/prosilver/imgs/svg/globe.svg
prosilver/imgs/svg/globe.svg
imgs/svg/globe.svg
svg/globe.svg
globe.svg
phpBB/styles/prosilver/imgs/svg/file-document-outline.svg
styles/prosilver/imgs/svg/file-document-outline.svg
prosilver/imgs/svg/file-document-outline.svg
@ -6130,6 +6142,12 @@ prosilver/imgs/svg/fire.svg
imgs/svg/fire.svg
svg/fire.svg
fire.svg
phpBB/styles/prosilver/imgs/svg/thumbtack.svg
styles/prosilver/imgs/svg/thumbtack.svg
prosilver/imgs/svg/thumbtack.svg
imgs/svg/thumbtack.svg
svg/thumbtack.svg
thumbtack.svg
phpBB/styles/prosilver/imgs/svg/link-variant.svg
styles/prosilver/imgs/svg/link-variant.svg
prosilver/imgs/svg/link-variant.svg

View file

@ -1460,13 +1460,16 @@ phpBB/styles/prosilver/theme/images/site_logo.svg
phpBB/styles/prosilver/theme/index.htm
phpBB/styles/prosilver/composer.json
phpBB/styles/prosilver/imgs/svg/star.svg
phpBB/styles/prosilver/imgs/svg/bullhorn.svg
phpBB/styles/prosilver/imgs/svg/info-variant.svg
phpBB/styles/prosilver/imgs/svg/comment-text-outline.svg
phpBB/styles/prosilver/imgs/svg/globe.svg
phpBB/styles/prosilver/imgs/svg/file-document-outline.svg
phpBB/styles/prosilver/imgs/svg/lock.svg
phpBB/styles/prosilver/imgs/svg/arrow-right-bold.svg
phpBB/styles/prosilver/imgs/svg/file-document-box-multiple-outline.svg
phpBB/styles/prosilver/imgs/svg/fire.svg
phpBB/styles/prosilver/imgs/svg/thumbtack.svg
phpBB/styles/prosilver/imgs/svg/link-variant.svg
phpBB/styles/prosilver/imgs/svg/file-document-box-outline.svg
phpBB/styles/all/template/macros/icons/svg.twig

View file

@ -107112,9 +107112,6 @@ _unreleased/2024-04-26-fix-openapi-validation.md
changelog/_unreleased/2024-05-10-add-wrapper-component-for-sw-textarea-field.md
_unreleased/2024-05-10-add-wrapper-component-for-sw-textarea-field.md
2024-05-10-add-wrapper-component-for-sw-textarea-field.md
changelog/_unreleased/2024-05-03-store-theme-scripts-in-db.md
_unreleased/2024-05-03-store-theme-scripts-in-db.md
2024-05-03-store-theme-scripts-in-db.md
changelog/_unreleased/2024-05-07-redocly-lint.md
_unreleased/2024-05-07-redocly-lint.md
2024-05-07-redocly-lint.md

View file

@ -14464,7 +14464,6 @@ changelog/_unreleased/2024-05-10-decode-custom-fields-in-store-api-mapper.md
changelog/_unreleased/2024-05-10-fix-medium-usage-is-not-detected-in-slot-configs.md
changelog/_unreleased/2024-04-26-fix-openapi-validation.md
changelog/_unreleased/2024-05-10-add-wrapper-component-for-sw-textarea-field.md
changelog/_unreleased/2024-05-03-store-theme-scripts-in-db.md
changelog/_unreleased/2024-05-07-redocly-lint.md
changelog/_unreleased/.keep
changelog/_unreleased/2024-05-13-search-by-document-numbers-does-not-work-for-orders-with-many-documents.md

View file

@ -1812,6 +1812,11 @@ Umbraco.Cms.Api.Management/ViewModels/DataType/CreateDataTypeRequestModel.cs
ViewModels/DataType/CreateDataTypeRequestModel.cs
DataType/CreateDataTypeRequestModel.cs
CreateDataTypeRequestModel.cs
src/Umbraco.Cms.Api.Management/ViewModels/DataType/DataTypeContentTypeReferenceModel.cs
Umbraco.Cms.Api.Management/ViewModels/DataType/DataTypeContentTypeReferenceModel.cs
ViewModels/DataType/DataTypeContentTypeReferenceModel.cs
DataType/DataTypeContentTypeReferenceModel.cs
DataTypeContentTypeReferenceModel.cs
src/Umbraco.Cms.Api.Management/ViewModels/DataType/DataTypePropertyPresentationModel.cs
Umbraco.Cms.Api.Management/ViewModels/DataType/DataTypePropertyPresentationModel.cs
ViewModels/DataType/DataTypePropertyPresentationModel.cs
@ -3514,6 +3519,12 @@ Umbraco.Cms.Api.Management/Controllers/MediaType/MediaTypeControllerBase.cs
Controllers/MediaType/MediaTypeControllerBase.cs
MediaType/MediaTypeControllerBase.cs
MediaTypeControllerBase.cs
src/Umbraco.Cms.Api.Management/Controllers/MediaType/Item/FolderMediaTypeItemController.cs
Umbraco.Cms.Api.Management/Controllers/MediaType/Item/FolderMediaTypeItemController.cs
Controllers/MediaType/Item/FolderMediaTypeItemController.cs
MediaType/Item/FolderMediaTypeItemController.cs
Item/FolderMediaTypeItemController.cs
FolderMediaTypeItemController.cs
src/Umbraco.Cms.Api.Management/Controllers/MediaType/Item/SearchMediaTypeItemController.cs
Umbraco.Cms.Api.Management/Controllers/MediaType/Item/SearchMediaTypeItemController.cs
Controllers/MediaType/Item/SearchMediaTypeItemController.cs
@ -13923,11 +13934,6 @@ Umbraco.Core/Configuration/Models/SecuritySettings.cs
Configuration/Models/SecuritySettings.cs
Models/SecuritySettings.cs
SecuritySettings.cs
src/Umbraco.Core/Configuration/Models/PackageManifestSettings.cs
Umbraco.Core/Configuration/Models/PackageManifestSettings.cs
Configuration/Models/PackageManifestSettings.cs
Models/PackageManifestSettings.cs
PackageManifestSettings.cs
src/Umbraco.Core/Configuration/Models/Validation/ContentSettingsValidator.cs
Umbraco.Core/Configuration/Models/Validation/ContentSettingsValidator.cs
Configuration/Models/Validation/ContentSettingsValidator.cs
@ -23945,6 +23951,11 @@ Umbraco.Tests.Integration/Umbraco.Core/Services/UserServiceCrudTests.cs
Umbraco.Core/Services/UserServiceCrudTests.cs
Services/UserServiceCrudTests.cs
UserServiceCrudTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/MediaTypeEditingServiceTests.GetFolderMediaTypes.cs
Umbraco.Tests.Integration/Umbraco.Core/Services/MediaTypeEditingServiceTests.GetFolderMediaTypes.cs
Umbraco.Core/Services/MediaTypeEditingServiceTests.GetFolderMediaTypes.cs
Services/MediaTypeEditingServiceTests.GetFolderMediaTypes.cs
MediaTypeEditingServiceTests.GetFolderMediaTypes.cs
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/UserServiceCrudTests.Delete.cs
Umbraco.Tests.Integration/Umbraco.Core/Services/UserServiceCrudTests.Delete.cs
Umbraco.Core/Services/UserServiceCrudTests.Delete.cs

View file

@ -404,6 +404,7 @@ src/Umbraco.Cms.Api.Management/ViewModels/DataType/DataTypeModelBase.cs
src/Umbraco.Cms.Api.Management/ViewModels/DataType/DataTypeResponseModel.cs
src/Umbraco.Cms.Api.Management/ViewModels/DataType/DataTypePropertyReferenceViewModel.cs
src/Umbraco.Cms.Api.Management/ViewModels/DataType/CreateDataTypeRequestModel.cs
src/Umbraco.Cms.Api.Management/ViewModels/DataType/DataTypeContentTypeReferenceModel.cs
src/Umbraco.Cms.Api.Management/ViewModels/DataType/DataTypePropertyPresentationModel.cs
src/Umbraco.Cms.Api.Management/ViewModels/DataType/CopyDataTypeRequestModel.cs
src/Umbraco.Cms.Api.Management/ViewModels/DataType/UpdateDataTypeRequestModel.cs
@ -731,6 +732,7 @@ src/Umbraco.Cms.Api.Management/Controllers/MediaType/MoveMediaTypeController.cs
src/Umbraco.Cms.Api.Management/Controllers/MediaType/UpdateMediaTypeController.cs
src/Umbraco.Cms.Api.Management/Controllers/MediaType/ImportNewMediaTypeController.cs
src/Umbraco.Cms.Api.Management/Controllers/MediaType/MediaTypeControllerBase.cs
src/Umbraco.Cms.Api.Management/Controllers/MediaType/Item/FolderMediaTypeItemController.cs
src/Umbraco.Cms.Api.Management/Controllers/MediaType/Item/SearchMediaTypeItemController.cs
src/Umbraco.Cms.Api.Management/Controllers/MediaType/Item/AllowedMediaTypeItemController.cs
src/Umbraco.Cms.Api.Management/Controllers/MediaType/Item/ItemMediaTypeItemController.cs
@ -3028,7 +3030,6 @@ src/Umbraco.Core/Configuration/IUmbracoConfigurationSection.cs
src/Umbraco.Core/Configuration/PasswordConfiguration.cs
src/Umbraco.Core/Configuration/Models/HelpPageSettings.cs
src/Umbraco.Core/Configuration/Models/SecuritySettings.cs
src/Umbraco.Core/Configuration/Models/PackageManifestSettings.cs
src/Umbraco.Core/Configuration/Models/Validation/ContentSettingsValidator.cs
src/Umbraco.Core/Configuration/Models/Validation/RequestHandlerSettingsValidator.cs
src/Umbraco.Core/Configuration/Models/Validation/GlobalSettingsValidator.cs
@ -5229,6 +5230,7 @@ tests/Umbraco.Tests.Integration/Umbraco.Core/Services/MediaTypeEditingServiceTes
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/ContentEditingServiceTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/MemberGroupServiceTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/UserServiceCrudTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/MediaTypeEditingServiceTests.GetFolderMediaTypes.cs
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/UserServiceCrudTests.Delete.cs
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/UserServiceCrudTests.Create.cs
tests/Umbraco.Tests.Integration/Umbraco.Core/Services/DynamicRootServiceTests.cs

View file

@ -12675,6 +12675,11 @@ js/product-editor/changelog/dev-47215_request_categories_conditionally
product-editor/changelog/dev-47215_request_categories_conditionally
changelog/dev-47215_request_categories_conditionally
dev-47215_request_categories_conditionally
packages/js/product-editor/changelog/update-product-editor-handle-shipping-classes-slug
js/product-editor/changelog/update-product-editor-handle-shipping-classes-slug
product-editor/changelog/update-product-editor-handle-shipping-classes-slug
changelog/update-product-editor-handle-shipping-classes-slug
update-product-editor-handle-shipping-classes-slug
packages/js/product-editor/changelog/enhancement-45883
js/product-editor/changelog/enhancement-45883
product-editor/changelog/enhancement-45883
@ -12735,6 +12740,11 @@ js/product-editor/changelog/update-product-editor-increase-attribute-row-accordi
product-editor/changelog/update-product-editor-increase-attribute-row-according-to-options
changelog/update-product-editor-increase-attribute-row-according-to-options
update-product-editor-increase-attribute-row-according-to-options
packages/js/product-editor/changelog/update-create-shipping-classes-optimistically
js/product-editor/changelog/update-create-shipping-classes-optimistically
product-editor/changelog/update-create-shipping-classes-optimistically
changelog/update-create-shipping-classes-optimistically
update-create-shipping-classes-optimistically
packages/js/product-editor/changelog/fix-product-editor-modal-block-editor-1st-block
js/product-editor/changelog/fix-product-editor-modal-block-editor-1st-block
product-editor/changelog/fix-product-editor-modal-block-editor-1st-block
@ -14447,6 +14457,11 @@ js/date/changelog/dev-fix-admin-tests-pnpm7
date/changelog/dev-fix-admin-tests-pnpm7
changelog/dev-fix-admin-tests-pnpm7
dev-fix-admin-tests-pnpm7
packages/js/date/changelog/fix-47949-set-getPreviousDate-default-previous-year
js/date/changelog/fix-47949-set-getPreviousDate-default-previous-year
date/changelog/fix-47949-set-getPreviousDate-default-previous-year
changelog/fix-47949-set-getPreviousDate-default-previous-year
fix-47949-set-getPreviousDate-default-previous-year
packages/js/date/changelog/43532-add-cli-to-ci-workflow
js/date/changelog/43532-add-cli-to-ci-workflow
date/changelog/43532-add-cli-to-ci-workflow
@ -14467,6 +14482,11 @@ js/date/changelog/dev-sync-pnpm
date/changelog/dev-sync-pnpm
changelog/dev-sync-pnpm
dev-sync-pnpm
packages/js/date/changelog/fix-32259-analytics-leap-year
js/date/changelog/fix-32259-analytics-leap-year
date/changelog/fix-32259-analytics-leap-year
changelog/fix-32259-analytics-leap-year
fix-32259-analytics-leap-year
packages/js/date/changelog/fix-plugin-installer-ts
js/date/changelog/fix-plugin-installer-ts
date/changelog/fix-plugin-installer-ts
@ -52115,6 +52135,10 @@ license.txt
plugins/woocommerce/phpcs.xml
woocommerce/phpcs.xml
phpcs.xml
plugins/woocommerce/changelog/fix-27247-missing-zoom-in-variable-products-with-no-cover
woocommerce/changelog/fix-27247-missing-zoom-in-variable-products-with-no-cover
changelog/fix-27247-missing-zoom-in-variable-products-with-no-cover
fix-27247-missing-zoom-in-variable-products-with-no-cover
plugins/woocommerce/changelog/fix-43346-rest-delete-zone-action
woocommerce/changelog/fix-43346-rest-delete-zone-action
changelog/fix-43346-rest-delete-zone-action
@ -52127,6 +52151,10 @@ plugins/woocommerce/changelog/e2e-fix-core-profiler-e2e-reliability
woocommerce/changelog/e2e-fix-core-profiler-e2e-reliability
changelog/e2e-fix-core-profiler-e2e-reliability
e2e-fix-core-profiler-e2e-reliability
plugins/woocommerce/changelog/update-product-editor-handle-shipping-classes-slug
woocommerce/changelog/update-product-editor-handle-shipping-classes-slug
changelog/update-product-editor-handle-shipping-classes-slug
update-product-editor-handle-shipping-classes-slug
plugins/woocommerce/changelog/e2e-fix-skipped-mini-cart-test
woocommerce/changelog/e2e-fix-skipped-mini-cart-test
changelog/e2e-fix-skipped-mini-cart-test
@ -52147,14 +52175,30 @@ plugins/woocommerce/changelog/47869-blocks-e2e-streamline-wp-cli-usage
woocommerce/changelog/47869-blocks-e2e-streamline-wp-cli-usage
changelog/47869-blocks-e2e-streamline-wp-cli-usage
47869-blocks-e2e-streamline-wp-cli-usage
plugins/woocommerce/changelog/47739-fix-47720
woocommerce/changelog/47739-fix-47720
changelog/47739-fix-47720
47739-fix-47720
plugins/woocommerce/changelog/47856-fix-e2e-skipped-tests
woocommerce/changelog/47856-fix-e2e-skipped-tests
changelog/47856-fix-e2e-skipped-tests
47856-fix-e2e-skipped-tests
plugins/woocommerce/changelog/dev-update-pnpm-lock
woocommerce/changelog/dev-update-pnpm-lock
changelog/dev-update-pnpm-lock
dev-update-pnpm-lock
plugins/woocommerce/changelog/update-wc-site-tracking-script
woocommerce/changelog/update-wc-site-tracking-script
changelog/update-wc-site-tracking-script
update-wc-site-tracking-script
plugins/woocommerce/changelog/47875-clean-up-eslint-comments
woocommerce/changelog/47875-clean-up-eslint-comments
changelog/47875-clean-up-eslint-comments
47875-clean-up-eslint-comments
plugins/woocommerce/changelog/fix-47949-set-getPreviousDate-default-previous-year
woocommerce/changelog/fix-47949-set-getPreviousDate-default-previous-year
changelog/fix-47949-set-getPreviousDate-default-previous-year
fix-47949-set-getPreviousDate-default-previous-year
plugins/woocommerce/changelog/47643-fix-woocommerce.com-single-license-activation
woocommerce/changelog/47643-fix-woocommerce.com-single-license-activation
changelog/47643-fix-woocommerce.com-single-license-activation
@ -52167,10 +52211,26 @@ plugins/woocommerce/changelog/enhancement-46491
woocommerce/changelog/enhancement-46491
changelog/enhancement-46491
enhancement-46491
plugins/woocommerce/changelog/redux-38498
woocommerce/changelog/redux-38498
changelog/redux-38498
redux-38498
plugins/woocommerce/changelog/update-pnpm-lock-file
woocommerce/changelog/update-pnpm-lock-file
changelog/update-pnpm-lock-file
update-pnpm-lock-file
plugins/woocommerce/changelog/fix-32259-analytics-leap-year
woocommerce/changelog/fix-32259-analytics-leap-year
changelog/fix-32259-analytics-leap-year
fix-32259-analytics-leap-year
plugins/woocommerce/changelog/fix-orders-responsive-ui
woocommerce/changelog/fix-orders-responsive-ui
changelog/fix-orders-responsive-ui
fix-orders-responsive-ui
plugins/woocommerce/changelog/pr-47798
woocommerce/changelog/pr-47798
changelog/pr-47798
pr-47798
plugins/woocommerce/changelog/47551-47403-async-ptk-request
woocommerce/changelog/47551-47403-async-ptk-request
changelog/47551-47403-async-ptk-request
@ -52179,6 +52239,10 @@ plugins/woocommerce/changelog/47871-fix-47868-product-collection-block-does-not-
woocommerce/changelog/47871-fix-47868-product-collection-block-does-not-display-properly-when-editing-template
changelog/47871-fix-47868-product-collection-block-does-not-display-properly-when-editing-template
47871-fix-47868-product-collection-block-does-not-display-properly-when-editing-template
plugins/woocommerce/changelog/47866-dev-remove-feature-plugin-and-flags
woocommerce/changelog/47866-dev-remove-feature-plugin-and-flags
changelog/47866-dev-remove-feature-plugin-and-flags
47866-dev-remove-feature-plugin-and-flags
plugins/woocommerce/changelog/46564-woocss
woocommerce/changelog/46564-woocss
changelog/46564-woocss
@ -52219,6 +52283,10 @@ plugins/woocommerce/changelog/fix-product-price-ancestors
woocommerce/changelog/fix-product-price-ancestors
changelog/fix-product-price-ancestors
fix-product-price-ancestors
plugins/woocommerce/changelog/fix-tracking_loaded_on_front_end
woocommerce/changelog/fix-tracking_loaded_on_front_end
changelog/fix-tracking_loaded_on_front_end
fix-tracking_loaded_on_front_end
plugins/woocommerce/changelog/fix-performance_metrics_results
woocommerce/changelog/fix-performance_metrics_results
changelog/fix-performance_metrics_results
@ -52235,14 +52303,26 @@ plugins/woocommerce/changelog/e2e-update-testIgnore-pattern-for-Gutenberg-projec
woocommerce/changelog/e2e-update-testIgnore-pattern-for-Gutenberg-project
changelog/e2e-update-testIgnore-pattern-for-Gutenberg-project
e2e-update-testIgnore-pattern-for-Gutenberg-project
plugins/woocommerce/changelog/fix-47107_prevent_wrong_tracks_when_importing
woocommerce/changelog/fix-47107_prevent_wrong_tracks_when_importing
changelog/fix-47107_prevent_wrong_tracks_when_importing
fix-47107_prevent_wrong_tracks_when_importing
plugins/woocommerce/changelog/fix-36773
woocommerce/changelog/fix-36773
changelog/fix-36773
fix-36773
plugins/woocommerce/changelog/47787-add-lys-exclude-hook
woocommerce/changelog/47787-add-lys-exclude-hook
changelog/47787-add-lys-exclude-hook
47787-add-lys-exclude-hook
plugins/woocommerce/changelog/47546-47545-cys-full-composability-ensure-that-the-assembler-doesnt-crash-when-the-feature-flag-is-enabled-but-site-doesnt-have-the-latest-version-of-gutenberg
woocommerce/changelog/47546-47545-cys-full-composability-ensure-that-the-assembler-doesnt-crash-when-the-feature-flag-is-enabled-but-site-doesnt-have-the-latest-version-of-gutenberg
changelog/47546-47545-cys-full-composability-ensure-that-the-assembler-doesnt-crash-when-the-feature-flag-is-enabled-but-site-doesnt-have-the-latest-version-of-gutenberg
47546-47545-cys-full-composability-ensure-that-the-assembler-doesnt-crash-when-the-feature-flag-is-enabled-but-site-doesnt-have-the-latest-version-of-gutenberg
plugins/woocommerce/changelog/47915-update-47800-use-dedicated-api-endpoint-for-lys-survey-status
woocommerce/changelog/47915-update-47800-use-dedicated-api-endpoint-for-lys-survey-status
changelog/47915-update-47800-use-dedicated-api-endpoint-for-lys-survey-status
47915-update-47800-use-dedicated-api-endpoint-for-lys-survey-status
plugins/woocommerce/changelog/47742-fix-coming-soon-untranslated-text
woocommerce/changelog/47742-fix-coming-soon-untranslated-text
changelog/47742-fix-coming-soon-untranslated-text
@ -67943,6 +68023,14 @@ analytics/components/report-filters/index.js
components/report-filters/index.js
report-filters/index.js
index.js
plugins/woocommerce-admin/client/analytics/components/report-chart/test/utils.js
woocommerce-admin/client/analytics/components/report-chart/test/utils.js
client/analytics/components/report-chart/test/utils.js
analytics/components/report-chart/test/utils.js
components/report-chart/test/utils.js
report-chart/test/utils.js
test/utils.js
utils.js
plugins/woocommerce-admin/client/analytics/components/report-chart/test/index.js
woocommerce-admin/client/analytics/components/report-chart/test/index.js
client/analytics/components/report-chart/test/index.js

View file

@ -1920,6 +1920,7 @@ packages/js/product-editor/changelog/update-product-attribute-types
packages/js/product-editor/changelog/dev-47189_disable_prepublish_panel
packages/js/product-editor/changelog/fix-product-editor-modal-block-editor-header-toolbars
packages/js/product-editor/changelog/dev-47215_request_categories_conditionally
packages/js/product-editor/changelog/update-product-editor-handle-shipping-classes-slug
packages/js/product-editor/changelog/enhancement-45883
packages/js/product-editor/changelog/try-detect-save-via-product-editor
packages/js/product-editor/changelog/update-export-product-edits
@ -1932,6 +1933,7 @@ packages/js/product-editor/changelog/47385-dev-update-pnpm9-1
packages/js/product-editor/changelog/update-product-editor-dont-invalidate-when-creating-new-attribute
packages/js/product-editor/changelog/update-number-control-improvements
packages/js/product-editor/changelog/update-product-editor-increase-attribute-row-according-to-options
packages/js/product-editor/changelog/update-create-shipping-classes-optimistically
packages/js/product-editor/changelog/fix-product-editor-modal-block-editor-1st-block
packages/js/product-editor/changelog/update-product-editor-use-token-field-for-terms
packages/js/product-editor/changelog/dev-46890_avoid_request_product_twice
@ -2248,10 +2250,12 @@ packages/js/date/changelog/42802-fix-watch-build-race-condition
packages/js/date/changelog/47385-dev-update-pnpm9-1
packages/js/date/changelog/dev-pin-wp-deps-6
packages/js/date/changelog/dev-fix-admin-tests-pnpm7
packages/js/date/changelog/fix-47949-set-getPreviousDate-default-previous-year
packages/js/date/changelog/43532-add-cli-to-ci-workflow
packages/js/date/changelog/dev-fix-pnpm-version-engines
packages/js/date/changelog/upgrade-pnpm-7
packages/js/date/changelog/dev-sync-pnpm
packages/js/date/changelog/fix-32259-analytics-leap-year
packages/js/date/changelog/fix-plugin-installer-ts
packages/js/date/changelog/dev-update-pnpm-8.6.5
packages/js/date/changelog/ci-add-workflow-call-event
@ -8096,22 +8100,33 @@ plugins/woocommerce/packages/README.md
plugins/woocommerce/packages/woocommerce-admin/woocommerce-admin.php
plugins/woocommerce/license.txt
plugins/woocommerce/phpcs.xml
plugins/woocommerce/changelog/fix-27247-missing-zoom-in-variable-products-with-no-cover
plugins/woocommerce/changelog/fix-43346-rest-delete-zone-action
plugins/woocommerce/changelog/47341-add-LYS-e2e-tests-merchant
plugins/woocommerce/changelog/e2e-fix-core-profiler-e2e-reliability
plugins/woocommerce/changelog/update-product-editor-handle-shipping-classes-slug
plugins/woocommerce/changelog/e2e-fix-skipped-mini-cart-test
plugins/woocommerce/changelog/.gitkeep
plugins/woocommerce/changelog/fix-blockbased-typo-tests
plugins/woocommerce/changelog/fix-32037
plugins/woocommerce/changelog/47869-blocks-e2e-streamline-wp-cli-usage
plugins/woocommerce/changelog/47739-fix-47720
plugins/woocommerce/changelog/47856-fix-e2e-skipped-tests
plugins/woocommerce/changelog/dev-update-pnpm-lock
plugins/woocommerce/changelog/update-wc-site-tracking-script
plugins/woocommerce/changelog/47875-clean-up-eslint-comments
plugins/woocommerce/changelog/fix-47949-set-getPreviousDate-default-previous-year
plugins/woocommerce/changelog/47643-fix-woocommerce.com-single-license-activation
plugins/woocommerce/changelog/fix-41462
plugins/woocommerce/changelog/enhancement-46491
plugins/woocommerce/changelog/redux-38498
plugins/woocommerce/changelog/update-pnpm-lock-file
plugins/woocommerce/changelog/fix-32259-analytics-leap-year
plugins/woocommerce/changelog/fix-orders-responsive-ui
plugins/woocommerce/changelog/pr-47798
plugins/woocommerce/changelog/47551-47403-async-ptk-request
plugins/woocommerce/changelog/47871-fix-47868-product-collection-block-does-not-display-properly-when-editing-template
plugins/woocommerce/changelog/47866-dev-remove-feature-plugin-and-flags
plugins/woocommerce/changelog/46564-woocss
plugins/woocommerce/changelog/47660-refactor-core-e2e-utils-implementation
plugins/woocommerce/changelog/47844-fix-remove-checkstyle-file
@ -8122,12 +8137,16 @@ plugins/woocommerce/changelog/e2e-update-snapshotPathTemplate
plugins/woocommerce/changelog/enhancement-47804
plugins/woocommerce/changelog/fix-subsequent-admin-routing
plugins/woocommerce/changelog/fix-product-price-ancestors
plugins/woocommerce/changelog/fix-tracking_loaded_on_front_end
plugins/woocommerce/changelog/fix-performance_metrics_results
plugins/woocommerce/changelog/fix-coreporifler-plugin-install-track-ext-name
plugins/woocommerce/changelog/e2e-fix-unskip-failing-tests
plugins/woocommerce/changelog/e2e-update-testIgnore-pattern-for-Gutenberg-project
plugins/woocommerce/changelog/fix-47107_prevent_wrong_tracks_when_importing
plugins/woocommerce/changelog/fix-36773
plugins/woocommerce/changelog/47787-add-lys-exclude-hook
plugins/woocommerce/changelog/47546-47545-cys-full-composability-ensure-that-the-assembler-doesnt-crash-when-the-feature-flag-is-enabled-but-site-doesnt-have-the-latest-version-of-gutenberg
plugins/woocommerce/changelog/47915-update-47800-use-dedicated-api-endpoint-for-lys-survey-status
plugins/woocommerce/changelog/47742-fix-coming-soon-untranslated-text
plugins/woocommerce/changelog/47415-add-highlight-selected-block
plugins/woocommerce/changelog/47636-fix-46274-product-gallery-error-on-revisit-page
@ -10469,6 +10488,7 @@ plugins/woocommerce-admin/client/analytics/components/report-summary/test/index.
plugins/woocommerce-admin/client/analytics/components/report-summary/index.js
plugins/woocommerce-admin/client/analytics/components/report-filters/test/index.js
plugins/woocommerce-admin/client/analytics/components/report-filters/index.js
plugins/woocommerce-admin/client/analytics/components/report-chart/test/utils.js
plugins/woocommerce-admin/client/analytics/components/report-chart/test/index.js
plugins/woocommerce-admin/client/analytics/components/report-chart/utils.js
plugins/woocommerce-admin/client/analytics/components/report-chart/index.js

View file

@ -16842,6 +16842,14 @@ LayoutSidebar/AvatarMenu/plugins/keyboard-shortcuts.ts
AvatarMenu/plugins/keyboard-shortcuts.ts
plugins/keyboard-shortcuts.ts
keyboard-shortcuts.ts
app/frontend/apps/desktop/components/layout/__tests__/LayoutContent.spec.ts
frontend/apps/desktop/components/layout/__tests__/LayoutContent.spec.ts
apps/desktop/components/layout/__tests__/LayoutContent.spec.ts
desktop/components/layout/__tests__/LayoutContent.spec.ts
components/layout/__tests__/LayoutContent.spec.ts
layout/__tests__/LayoutContent.spec.ts
__tests__/LayoutContent.spec.ts
LayoutContent.spec.ts
app/frontend/apps/desktop/components/layout/__tests__/LayoutSidebar.spec.ts
frontend/apps/desktop/components/layout/__tests__/LayoutSidebar.spec.ts
apps/desktop/components/layout/__tests__/LayoutSidebar.spec.ts
@ -17404,6 +17412,13 @@ desktop/components/CommonTabManager/CommonTab.vue
components/CommonTabManager/CommonTab.vue
CommonTabManager/CommonTab.vue
CommonTab.vue
app/frontend/apps/desktop/components/CommonPageHelp/CommonHelpText.vue
frontend/apps/desktop/components/CommonPageHelp/CommonHelpText.vue
apps/desktop/components/CommonPageHelp/CommonHelpText.vue
desktop/components/CommonPageHelp/CommonHelpText.vue
components/CommonPageHelp/CommonHelpText.vue
CommonPageHelp/CommonHelpText.vue
CommonHelpText.vue
app/frontend/apps/desktop/components/CommonPageHelp/CommonPageHelp.vue
frontend/apps/desktop/components/CommonPageHelp/CommonPageHelp.vue
apps/desktop/components/CommonPageHelp/CommonPageHelp.vue
@ -17411,6 +17426,14 @@ desktop/components/CommonPageHelp/CommonPageHelp.vue
components/CommonPageHelp/CommonPageHelp.vue
CommonPageHelp/CommonPageHelp.vue
CommonPageHelp.vue
app/frontend/apps/desktop/components/CommonPageHelp/__tests__/CommonHelpText.spec.ts
frontend/apps/desktop/components/CommonPageHelp/__tests__/CommonHelpText.spec.ts
apps/desktop/components/CommonPageHelp/__tests__/CommonHelpText.spec.ts
desktop/components/CommonPageHelp/__tests__/CommonHelpText.spec.ts
components/CommonPageHelp/__tests__/CommonHelpText.spec.ts
CommonPageHelp/__tests__/CommonHelpText.spec.ts
__tests__/CommonHelpText.spec.ts
CommonHelpText.spec.ts
app/frontend/apps/desktop/components/CommonPageHelp/__tests__/CommonPageHelp.spec.ts
frontend/apps/desktop/components/CommonPageHelp/__tests__/CommonPageHelp.spec.ts
apps/desktop/components/CommonPageHelp/__tests__/CommonPageHelp.spec.ts
@ -17503,6 +17526,12 @@ apps/desktop/composables/usePrintMode.ts
desktop/composables/usePrintMode.ts
composables/usePrintMode.ts
usePrintMode.ts
app/frontend/apps/desktop/composables/useTransitionConfig.ts
frontend/apps/desktop/composables/useTransitionConfig.ts
apps/desktop/composables/useTransitionConfig.ts
desktop/composables/useTransitionConfig.ts
composables/useTransitionConfig.ts
useTransitionConfig.ts
app/frontend/apps/desktop/composables/useTransitionCollapse.ts
frontend/apps/desktop/composables/useTransitionCollapse.ts
apps/desktop/composables/useTransitionCollapse.ts

View file

@ -2838,6 +2838,7 @@ app/frontend/apps/desktop/components/layout/LayoutSidebar/AvatarMenu/plugins/pla
app/frontend/apps/desktop/components/layout/LayoutSidebar/AvatarMenu/plugins/appearance.ts
app/frontend/apps/desktop/components/layout/LayoutSidebar/AvatarMenu/plugins/personal-settings.ts
app/frontend/apps/desktop/components/layout/LayoutSidebar/AvatarMenu/plugins/keyboard-shortcuts.ts
app/frontend/apps/desktop/components/layout/__tests__/LayoutContent.spec.ts
app/frontend/apps/desktop/components/layout/__tests__/LayoutSidebar.spec.ts
app/frontend/apps/desktop/components/layout/__tests__/LayoutPublicPage.spec.ts
app/frontend/apps/desktop/components/layout/LayoutPage.vue
@ -2914,7 +2915,9 @@ app/frontend/apps/desktop/components/CommonTabManager/types.ts
app/frontend/apps/desktop/components/CommonTabManager/CommonTabManager.vue
app/frontend/apps/desktop/components/CommonTabManager/useTabManager.ts
app/frontend/apps/desktop/components/CommonTabManager/CommonTab.vue
app/frontend/apps/desktop/components/CommonPageHelp/CommonHelpText.vue
app/frontend/apps/desktop/components/CommonPageHelp/CommonPageHelp.vue
app/frontend/apps/desktop/components/CommonPageHelp/__tests__/CommonHelpText.spec.ts
app/frontend/apps/desktop/components/CommonPageHelp/__tests__/CommonPageHelp.spec.ts
app/frontend/apps/desktop/components/CommonPageHelp/CommonPageHelpDialog.vue
app/frontend/apps/desktop/components/CommonSimpleTable/__tests__/CommonSimpleTable.spec.ts.snapshot.txt
@ -2928,6 +2931,7 @@ app/frontend/apps/desktop/composables/__tests__/useResizeGridColumns.spec.ts
app/frontend/apps/desktop/composables/__tests__/useOverlayContainer.spec.ts
app/frontend/apps/desktop/composables/__tests__/usePrintMode.spec.ts
app/frontend/apps/desktop/composables/usePrintMode.ts
app/frontend/apps/desktop/composables/useTransitionConfig.ts
app/frontend/apps/desktop/composables/useTransitionCollapse.ts
app/frontend/apps/desktop/composables/useOverlayContainer.ts
app/frontend/apps/desktop/composables/useResizeGridColumns.ts

View file

@ -2047,8 +2047,8 @@ hotelfinder/rpc
hotels/rpc
hp/video
hpc/*/supported-applications.aspx?
http://about.me/robots.txt
http://tinyurl.com/robots.txt
http://i2.wp.com/robots.txt
http://translate.google.com/robots.txt
hub?category=
hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$

View file

@ -31,6 +31,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
&_locale=
&action=
&adid=
&aff=
&albumsOffset=
&ana=
&aspectratio=
@ -245,7 +246,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.htm$
.html
.html$
.html$
.html?cachemode=refresh$
.i
.inc$
@ -305,7 +305,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.well-known/amphtml/
.well-known/amphtml/apikey.pub
.well-known/assetlinks.json
.well-known/assetlinks.json
.well-known/privacy-sandbox-attestations.json
.well-known/resource-that-should-not-exist-whose-status-code-should-not-be-200
.well-known/shopify/monorail
@ -2284,6 +2283,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/?ar
/?category
/?discount=learn
/?like_comment=
/?orpq
/?q=
/?s=
@ -2508,6 +2508,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/buckets$
/bugs/new
/buscador/
/business-store
/business/ai-search
/business/aisearch
/business/search
@ -3073,7 +3074,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/newssearch
/no-internet-heading-assigned
/no-internet-heading-assisted
/no-referrer-when-downgradehttp://steamcommunity.com/robots.txt
/no-referrer-when-downgradehttp://gmail.com/robots.txt
/no-search-results
/node
/node/add
@ -3206,6 +3207,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/rapist.html
/raw
/reactions
/read
/readcasts
/reader
/reader-*.html
@ -3631,7 +3633,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*__rmid
?*__rmidpage
?*ajs_event
?*apikey*http://lifestylesimplify.com/robots.txt
?*apikey*http://visitazores.com/robots.txt
?*app
?*appidt=*
?*aspects=
@ -3845,7 +3847,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*utm_medium=
?*utm_source
?*utm_source=
?*utm_source=http://ieeexplore.ieee.org/robots.txt
?*utm_source=http://chrome.google.com/robots.txt
?*utm_term=
?*verified=
?*xid
@ -3876,6 +3878,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?action=callus
?adid=
?af=
?aff=
?aff=11788
?aff=15024
?aff=3431
@ -6129,6 +6132,7 @@ abclinks
abnahme
about
about$
about*?
about-aws/launch-a-website-in-minutes-tutorial/
about-aws/media-coverage/2011/08/17/rhat-support-for-sap-solutions-running-on-rhel-on-amazon-ec2/
about-aws/whats-new/2007/11/07/red-hat-enterprise-linux-available-on-amazon-ec2/
@ -6185,6 +6189,7 @@ abtest
abuse
abuse/?
abuse/group
abuse?
abuse_reports/new
ac
ac/
@ -6294,7 +6299,6 @@ acq/real-estate?
act
act-network
action
action
action$
action/ajaxShowRecommended
action/clickThrough
@ -6568,7 +6572,6 @@ amazon100dollarsale
ambry
amg.html
amp
amp
amp$
amp-proxy
amp-tealium
@ -6638,12 +6641,12 @@ api.html?
api.php
api/
api/?
api/attachments/*http://business.twitter.com/robots.txt
api/attachments/*http://docs.wixstatic.com/robots.txt
api/discovery
api/editionurlgenerator
api/eventlogging
api/html
api/http://classroom.google.com/robots.txt
api/http://kobo.com/robots.txt
api/internal/analytics/songs
api/jobPostings/jobs
api/legendary-data/relay
@ -6712,7 +6715,7 @@ appchart
appdynamics-wem.cisco.com
appealed-pin
apple-app-site-association
apple-app-site-associationhttp://fda.gov/robots.txt
apple-app-site-associationhttp://fonts.google.com/robots.txt
apple-news
appliance
applicant-eligibility
@ -7511,7 +7514,6 @@ backoffice=
backstage/help/search-results.html
badges/profile/create
bagon
baidu
ban-me-i-am-a-robot
bandito
banking
@ -7910,7 +7912,7 @@ blog/*?text=
blog/*sitemap.xml$
blog/*utm_source=
blog/.
blog/.html.*http://latimes.com/robots.txt
blog/.html.*http://salon.com/robots.txt
blog/?p=
blog/?s=
blog/Neuer_Beitrag.html
@ -8038,7 +8040,7 @@ bookmark_mana2
bookmarklet
bookmarks
bookmarks/widget
bookmarkshttp://whatsapp.com/robots.txt
bookmarkshttp://ed.ted.com/robots.txt
books
books/NBK
books/about
@ -8955,7 +8957,7 @@ cdn-cgi
cdn-cgi/
cdn-cgi/bm/cv
cdn-cgi/challenge-platform
cdn-cgi/http://crunchbase.com/robots.txt
cdn-cgi/http://mediapost.com/robots.txt
cdn-cgi/rum
cdn-cgi/zaraz/s.js
cdn-cgi/zaraz/t
@ -8983,7 +8985,7 @@ cgi-bin/homelandsecurity
cgi-bin/loginpage
cgi-bin/state
cgi-bin/wx
cgi-binhttp://kck.st/robots.txt
cgi-binhttp://ifttt.com/robots.txt
cgi-local
cgi-perl
cgi-registry
@ -9324,7 +9326,7 @@ co/user
co/users
co/ventureone
code/*
code/http://opera.com/robots.txt
code/http://w3techs.com/robots.txt
codesamples/
coin*mid=
colehaan/daring-to-step-forward
@ -9533,7 +9535,7 @@ conflagexp
connect
connect/@
connect/help/search-results.html
connect/http://imgur.com/robots.txt
connect/http://blog.twitter.com/robots.txt
connect/social-intranet.html
connections
connections/recent
@ -9651,7 +9653,7 @@ content/dam/ircc/documents/pdf/francais/trousses/form/imm5476
content/dam/ircc/documents/pdf/francais/trousses/form/imm5644
content/dam/ircc/documents/pdf/francais/trousses/form/irm0002
content/dam/ircc/documents/pdf/francais/trousses/form/irm0004
content/dam/ircc/documents/pdf/francais/trousses/form/irm0005/http://globenewswire.com/robots.txt
content/dam/ircc/documents/pdf/francais/trousses/form/irm0005/http://canalplus.fr/robots.txt
content/dam/ircc/documents/pdf/francais/trousses/guides/guide-0142-avion-afghanistan-voie-acces-rp.pdf
content/dam/redcross/lp
content/dam/web/da_dk/www
@ -9838,7 +9840,6 @@ cp/api/wpa
cpds2
cpes/
cpresources
cpro
cpropub/univercd
cpspa
cr
@ -11644,7 +11645,7 @@ events/friday-rush$
events/fsi-cloud-symposium-nyc.html
events/rss
evernote/like.php
evite/*http://getbootstrap.com/robots.txt
evite/*http://dw.com/robots.txt
examples/*
exclusive-offers
exec/obidos/account-access-login
@ -11928,7 +11929,7 @@ files/techabuse-welsh.pdf
files/techabuse.pdf
fileview
filing/free-file-fillable-forms/free-file-fillable-forms-support
filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://newsweek.com/robots.txt
filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://is.gd/robots.txt
filter
filter/tips
filter/tips
@ -12102,7 +12103,7 @@ foutmeldingen.*$
foutmeldingen.html$
foxtrotcallback=
fp_ms
fp_ms/_rcv/remote?m_id
fp_ms/_rcv/remote?
fpc/
fpjs
fr
@ -12351,7 +12352,7 @@ fy-NL/search
fy-NL/user
fy-NL/users
g
g/4arE9Chttp://breaker.audio/robots.txt
g/4arE9Chttp://flickr.com/robots.txt
g/api
g00
g01
@ -12574,7 +12575,7 @@ gh/news
gh/useracquisition
gh_jid=
gif
gifshttp://1.bp.blogspot.com/robots.txt
gifshttp://gist.github.com/robots.txt
gift-redemption
gift-terms
gift_card=
@ -12926,7 +12927,7 @@ ha/search
ha/user
ha/users
hackathons/reinvent-2013/
hacker/*/followhttp://digitalocean.com/robots.txt
hacker/*/followhttp://hackerone.com/robots.txt
hacker/*/unfollow
hair-transplant-services
handler
@ -13199,7 +13200,6 @@ homeandgarden/home/hearstmagazines
homefeed
homepage
homepage-video-test
homepage/
homepage/2013
honing.html
hooks
@ -13324,41 +13324,40 @@ http
http-checker
http2_data
http:
http://2.bp.blogspot.com/robots.txt
http://about.google/robots.txt
http://academic.oup.com/robots.txt
http://buzzsprout.com/robots.txt
http://cbc.ca/robots.txt
http://cse.google.com/robots.txt
http://de.wikipedia.org/robots.txt
http://deviantart.com/robots.txt
http://eji.org/robots.txt
http://amazon.de/robots.txt
http://amzn.to/robots.txt
http://api.whatsapp.com/robots.txt
http://app.box.com/robots.txt
http://bbc.com/robots.txt
http://bcn.cl/robots.txt
http://behance.net/robots.txt
http://census.gov/robots.txt
http://euronews.com/robots.txt
http://extension.purdue.edu/robots.txt
http://fastcompany.com/robots.txt
http://fcc.gov/robots.txt
http://google.com.br/robots.txt
http://howtogeek.com/robots.txt
http://i.pinimg.com/robots.txt
http://instapaper.com/robots.txt
http://ipsos.com/robots.txt
http://lh4.googleusercontent.com/robots.txt
http://livestream.com/robots.txt
http://m.youtube.com/robots.txt
http://msdn.microsoft.com/robots.txt
http://orcd.co/robots.txt
http://s3-eu-west-1.amazonaws.com/robots.txt
http://search.google.com/robots.txt
http://searchenginewatch.com/robots.txt
http://services.google.com/robots.txt
http://squareup.com/robots.txt
http://graphisoft.com/robots.txt
http://hubspot.com/robots.txt
http://ie.edu/robots.txt
http://linkedin.com/robots.txt
http://mashable.com/robots.txt
http://mrisoftware.com/robots.txt
http://nationalgeographic.com/robots.txt
http://news.cnet.com/robots.txt
http://news.yahoo.com/robots.txt
http://npmjs.com/robots.txt
http://patreon.com/robots.txt
http://producthunt.com/robots.txt
http://raiplay.it/robots.txt
http://redbubble.com/robots.txt
http://support.apple.com/robots.txt
http://techradar.com/robots.txt
http://tinyurl.com/robots.txt
http://twitch.tv/robots.txt
http://webcache.googleusercontent.com/robots.txt
http://wellbeing.google/robots.txt
http://wikihow.com/robots.txt
http://wired.com/robots.txt
http://worldbank.org/robots.txt
http://xkcd.com/robots.txt
http://zendesk.com/robots.txt
http://torproject.org/robots.txt
http://translate.google.com/robots.txt
http://upload.wikimedia.org/robots.txt
http://vogue.com/robots.txt
http://yelp.com/robots.txt
hu
hu-*/
hu-hu/
@ -14045,7 +14044,7 @@ intcmp=
integrate/
integromedb
intelligencer/amp
interactive*http://jigsaw.w3.org/robots.txt
interactive*http://fcc.gov/robots.txt
interactive/reading-preference
interface/pda
intern/service/suche
@ -14923,7 +14922,7 @@ layout/set/txt_pq
layout/set/xml
layouts
lb
leadingtogether/http://forms.office.com/robots.txt
leadingtogether/http://validator.w3.org/robots.txt
leaf
learn
learn-noperf
@ -14958,7 +14957,7 @@ learning/settings?
learnmorelayer
learnmorelayertv
lecture
lecture/http://icann.org/robots.txt
lecture/http://creativemarket.com/robots.txt
lees/gids/exclusief
lees/gids/exclusief$
lees/gids/exclusief.*$
@ -15079,7 +15078,6 @@ liked
limit_hits
limited-release
link
link?
link_to
linked
linkedin
@ -15571,7 +15569,7 @@ media/popup/
media/thumbnails/
media/tv/channel/credits
media/tyfo*
media/tyfo*http://click.linksynergy.com/robots.txt
media/tyfo*http://statcounter.com/robots.txt
mediabase
mediaembed
medialibrary/de/brief
@ -16581,6 +16579,7 @@ ngc=
ngetty
nii=t
nike
nimbus_ms/remote?
niosh/archive/
nl
nl*/blog-article-remove-faq-utms-*.js
@ -19099,7 +19098,6 @@ s2/sitemaps
s2/static
s3
s?
s?
s?*rh=n%3A1380045031
sa
sa=
@ -19443,7 +19441,7 @@ search/*?*schools=
search/*?*sort=
search/*?*time=
search/*?*tools=
search/*?*userAvailability=*http://telegraph.co.uk/robots.txt
search/*?*userAvailability=*http://betterplace.org/robots.txt
search/*filter=dl*
search/.
search/2/api
@ -19560,7 +19558,7 @@ section/3
section/36
section/6
section/8
section/9http://marketwatch.com/robots.txt
section/9http://issuu.com/robots.txt
sectionized
sections
sections$
@ -19675,6 +19673,7 @@ server-status
server/banners
server/body-include
server/bottom-notes
server/docs/search
server/footer
server/fs-gang
server/generic
@ -19862,7 +19861,6 @@ sheet/help/search-results.html
shelf/user_shelves
shenghuo
shenghuo/search?
shifen/
shihui
shihui?
ship
@ -19931,7 +19929,7 @@ shows/
showtag
showtime/.requestinvite.html.swp
showtime/help/search-results.html
showtimes/location/*http://support.microsoft.com/robots.txt
showtimes/location/*http://img.youtube.com/robots.txt
shr*
shutterstock
si
@ -21173,7 +21171,7 @@ tag
tag-manager
tag-manager-360
tag/
tag/*+http://getpocket.com/robots.txt
tag/*+http://discogs.com/robots.txt
tag/*/a
tag/*/a/
tag/*/b
@ -21413,7 +21411,7 @@ test5
test6
testcases
testfl
testhttp://lulu.com/robots.txt
testhttp://moz.com/robots.txt
testing
testpage-forhomepage
tests/*
@ -21547,7 +21545,6 @@ toggle-experiment
toggle-favorites-collection
token
token=
token=
tool
toolbar
toolkit
@ -21572,7 +21569,7 @@ tools/quotes/secfilings.asp
tools/sensitiveHeading.html*
tooltips
top
top
top$
top-50-wealth-managers
top-stories
topGallery
@ -21696,7 +21693,7 @@ transmute/static-2.6
transmute/static-2.8
transmute/static-2.9
transparency
transparency/http://shure.com/robots.txt
transparency/http://anchor.fm/robots.txt
transparency/regexpert/index.cfm?do=groupDetail.groupDetailDoc&id=14885
transparency/regexpert/index.cfm?do=groupDetail.groupDetailDoc&id=14895
transparency/regexpert/index.cfm?do=groupDetail.groupDetailDoc&id=14896
@ -22098,7 +22095,6 @@ uk/users
uk/ventureone
uk/wdc
uk/your
ulink?
ulk/i
ulk/sch
ulk/usr
@ -22197,6 +22193,7 @@ updatecart
updatemanagement/
updates
upfront
upgrade-offer
upgrade/*
upload
upload-document?
@ -22570,7 +22567,6 @@ utm_expid=
utm_medium=
utm_referrer=
utm_source=
utm_source=
uviewer
uwp
uxtest/ux/
@ -22727,7 +22723,7 @@ video/edit
video/embed
video/embed-player
video/embedded
video/games/tags/
video/games/tags
video/iframe
video/moment-joseph-mccann-arrested-in-a-tree-11878890
video/mucinex-md
@ -23950,9 +23946,9 @@ wp-admin
wp-admin/
wp-admin/admin-ajax.php
wp-admin/admin-ajax.php
wp-admin/admin-ajax.phphttp://jupiterbroadcasting.com/robots.txt
wp-admin/admin-ajax.phphttp://pewinternet.org/robots.txt
wp-admin/admin-ajax.phphttp://roh.org.uk/robots.txt
wp-admin/admin-ajax.phphttp://aljazeera.com/robots.txt
wp-admin/admin-ajax.phphttp://fool.com/robots.txt
wp-admin/admin-ajax.phphttp://openstreetmap.org/robots.txt
wp-admin/load-scripts.php
wp-admin/load-styles.php
wp-adv
@ -24018,7 +24014,7 @@ wp-content/themes/wired/assets/images/wired_insider_1118_1000x190.jpg
wp-content/themes/wired/assets/images/wired_video_1000x190.jpg
wp-content/uploads
wp-content/uploads/
wp-content/uploads/wp-import-export-lite/http://magisto.com/robots.txt
wp-content/uploads/wp-import-export-lite/http://rebrand.ly/robots.txt
wp-dyn
wp-includes
wp-includes*.css
@ -24153,7 +24149,7 @@ your-shop
yourAccount
youraccount
youreurope/businessACC
youreurope/businessDEV/http://pca.st/robots.txt
youreurope/businessDEV/http://europarl.europa.eu/robots.txt
youreurope/citizensACC
youreurope/citizensDEV
yours
@ -24503,7 +24499,7 @@ zz
8618
9742
9744
101612.rsshttp://tv.youtube.com/robots.txt
101612.rsshttp://c-span.org/robots.txt
1010203
1014943
1027454