[Github Action] Automated trickest wordlists update.

This commit is contained in:
GitHub Action 2024-04-26 00:19:36 +00:00
parent 66cbdf0290
commit f4c650f64a
25 changed files with 1407 additions and 1035 deletions

View File

@ -5101,10 +5101,6 @@ api/src/utils/get-graphql-type.ts
src/utils/get-graphql-type.ts src/utils/get-graphql-type.ts
utils/get-graphql-type.ts utils/get-graphql-type.ts
get-graphql-type.ts get-graphql-type.ts
api/src/utils/strip-function.ts
src/utils/strip-function.ts
utils/strip-function.ts
strip-function.ts
api/src/utils/validate-keys.test.ts api/src/utils/validate-keys.test.ts
src/utils/validate-keys.test.ts src/utils/validate-keys.test.ts
utils/validate-keys.test.ts utils/validate-keys.test.ts
@ -5369,6 +5365,10 @@ api/src/utils/user-name.ts
src/utils/user-name.ts src/utils/user-name.ts
utils/user-name.ts utils/user-name.ts
user-name.ts user-name.ts
api/src/utils/parse-filter-key.test.ts
src/utils/parse-filter-key.test.ts
utils/parse-filter-key.test.ts
parse-filter-key.test.ts
api/src/utils/validate-keys.ts api/src/utils/validate-keys.ts
src/utils/validate-keys.ts src/utils/validate-keys.ts
utils/validate-keys.ts utils/validate-keys.ts
@ -5413,6 +5413,10 @@ api/src/utils/calculate-field-depth.test.ts
src/utils/calculate-field-depth.test.ts src/utils/calculate-field-depth.test.ts
utils/calculate-field-depth.test.ts utils/calculate-field-depth.test.ts
calculate-field-depth.test.ts calculate-field-depth.test.ts
api/src/utils/parse-filter-key.ts
src/utils/parse-filter-key.ts
utils/parse-filter-key.ts
parse-filter-key.ts
api/src/utils/validate-env.test.ts api/src/utils/validate-env.test.ts
src/utils/validate-env.test.ts src/utils/validate-env.test.ts
utils/validate-env.test.ts utils/validate-env.test.ts
@ -5421,10 +5425,6 @@ api/src/utils/calculate-field-depth.ts
src/utils/calculate-field-depth.ts src/utils/calculate-field-depth.ts
utils/calculate-field-depth.ts utils/calculate-field-depth.ts
calculate-field-depth.ts calculate-field-depth.ts
api/src/utils/strip-function.test.ts
src/utils/strip-function.test.ts
utils/strip-function.test.ts
strip-function.test.ts
api/src/utils/get-snapshot-diff.ts api/src/utils/get-snapshot-diff.ts
src/utils/get-snapshot-diff.ts src/utils/get-snapshot-diff.ts
utils/get-snapshot-diff.ts utils/get-snapshot-diff.ts
@ -8311,6 +8311,10 @@ soft-pigs-applaud.md
twelve-owls-tickle.md twelve-owls-tickle.md
.changeset/smooth-ears-buy.md .changeset/smooth-ears-buy.md
smooth-ears-buy.md smooth-ears-buy.md
.changeset/strong-bulldogs-type.md
strong-bulldogs-type.md
.changeset/brave-chairs-switch.md
brave-chairs-switch.md
.changeset/twelve-sloths-beg.md .changeset/twelve-sloths-beg.md
twelve-sloths-beg.md twelve-sloths-beg.md
.changeset/selfish-sloths-double.md .changeset/selfish-sloths-double.md
@ -8323,10 +8327,14 @@ six-tigers-pull.md
quick-onions-beam.md quick-onions-beam.md
.changeset/stupid-singers-smash.md .changeset/stupid-singers-smash.md
stupid-singers-smash.md stupid-singers-smash.md
.changeset/bright-mirrors-rush.md
bright-mirrors-rush.md
.changeset/blue-lies-double.md .changeset/blue-lies-double.md
blue-lies-double.md blue-lies-double.md
.changeset/six-bags-play.md .changeset/six-bags-play.md
six-bags-play.md six-bags-play.md
.changeset/curvy-fishes-work.md
curvy-fishes-work.md
.changeset/rude-carrots-confess.md .changeset/rude-carrots-confess.md
rude-carrots-confess.md rude-carrots-confess.md
.changeset/chilly-papayas-drive.md .changeset/chilly-papayas-drive.md
@ -8335,6 +8343,8 @@ chilly-papayas-drive.md
big-shrimps-prove.md big-shrimps-prove.md
.changeset/stupid-laws-jog.md .changeset/stupid-laws-jog.md
stupid-laws-jog.md stupid-laws-jog.md
.changeset/rude-cougars-suffer.md
rude-cougars-suffer.md
.changeset/swift-dryers-shake.md .changeset/swift-dryers-shake.md
swift-dryers-shake.md swift-dryers-shake.md
.changeset/tough-rocks-do.md .changeset/tough-rocks-do.md
@ -12023,6 +12033,11 @@ src/interfaces/input-block-editor/index.ts
interfaces/input-block-editor/index.ts interfaces/input-block-editor/index.ts
input-block-editor/index.ts input-block-editor/index.ts
index.ts index.ts
app/src/interfaces/input-block-editor/bus.ts
src/interfaces/input-block-editor/bus.ts
interfaces/input-block-editor/bus.ts
input-block-editor/bus.ts
bus.ts
app/src/interfaces/input-block-editor/use-file-handler.ts app/src/interfaces/input-block-editor/use-file-handler.ts
src/interfaces/input-block-editor/use-file-handler.ts src/interfaces/input-block-editor/use-file-handler.ts
interfaces/input-block-editor/use-file-handler.ts interfaces/input-block-editor/use-file-handler.ts

View File

@ -1065,7 +1065,6 @@ api/src/utils/jwt.test.ts
api/src/utils/ip-in-networks.test.ts api/src/utils/ip-in-networks.test.ts
api/src/utils/transaction.ts api/src/utils/transaction.ts
api/src/utils/get-graphql-type.ts api/src/utils/get-graphql-type.ts
api/src/utils/strip-function.ts
api/src/utils/validate-keys.test.ts api/src/utils/validate-keys.test.ts
api/src/utils/get-versioned-hash.test.ts api/src/utils/get-versioned-hash.test.ts
api/src/utils/filter-items.test.ts api/src/utils/filter-items.test.ts
@ -1132,6 +1131,7 @@ api/src/utils/merge-permissions.test.ts
api/src/utils/get-accountability-for-token.test.ts api/src/utils/get-accountability-for-token.test.ts
api/src/utils/merge-permissions.ts api/src/utils/merge-permissions.ts
api/src/utils/user-name.ts api/src/utils/user-name.ts
api/src/utils/parse-filter-key.test.ts
api/src/utils/validate-keys.ts api/src/utils/validate-keys.ts
api/src/utils/is-login-redirect-allowed.ts api/src/utils/is-login-redirect-allowed.ts
api/src/utils/compress.ts api/src/utils/compress.ts
@ -1143,9 +1143,9 @@ api/src/utils/url.test.ts
api/src/utils/transformations.test.ts api/src/utils/transformations.test.ts
api/src/utils/parse-image-metadata.ts api/src/utils/parse-image-metadata.ts
api/src/utils/calculate-field-depth.test.ts api/src/utils/calculate-field-depth.test.ts
api/src/utils/parse-filter-key.ts
api/src/utils/validate-env.test.ts api/src/utils/validate-env.test.ts
api/src/utils/calculate-field-depth.ts api/src/utils/calculate-field-depth.ts
api/src/utils/strip-function.test.ts
api/src/utils/get-snapshot-diff.ts api/src/utils/get-snapshot-diff.ts
api/src/utils/construct-flow-tree.ts api/src/utils/construct-flow-tree.ts
api/src/utils/get-date-formatted.ts api/src/utils/get-date-formatted.ts
@ -1726,18 +1726,23 @@ cla.md
.changeset/soft-pigs-applaud.md .changeset/soft-pigs-applaud.md
.changeset/twelve-owls-tickle.md .changeset/twelve-owls-tickle.md
.changeset/smooth-ears-buy.md .changeset/smooth-ears-buy.md
.changeset/strong-bulldogs-type.md
.changeset/brave-chairs-switch.md
.changeset/twelve-sloths-beg.md .changeset/twelve-sloths-beg.md
.changeset/selfish-sloths-double.md .changeset/selfish-sloths-double.md
.changeset/long-toes-pull.md .changeset/long-toes-pull.md
.changeset/six-tigers-pull.md .changeset/six-tigers-pull.md
.changeset/quick-onions-beam.md .changeset/quick-onions-beam.md
.changeset/stupid-singers-smash.md .changeset/stupid-singers-smash.md
.changeset/bright-mirrors-rush.md
.changeset/blue-lies-double.md .changeset/blue-lies-double.md
.changeset/six-bags-play.md .changeset/six-bags-play.md
.changeset/curvy-fishes-work.md
.changeset/rude-carrots-confess.md .changeset/rude-carrots-confess.md
.changeset/chilly-papayas-drive.md .changeset/chilly-papayas-drive.md
.changeset/big-shrimps-prove.md .changeset/big-shrimps-prove.md
.changeset/stupid-laws-jog.md .changeset/stupid-laws-jog.md
.changeset/rude-cougars-suffer.md
.changeset/swift-dryers-shake.md .changeset/swift-dryers-shake.md
.changeset/tough-rocks-do.md .changeset/tough-rocks-do.md
.changeset/config.json .changeset/config.json
@ -2553,6 +2558,7 @@ app/src/interfaces/list-m2a/list-m2a.vue
app/src/interfaces/list-m2a/preview.svg app/src/interfaces/list-m2a/preview.svg
app/src/interfaces/input-block-editor/input-block-editor.vue app/src/interfaces/input-block-editor/input-block-editor.vue
app/src/interfaces/input-block-editor/index.ts app/src/interfaces/input-block-editor/index.ts
app/src/interfaces/input-block-editor/bus.ts
app/src/interfaces/input-block-editor/use-file-handler.ts app/src/interfaces/input-block-editor/use-file-handler.ts
app/src/interfaces/input-block-editor/tools.ts app/src/interfaces/input-block-editor/tools.ts
app/src/interfaces/input-block-editor/alignment.ts app/src/interfaces/input-block-editor/alignment.ts

View File

@ -5989,11 +5989,6 @@ core/modules/syslog/logHandler.php
modules/syslog/logHandler.php modules/syslog/logHandler.php
syslog/logHandler.php syslog/logHandler.php
logHandler.php logHandler.php
htdocs/core/modules/syslog/logHandlerInterface.php
core/modules/syslog/logHandlerInterface.php
modules/syslog/logHandlerInterface.php
syslog/logHandlerInterface.php
logHandlerInterface.php
htdocs/core/modules/modMailmanSpip.class.php htdocs/core/modules/modMailmanSpip.class.php
core/modules/modMailmanSpip.class.php core/modules/modMailmanSpip.class.php
modules/modMailmanSpip.class.php modules/modMailmanSpip.class.php
@ -7088,6 +7083,10 @@ htdocs/core/class/ldap.class.php
core/class/ldap.class.php core/class/ldap.class.php
class/ldap.class.php class/ldap.class.php
ldap.class.php ldap.class.php
htdocs/core/class/geomapeditor.class.php
core/class/geomapeditor.class.php
class/geomapeditor.class.php
geomapeditor.class.php
htdocs/core/class/doldeprecationhandler.class.php htdocs/core/class/doldeprecationhandler.class.php
core/class/doldeprecationhandler.class.php core/class/doldeprecationhandler.class.php
class/doldeprecationhandler.class.php class/doldeprecationhandler.class.php
@ -7432,6 +7431,10 @@ htdocs/core/class/utils.class.php
core/class/utils.class.php core/class/utils.class.php
class/utils.class.php class/utils.class.php
utils.class.php utils.class.php
htdocs/core/class/dolgeophp.class.php
core/class/dolgeophp.class.php
class/dolgeophp.class.php
dolgeophp.class.php
htdocs/core/class/fiscalyear.class.php htdocs/core/class/fiscalyear.class.php
core/class/fiscalyear.class.php core/class/fiscalyear.class.php
class/fiscalyear.class.php class/fiscalyear.class.php
@ -41405,6 +41408,34 @@ htdocs/zapier/lib/zapier.lib.php
zapier/lib/zapier.lib.php zapier/lib/zapier.lib.php
lib/zapier.lib.php lib/zapier.lib.php
zapier.lib.php zapier.lib.php
htdocs/includes/leaflet/leaflet.js
includes/leaflet/leaflet.js
leaflet/leaflet.js
leaflet.js
htdocs/includes/leaflet/leaflet.js.map
includes/leaflet/leaflet.js.map
leaflet/leaflet.js.map
leaflet.js.map
htdocs/includes/leaflet/leaflet-src.esm.js.map
includes/leaflet/leaflet-src.esm.js.map
leaflet/leaflet-src.esm.js.map
leaflet-src.esm.js.map
htdocs/includes/leaflet/leaflet-src.js
includes/leaflet/leaflet-src.js
leaflet/leaflet-src.js
leaflet-src.js
htdocs/includes/leaflet/leaflet-src.js.map
includes/leaflet/leaflet-src.js.map
leaflet/leaflet-src.js.map
leaflet-src.js.map
htdocs/includes/leaflet/leaflet-src.esm.js
includes/leaflet/leaflet-src.esm.js
leaflet/leaflet-src.esm.js
leaflet-src.esm.js
htdocs/includes/leaflet/leaflet-geoman.min.js
includes/leaflet/leaflet-geoman.min.js
leaflet/leaflet-geoman.min.js
leaflet-geoman.min.js
htdocs/includes/maximebf/debugbar/src/DebugBar/JavascriptRenderer.php htdocs/includes/maximebf/debugbar/src/DebugBar/JavascriptRenderer.php
includes/maximebf/debugbar/src/DebugBar/JavascriptRenderer.php includes/maximebf/debugbar/src/DebugBar/JavascriptRenderer.php
maximebf/debugbar/src/DebugBar/JavascriptRenderer.php maximebf/debugbar/src/DebugBar/JavascriptRenderer.php
@ -47064,6 +47095,151 @@ includes/tecnickcom/tcpdf/VERSION
tecnickcom/tcpdf/VERSION tecnickcom/tcpdf/VERSION
tcpdf/VERSION tcpdf/VERSION
VERSION VERSION
htdocs/includes/geoPHP/geoPHP.inc.php
includes/geoPHP/geoPHP.inc.php
geoPHP/geoPHP.inc.php
geoPHP.inc.php
htdocs/includes/geoPHP/doc/api.html
includes/geoPHP/doc/api.html
geoPHP/doc/api.html
doc/api.html
api.html
htdocs/includes/geoPHP/README.md
includes/geoPHP/README.md
geoPHP/README.md
README.md
htdocs/includes/geoPHP/.travis.yml
includes/geoPHP/.travis.yml
geoPHP/.travis.yml
.travis.yml
htdocs/includes/geoPHP/composer.json
includes/geoPHP/composer.json
geoPHP/composer.json
composer.json
htdocs/includes/geoPHP/LICENSE
includes/geoPHP/LICENSE
geoPHP/LICENSE
LICENSE
htdocs/includes/geoPHP/lib/geometry/MultiPolygon.class.php
includes/geoPHP/lib/geometry/MultiPolygon.class.php
geoPHP/lib/geometry/MultiPolygon.class.php
lib/geometry/MultiPolygon.class.php
geometry/MultiPolygon.class.php
MultiPolygon.class.php
htdocs/includes/geoPHP/lib/geometry/Polygon.class.php
includes/geoPHP/lib/geometry/Polygon.class.php
geoPHP/lib/geometry/Polygon.class.php
lib/geometry/Polygon.class.php
geometry/Polygon.class.php
Polygon.class.php
htdocs/includes/geoPHP/lib/geometry/Point.class.php
includes/geoPHP/lib/geometry/Point.class.php
geoPHP/lib/geometry/Point.class.php
lib/geometry/Point.class.php
geometry/Point.class.php
Point.class.php
htdocs/includes/geoPHP/lib/geometry/Collection.class.php
includes/geoPHP/lib/geometry/Collection.class.php
geoPHP/lib/geometry/Collection.class.php
lib/geometry/Collection.class.php
geometry/Collection.class.php
Collection.class.php
htdocs/includes/geoPHP/lib/geometry/LineString.class.php
includes/geoPHP/lib/geometry/LineString.class.php
geoPHP/lib/geometry/LineString.class.php
lib/geometry/LineString.class.php
geometry/LineString.class.php
LineString.class.php
htdocs/includes/geoPHP/lib/geometry/Geometry.class.php
includes/geoPHP/lib/geometry/Geometry.class.php
geoPHP/lib/geometry/Geometry.class.php
lib/geometry/Geometry.class.php
geometry/Geometry.class.php
Geometry.class.php
htdocs/includes/geoPHP/lib/geometry/MultiPoint.class.php
includes/geoPHP/lib/geometry/MultiPoint.class.php
geoPHP/lib/geometry/MultiPoint.class.php
lib/geometry/MultiPoint.class.php
geometry/MultiPoint.class.php
MultiPoint.class.php
htdocs/includes/geoPHP/lib/geometry/MultiLineString.class.php
includes/geoPHP/lib/geometry/MultiLineString.class.php
geoPHP/lib/geometry/MultiLineString.class.php
lib/geometry/MultiLineString.class.php
geometry/MultiLineString.class.php
MultiLineString.class.php
htdocs/includes/geoPHP/lib/geometry/GeometryCollection.class.php
includes/geoPHP/lib/geometry/GeometryCollection.class.php
geoPHP/lib/geometry/GeometryCollection.class.php
lib/geometry/GeometryCollection.class.php
geometry/GeometryCollection.class.php
GeometryCollection.class.php
htdocs/includes/geoPHP/lib/adapters/KML.class.php
includes/geoPHP/lib/adapters/KML.class.php
geoPHP/lib/adapters/KML.class.php
lib/adapters/KML.class.php
adapters/KML.class.php
KML.class.php
htdocs/includes/geoPHP/lib/adapters/GeoHash.class.php
includes/geoPHP/lib/adapters/GeoHash.class.php
geoPHP/lib/adapters/GeoHash.class.php
lib/adapters/GeoHash.class.php
adapters/GeoHash.class.php
GeoHash.class.php
htdocs/includes/geoPHP/lib/adapters/GPX.class.php
includes/geoPHP/lib/adapters/GPX.class.php
geoPHP/lib/adapters/GPX.class.php
lib/adapters/GPX.class.php
adapters/GPX.class.php
GPX.class.php
htdocs/includes/geoPHP/lib/adapters/EWKB.class.php
includes/geoPHP/lib/adapters/EWKB.class.php
geoPHP/lib/adapters/EWKB.class.php
lib/adapters/EWKB.class.php
adapters/EWKB.class.php
EWKB.class.php
htdocs/includes/geoPHP/lib/adapters/GoogleGeocode.class.php
includes/geoPHP/lib/adapters/GoogleGeocode.class.php
geoPHP/lib/adapters/GoogleGeocode.class.php
lib/adapters/GoogleGeocode.class.php
adapters/GoogleGeocode.class.php
GoogleGeocode.class.php
htdocs/includes/geoPHP/lib/adapters/GeoRSS.class.php
includes/geoPHP/lib/adapters/GeoRSS.class.php
geoPHP/lib/adapters/GeoRSS.class.php
lib/adapters/GeoRSS.class.php
adapters/GeoRSS.class.php
GeoRSS.class.php
htdocs/includes/geoPHP/lib/adapters/EWKT.class.php
includes/geoPHP/lib/adapters/EWKT.class.php
geoPHP/lib/adapters/EWKT.class.php
lib/adapters/EWKT.class.php
adapters/EWKT.class.php
EWKT.class.php
htdocs/includes/geoPHP/lib/adapters/WKB.class.php
includes/geoPHP/lib/adapters/WKB.class.php
geoPHP/lib/adapters/WKB.class.php
lib/adapters/WKB.class.php
adapters/WKB.class.php
WKB.class.php
htdocs/includes/geoPHP/lib/adapters/GeoAdapter.class.php
includes/geoPHP/lib/adapters/GeoAdapter.class.php
geoPHP/lib/adapters/GeoAdapter.class.php
lib/adapters/GeoAdapter.class.php
adapters/GeoAdapter.class.php
GeoAdapter.class.php
htdocs/includes/geoPHP/lib/adapters/GeoJSON.class.php
includes/geoPHP/lib/adapters/GeoJSON.class.php
geoPHP/lib/adapters/GeoJSON.class.php
lib/adapters/GeoJSON.class.php
adapters/GeoJSON.class.php
GeoJSON.class.php
htdocs/includes/geoPHP/lib/adapters/WKT.class.php
includes/geoPHP/lib/adapters/WKT.class.php
geoPHP/lib/adapters/WKT.class.php
lib/adapters/WKT.class.php
adapters/WKT.class.php
WKT.class.php
htdocs/includes/geoip2/geoip2.phar htdocs/includes/geoip2/geoip2.phar
includes/geoip2/geoip2.phar includes/geoip2/geoip2.phar
geoip2/geoip2.phar geoip2/geoip2.phar

View File

@ -1347,7 +1347,6 @@ htdocs/core/modules/societe/mod_codeclient_elephant.php
htdocs/core/modules/syslog/mod_syslog_syslog.php htdocs/core/modules/syslog/mod_syslog_syslog.php
htdocs/core/modules/syslog/mod_syslog_file.php htdocs/core/modules/syslog/mod_syslog_file.php
htdocs/core/modules/syslog/logHandler.php htdocs/core/modules/syslog/logHandler.php
htdocs/core/modules/syslog/logHandlerInterface.php
htdocs/core/modules/modMailmanSpip.class.php htdocs/core/modules/modMailmanSpip.class.php
htdocs/core/modules/expedition/doc/pdf_rouget.modules.php htdocs/core/modules/expedition/doc/pdf_rouget.modules.php
htdocs/core/modules/expedition/doc/pdf_espadon.modules.php htdocs/core/modules/expedition/doc/pdf_espadon.modules.php
@ -1584,6 +1583,7 @@ htdocs/core/login/functions_forceuser.php
htdocs/core/get_menudiv.php htdocs/core/get_menudiv.php
htdocs/core/class/discount.class.php htdocs/core/class/discount.class.php
htdocs/core/class/ldap.class.php htdocs/core/class/ldap.class.php
htdocs/core/class/geomapeditor.class.php
htdocs/core/class/doldeprecationhandler.class.php htdocs/core/class/doldeprecationhandler.class.php
htdocs/core/class/translate.class.php htdocs/core/class/translate.class.php
htdocs/core/class/timespent.class.php htdocs/core/class/timespent.class.php
@ -1670,6 +1670,7 @@ htdocs/core/class/html.formticket.class.php
htdocs/core/class/html.formorder.class.php htdocs/core/class/html.formorder.class.php
htdocs/core/class/html.form.class.php htdocs/core/class/html.form.class.php
htdocs/core/class/utils.class.php htdocs/core/class/utils.class.php
htdocs/core/class/dolgeophp.class.php
htdocs/core/class/fiscalyear.class.php htdocs/core/class/fiscalyear.class.php
htdocs/core/multicompany_page.php htdocs/core/multicompany_page.php
htdocs/core/lib/emaillayout.lib.php htdocs/core/lib/emaillayout.lib.php
@ -9955,6 +9956,13 @@ htdocs/zapier/README.md
htdocs/zapier/class/api_zapier.class.php htdocs/zapier/class/api_zapier.class.php
htdocs/zapier/class/hook.class.php htdocs/zapier/class/hook.class.php
htdocs/zapier/lib/zapier.lib.php htdocs/zapier/lib/zapier.lib.php
htdocs/includes/leaflet/leaflet.js
htdocs/includes/leaflet/leaflet.js.map
htdocs/includes/leaflet/leaflet-src.esm.js.map
htdocs/includes/leaflet/leaflet-src.js
htdocs/includes/leaflet/leaflet-src.js.map
htdocs/includes/leaflet/leaflet-src.esm.js
htdocs/includes/leaflet/leaflet-geoman.min.js
htdocs/includes/maximebf/debugbar/src/DebugBar/JavascriptRenderer.php htdocs/includes/maximebf/debugbar/src/DebugBar/JavascriptRenderer.php
htdocs/includes/maximebf/debugbar/src/DebugBar/DataCollector/RequestDataCollector.php htdocs/includes/maximebf/debugbar/src/DebugBar/DataCollector/RequestDataCollector.php
htdocs/includes/maximebf/debugbar/src/DebugBar/DataCollector/TimeDataCollector.php htdocs/includes/maximebf/debugbar/src/DebugBar/DataCollector/TimeDataCollector.php
@ -10921,6 +10929,32 @@ htdocs/includes/tecnickcom/tcpdf/tcpdf_barcodes_2d.php
htdocs/includes/tecnickcom/tcpdf/README.md htdocs/includes/tecnickcom/tcpdf/README.md
htdocs/includes/tecnickcom/tcpdf/composer.json htdocs/includes/tecnickcom/tcpdf/composer.json
htdocs/includes/tecnickcom/tcpdf/VERSION htdocs/includes/tecnickcom/tcpdf/VERSION
htdocs/includes/geoPHP/geoPHP.inc.php
htdocs/includes/geoPHP/doc/api.html
htdocs/includes/geoPHP/README.md
htdocs/includes/geoPHP/.travis.yml
htdocs/includes/geoPHP/composer.json
htdocs/includes/geoPHP/LICENSE
htdocs/includes/geoPHP/lib/geometry/MultiPolygon.class.php
htdocs/includes/geoPHP/lib/geometry/Polygon.class.php
htdocs/includes/geoPHP/lib/geometry/Point.class.php
htdocs/includes/geoPHP/lib/geometry/Collection.class.php
htdocs/includes/geoPHP/lib/geometry/LineString.class.php
htdocs/includes/geoPHP/lib/geometry/Geometry.class.php
htdocs/includes/geoPHP/lib/geometry/MultiPoint.class.php
htdocs/includes/geoPHP/lib/geometry/MultiLineString.class.php
htdocs/includes/geoPHP/lib/geometry/GeometryCollection.class.php
htdocs/includes/geoPHP/lib/adapters/KML.class.php
htdocs/includes/geoPHP/lib/adapters/GeoHash.class.php
htdocs/includes/geoPHP/lib/adapters/GPX.class.php
htdocs/includes/geoPHP/lib/adapters/EWKB.class.php
htdocs/includes/geoPHP/lib/adapters/GoogleGeocode.class.php
htdocs/includes/geoPHP/lib/adapters/GeoRSS.class.php
htdocs/includes/geoPHP/lib/adapters/EWKT.class.php
htdocs/includes/geoPHP/lib/adapters/WKB.class.php
htdocs/includes/geoPHP/lib/adapters/GeoAdapter.class.php
htdocs/includes/geoPHP/lib/adapters/GeoJSON.class.php
htdocs/includes/geoPHP/lib/adapters/WKT.class.php
htdocs/includes/geoip2/geoip2.phar htdocs/includes/geoip2/geoip2.phar
htdocs/includes/geoip2/README.txt htdocs/includes/geoip2/README.txt
htdocs/includes/ckeditor/ckeditor/styles.js htdocs/includes/ckeditor/ckeditor/styles.js

View File

@ -29223,11 +29223,6 @@ modules/media/src/IFrameMarkup.php
media/src/IFrameMarkup.php media/src/IFrameMarkup.php
src/IFrameMarkup.php src/IFrameMarkup.php
IFrameMarkup.php IFrameMarkup.php
core/modules/media/src/MediaConfigUpdater.php
modules/media/src/MediaConfigUpdater.php
media/src/MediaConfigUpdater.php
src/MediaConfigUpdater.php
MediaConfigUpdater.php
core/modules/media/src/MediaPermissions.php core/modules/media/src/MediaPermissions.php
modules/media/src/MediaPermissions.php modules/media/src/MediaPermissions.php
media/src/MediaPermissions.php media/src/MediaPermissions.php
@ -32573,13 +32568,6 @@ tests/src/Unit/PasswordVerifyTest.php
src/Unit/PasswordVerifyTest.php src/Unit/PasswordVerifyTest.php
Unit/PasswordVerifyTest.php Unit/PasswordVerifyTest.php
PasswordVerifyTest.php PasswordVerifyTest.php
core/modules/phpass/tests/src/Unit/LegacyPasswordHashingTest.php
modules/phpass/tests/src/Unit/LegacyPasswordHashingTest.php
phpass/tests/src/Unit/LegacyPasswordHashingTest.php
tests/src/Unit/LegacyPasswordHashingTest.php
src/Unit/LegacyPasswordHashingTest.php
Unit/LegacyPasswordHashingTest.php
LegacyPasswordHashingTest.php
core/modules/phpass/src/Password/PhpassHashedPassword.php core/modules/phpass/src/Password/PhpassHashedPassword.php
modules/phpass/src/Password/PhpassHashedPassword.php modules/phpass/src/Password/PhpassHashedPassword.php
phpass/src/Password/PhpassHashedPassword.php phpass/src/Password/PhpassHashedPassword.php
@ -39890,20 +39878,6 @@ core/modules/views/views.views.inc
modules/views/views.views.inc modules/views/views.views.inc
views/views.views.inc views/views.views.inc
views.views.inc views.views.inc
core/modules/views/tests/fixtures/update/views.view.test_entity_field_renderered_entity.yml
modules/views/tests/fixtures/update/views.view.test_entity_field_renderered_entity.yml
views/tests/fixtures/update/views.view.test_entity_field_renderered_entity.yml
tests/fixtures/update/views.view.test_entity_field_renderered_entity.yml
fixtures/update/views.view.test_entity_field_renderered_entity.yml
update/views.view.test_entity_field_renderered_entity.yml
views.view.test_entity_field_renderered_entity.yml
core/modules/views/tests/fixtures/update/views.view.test_responsive_images.yml
modules/views/tests/fixtures/update/views.view.test_responsive_images.yml
views/tests/fixtures/update/views.view.test_responsive_images.yml
tests/fixtures/update/views.view.test_responsive_images.yml
fixtures/update/views.view.test_responsive_images.yml
update/views.view.test_responsive_images.yml
views.view.test_responsive_images.yml
core/modules/views/tests/themes/views_test_theme/views_test_theme.info.yml core/modules/views/tests/themes/views_test_theme/views_test_theme.info.yml
modules/views/tests/themes/views_test_theme/views_test_theme.info.yml modules/views/tests/themes/views_test_theme/views_test_theme.info.yml
views/tests/themes/views_test_theme/views_test_theme.info.yml views/tests/themes/views_test_theme/views_test_theme.info.yml
@ -48035,10 +48009,6 @@ core/modules/locale/locale.post_update.php
modules/locale/locale.post_update.php modules/locale/locale.post_update.php
locale/locale.post_update.php locale/locale.post_update.php
locale.post_update.php locale.post_update.php
core/modules/help_topics/help_topics.info.yml
modules/help_topics/help_topics.info.yml
help_topics/help_topics.info.yml
help_topics.info.yml
core/modules/inline_form_errors/inline_form_errors.info.yml core/modules/inline_form_errors/inline_form_errors.info.yml
modules/inline_form_errors/inline_form_errors.info.yml modules/inline_form_errors/inline_form_errors.info.yml
inline_form_errors/inline_form_errors.info.yml inline_form_errors/inline_form_errors.info.yml
@ -54365,13 +54335,6 @@ tests/src/Traits/EntityReferenceFieldCreationTrait.php
src/Traits/EntityReferenceFieldCreationTrait.php src/Traits/EntityReferenceFieldCreationTrait.php
Traits/EntityReferenceFieldCreationTrait.php Traits/EntityReferenceFieldCreationTrait.php
EntityReferenceFieldCreationTrait.php EntityReferenceFieldCreationTrait.php
core/modules/field/tests/src/Traits/EntityReferenceTestTrait.php
modules/field/tests/src/Traits/EntityReferenceTestTrait.php
field/tests/src/Traits/EntityReferenceTestTrait.php
tests/src/Traits/EntityReferenceTestTrait.php
src/Traits/EntityReferenceTestTrait.php
Traits/EntityReferenceTestTrait.php
EntityReferenceTestTrait.php
core/modules/field/tests/src/Functional/FieldHelpTest.php core/modules/field/tests/src/Functional/FieldHelpTest.php
modules/field/tests/src/Functional/FieldHelpTest.php modules/field/tests/src/Functional/FieldHelpTest.php
field/tests/src/Functional/FieldHelpTest.php field/tests/src/Functional/FieldHelpTest.php
@ -56636,10 +56599,6 @@ core/modules/filter/filter.post_update.php
modules/filter/filter.post_update.php modules/filter/filter.post_update.php
filter/filter.post_update.php filter/filter.post_update.php
filter.post_update.php filter.post_update.php
core/modules/filter/filter.filter_html.admin.js
modules/filter/filter.filter_html.admin.js
filter/filter.filter_html.admin.js
filter.filter_html.admin.js
core/modules/filter/filter.links.menu.yml core/modules/filter/filter.links.menu.yml
modules/filter/filter.links.menu.yml modules/filter/filter.links.menu.yml
filter/filter.links.menu.yml filter/filter.links.menu.yml
@ -56811,13 +56770,6 @@ src/Functional/Rest/MenuLinkContentJsonBasicAuthTest.php
Functional/Rest/MenuLinkContentJsonBasicAuthTest.php Functional/Rest/MenuLinkContentJsonBasicAuthTest.php
Rest/MenuLinkContentJsonBasicAuthTest.php Rest/MenuLinkContentJsonBasicAuthTest.php
MenuLinkContentJsonBasicAuthTest.php MenuLinkContentJsonBasicAuthTest.php
core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeprecationsTest.php
modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeprecationsTest.php
menu_link_content/tests/src/Kernel/MenuLinkContentDeprecationsTest.php
tests/src/Kernel/MenuLinkContentDeprecationsTest.php
src/Kernel/MenuLinkContentDeprecationsTest.php
Kernel/MenuLinkContentDeprecationsTest.php
MenuLinkContentDeprecationsTest.php
core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php
modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php
menu_link_content/tests/src/Kernel/MenuLinksTest.php menu_link_content/tests/src/Kernel/MenuLinksTest.php
@ -57190,11 +57142,6 @@ modules/editor/js/editor.dialog.js
editor/js/editor.dialog.js editor/js/editor.dialog.js
js/editor.dialog.js js/editor.dialog.js
editor.dialog.js editor.dialog.js
core/modules/editor/js/editor.admin.js
modules/editor/js/editor.admin.js
editor/js/editor.admin.js
js/editor.admin.js
editor.admin.js
core/modules/editor/js/editor.js core/modules/editor/js/editor.js
modules/editor/js/editor.js modules/editor/js/editor.js
editor/js/editor.js editor/js/editor.js
@ -77789,13 +77736,6 @@ help/config/schema/help.schema.yml
config/schema/help.schema.yml config/schema/help.schema.yml
schema/help.schema.yml schema/help.schema.yml
help.schema.yml help.schema.yml
core/modules/help/tests/fixtures/update/search.page.help_search.yml
modules/help/tests/fixtures/update/search.page.help_search.yml
help/tests/fixtures/update/search.page.help_search.yml
tests/fixtures/update/search.page.help_search.yml
fixtures/update/search.page.help_search.yml
update/search.page.help_search.yml
search.page.help_search.yml
core/modules/help/tests/themes/help_topics_test_theme/help_topics/help_topics_test_theme.test.html.twig core/modules/help/tests/themes/help_topics_test_theme/help_topics/help_topics_test_theme.test.html.twig
modules/help/tests/themes/help_topics_test_theme/help_topics/help_topics_test_theme.test.html.twig modules/help/tests/themes/help_topics_test_theme/help_topics/help_topics_test_theme.test.html.twig
help/tests/themes/help_topics_test_theme/help_topics/help_topics_test_theme.test.html.twig help/tests/themes/help_topics_test_theme/help_topics/help_topics_test_theme.test.html.twig
@ -78867,11 +78807,6 @@ modules/responsive_image/src/ResponsiveImageStyleInterface.php
responsive_image/src/ResponsiveImageStyleInterface.php responsive_image/src/ResponsiveImageStyleInterface.php
src/ResponsiveImageStyleInterface.php src/ResponsiveImageStyleInterface.php
ResponsiveImageStyleInterface.php ResponsiveImageStyleInterface.php
core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php
modules/responsive_image/src/ResponsiveImageConfigUpdater.php
responsive_image/src/ResponsiveImageConfigUpdater.php
src/ResponsiveImageConfigUpdater.php
ResponsiveImageConfigUpdater.php
core/modules/responsive_image/src/Plugin/migrate/process/ImageStyleMappings.php core/modules/responsive_image/src/Plugin/migrate/process/ImageStyleMappings.php
modules/responsive_image/src/Plugin/migrate/process/ImageStyleMappings.php modules/responsive_image/src/Plugin/migrate/process/ImageStyleMappings.php
responsive_image/src/Plugin/migrate/process/ImageStyleMappings.php responsive_image/src/Plugin/migrate/process/ImageStyleMappings.php
@ -84401,13 +84336,6 @@ Tests/Core/Password/DefaultPasswordGeneratorTest.php
Core/Password/DefaultPasswordGeneratorTest.php Core/Password/DefaultPasswordGeneratorTest.php
Password/DefaultPasswordGeneratorTest.php Password/DefaultPasswordGeneratorTest.php
DefaultPasswordGeneratorTest.php DefaultPasswordGeneratorTest.php
core/tests/Drupal/Tests/Core/Password/PasswordHashingLegacyTest.php
tests/Drupal/Tests/Core/Password/PasswordHashingLegacyTest.php
Drupal/Tests/Core/Password/PasswordHashingLegacyTest.php
Tests/Core/Password/PasswordHashingLegacyTest.php
Core/Password/PasswordHashingLegacyTest.php
Password/PasswordHashingLegacyTest.php
PasswordHashingLegacyTest.php
core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php
tests/Drupal/Tests/Core/Password/PhpPasswordTest.php tests/Drupal/Tests/Core/Password/PhpPasswordTest.php
Drupal/Tests/Core/Password/PhpPasswordTest.php Drupal/Tests/Core/Password/PhpPasswordTest.php
@ -90299,6 +90227,12 @@ Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMism
FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php
Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php
InstallerExistingConfigSyncDirectoryProfileMismatchTest.php InstallerExistingConfigSyncDirectoryProfileMismatchTest.php
core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php
tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php
Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php
FunctionalTests/Installer/SuperUserAccessInstallTest.php
Installer/SuperUserAccessInstallTest.php
SuperUserAccessInstallTest.php
core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php
tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php
Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php
@ -101937,6 +101871,12 @@ Drupal/Core/Installer/ConfigOverride.php
Core/Installer/ConfigOverride.php Core/Installer/ConfigOverride.php
Installer/ConfigOverride.php Installer/ConfigOverride.php
ConfigOverride.php ConfigOverride.php
core/lib/Drupal/Core/Installer/InstallerAccessPolicy.php
lib/Drupal/Core/Installer/InstallerAccessPolicy.php
Drupal/Core/Installer/InstallerAccessPolicy.php
Core/Installer/InstallerAccessPolicy.php
Installer/InstallerAccessPolicy.php
InstallerAccessPolicy.php
core/lib/Drupal/Core/Installer/InstallerRouteProviderLazyBuilder.php core/lib/Drupal/Core/Installer/InstallerRouteProviderLazyBuilder.php
lib/Drupal/Core/Installer/InstallerRouteProviderLazyBuilder.php lib/Drupal/Core/Installer/InstallerRouteProviderLazyBuilder.php
Drupal/Core/Installer/InstallerRouteProviderLazyBuilder.php Drupal/Core/Installer/InstallerRouteProviderLazyBuilder.php

View File

@ -4189,7 +4189,6 @@ core/modules/media/tests/src/Unit/ResourceFetcherTest.php
core/modules/media/tests/src/Unit/EndpointTest.php core/modules/media/tests/src/Unit/EndpointTest.php
core/modules/media/media.install core/modules/media/media.install
core/modules/media/src/IFrameMarkup.php core/modules/media/src/IFrameMarkup.php
core/modules/media/src/MediaConfigUpdater.php
core/modules/media/src/MediaPermissions.php core/modules/media/src/MediaPermissions.php
core/modules/media/src/Controller/MediaFilterController.php core/modules/media/src/Controller/MediaFilterController.php
core/modules/media/src/Controller/OEmbedIframeController.php core/modules/media/src/Controller/OEmbedIframeController.php
@ -4665,7 +4664,6 @@ core/modules/phpass/phpass.services.yml
core/modules/phpass/phpass.module core/modules/phpass/phpass.module
core/modules/phpass/tests/src/Functional/GenericTest.php core/modules/phpass/tests/src/Functional/GenericTest.php
core/modules/phpass/tests/src/Unit/PasswordVerifyTest.php core/modules/phpass/tests/src/Unit/PasswordVerifyTest.php
core/modules/phpass/tests/src/Unit/LegacyPasswordHashingTest.php
core/modules/phpass/src/Password/PhpassHashedPassword.php core/modules/phpass/src/Password/PhpassHashedPassword.php
core/modules/phpass/phpass.info.yml core/modules/phpass/phpass.info.yml
core/modules/contact/contact.permissions.yml core/modules/contact/contact.permissions.yml
@ -5752,8 +5750,6 @@ core/modules/views/config/install/views.settings.yml
core/modules/views/js/ajax_view.js core/modules/views/js/ajax_view.js
core/modules/views/js/base.js core/modules/views/js/base.js
core/modules/views/views.views.inc core/modules/views/views.views.inc
core/modules/views/tests/fixtures/update/views.view.test_entity_field_renderered_entity.yml
core/modules/views/tests/fixtures/update/views.view.test_responsive_images.yml
core/modules/views/tests/themes/views_test_theme/views_test_theme.info.yml core/modules/views/tests/themes/views_test_theme/views_test_theme.info.yml
core/modules/views/tests/themes/views_test_theme/templates/views-view-field.html.twig core/modules/views/tests/themes/views_test_theme/templates/views-view-field.html.twig
core/modules/views/tests/themes/views_test_theme/templates/input--submit.html.twig core/modules/views/tests/themes/views_test_theme/templates/input--submit.html.twig
@ -6853,7 +6849,6 @@ core/modules/locale/templates/locale-translation-last-check.html.twig
core/modules/locale/locale.compare.inc core/modules/locale/locale.compare.inc
core/modules/locale/locale.admin.js core/modules/locale/locale.admin.js
core/modules/locale/locale.post_update.php core/modules/locale/locale.post_update.php
core/modules/help_topics/help_topics.info.yml
core/modules/inline_form_errors/inline_form_errors.info.yml core/modules/inline_form_errors/inline_form_errors.info.yml
core/modules/inline_form_errors/inline_form_errors.module core/modules/inline_form_errors/inline_form_errors.module
core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditor5Test.php core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditor5Test.php
@ -7774,7 +7769,6 @@ core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenc
core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php
core/modules/field/tests/src/FunctionalJavascript/MultipleValueWidgetTest.php core/modules/field/tests/src/FunctionalJavascript/MultipleValueWidgetTest.php
core/modules/field/tests/src/Traits/EntityReferenceFieldCreationTrait.php core/modules/field/tests/src/Traits/EntityReferenceFieldCreationTrait.php
core/modules/field/tests/src/Traits/EntityReferenceTestTrait.php
core/modules/field/tests/src/Functional/FieldHelpTest.php core/modules/field/tests/src/Functional/FieldHelpTest.php
core/modules/field/tests/src/Functional/GenericTest.php core/modules/field/tests/src/Functional/GenericTest.php
core/modules/field/tests/src/Functional/FormTest.php core/modules/field/tests/src/Functional/FormTest.php
@ -8074,7 +8068,6 @@ core/modules/filter/src/ProxyClass/FilterUninstallValidator.php
core/modules/filter/src/FilterFormatInterface.php core/modules/filter/src/FilterFormatInterface.php
core/modules/filter/src/FilterUninstallValidator.php core/modules/filter/src/FilterUninstallValidator.php
core/modules/filter/filter.post_update.php core/modules/filter/filter.post_update.php
core/modules/filter/filter.filter_html.admin.js
core/modules/filter/filter.links.menu.yml core/modules/filter/filter.links.menu.yml
core/modules/filter/templates/filter-tips.html.twig core/modules/filter/templates/filter-tips.html.twig
core/modules/filter/templates/filter-caption.html.twig core/modules/filter/templates/filter-caption.html.twig
@ -8104,7 +8097,6 @@ core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentResource
core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonCookieTest.php core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonCookieTest.php
core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonAnonTest.php core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonAnonTest.php
core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonBasicAuthTest.php core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonBasicAuthTest.php
core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeprecationsTest.php
core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/process/LinkUriTest.php core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/process/LinkUriTest.php
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d6/MenuLinkTranslationTest.php core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d6/MenuLinkTranslationTest.php
@ -8159,7 +8151,6 @@ core/modules/editor/help_topics/editor.overview.html.twig
core/modules/editor/editor.module core/modules/editor/editor.module
core/modules/editor/config/schema/editor.schema.yml core/modules/editor/config/schema/editor.schema.yml
core/modules/editor/js/editor.dialog.js core/modules/editor/js/editor.dialog.js
core/modules/editor/js/editor.admin.js
core/modules/editor/js/editor.js core/modules/editor/js/editor.js
core/modules/editor/editor.install core/modules/editor/editor.install
core/modules/editor/editor.libraries.yml core/modules/editor/editor.libraries.yml
@ -11166,7 +11157,6 @@ core/modules/help/help_topics/core.cron.html.twig
core/modules/help/config/optional/block.block.claro_help_search.yml core/modules/help/config/optional/block.block.claro_help_search.yml
core/modules/help/config/optional/search.page.help_search.yml core/modules/help/config/optional/search.page.help_search.yml
core/modules/help/config/schema/help.schema.yml core/modules/help/config/schema/help.schema.yml
core/modules/help/tests/fixtures/update/search.page.help_search.yml
core/modules/help/tests/themes/help_topics_test_theme/help_topics/help_topics_test_theme.test.html.twig core/modules/help/tests/themes/help_topics_test_theme/help_topics/help_topics_test_theme.test.html.twig
core/modules/help/tests/themes/help_topics_test_theme/help_topics_test_theme.info.yml core/modules/help/tests/themes/help_topics_test_theme/help_topics_test_theme.info.yml
core/modules/help/tests/modules/more_help_page_test/more_help_page_test.module core/modules/help/tests/modules/more_help_page_test/more_help_page_test.module
@ -11324,7 +11314,6 @@ core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUni
core/modules/responsive_image/migrations/d7_responsive_image_styles.yml core/modules/responsive_image/migrations/d7_responsive_image_styles.yml
core/modules/responsive_image/migrations/state/responsive_image.migrate_drupal.yml core/modules/responsive_image/migrations/state/responsive_image.migrate_drupal.yml
core/modules/responsive_image/src/ResponsiveImageStyleInterface.php core/modules/responsive_image/src/ResponsiveImageStyleInterface.php
core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php
core/modules/responsive_image/src/Plugin/migrate/process/ImageStyleMappings.php core/modules/responsive_image/src/Plugin/migrate/process/ImageStyleMappings.php
core/modules/responsive_image/src/Plugin/migrate/source/d7/ResponsiveImageStyles.php core/modules/responsive_image/src/Plugin/migrate/source/d7/ResponsiveImageStyles.php
core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php
@ -12148,7 +12137,6 @@ core/tests/Drupal/Tests/Core/Controller/TestController.php
core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php
core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php
core/tests/Drupal/Tests/Core/Password/DefaultPasswordGeneratorTest.php core/tests/Drupal/Tests/Core/Password/DefaultPasswordGeneratorTest.php
core/tests/Drupal/Tests/Core/Password/PasswordHashingLegacyTest.php
core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php
core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php
core/tests/Drupal/Tests/Core/EventSubscriber/PathRootsSubscriberTest.php core/tests/Drupal/Tests/Core/EventSubscriber/PathRootsSubscriberTest.php
@ -12932,6 +12920,7 @@ core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTest.php
core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingInstallationTest.php core/tests/Drupal/FunctionalTests/Installer/InstallerExistingInstallationTest.php
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php
core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php
core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php
core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabasePortSettingsTest.php core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabasePortSettingsTest.php
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsNoProfileTest.php core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsNoProfileTest.php
@ -14704,6 +14693,7 @@ core/lib/Drupal/Core/Installer/NormalInstallerServiceProvider.php
core/lib/Drupal/Core/Installer/InstallerThemeExtensionList.php core/lib/Drupal/Core/Installer/InstallerThemeExtensionList.php
core/lib/Drupal/Core/Installer/ExtensionListTrait.php core/lib/Drupal/Core/Installer/ExtensionListTrait.php
core/lib/Drupal/Core/Installer/ConfigOverride.php core/lib/Drupal/Core/Installer/ConfigOverride.php
core/lib/Drupal/Core/Installer/InstallerAccessPolicy.php
core/lib/Drupal/Core/Installer/InstallerRouteProviderLazyBuilder.php core/lib/Drupal/Core/Installer/InstallerRouteProviderLazyBuilder.php
core/lib/Drupal/Core/CronInterface.php core/lib/Drupal/Core/CronInterface.php
core/lib/Drupal/Core/Security/DoTrustedCallbackTrait.php core/lib/Drupal/Core/Security/DoTrustedCallbackTrait.php

View File

@ -4578,6 +4578,64 @@ tsconfig.declaration.json
apps/admin-x-design-system/postcss.config.cjs apps/admin-x-design-system/postcss.config.cjs
admin-x-design-system/postcss.config.cjs admin-x-design-system/postcss.config.cjs
postcss.config.cjs postcss.config.cjs
apps/admin-x-activitypub/package.json
admin-x-activitypub/package.json
package.json
apps/admin-x-activitypub/test/unit/ListIndex.test.tsx
admin-x-activitypub/test/unit/ListIndex.test.tsx
test/unit/ListIndex.test.tsx
unit/ListIndex.test.tsx
ListIndex.test.tsx
apps/admin-x-activitypub/test/.eslintrc.cjs
admin-x-activitypub/test/.eslintrc.cjs
test/.eslintrc.cjs
.eslintrc.cjs
apps/admin-x-activitypub/test/acceptance/app.test.ts
admin-x-activitypub/test/acceptance/app.test.ts
test/acceptance/app.test.ts
acceptance/app.test.ts
app.test.ts
apps/admin-x-activitypub/playwright.config.mjs
admin-x-activitypub/playwright.config.mjs
playwright.config.mjs
apps/admin-x-activitypub/.eslintignore
admin-x-activitypub/.eslintignore
.eslintignore
apps/admin-x-activitypub/tsconfig.json
admin-x-activitypub/tsconfig.json
tsconfig.json
apps/admin-x-activitypub/.eslintrc.cjs
admin-x-activitypub/.eslintrc.cjs
.eslintrc.cjs
apps/admin-x-activitypub/tailwind.config.cjs
admin-x-activitypub/tailwind.config.cjs
tailwind.config.cjs
apps/admin-x-activitypub/src/App.tsx
admin-x-activitypub/src/App.tsx
src/App.tsx
App.tsx
apps/admin-x-activitypub/src/components/ListIndex.tsx
admin-x-activitypub/src/components/ListIndex.tsx
src/components/ListIndex.tsx
components/ListIndex.tsx
ListIndex.tsx
apps/admin-x-activitypub/src/standalone.tsx
admin-x-activitypub/src/standalone.tsx
src/standalone.tsx
standalone.tsx
apps/admin-x-activitypub/src/index.tsx
admin-x-activitypub/src/index.tsx
src/index.tsx
index.tsx
apps/admin-x-activitypub/vite.config.mjs
admin-x-activitypub/vite.config.mjs
vite.config.mjs
apps/admin-x-activitypub/postcss.config.cjs
admin-x-activitypub/postcss.config.cjs
postcss.config.cjs
apps/admin-x-activitypub/index.html
admin-x-activitypub/index.html
index.html
apps/comments-ui/playwright.config.ts apps/comments-ui/playwright.config.ts
comments-ui/playwright.config.ts comments-ui/playwright.config.ts
playwright.config.ts playwright.config.ts
@ -26499,12 +26557,24 @@ app/components/admin-x/admin-x-component.js
components/admin-x/admin-x-component.js components/admin-x/admin-x-component.js
admin-x/admin-x-component.js admin-x/admin-x-component.js
admin-x-component.js admin-x-component.js
ghost/admin/app/components/admin-x/activitypub.js
admin/app/components/admin-x/activitypub.js
app/components/admin-x/activitypub.js
components/admin-x/activitypub.js
admin-x/activitypub.js
activitypub.js
ghost/admin/app/components/admin-x/settings.hbs ghost/admin/app/components/admin-x/settings.hbs
admin/app/components/admin-x/settings.hbs admin/app/components/admin-x/settings.hbs
app/components/admin-x/settings.hbs app/components/admin-x/settings.hbs
components/admin-x/settings.hbs components/admin-x/settings.hbs
admin-x/settings.hbs admin-x/settings.hbs
settings.hbs settings.hbs
ghost/admin/app/components/admin-x/activitypub.hbs
admin/app/components/admin-x/activitypub.hbs
app/components/admin-x/activitypub.hbs
components/admin-x/activitypub.hbs
admin-x/activitypub.hbs
activitypub.hbs
ghost/admin/app/components/gh-textarea.js ghost/admin/app/components/gh-textarea.js
admin/app/components/gh-textarea.js admin/app/components/gh-textarea.js
app/components/gh-textarea.js app/components/gh-textarea.js
@ -28412,6 +28482,11 @@ admin/app/routes/pro.js
app/routes/pro.js app/routes/pro.js
routes/pro.js routes/pro.js
pro.js pro.js
ghost/admin/app/routes/activitypub-x.js
admin/app/routes/activitypub-x.js
app/routes/activitypub-x.js
routes/activitypub-x.js
activitypub-x.js
ghost/admin/app/routes/lexical-editor/edit.js ghost/admin/app/routes/lexical-editor/edit.js
admin/app/routes/lexical-editor/edit.js admin/app/routes/lexical-editor/edit.js
app/routes/lexical-editor/edit.js app/routes/lexical-editor/edit.js
@ -28655,6 +28730,11 @@ admin/app/controllers/signin.js
app/controllers/signin.js app/controllers/signin.js
controllers/signin.js controllers/signin.js
signin.js signin.js
ghost/admin/app/controllers/activitypub-x.js
admin/app/controllers/activitypub-x.js
app/controllers/activitypub-x.js
controllers/activitypub-x.js
activitypub-x.js
ghost/admin/app/controllers/lexical-editor/edit-loading.js ghost/admin/app/controllers/lexical-editor/edit-loading.js
admin/app/controllers/lexical-editor/edit-loading.js admin/app/controllers/lexical-editor/edit-loading.js
app/controllers/lexical-editor/edit-loading.js app/controllers/lexical-editor/edit-loading.js
@ -28819,6 +28899,11 @@ admin/app/templates/members-activity.hbs
app/templates/members-activity.hbs app/templates/members-activity.hbs
templates/members-activity.hbs templates/members-activity.hbs
members-activity.hbs members-activity.hbs
ghost/admin/app/templates/activitypub-x.hbs
admin/app/templates/activitypub-x.hbs
app/templates/activitypub-x.hbs
templates/activitypub-x.hbs
activitypub-x.hbs
ghost/admin/app/templates/dashboard.hbs ghost/admin/app/templates/dashboard.hbs
admin/app/templates/dashboard.hbs admin/app/templates/dashboard.hbs
app/templates/dashboard.hbs app/templates/dashboard.hbs
@ -30562,20 +30647,6 @@ http/admin/controllers/example.controller.ts
admin/controllers/example.controller.ts admin/controllers/example.controller.ts
controllers/example.controller.ts controllers/example.controller.ts
example.controller.ts example.controller.ts
ghost/ghost/src/http/admin/controllers/webfinger.controller.ts
ghost/src/http/admin/controllers/webfinger.controller.ts
src/http/admin/controllers/webfinger.controller.ts
http/admin/controllers/webfinger.controller.ts
admin/controllers/webfinger.controller.ts
controllers/webfinger.controller.ts
webfinger.controller.ts
ghost/ghost/src/http/admin/controllers/activitypub.controller.ts
ghost/src/http/admin/controllers/activitypub.controller.ts
src/http/admin/controllers/activitypub.controller.ts
http/admin/controllers/activitypub.controller.ts
admin/controllers/activitypub.controller.ts
controllers/activitypub.controller.ts
activitypub.controller.ts
ghost/ghost/src/http/admin/controllers/example.controller.test.ts ghost/ghost/src/http/admin/controllers/example.controller.test.ts
ghost/src/http/admin/controllers/example.controller.test.ts ghost/src/http/admin/controllers/example.controller.test.ts
src/http/admin/controllers/example.controller.test.ts src/http/admin/controllers/example.controller.test.ts
@ -30583,6 +30654,20 @@ http/admin/controllers/example.controller.test.ts
admin/controllers/example.controller.test.ts admin/controllers/example.controller.test.ts
controllers/example.controller.test.ts controllers/example.controller.test.ts
example.controller.test.ts example.controller.test.ts
ghost/ghost/src/http/frontend/controllers/webfinger.controller.ts
ghost/src/http/frontend/controllers/webfinger.controller.ts
src/http/frontend/controllers/webfinger.controller.ts
http/frontend/controllers/webfinger.controller.ts
frontend/controllers/webfinger.controller.ts
controllers/webfinger.controller.ts
webfinger.controller.ts
ghost/ghost/src/http/frontend/controllers/activitypub.controller.ts
ghost/src/http/frontend/controllers/activitypub.controller.ts
src/http/frontend/controllers/activitypub.controller.ts
http/frontend/controllers/activitypub.controller.ts
frontend/controllers/activitypub.controller.ts
controllers/activitypub.controller.ts
activitypub.controller.ts
ghost/ghost/src/nestjs/guards/admin-api-authentication.guard.ts ghost/ghost/src/nestjs/guards/admin-api-authentication.guard.ts
ghost/src/nestjs/guards/admin-api-authentication.guard.ts ghost/src/nestjs/guards/admin-api-authentication.guard.ts
src/nestjs/guards/admin-api-authentication.guard.ts src/nestjs/guards/admin-api-authentication.guard.ts
@ -30643,6 +30728,12 @@ src/db/in-memory/actor.repository.in-memory.ts
db/in-memory/actor.repository.in-memory.ts db/in-memory/actor.repository.in-memory.ts
in-memory/actor.repository.in-memory.ts in-memory/actor.repository.in-memory.ts
actor.repository.in-memory.ts actor.repository.in-memory.ts
ghost/ghost/src/db/knex/post.repository.knex.ts
ghost/src/db/knex/post.repository.knex.ts
src/db/knex/post.repository.knex.ts
db/knex/post.repository.knex.ts
knex/post.repository.knex.ts
post.repository.knex.ts
ghost/ghost/src/index.ts ghost/ghost/src/index.ts
ghost/src/index.ts ghost/src/index.ts
src/index.ts src/index.ts
@ -30689,12 +30780,36 @@ src/core/activitypub/types.ts
core/activitypub/types.ts core/activitypub/types.ts
activitypub/types.ts activitypub/types.ts
types.ts types.ts
ghost/ghost/src/core/activitypub/activity.event.ts
ghost/src/core/activitypub/activity.event.ts
src/core/activitypub/activity.event.ts
core/activitypub/activity.event.ts
activitypub/activity.event.ts
activity.event.ts
ghost/ghost/src/core/activitypub/post.repository.ts
ghost/src/core/activitypub/post.repository.ts
src/core/activitypub/post.repository.ts
core/activitypub/post.repository.ts
activitypub/post.repository.ts
post.repository.ts
ghost/ghost/src/core/activitypub/webfinger.service.ts ghost/ghost/src/core/activitypub/webfinger.service.ts
ghost/src/core/activitypub/webfinger.service.ts ghost/src/core/activitypub/webfinger.service.ts
src/core/activitypub/webfinger.service.ts src/core/activitypub/webfinger.service.ts
core/activitypub/webfinger.service.ts core/activitypub/webfinger.service.ts
activitypub/webfinger.service.ts activitypub/webfinger.service.ts
webfinger.service.ts webfinger.service.ts
ghost/ghost/src/core/activitypub/activity.object.ts
ghost/src/core/activitypub/activity.object.ts
src/core/activitypub/activity.object.ts
core/activitypub/activity.object.ts
activitypub/activity.object.ts
activity.object.ts
ghost/ghost/src/core/activitypub/activity.service.ts
ghost/src/core/activitypub/activity.service.ts
src/core/activitypub/activity.service.ts
core/activitypub/activity.service.ts
activitypub/activity.service.ts
activity.service.ts
ghost/ghost/src/core/activitypub/actor.repository.ts ghost/ghost/src/core/activitypub/actor.repository.ts
ghost/src/core/activitypub/actor.repository.ts ghost/src/core/activitypub/actor.repository.ts
src/core/activitypub/actor.repository.ts src/core/activitypub/actor.repository.ts
@ -30713,6 +30828,12 @@ src/core/activitypub/jsonld.service.ts
core/activitypub/jsonld.service.ts core/activitypub/jsonld.service.ts
activitypub/jsonld.service.ts activitypub/jsonld.service.ts
jsonld.service.ts jsonld.service.ts
ghost/ghost/src/core/activitypub/article.object.ts
ghost/src/core/activitypub/article.object.ts
src/core/activitypub/article.object.ts
core/activitypub/article.object.ts
activitypub/article.object.ts
article.object.ts
ghost/ghost/src/common/libraries.defintitions.ts ghost/ghost/src/common/libraries.defintitions.ts
ghost/src/common/libraries.defintitions.ts ghost/src/common/libraries.defintitions.ts
src/common/libraries.defintitions.ts src/common/libraries.defintitions.ts

View File

@ -809,6 +809,22 @@ apps/admin-x-design-system/src/docs/Layout.mdx
apps/admin-x-design-system/src/Boilerplate.stories.tsx apps/admin-x-design-system/src/Boilerplate.stories.tsx
apps/admin-x-design-system/tsconfig.declaration.json apps/admin-x-design-system/tsconfig.declaration.json
apps/admin-x-design-system/postcss.config.cjs apps/admin-x-design-system/postcss.config.cjs
apps/admin-x-activitypub/package.json
apps/admin-x-activitypub/test/unit/ListIndex.test.tsx
apps/admin-x-activitypub/test/.eslintrc.cjs
apps/admin-x-activitypub/test/acceptance/app.test.ts
apps/admin-x-activitypub/playwright.config.mjs
apps/admin-x-activitypub/.eslintignore
apps/admin-x-activitypub/tsconfig.json
apps/admin-x-activitypub/.eslintrc.cjs
apps/admin-x-activitypub/tailwind.config.cjs
apps/admin-x-activitypub/src/App.tsx
apps/admin-x-activitypub/src/components/ListIndex.tsx
apps/admin-x-activitypub/src/standalone.tsx
apps/admin-x-activitypub/src/index.tsx
apps/admin-x-activitypub/vite.config.mjs
apps/admin-x-activitypub/postcss.config.cjs
apps/admin-x-activitypub/index.html
apps/comments-ui/playwright.config.ts apps/comments-ui/playwright.config.ts
apps/comments-ui/package.json apps/comments-ui/package.json
apps/comments-ui/test/utils/MockedApi.ts apps/comments-ui/test/utils/MockedApi.ts
@ -4167,7 +4183,9 @@ ghost/admin/app/components/admin-x/demo.hbs
ghost/admin/app/components/admin-x/settings.js ghost/admin/app/components/admin-x/settings.js
ghost/admin/app/components/admin-x/demo.js ghost/admin/app/components/admin-x/demo.js
ghost/admin/app/components/admin-x/admin-x-component.js ghost/admin/app/components/admin-x/admin-x-component.js
ghost/admin/app/components/admin-x/activitypub.js
ghost/admin/app/components/admin-x/settings.hbs ghost/admin/app/components/admin-x/settings.hbs
ghost/admin/app/components/admin-x/activitypub.hbs
ghost/admin/app/components/gh-textarea.js ghost/admin/app/components/gh-textarea.js
ghost/admin/app/components/gh-date-time-picker.hbs ghost/admin/app/components/gh-date-time-picker.hbs
ghost/admin/app/components/aspect-ratio-box.js ghost/admin/app/components/aspect-ratio-box.js
@ -4494,6 +4512,7 @@ ghost/admin/app/routes/collection/new.js
ghost/admin/app/routes/websockets.js ghost/admin/app/routes/websockets.js
ghost/admin/app/routes/signin.js ghost/admin/app/routes/signin.js
ghost/admin/app/routes/pro.js ghost/admin/app/routes/pro.js
ghost/admin/app/routes/activitypub-x.js
ghost/admin/app/routes/lexical-editor/edit.js ghost/admin/app/routes/lexical-editor/edit.js
ghost/admin/app/routes/lexical-editor/index.js ghost/admin/app/routes/lexical-editor/index.js
ghost/admin/app/routes/lexical-editor/new.js ghost/admin/app/routes/lexical-editor/new.js
@ -4540,6 +4559,7 @@ ghost/admin/app/controllers/setup.js
ghost/admin/app/controllers/pages-loading.js ghost/admin/app/controllers/pages-loading.js
ghost/admin/app/controllers/websockets.js ghost/admin/app/controllers/websockets.js
ghost/admin/app/controllers/signin.js ghost/admin/app/controllers/signin.js
ghost/admin/app/controllers/activitypub-x.js
ghost/admin/app/controllers/lexical-editor/edit-loading.js ghost/admin/app/controllers/lexical-editor/edit-loading.js
ghost/admin/app/controllers/collections.js ghost/admin/app/controllers/collections.js
ghost/admin/app/controllers/whatsnew.js ghost/admin/app/controllers/whatsnew.js
@ -4572,6 +4592,7 @@ ghost/admin/app/templates/posts/analytics.hbs
ghost/admin/app/templates/mentions.hbs ghost/admin/app/templates/mentions.hbs
ghost/admin/app/templates/designsandbox.hbs ghost/admin/app/templates/designsandbox.hbs
ghost/admin/app/templates/members-activity.hbs ghost/admin/app/templates/members-activity.hbs
ghost/admin/app/templates/activitypub-x.hbs
ghost/admin/app/templates/dashboard.hbs ghost/admin/app/templates/dashboard.hbs
ghost/admin/app/templates/whatsnew.hbs ghost/admin/app/templates/whatsnew.hbs
ghost/admin/app/templates/pages-loading.hbs ghost/admin/app/templates/pages-loading.hbs
@ -4995,9 +5016,9 @@ ghost/ghost/test/.eslintrc.js
ghost/ghost/tsconfig.json ghost/ghost/tsconfig.json
ghost/ghost/README.md ghost/ghost/README.md
ghost/ghost/src/http/admin/controllers/example.controller.ts ghost/ghost/src/http/admin/controllers/example.controller.ts
ghost/ghost/src/http/admin/controllers/webfinger.controller.ts
ghost/ghost/src/http/admin/controllers/activitypub.controller.ts
ghost/ghost/src/http/admin/controllers/example.controller.test.ts ghost/ghost/src/http/admin/controllers/example.controller.test.ts
ghost/ghost/src/http/frontend/controllers/webfinger.controller.ts
ghost/ghost/src/http/frontend/controllers/activitypub.controller.ts
ghost/ghost/src/nestjs/guards/admin-api-authentication.guard.ts ghost/ghost/src/nestjs/guards/admin-api-authentication.guard.ts
ghost/ghost/src/nestjs/guards/permissions.guard.ts ghost/ghost/src/nestjs/guards/permissions.guard.ts
ghost/ghost/src/nestjs/filters/global-exception.filter.ts ghost/ghost/src/nestjs/filters/global-exception.filter.ts
@ -5008,6 +5029,7 @@ ghost/ghost/src/nestjs/modules/admin-api.module.ts
ghost/ghost/src/nestjs/interceptors/location-header.interceptor.ts ghost/ghost/src/nestjs/interceptors/location-header.interceptor.ts
ghost/ghost/src/db/in-memory/example.repository.in-memory.ts ghost/ghost/src/db/in-memory/example.repository.in-memory.ts
ghost/ghost/src/db/in-memory/actor.repository.in-memory.ts ghost/ghost/src/db/in-memory/actor.repository.in-memory.ts
ghost/ghost/src/db/knex/post.repository.knex.ts
ghost/ghost/src/index.ts ghost/ghost/src/index.ts
ghost/ghost/src/core/example/example.entity.ts ghost/ghost/src/core/example/example.entity.ts
ghost/ghost/src/core/example/example.service.ts ghost/ghost/src/core/example/example.service.ts
@ -5016,10 +5038,15 @@ ghost/ghost/src/core/example/example.repository.ts
ghost/ghost/src/core/example/example.entity.test.ts ghost/ghost/src/core/example/example.entity.test.ts
ghost/ghost/src/core/example/example.event.ts ghost/ghost/src/core/example/example.event.ts
ghost/ghost/src/core/activitypub/types.ts ghost/ghost/src/core/activitypub/types.ts
ghost/ghost/src/core/activitypub/activity.event.ts
ghost/ghost/src/core/activitypub/post.repository.ts
ghost/ghost/src/core/activitypub/webfinger.service.ts ghost/ghost/src/core/activitypub/webfinger.service.ts
ghost/ghost/src/core/activitypub/activity.object.ts
ghost/ghost/src/core/activitypub/activity.service.ts
ghost/ghost/src/core/activitypub/actor.repository.ts ghost/ghost/src/core/activitypub/actor.repository.ts
ghost/ghost/src/core/activitypub/actor.entity.ts ghost/ghost/src/core/activitypub/actor.entity.ts
ghost/ghost/src/core/activitypub/jsonld.service.ts ghost/ghost/src/core/activitypub/jsonld.service.ts
ghost/ghost/src/core/activitypub/article.object.ts
ghost/ghost/src/common/libraries.defintitions.ts ghost/ghost/src/common/libraries.defintitions.ts
ghost/ghost/src/common/decorators/permissions.decorator.ts ghost/ghost/src/common/decorators/permissions.decorator.ts
ghost/ghost/src/common/decorators/handle-event.decorator.ts ghost/ghost/src/common/decorators/handle-event.decorator.ts

View File

@ -4571,6 +4571,8 @@ LICENSE
fix-usage-text.md fix-usage-text.md
.changeset/contributors.json .changeset/contributors.json
contributors.json contributors.json
.changeset/extend-prisma-client.md
extend-prisma-client.md
.changeset/fix-prisma-logging.md .changeset/fix-prisma-logging.md
fix-prisma-logging.md fix-prisma-logging.md
.changeset/add-keystone-migrate.md .changeset/add-keystone-migrate.md

View File

@ -1027,6 +1027,7 @@ examples/custom-session-redis/schema.prisma
LICENSE LICENSE
.changeset/fix-usage-text.md .changeset/fix-usage-text.md
.changeset/contributors.json .changeset/contributors.json
.changeset/extend-prisma-client.md
.changeset/fix-prisma-logging.md .changeset/fix-prisma-logging.md
.changeset/add-keystone-migrate.md .changeset/add-keystone-migrate.md
.changeset/README.md .changeset/README.md

View File

@ -162512,6 +162512,14 @@ Test/Mftf/Section/AdminShipmentTrackingInformationShippingSection.xml
Mftf/Section/AdminShipmentTrackingInformationShippingSection.xml Mftf/Section/AdminShipmentTrackingInformationShippingSection.xml
Section/AdminShipmentTrackingInformationShippingSection.xml Section/AdminShipmentTrackingInformationShippingSection.xml
AdminShipmentTrackingInformationShippingSection.xml AdminShipmentTrackingInformationShippingSection.xml
app/code/Magento/Shipping/Test/Mftf/Section/StorefrontOrderShipmentSection.xml
code/Magento/Shipping/Test/Mftf/Section/StorefrontOrderShipmentSection.xml
Magento/Shipping/Test/Mftf/Section/StorefrontOrderShipmentSection.xml
Shipping/Test/Mftf/Section/StorefrontOrderShipmentSection.xml
Test/Mftf/Section/StorefrontOrderShipmentSection.xml
Mftf/Section/StorefrontOrderShipmentSection.xml
Section/StorefrontOrderShipmentSection.xml
StorefrontOrderShipmentSection.xml
app/code/Magento/Shipping/Test/Mftf/Section/AdminShipmentTotalSection.xml app/code/Magento/Shipping/Test/Mftf/Section/AdminShipmentTotalSection.xml
code/Magento/Shipping/Test/Mftf/Section/AdminShipmentTotalSection.xml code/Magento/Shipping/Test/Mftf/Section/AdminShipmentTotalSection.xml
Magento/Shipping/Test/Mftf/Section/AdminShipmentTotalSection.xml Magento/Shipping/Test/Mftf/Section/AdminShipmentTotalSection.xml
@ -162578,6 +162586,14 @@ Test/Mftf/Section/AdminShippingMethodTableRatesSection.xml
Mftf/Section/AdminShippingMethodTableRatesSection.xml Mftf/Section/AdminShippingMethodTableRatesSection.xml
Section/AdminShippingMethodTableRatesSection.xml Section/AdminShippingMethodTableRatesSection.xml
AdminShippingMethodTableRatesSection.xml AdminShippingMethodTableRatesSection.xml
app/code/Magento/Shipping/Test/Mftf/Section/CountryOptionsConfigSection.xml
code/Magento/Shipping/Test/Mftf/Section/CountryOptionsConfigSection.xml
Magento/Shipping/Test/Mftf/Section/CountryOptionsConfigSection.xml
Shipping/Test/Mftf/Section/CountryOptionsConfigSection.xml
Test/Mftf/Section/CountryOptionsConfigSection.xml
Mftf/Section/CountryOptionsConfigSection.xml
Section/CountryOptionsConfigSection.xml
CountryOptionsConfigSection.xml
app/code/Magento/Shipping/Test/Mftf/Section/AdminShippingMethodFreeShippingSection.xml app/code/Magento/Shipping/Test/Mftf/Section/AdminShippingMethodFreeShippingSection.xml
code/Magento/Shipping/Test/Mftf/Section/AdminShippingMethodFreeShippingSection.xml code/Magento/Shipping/Test/Mftf/Section/AdminShippingMethodFreeShippingSection.xml
Magento/Shipping/Test/Mftf/Section/AdminShippingMethodFreeShippingSection.xml Magento/Shipping/Test/Mftf/Section/AdminShippingMethodFreeShippingSection.xml
@ -162704,6 +162720,14 @@ Test/Mftf/Data/AdminShippingSettingsConfigData.xml
Mftf/Data/AdminShippingSettingsConfigData.xml Mftf/Data/AdminShippingSettingsConfigData.xml
Data/AdminShippingSettingsConfigData.xml Data/AdminShippingSettingsConfigData.xml
AdminShippingSettingsConfigData.xml AdminShippingSettingsConfigData.xml
app/code/Magento/Shipping/Test/Mftf/Data/FedExConfigData.xml
code/Magento/Shipping/Test/Mftf/Data/FedExConfigData.xml
Magento/Shipping/Test/Mftf/Data/FedExConfigData.xml
Shipping/Test/Mftf/Data/FedExConfigData.xml
Test/Mftf/Data/FedExConfigData.xml
Mftf/Data/FedExConfigData.xml
Data/FedExConfigData.xml
FedExConfigData.xml
app/code/Magento/Shipping/Test/Mftf/Metadata/ShippingOriginMeta.xml app/code/Magento/Shipping/Test/Mftf/Metadata/ShippingOriginMeta.xml
code/Magento/Shipping/Test/Mftf/Metadata/ShippingOriginMeta.xml code/Magento/Shipping/Test/Mftf/Metadata/ShippingOriginMeta.xml
Magento/Shipping/Test/Mftf/Metadata/ShippingOriginMeta.xml Magento/Shipping/Test/Mftf/Metadata/ShippingOriginMeta.xml
@ -162855,6 +162879,14 @@ Test/Mftf/Test/EndToEndB2CAdminTest.xml
Mftf/Test/EndToEndB2CAdminTest.xml Mftf/Test/EndToEndB2CAdminTest.xml
Test/EndToEndB2CAdminTest.xml Test/EndToEndB2CAdminTest.xml
EndToEndB2CAdminTest.xml EndToEndB2CAdminTest.xml
app/code/Magento/Shipping/Test/Mftf/Test/AdminCreateShippingLabelForFedExShipmentTest.xml
code/Magento/Shipping/Test/Mftf/Test/AdminCreateShippingLabelForFedExShipmentTest.xml
Magento/Shipping/Test/Mftf/Test/AdminCreateShippingLabelForFedExShipmentTest.xml
Shipping/Test/Mftf/Test/AdminCreateShippingLabelForFedExShipmentTest.xml
Test/Mftf/Test/AdminCreateShippingLabelForFedExShipmentTest.xml
Mftf/Test/AdminCreateShippingLabelForFedExShipmentTest.xml
Test/AdminCreateShippingLabelForFedExShipmentTest.xml
AdminCreateShippingLabelForFedExShipmentTest.xml
app/code/Magento/Shipping/Test/Mftf/Test/AdminCreateShipmentEntityWithTrackingNumberTest.xml app/code/Magento/Shipping/Test/Mftf/Test/AdminCreateShipmentEntityWithTrackingNumberTest.xml
code/Magento/Shipping/Test/Mftf/Test/AdminCreateShipmentEntityWithTrackingNumberTest.xml code/Magento/Shipping/Test/Mftf/Test/AdminCreateShipmentEntityWithTrackingNumberTest.xml
Magento/Shipping/Test/Mftf/Test/AdminCreateShipmentEntityWithTrackingNumberTest.xml Magento/Shipping/Test/Mftf/Test/AdminCreateShipmentEntityWithTrackingNumberTest.xml
@ -162885,6 +162917,22 @@ Shipping/Test/Mftf/class-file-naming-allowlist
Test/Mftf/class-file-naming-allowlist Test/Mftf/class-file-naming-allowlist
Mftf/class-file-naming-allowlist Mftf/class-file-naming-allowlist
class-file-naming-allowlist class-file-naming-allowlist
app/code/Magento/Shipping/Test/Mftf/ActionGroup/StorefrontAssertTrackingInformationActionGroup.xml
code/Magento/Shipping/Test/Mftf/ActionGroup/StorefrontAssertTrackingInformationActionGroup.xml
Magento/Shipping/Test/Mftf/ActionGroup/StorefrontAssertTrackingInformationActionGroup.xml
Shipping/Test/Mftf/ActionGroup/StorefrontAssertTrackingInformationActionGroup.xml
Test/Mftf/ActionGroup/StorefrontAssertTrackingInformationActionGroup.xml
Mftf/ActionGroup/StorefrontAssertTrackingInformationActionGroup.xml
ActionGroup/StorefrontAssertTrackingInformationActionGroup.xml
StorefrontAssertTrackingInformationActionGroup.xml
app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminCreateShipmentPackageActionGroup.xml
code/Magento/Shipping/Test/Mftf/ActionGroup/AdminCreateShipmentPackageActionGroup.xml
Magento/Shipping/Test/Mftf/ActionGroup/AdminCreateShipmentPackageActionGroup.xml
Shipping/Test/Mftf/ActionGroup/AdminCreateShipmentPackageActionGroup.xml
Test/Mftf/ActionGroup/AdminCreateShipmentPackageActionGroup.xml
Mftf/ActionGroup/AdminCreateShipmentPackageActionGroup.xml
ActionGroup/AdminCreateShipmentPackageActionGroup.xml
AdminCreateShipmentPackageActionGroup.xml
app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminSetShippingOriginConfigActionGroup.xml app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminSetShippingOriginConfigActionGroup.xml
code/Magento/Shipping/Test/Mftf/ActionGroup/AdminSetShippingOriginConfigActionGroup.xml code/Magento/Shipping/Test/Mftf/ActionGroup/AdminSetShippingOriginConfigActionGroup.xml
Magento/Shipping/Test/Mftf/ActionGroup/AdminSetShippingOriginConfigActionGroup.xml Magento/Shipping/Test/Mftf/ActionGroup/AdminSetShippingOriginConfigActionGroup.xml
@ -162933,6 +162981,22 @@ Test/Mftf/ActionGroup/SeeProductInShipmentItemsActionGroup.xml
Mftf/ActionGroup/SeeProductInShipmentItemsActionGroup.xml Mftf/ActionGroup/SeeProductInShipmentItemsActionGroup.xml
ActionGroup/SeeProductInShipmentItemsActionGroup.xml ActionGroup/SeeProductInShipmentItemsActionGroup.xml
SeeProductInShipmentItemsActionGroup.xml SeeProductInShipmentItemsActionGroup.xml
app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminEnableFedExConfigurationActionGroup.xml
code/Magento/Shipping/Test/Mftf/ActionGroup/AdminEnableFedExConfigurationActionGroup.xml
Magento/Shipping/Test/Mftf/ActionGroup/AdminEnableFedExConfigurationActionGroup.xml
Shipping/Test/Mftf/ActionGroup/AdminEnableFedExConfigurationActionGroup.xml
Test/Mftf/ActionGroup/AdminEnableFedExConfigurationActionGroup.xml
Mftf/ActionGroup/AdminEnableFedExConfigurationActionGroup.xml
ActionGroup/AdminEnableFedExConfigurationActionGroup.xml
AdminEnableFedExConfigurationActionGroup.xml
app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminShipmentCreateMultipleShippingLabelActionGroup.xml
code/Magento/Shipping/Test/Mftf/ActionGroup/AdminShipmentCreateMultipleShippingLabelActionGroup.xml
Magento/Shipping/Test/Mftf/ActionGroup/AdminShipmentCreateMultipleShippingLabelActionGroup.xml
Shipping/Test/Mftf/ActionGroup/AdminShipmentCreateMultipleShippingLabelActionGroup.xml
Test/Mftf/ActionGroup/AdminShipmentCreateMultipleShippingLabelActionGroup.xml
Mftf/ActionGroup/AdminShipmentCreateMultipleShippingLabelActionGroup.xml
ActionGroup/AdminShipmentCreateMultipleShippingLabelActionGroup.xml
AdminShipmentCreateMultipleShippingLabelActionGroup.xml
app/code/Magento/Shipping/Test/Mftf/ActionGroup/StorefrontSetShippingMethodActionGroup.xml app/code/Magento/Shipping/Test/Mftf/ActionGroup/StorefrontSetShippingMethodActionGroup.xml
code/Magento/Shipping/Test/Mftf/ActionGroup/StorefrontSetShippingMethodActionGroup.xml code/Magento/Shipping/Test/Mftf/ActionGroup/StorefrontSetShippingMethodActionGroup.xml
Magento/Shipping/Test/Mftf/ActionGroup/StorefrontSetShippingMethodActionGroup.xml Magento/Shipping/Test/Mftf/ActionGroup/StorefrontSetShippingMethodActionGroup.xml
@ -163093,6 +163157,30 @@ Test/Mftf/ActionGroup/AdminSetShippingOriginConfigurationActionGroup.xml
Mftf/ActionGroup/AdminSetShippingOriginConfigurationActionGroup.xml Mftf/ActionGroup/AdminSetShippingOriginConfigurationActionGroup.xml
ActionGroup/AdminSetShippingOriginConfigurationActionGroup.xml ActionGroup/AdminSetShippingOriginConfigurationActionGroup.xml
AdminSetShippingOriginConfigurationActionGroup.xml AdminSetShippingOriginConfigurationActionGroup.xml
app/code/Magento/Shipping/Test/Mftf/ActionGroup/SelectEuropeanUnionCountryActionGroup.xml
code/Magento/Shipping/Test/Mftf/ActionGroup/SelectEuropeanUnionCountryActionGroup.xml
Magento/Shipping/Test/Mftf/ActionGroup/SelectEuropeanUnionCountryActionGroup.xml
Shipping/Test/Mftf/ActionGroup/SelectEuropeanUnionCountryActionGroup.xml
Test/Mftf/ActionGroup/SelectEuropeanUnionCountryActionGroup.xml
Mftf/ActionGroup/SelectEuropeanUnionCountryActionGroup.xml
ActionGroup/SelectEuropeanUnionCountryActionGroup.xml
SelectEuropeanUnionCountryActionGroup.xml
app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminSetShippingOriginOtherConfigActionGroup.xml
code/Magento/Shipping/Test/Mftf/ActionGroup/AdminSetShippingOriginOtherConfigActionGroup.xml
Magento/Shipping/Test/Mftf/ActionGroup/AdminSetShippingOriginOtherConfigActionGroup.xml
Shipping/Test/Mftf/ActionGroup/AdminSetShippingOriginOtherConfigActionGroup.xml
Test/Mftf/ActionGroup/AdminSetShippingOriginOtherConfigActionGroup.xml
Mftf/ActionGroup/AdminSetShippingOriginOtherConfigActionGroup.xml
ActionGroup/AdminSetShippingOriginOtherConfigActionGroup.xml
AdminSetShippingOriginOtherConfigActionGroup.xml
app/code/Magento/Shipping/Test/Mftf/ActionGroup/CheckShipmentPackageActionGroup.xml
code/Magento/Shipping/Test/Mftf/ActionGroup/CheckShipmentPackageActionGroup.xml
Magento/Shipping/Test/Mftf/ActionGroup/CheckShipmentPackageActionGroup.xml
Shipping/Test/Mftf/ActionGroup/CheckShipmentPackageActionGroup.xml
Test/Mftf/ActionGroup/CheckShipmentPackageActionGroup.xml
Mftf/ActionGroup/CheckShipmentPackageActionGroup.xml
ActionGroup/CheckShipmentPackageActionGroup.xml
CheckShipmentPackageActionGroup.xml
app/code/Magento/Shipping/Test/Mftf/ActionGroup/SubmitShipmentIntoOrderActionGroup.xml app/code/Magento/Shipping/Test/Mftf/ActionGroup/SubmitShipmentIntoOrderActionGroup.xml
code/Magento/Shipping/Test/Mftf/ActionGroup/SubmitShipmentIntoOrderActionGroup.xml code/Magento/Shipping/Test/Mftf/ActionGroup/SubmitShipmentIntoOrderActionGroup.xml
Magento/Shipping/Test/Mftf/ActionGroup/SubmitShipmentIntoOrderActionGroup.xml Magento/Shipping/Test/Mftf/ActionGroup/SubmitShipmentIntoOrderActionGroup.xml
@ -207931,6 +208019,14 @@ Test/Mftf/Test/StorefrontCheckPayPalSmartButtonWithPayPalLabelOnCheckoutPageTest
Mftf/Test/StorefrontCheckPayPalSmartButtonWithPayPalLabelOnCheckoutPageTest.xml Mftf/Test/StorefrontCheckPayPalSmartButtonWithPayPalLabelOnCheckoutPageTest.xml
Test/StorefrontCheckPayPalSmartButtonWithPayPalLabelOnCheckoutPageTest.xml Test/StorefrontCheckPayPalSmartButtonWithPayPalLabelOnCheckoutPageTest.xml
StorefrontCheckPayPalSmartButtonWithPayPalLabelOnCheckoutPageTest.xml StorefrontCheckPayPalSmartButtonWithPayPalLabelOnCheckoutPageTest.xml
app/code/Magento/Paypal/Test/Mftf/Test/EnablePaypalExpressCheckoutandValidateTransferShippingOptionsWorksWithPayPalSmartButtonFlowTest.xml
code/Magento/Paypal/Test/Mftf/Test/EnablePaypalExpressCheckoutandValidateTransferShippingOptionsWorksWithPayPalSmartButtonFlowTest.xml
Magento/Paypal/Test/Mftf/Test/EnablePaypalExpressCheckoutandValidateTransferShippingOptionsWorksWithPayPalSmartButtonFlowTest.xml
Paypal/Test/Mftf/Test/EnablePaypalExpressCheckoutandValidateTransferShippingOptionsWorksWithPayPalSmartButtonFlowTest.xml
Test/Mftf/Test/EnablePaypalExpressCheckoutandValidateTransferShippingOptionsWorksWithPayPalSmartButtonFlowTest.xml
Mftf/Test/EnablePaypalExpressCheckoutandValidateTransferShippingOptionsWorksWithPayPalSmartButtonFlowTest.xml
Test/EnablePaypalExpressCheckoutandValidateTransferShippingOptionsWorksWithPayPalSmartButtonFlowTest.xml
EnablePaypalExpressCheckoutandValidateTransferShippingOptionsWorksWithPayPalSmartButtonFlowTest.xml
app/code/Magento/Paypal/Test/Mftf/Test/DeleteSavedWithPayflowProCreditCardFromCustomerAccountTest.xml app/code/Magento/Paypal/Test/Mftf/Test/DeleteSavedWithPayflowProCreditCardFromCustomerAccountTest.xml
code/Magento/Paypal/Test/Mftf/Test/DeleteSavedWithPayflowProCreditCardFromCustomerAccountTest.xml code/Magento/Paypal/Test/Mftf/Test/DeleteSavedWithPayflowProCreditCardFromCustomerAccountTest.xml
Magento/Paypal/Test/Mftf/Test/DeleteSavedWithPayflowProCreditCardFromCustomerAccountTest.xml Magento/Paypal/Test/Mftf/Test/DeleteSavedWithPayflowProCreditCardFromCustomerAccountTest.xml
@ -208137,6 +208233,14 @@ Test/Mftf/ActionGroup/AdminPayPalExpressCheckoutPayLaterEnableActionGroup.xml
Mftf/ActionGroup/AdminPayPalExpressCheckoutPayLaterEnableActionGroup.xml Mftf/ActionGroup/AdminPayPalExpressCheckoutPayLaterEnableActionGroup.xml
ActionGroup/AdminPayPalExpressCheckoutPayLaterEnableActionGroup.xml ActionGroup/AdminPayPalExpressCheckoutPayLaterEnableActionGroup.xml
AdminPayPalExpressCheckoutPayLaterEnableActionGroup.xml AdminPayPalExpressCheckoutPayLaterEnableActionGroup.xml
app/code/Magento/Paypal/Test/Mftf/ActionGroup/AdminAuthorizeAnOrderActionGroup.xml
code/Magento/Paypal/Test/Mftf/ActionGroup/AdminAuthorizeAnOrderActionGroup.xml
Magento/Paypal/Test/Mftf/ActionGroup/AdminAuthorizeAnOrderActionGroup.xml
Paypal/Test/Mftf/ActionGroup/AdminAuthorizeAnOrderActionGroup.xml
Test/Mftf/ActionGroup/AdminAuthorizeAnOrderActionGroup.xml
Mftf/ActionGroup/AdminAuthorizeAnOrderActionGroup.xml
ActionGroup/AdminAuthorizeAnOrderActionGroup.xml
AdminAuthorizeAnOrderActionGroup.xml
app/code/Magento/Paypal/Test/Mftf/ActionGroup/EnablePayPalConfigurationActionGroup.xml app/code/Magento/Paypal/Test/Mftf/ActionGroup/EnablePayPalConfigurationActionGroup.xml
code/Magento/Paypal/Test/Mftf/ActionGroup/EnablePayPalConfigurationActionGroup.xml code/Magento/Paypal/Test/Mftf/ActionGroup/EnablePayPalConfigurationActionGroup.xml
Magento/Paypal/Test/Mftf/ActionGroup/EnablePayPalConfigurationActionGroup.xml Magento/Paypal/Test/Mftf/ActionGroup/EnablePayPalConfigurationActionGroup.xml

View File

@ -19031,6 +19031,7 @@ app/code/Magento/Shipping/LICENSE.txt
app/code/Magento/Shipping/Test/Mftf/test-dependency-allowlist app/code/Magento/Shipping/Test/Mftf/test-dependency-allowlist
app/code/Magento/Shipping/Test/Mftf/Section/AdminShippingMethodFlatRateSection.xml app/code/Magento/Shipping/Test/Mftf/Section/AdminShippingMethodFlatRateSection.xml
app/code/Magento/Shipping/Test/Mftf/Section/AdminShipmentTrackingInformationShippingSection.xml app/code/Magento/Shipping/Test/Mftf/Section/AdminShipmentTrackingInformationShippingSection.xml
app/code/Magento/Shipping/Test/Mftf/Section/StorefrontOrderShipmentSection.xml
app/code/Magento/Shipping/Test/Mftf/Section/AdminShipmentTotalSection.xml app/code/Magento/Shipping/Test/Mftf/Section/AdminShipmentTotalSection.xml
app/code/Magento/Shipping/Test/Mftf/Section/AdminShipmentPaymentShippingSection.xml app/code/Magento/Shipping/Test/Mftf/Section/AdminShipmentPaymentShippingSection.xml
app/code/Magento/Shipping/Test/Mftf/Section/AdminShipmentAddressInformationSection.xml app/code/Magento/Shipping/Test/Mftf/Section/AdminShipmentAddressInformationSection.xml
@ -19039,6 +19040,7 @@ app/code/Magento/Shipping/Test/Mftf/Section/AdminShipmentCreatePackageSection/Ad
app/code/Magento/Shipping/Test/Mftf/Section/AdminShipmentTrackingSection.xml app/code/Magento/Shipping/Test/Mftf/Section/AdminShipmentTrackingSection.xml
app/code/Magento/Shipping/Test/Mftf/Section/AdminShipmentItemsSection.xml app/code/Magento/Shipping/Test/Mftf/Section/AdminShipmentItemsSection.xml
app/code/Magento/Shipping/Test/Mftf/Section/AdminShippingMethodTableRatesSection.xml app/code/Magento/Shipping/Test/Mftf/Section/AdminShippingMethodTableRatesSection.xml
app/code/Magento/Shipping/Test/Mftf/Section/CountryOptionsConfigSection.xml
app/code/Magento/Shipping/Test/Mftf/Section/AdminShippingMethodFreeShippingSection.xml app/code/Magento/Shipping/Test/Mftf/Section/AdminShippingMethodFreeShippingSection.xml
app/code/Magento/Shipping/Test/Mftf/Section/AdminShipmentOrderInformationSection.xml app/code/Magento/Shipping/Test/Mftf/Section/AdminShipmentOrderInformationSection.xml
app/code/Magento/Shipping/Test/Mftf/Section/AdminShippingSettingsConfigSection.xml app/code/Magento/Shipping/Test/Mftf/Section/AdminShippingSettingsConfigSection.xml
@ -19055,6 +19057,7 @@ app/code/Magento/Shipping/Test/Mftf/Data/ShippingMethodData.xml
app/code/Magento/Shipping/Test/Mftf/Data/TableRatesShippingMethodData.xml app/code/Magento/Shipping/Test/Mftf/Data/TableRatesShippingMethodData.xml
app/code/Magento/Shipping/Test/Mftf/Data/FreeShippingMethodData.xml app/code/Magento/Shipping/Test/Mftf/Data/FreeShippingMethodData.xml
app/code/Magento/Shipping/Test/Mftf/Data/AdminShippingSettingsConfigData.xml app/code/Magento/Shipping/Test/Mftf/Data/AdminShippingSettingsConfigData.xml
app/code/Magento/Shipping/Test/Mftf/Data/FedExConfigData.xml
app/code/Magento/Shipping/Test/Mftf/Metadata/ShippingOriginMeta.xml app/code/Magento/Shipping/Test/Mftf/Metadata/ShippingOriginMeta.xml
app/code/Magento/Shipping/Test/Mftf/Metadata/ShippingMethodsMeta.xml app/code/Magento/Shipping/Test/Mftf/Metadata/ShippingMethodsMeta.xml
app/code/Magento/Shipping/Test/Mftf/LICENSE.txt app/code/Magento/Shipping/Test/Mftf/LICENSE.txt
@ -19074,16 +19077,21 @@ app/code/Magento/Shipping/Test/Mftf/Test/StorefrontAssertShippingPricesPresentWi
app/code/Magento/Shipping/Test/Mftf/Test/AdminCreatePartialShipmentEntityTest.xml app/code/Magento/Shipping/Test/Mftf/Test/AdminCreatePartialShipmentEntityTest.xml
app/code/Magento/Shipping/Test/Mftf/Test/AdminValidateShippingTrackingNumberTest.xml app/code/Magento/Shipping/Test/Mftf/Test/AdminValidateShippingTrackingNumberTest.xml
app/code/Magento/Shipping/Test/Mftf/Test/EndToEndB2CAdminTest.xml app/code/Magento/Shipping/Test/Mftf/Test/EndToEndB2CAdminTest.xml
app/code/Magento/Shipping/Test/Mftf/Test/AdminCreateShippingLabelForFedExShipmentTest.xml
app/code/Magento/Shipping/Test/Mftf/Test/AdminCreateShipmentEntityWithTrackingNumberTest.xml app/code/Magento/Shipping/Test/Mftf/Test/AdminCreateShipmentEntityWithTrackingNumberTest.xml
app/code/Magento/Shipping/Test/Mftf/Test/AdminCreateOrderCustomStoreShippingMethodTableRatesTest.xml app/code/Magento/Shipping/Test/Mftf/Test/AdminCreateOrderCustomStoreShippingMethodTableRatesTest.xml
app/code/Magento/Shipping/Test/Mftf/README.md app/code/Magento/Shipping/Test/Mftf/README.md
app/code/Magento/Shipping/Test/Mftf/class-file-naming-allowlist app/code/Magento/Shipping/Test/Mftf/class-file-naming-allowlist
app/code/Magento/Shipping/Test/Mftf/ActionGroup/StorefrontAssertTrackingInformationActionGroup.xml
app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminCreateShipmentPackageActionGroup.xml
app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminSetShippingOriginConfigActionGroup.xml app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminSetShippingOriginConfigActionGroup.xml
app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminChangeTableRatesShippingMethodStatusActionGroup.xml app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminChangeTableRatesShippingMethodStatusActionGroup.xml
app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminResetShippingOriginConfigurationActionGroup.xml app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminResetShippingOriginConfigurationActionGroup.xml
app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminDeleteTrackingNumberActionGroup.xml app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminDeleteTrackingNumberActionGroup.xml
app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminAssertShipmentInShipmentsGridActionGroup.xml app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminAssertShipmentInShipmentsGridActionGroup.xml
app/code/Magento/Shipping/Test/Mftf/ActionGroup/SeeProductInShipmentItemsActionGroup.xml app/code/Magento/Shipping/Test/Mftf/ActionGroup/SeeProductInShipmentItemsActionGroup.xml
app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminEnableFedExConfigurationActionGroup.xml
app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminShipmentCreateMultipleShippingLabelActionGroup.xml
app/code/Magento/Shipping/Test/Mftf/ActionGroup/StorefrontSetShippingMethodActionGroup.xml app/code/Magento/Shipping/Test/Mftf/ActionGroup/StorefrontSetShippingMethodActionGroup.xml
app/code/Magento/Shipping/Test/Mftf/ActionGroup/AssertStoreFrontShippingMethodAvailableActionGroup.xml app/code/Magento/Shipping/Test/Mftf/ActionGroup/AssertStoreFrontShippingMethodAvailableActionGroup.xml
app/code/Magento/Shipping/Test/Mftf/ActionGroup/GoToShipmentIntoOrderActionGroup.xml app/code/Magento/Shipping/Test/Mftf/ActionGroup/GoToShipmentIntoOrderActionGroup.xml
@ -19104,6 +19112,9 @@ app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminGoToCreditMemoTabActionGrou
app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminAddTrackingNumberToShipmentActionGroup.xml app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminAddTrackingNumberToShipmentActionGroup.xml
app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminGoToShipmentViewActionGroup.xml app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminGoToShipmentViewActionGroup.xml
app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminSetShippingOriginConfigurationActionGroup.xml app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminSetShippingOriginConfigurationActionGroup.xml
app/code/Magento/Shipping/Test/Mftf/ActionGroup/SelectEuropeanUnionCountryActionGroup.xml
app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminSetShippingOriginOtherConfigActionGroup.xml
app/code/Magento/Shipping/Test/Mftf/ActionGroup/CheckShipmentPackageActionGroup.xml
app/code/Magento/Shipping/Test/Mftf/ActionGroup/SubmitShipmentIntoOrderActionGroup.xml app/code/Magento/Shipping/Test/Mftf/ActionGroup/SubmitShipmentIntoOrderActionGroup.xml
app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminChangeTableRatesShippingMethodConditionActionGroup.xml app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminChangeTableRatesShippingMethodConditionActionGroup.xml
app/code/Magento/Shipping/Test/Mftf/ActionGroup/AssertThereIsNoShipButtonActionGroup.xml app/code/Magento/Shipping/Test/Mftf/ActionGroup/AssertThereIsNoShipButtonActionGroup.xml
@ -24588,6 +24599,7 @@ app/code/Magento/Paypal/Test/Mftf/Test/AdminRegionalLinkForPayLaterTest.xml
app/code/Magento/Paypal/Test/Mftf/Test/PlaceOrderUsingPaypalExpressWithPaymentActionOrderTest.xml app/code/Magento/Paypal/Test/Mftf/Test/PlaceOrderUsingPaypalExpressWithPaymentActionOrderTest.xml
app/code/Magento/Paypal/Test/Mftf/Test/StorefrontPaypalSmartButtonWithFranceMerchantCountryTest.xml app/code/Magento/Paypal/Test/Mftf/Test/StorefrontPaypalSmartButtonWithFranceMerchantCountryTest.xml
app/code/Magento/Paypal/Test/Mftf/Test/StorefrontCheckPayPalSmartButtonWithPayPalLabelOnCheckoutPageTest.xml app/code/Magento/Paypal/Test/Mftf/Test/StorefrontCheckPayPalSmartButtonWithPayPalLabelOnCheckoutPageTest.xml
app/code/Magento/Paypal/Test/Mftf/Test/EnablePaypalExpressCheckoutandValidateTransferShippingOptionsWorksWithPayPalSmartButtonFlowTest.xml
app/code/Magento/Paypal/Test/Mftf/Test/DeleteSavedWithPayflowProCreditCardFromCustomerAccountTest.xml app/code/Magento/Paypal/Test/Mftf/Test/DeleteSavedWithPayflowProCreditCardFromCustomerAccountTest.xml
app/code/Magento/Paypal/Test/Mftf/Test/StoreFrontGuestCheckoutWithPayPalPayflowProCreditCardWithSeveralProductsTest.xml app/code/Magento/Paypal/Test/Mftf/Test/StoreFrontGuestCheckoutWithPayPalPayflowProCreditCardWithSeveralProductsTest.xml
app/code/Magento/Paypal/Test/Mftf/Test/GuestCheckoutUsingPayPalExpressCheckoutTest.xml app/code/Magento/Paypal/Test/Mftf/Test/GuestCheckoutUsingPayPalExpressCheckoutTest.xml
@ -24614,6 +24626,7 @@ app/code/Magento/Paypal/Test/Mftf/ActionGroup/LoginToPayPalPaymentAccountActionG
app/code/Magento/Paypal/Test/Mftf/ActionGroup/StorefrontPlaceOrderOnOrderReviewPageActionGroup.xml app/code/Magento/Paypal/Test/Mftf/ActionGroup/StorefrontPlaceOrderOnOrderReviewPageActionGroup.xml
app/code/Magento/Paypal/Test/Mftf/ActionGroup/CreatePayPalOrderWithSelectedPaymentMethodActionGroup.xml app/code/Magento/Paypal/Test/Mftf/ActionGroup/CreatePayPalOrderWithSelectedPaymentMethodActionGroup.xml
app/code/Magento/Paypal/Test/Mftf/ActionGroup/AdminPayPalExpressCheckoutPayLaterEnableActionGroup.xml app/code/Magento/Paypal/Test/Mftf/ActionGroup/AdminPayPalExpressCheckoutPayLaterEnableActionGroup.xml
app/code/Magento/Paypal/Test/Mftf/ActionGroup/AdminAuthorizeAnOrderActionGroup.xml
app/code/Magento/Paypal/Test/Mftf/ActionGroup/EnablePayPalConfigurationActionGroup.xml app/code/Magento/Paypal/Test/Mftf/ActionGroup/EnablePayPalConfigurationActionGroup.xml
app/code/Magento/Paypal/Test/Mftf/ActionGroup/StorefrontPaypalFillCardDataActionGroup.xml app/code/Magento/Paypal/Test/Mftf/ActionGroup/StorefrontPaypalFillCardDataActionGroup.xml
app/code/Magento/Paypal/Test/Mftf/ActionGroup/AdminUnselectDisableFundingActionGroup.xml app/code/Magento/Paypal/Test/Mftf/ActionGroup/AdminUnselectDisableFundingActionGroup.xml

View File

@ -3876,6 +3876,11 @@ app/bundles/ApiBundle/ApiEvents.php
bundles/ApiBundle/ApiEvents.php bundles/ApiBundle/ApiEvents.php
ApiBundle/ApiEvents.php ApiBundle/ApiEvents.php
ApiEvents.php ApiEvents.php
app/bundles/ApiBundle/Event/ApiSerializationContextEvent.php
bundles/ApiBundle/Event/ApiSerializationContextEvent.php
ApiBundle/Event/ApiSerializationContextEvent.php
Event/ApiSerializationContextEvent.php
ApiSerializationContextEvent.php
app/bundles/ApiBundle/Event/ClientEvent.php app/bundles/ApiBundle/Event/ClientEvent.php
bundles/ApiBundle/Event/ClientEvent.php bundles/ApiBundle/Event/ClientEvent.php
ApiBundle/Event/ClientEvent.php ApiBundle/Event/ClientEvent.php
@ -9703,6 +9708,12 @@ FormBundle/Form/Type/FormFieldCaptchaType.php
Form/Type/FormFieldCaptchaType.php Form/Type/FormFieldCaptchaType.php
Type/FormFieldCaptchaType.php Type/FormFieldCaptchaType.php
FormFieldCaptchaType.php FormFieldCaptchaType.php
app/bundles/FormBundle/Form/Type/FormFieldNumberType.php
bundles/FormBundle/Form/Type/FormFieldNumberType.php
FormBundle/Form/Type/FormFieldNumberType.php
Form/Type/FormFieldNumberType.php
Type/FormFieldNumberType.php
FormFieldNumberType.php
app/bundles/FormBundle/Form/Type/SubmitActionEmailType.php app/bundles/FormBundle/Form/Type/SubmitActionEmailType.php
bundles/FormBundle/Form/Type/SubmitActionEmailType.php bundles/FormBundle/Form/Type/SubmitActionEmailType.php
FormBundle/Form/Type/SubmitActionEmailType.php FormBundle/Form/Type/SubmitActionEmailType.php
@ -10442,6 +10453,13 @@ FormBundle/Tests/Event/FormFieldEventTest.php
Tests/Event/FormFieldEventTest.php Tests/Event/FormFieldEventTest.php
Event/FormFieldEventTest.php Event/FormFieldEventTest.php
FormFieldEventTest.php FormFieldEventTest.php
app/bundles/FormBundle/Tests/Form/Type/FormFieldNumberTypeTest.php
bundles/FormBundle/Tests/Form/Type/FormFieldNumberTypeTest.php
FormBundle/Tests/Form/Type/FormFieldNumberTypeTest.php
Tests/Form/Type/FormFieldNumberTypeTest.php
Form/Type/FormFieldNumberTypeTest.php
Type/FormFieldNumberTypeTest.php
FormFieldNumberTypeTest.php
app/bundles/FormBundle/Tests/Form/Type/FormFieldConditionTypeTest.php app/bundles/FormBundle/Tests/Form/Type/FormFieldConditionTypeTest.php
bundles/FormBundle/Tests/Form/Type/FormFieldConditionTypeTest.php bundles/FormBundle/Tests/Form/Type/FormFieldConditionTypeTest.php
FormBundle/Tests/Form/Type/FormFieldConditionTypeTest.php FormBundle/Tests/Form/Type/FormFieldConditionTypeTest.php

View File

@ -886,6 +886,7 @@ app/bundles/ApiBundle/Controller/CommonApiController.php
app/bundles/ApiBundle/Config/config.php app/bundles/ApiBundle/Config/config.php
app/bundles/ApiBundle/Config/services.php app/bundles/ApiBundle/Config/services.php
app/bundles/ApiBundle/ApiEvents.php app/bundles/ApiBundle/ApiEvents.php
app/bundles/ApiBundle/Event/ApiSerializationContextEvent.php
app/bundles/ApiBundle/Event/ClientEvent.php app/bundles/ApiBundle/Event/ClientEvent.php
app/bundles/ApiBundle/Event/ApiEntityEvent.php app/bundles/ApiBundle/Event/ApiEntityEvent.php
app/bundles/ApiBundle/Form/Validator/Constraints/OAuthCallback.php app/bundles/ApiBundle/Form/Validator/Constraints/OAuthCallback.php
@ -1830,6 +1831,7 @@ app/bundles/FormBundle/Form/Type/FormType.php
app/bundles/FormBundle/Form/Type/ConfigFormType.php app/bundles/FormBundle/Form/Type/ConfigFormType.php
app/bundles/FormBundle/Form/Type/FormFieldEmailType.php app/bundles/FormBundle/Form/Type/FormFieldEmailType.php
app/bundles/FormBundle/Form/Type/FormFieldCaptchaType.php app/bundles/FormBundle/Form/Type/FormFieldCaptchaType.php
app/bundles/FormBundle/Form/Type/FormFieldNumberType.php
app/bundles/FormBundle/Form/Type/SubmitActionEmailType.php app/bundles/FormBundle/Form/Type/SubmitActionEmailType.php
app/bundles/FormBundle/Form/Type/PointActionFormSubmitType.php app/bundles/FormBundle/Form/Type/PointActionFormSubmitType.php
app/bundles/FormBundle/Form/Type/SortableListTrait.php app/bundles/FormBundle/Form/Type/SortableListTrait.php
@ -1946,6 +1948,7 @@ app/bundles/FormBundle/Tests/Crate/FieldCrateTest.php
app/bundles/FormBundle/Tests/Crate/ObjectCrateTest.php app/bundles/FormBundle/Tests/Crate/ObjectCrateTest.php
app/bundles/FormBundle/Tests/Event/Service/FieldValueTransformerTest.php app/bundles/FormBundle/Tests/Event/Service/FieldValueTransformerTest.php
app/bundles/FormBundle/Tests/Event/FormFieldEventTest.php app/bundles/FormBundle/Tests/Event/FormFieldEventTest.php
app/bundles/FormBundle/Tests/Form/Type/FormFieldNumberTypeTest.php
app/bundles/FormBundle/Tests/Form/Type/FormFieldConditionTypeTest.php app/bundles/FormBundle/Tests/Form/Type/FormFieldConditionTypeTest.php
app/bundles/FormBundle/Tests/Collection/FieldCollectionTest.php app/bundles/FormBundle/Tests/Collection/FieldCollectionTest.php
app/bundles/FormBundle/Tests/Collection/ObjectCollectionTest.php app/bundles/FormBundle/Tests/Collection/ObjectCollectionTest.php

View File

@ -6935,6 +6935,12 @@ Nop.Core/Domain/Shipping/ShippingSortingEnum.cs
Domain/Shipping/ShippingSortingEnum.cs Domain/Shipping/ShippingSortingEnum.cs
Shipping/ShippingSortingEnum.cs Shipping/ShippingSortingEnum.cs
ShippingSortingEnum.cs ShippingSortingEnum.cs
src/Libraries/Nop.Core/Domain/Shipping/ShipmentTrackingNumberSetEvent.cs
Libraries/Nop.Core/Domain/Shipping/ShipmentTrackingNumberSetEvent.cs
Nop.Core/Domain/Shipping/ShipmentTrackingNumberSetEvent.cs
Domain/Shipping/ShipmentTrackingNumberSetEvent.cs
Shipping/ShipmentTrackingNumberSetEvent.cs
ShipmentTrackingNumberSetEvent.cs
src/Libraries/Nop.Core/Domain/Shipping/Shipment.cs src/Libraries/Nop.Core/Domain/Shipping/Shipment.cs
Libraries/Nop.Core/Domain/Shipping/Shipment.cs Libraries/Nop.Core/Domain/Shipping/Shipment.cs
Nop.Core/Domain/Shipping/Shipment.cs Nop.Core/Domain/Shipping/Shipment.cs
@ -28510,6 +28516,13 @@ App_Data/Localization/Installation/installation.ro-RO.xml
Localization/Installation/installation.ro-RO.xml Localization/Installation/installation.ro-RO.xml
Installation/installation.ro-RO.xml Installation/installation.ro-RO.xml
installation.ro-RO.xml installation.ro-RO.xml
src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.pt-BR.xml
Presentation/Nop.Web/App_Data/Localization/Installation/installation.pt-BR.xml
Nop.Web/App_Data/Localization/Installation/installation.pt-BR.xml
App_Data/Localization/Installation/installation.pt-BR.xml
Localization/Installation/installation.pt-BR.xml
Installation/installation.pt-BR.xml
installation.pt-BR.xml
src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.fa-IR.xml src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.fa-IR.xml
Presentation/Nop.Web/App_Data/Localization/Installation/installation.fa-IR.xml Presentation/Nop.Web/App_Data/Localization/Installation/installation.fa-IR.xml
Nop.Web/App_Data/Localization/Installation/installation.fa-IR.xml Nop.Web/App_Data/Localization/Installation/installation.fa-IR.xml
@ -28524,6 +28537,13 @@ App_Data/Localization/Installation/installation.ne-NP.xml
Localization/Installation/installation.ne-NP.xml Localization/Installation/installation.ne-NP.xml
Installation/installation.ne-NP.xml Installation/installation.ne-NP.xml
installation.ne-NP.xml installation.ne-NP.xml
src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.sr-SP.xml
Presentation/Nop.Web/App_Data/Localization/Installation/installation.sr-SP.xml
Nop.Web/App_Data/Localization/Installation/installation.sr-SP.xml
App_Data/Localization/Installation/installation.sr-SP.xml
Localization/Installation/installation.sr-SP.xml
Installation/installation.sr-SP.xml
installation.sr-SP.xml
src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.cs-CZ.xml src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.cs-CZ.xml
Presentation/Nop.Web/App_Data/Localization/Installation/installation.cs-CZ.xml Presentation/Nop.Web/App_Data/Localization/Installation/installation.cs-CZ.xml
Nop.Web/App_Data/Localization/Installation/installation.cs-CZ.xml Nop.Web/App_Data/Localization/Installation/installation.cs-CZ.xml
@ -28706,6 +28726,13 @@ App_Data/Localization/Installation/installation.pl-PL.xml
Localization/Installation/installation.pl-PL.xml Localization/Installation/installation.pl-PL.xml
Installation/installation.pl-PL.xml Installation/installation.pl-PL.xml
installation.pl-PL.xml installation.pl-PL.xml
src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.zh-TW.xml
Presentation/Nop.Web/App_Data/Localization/Installation/installation.zh-TW.xml
Nop.Web/App_Data/Localization/Installation/installation.zh-TW.xml
App_Data/Localization/Installation/installation.zh-TW.xml
Localization/Installation/installation.zh-TW.xml
Installation/installation.zh-TW.xml
installation.zh-TW.xml
src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.sl-SI.xml src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.sl-SI.xml
Presentation/Nop.Web/App_Data/Localization/Installation/installation.sl-SI.xml Presentation/Nop.Web/App_Data/Localization/Installation/installation.sl-SI.xml
Nop.Web/App_Data/Localization/Installation/installation.sl-SI.xml Nop.Web/App_Data/Localization/Installation/installation.sl-SI.xml

View File

@ -1313,6 +1313,7 @@ src/Libraries/Nop.Core/Domain/Shipping/ShipmentItem.cs
src/Libraries/Nop.Core/Domain/Shipping/DeliveryDate.cs src/Libraries/Nop.Core/Domain/Shipping/DeliveryDate.cs
src/Libraries/Nop.Core/Domain/Shipping/ShippingOption.cs src/Libraries/Nop.Core/Domain/Shipping/ShippingOption.cs
src/Libraries/Nop.Core/Domain/Shipping/ShippingSortingEnum.cs src/Libraries/Nop.Core/Domain/Shipping/ShippingSortingEnum.cs
src/Libraries/Nop.Core/Domain/Shipping/ShipmentTrackingNumberSetEvent.cs
src/Libraries/Nop.Core/Domain/Shipping/Shipment.cs src/Libraries/Nop.Core/Domain/Shipping/Shipment.cs
src/Libraries/Nop.Core/Domain/Shipping/ShipmentCreatedEvent.cs src/Libraries/Nop.Core/Domain/Shipping/ShipmentCreatedEvent.cs
src/Libraries/Nop.Core/Domain/Shipping/ShipmentSentEvent.cs src/Libraries/Nop.Core/Domain/Shipping/ShipmentSentEvent.cs
@ -4341,8 +4342,10 @@ src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.lv-LV.x
src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.nl-NL.xml src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.nl-NL.xml
src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.th-TH.xml src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.th-TH.xml
src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.ro-RO.xml src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.ro-RO.xml
src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.pt-BR.xml
src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.fa-IR.xml src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.fa-IR.xml
src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.ne-NP.xml src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.ne-NP.xml
src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.sr-SP.xml
src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.cs-CZ.xml src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.cs-CZ.xml
src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.ja-JP.xml src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.ja-JP.xml
src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.te-IN.xml src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.te-IN.xml
@ -4369,6 +4372,7 @@ src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.nn-NO.x
src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.sk-SK.xml src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.sk-SK.xml
src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.ka-GE.xml src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.ka-GE.xml
src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.pl-PL.xml src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.pl-PL.xml
src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.zh-TW.xml
src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.sl-SI.xml src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.sl-SI.xml
src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.hi-IN.xml src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.hi-IN.xml
src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.pt-PT.xml src/Presentation/Nop.Web/App_Data/Localization/Installation/installation.pt-PT.xml

View File

@ -4374,6 +4374,9 @@ release-6-3-4-1/2020-11-27-improve-saving-own-user-profile.md
changelog/_unreleased/2024-04-05-set-system-default-flag-mail-header-footer-template.md changelog/_unreleased/2024-04-05-set-system-default-flag-mail-header-footer-template.md
_unreleased/2024-04-05-set-system-default-flag-mail-header-footer-template.md _unreleased/2024-04-05-set-system-default-flag-mail-header-footer-template.md
2024-04-05-set-system-default-flag-mail-header-footer-template.md 2024-04-05-set-system-default-flag-mail-header-footer-template.md
changelog/_unreleased/2024-04-15-heading-elements-on-registration-page.md
_unreleased/2024-04-15-heading-elements-on-registration-page.md
2024-04-15-heading-elements-on-registration-page.md
changelog/_unreleased/2024-02-01-fix-theme-config-label-inheritance.md changelog/_unreleased/2024-02-01-fix-theme-config-label-inheritance.md
_unreleased/2024-02-01-fix-theme-config-label-inheritance.md _unreleased/2024-02-01-fix-theme-config-label-inheritance.md
2024-02-01-fix-theme-config-label-inheritance.md 2024-02-01-fix-theme-config-label-inheritance.md
@ -4530,6 +4533,9 @@ _unreleased/2024-01-25-remove-product-count-from-sales-channel-list.md
changelog/_unreleased/2024-03-04-update-saleschannel-theme-assignment.md changelog/_unreleased/2024-03-04-update-saleschannel-theme-assignment.md
_unreleased/2024-03-04-update-saleschannel-theme-assignment.md _unreleased/2024-03-04-update-saleschannel-theme-assignment.md
2024-03-04-update-saleschannel-theme-assignment.md 2024-03-04-update-saleschannel-theme-assignment.md
changelog/_unreleased/2024-04-09-correct-display-of-long-names-of-child-items-in-administration-order.md
_unreleased/2024-04-09-correct-display-of-long-names-of-child-items-in-administration-order.md
2024-04-09-correct-display-of-long-names-of-child-items-in-administration-order.md
changelog/_unreleased/2024-03-28-avoid-to-set-active-billing-address-with-null.md changelog/_unreleased/2024-03-28-avoid-to-set-active-billing-address-with-null.md
_unreleased/2024-03-28-avoid-to-set-active-billing-address-with-null.md _unreleased/2024-03-28-avoid-to-set-active-billing-address-with-null.md
2024-03-28-avoid-to-set-active-billing-address-with-null.md 2024-03-28-avoid-to-set-active-billing-address-with-null.md
@ -4980,6 +4986,9 @@ _unreleased/2024-02-05-update-data-consent.md
changelog/_unreleased/2024-03-02-change-order-list-filter-entity.md changelog/_unreleased/2024-03-02-change-order-list-filter-entity.md
_unreleased/2024-03-02-change-order-list-filter-entity.md _unreleased/2024-03-02-change-order-list-filter-entity.md
2024-03-02-change-order-list-filter-entity.md 2024-03-02-change-order-list-filter-entity.md
changelog/_unreleased/2024-04-23-block-twig-update.md
_unreleased/2024-04-23-block-twig-update.md
2024-04-23-block-twig-update.md
changelog/_unreleased/2024-01-29-fix-opening-ajax-modal-within-ajax-modal.md changelog/_unreleased/2024-01-29-fix-opening-ajax-modal-within-ajax-modal.md
_unreleased/2024-01-29-fix-opening-ajax-modal-within-ajax-modal.md _unreleased/2024-01-29-fix-opening-ajax-modal-within-ajax-modal.md
2024-01-29-fix-opening-ajax-modal-within-ajax-modal.md 2024-01-29-fix-opening-ajax-modal-within-ajax-modal.md
@ -25610,6 +25619,13 @@ Rule/Rule/LineItem/LineItemOfTypeRuleTest.php
Rule/LineItem/LineItemOfTypeRuleTest.php Rule/LineItem/LineItemOfTypeRuleTest.php
LineItem/LineItemOfTypeRuleTest.php LineItem/LineItemOfTypeRuleTest.php
LineItemOfTypeRuleTest.php LineItemOfTypeRuleTest.php
tests/unit/Core/Checkout/Document/Service/DocumentGeneratorTest.php
unit/Core/Checkout/Document/Service/DocumentGeneratorTest.php
Core/Checkout/Document/Service/DocumentGeneratorTest.php
Checkout/Document/Service/DocumentGeneratorTest.php
Document/Service/DocumentGeneratorTest.php
Service/DocumentGeneratorTest.php
DocumentGeneratorTest.php
tests/unit/Core/Checkout/Document/Service/DocumentMergerTest.php tests/unit/Core/Checkout/Document/Service/DocumentMergerTest.php
unit/Core/Checkout/Document/Service/DocumentMergerTest.php unit/Core/Checkout/Document/Service/DocumentMergerTest.php
Core/Checkout/Document/Service/DocumentMergerTest.php Core/Checkout/Document/Service/DocumentMergerTest.php

View File

@ -1468,6 +1468,7 @@ changelog/release-6-5-4-0/2023-06-22-deprecated-external-tax-state.md
changelog/release-6-3-4-1/2020-12-08-add-guest-auth-for-order-deeplinks.md changelog/release-6-3-4-1/2020-12-08-add-guest-auth-for-order-deeplinks.md
changelog/release-6-3-4-1/2020-11-27-improve-saving-own-user-profile.md changelog/release-6-3-4-1/2020-11-27-improve-saving-own-user-profile.md
changelog/_unreleased/2024-04-05-set-system-default-flag-mail-header-footer-template.md changelog/_unreleased/2024-04-05-set-system-default-flag-mail-header-footer-template.md
changelog/_unreleased/2024-04-15-heading-elements-on-registration-page.md
changelog/_unreleased/2024-02-01-fix-theme-config-label-inheritance.md changelog/_unreleased/2024-02-01-fix-theme-config-label-inheritance.md
changelog/_unreleased/2024-02-07-fix-creating-a-new-thumbnail-size-error.md changelog/_unreleased/2024-02-07-fix-creating-a-new-thumbnail-size-error.md
changelog/_unreleased/2024-03-06-exclude-remote-click-from-mobile.md changelog/_unreleased/2024-03-06-exclude-remote-click-from-mobile.md
@ -1520,6 +1521,7 @@ changelog/_unreleased/2024-04-02-add-gad_source-parameter-to-ignored-http-cache-
changelog/_unreleased/2024-01-23-fix-thumbnail-generation-edge-cases.md changelog/_unreleased/2024-01-23-fix-thumbnail-generation-edge-cases.md
changelog/_unreleased/2024-01-25-remove-product-count-from-sales-channel-list.md changelog/_unreleased/2024-01-25-remove-product-count-from-sales-channel-list.md
changelog/_unreleased/2024-03-04-update-saleschannel-theme-assignment.md changelog/_unreleased/2024-03-04-update-saleschannel-theme-assignment.md
changelog/_unreleased/2024-04-09-correct-display-of-long-names-of-child-items-in-administration-order.md
changelog/_unreleased/2024-03-28-avoid-to-set-active-billing-address-with-null.md changelog/_unreleased/2024-03-28-avoid-to-set-active-billing-address-with-null.md
changelog/_unreleased/2024-03-27-add-extension-points-to-sw-settings-usage-data.md changelog/_unreleased/2024-03-27-add-extension-points-to-sw-settings-usage-data.md
changelog/_unreleased/2024-02-07-fix-asset-path-generation-in-plugin-html-files.md changelog/_unreleased/2024-02-07-fix-asset-path-generation-in-plugin-html-files.md
@ -1670,6 +1672,7 @@ changelog/_unreleased/2024-02-13-fix-static-theme-compilation.md
changelog/_unreleased/2024-03-06-fix-plugin-chunk-hash.md changelog/_unreleased/2024-03-06-fix-plugin-chunk-hash.md
changelog/_unreleased/2024-02-05-update-data-consent.md changelog/_unreleased/2024-02-05-update-data-consent.md
changelog/_unreleased/2024-03-02-change-order-list-filter-entity.md changelog/_unreleased/2024-03-02-change-order-list-filter-entity.md
changelog/_unreleased/2024-04-23-block-twig-update.md
changelog/_unreleased/2024-01-29-fix-opening-ajax-modal-within-ajax-modal.md changelog/_unreleased/2024-01-29-fix-opening-ajax-modal-within-ajax-modal.md
changelog/_unreleased/2023-11-23-fix-working-with-feature-flags-in-plugin-configuration.md changelog/_unreleased/2023-11-23-fix-working-with-feature-flags-in-plugin-configuration.md
changelog/_unreleased/2024-02-01-disable-autocomplete-for-password-fields-inside-user-and-profile-settings.md changelog/_unreleased/2024-02-01-disable-autocomplete-for-password-fields-inside-user-and-profile-settings.md
@ -6191,6 +6194,7 @@ tests/unit/Core/Checkout/Rule/Rule/LineItem/LineItemWithQuantityRuleTest.php
tests/unit/Core/Checkout/Rule/Rule/LineItem/LineItemTotalPriceRuleTest.php tests/unit/Core/Checkout/Rule/Rule/LineItem/LineItemTotalPriceRuleTest.php
tests/unit/Core/Checkout/Rule/Rule/LineItem/LineItemUnitPriceRuleTest.php tests/unit/Core/Checkout/Rule/Rule/LineItem/LineItemUnitPriceRuleTest.php
tests/unit/Core/Checkout/Rule/Rule/LineItem/LineItemOfTypeRuleTest.php tests/unit/Core/Checkout/Rule/Rule/LineItem/LineItemOfTypeRuleTest.php
tests/unit/Core/Checkout/Document/Service/DocumentGeneratorTest.php
tests/unit/Core/Checkout/Document/Service/DocumentMergerTest.php tests/unit/Core/Checkout/Document/Service/DocumentMergerTest.php
tests/unit/Core/Checkout/Document/Service/ReferenceInvoiceLoaderTest.php tests/unit/Core/Checkout/Document/Service/ReferenceInvoiceLoaderTest.php
tests/unit/Core/Checkout/Document/Service/PdfRendererTest.php tests/unit/Core/Checkout/Document/Service/PdfRendererTest.php

View File

@ -1914,6 +1914,11 @@ js/data/changelog/add-39452
data/changelog/add-39452 data/changelog/add-39452
changelog/add-39452 changelog/add-39452
add-39452 add-39452
packages/js/data/changelog/update-product-attribute-types
js/data/changelog/update-product-attribute-types
data/changelog/update-product-attribute-types
changelog/update-product-attribute-types
update-product-attribute-types
packages/js/data/changelog/fix-39840_product_editor_variations_auto_save_bug packages/js/data/changelog/fix-39840_product_editor_variations_auto_save_bug
js/data/changelog/fix-39840_product_editor_variations_auto_save_bug js/data/changelog/fix-39840_product_editor_variations_auto_save_bug
data/changelog/fix-39840_product_editor_variations_auto_save_bug data/changelog/fix-39840_product_editor_variations_auto_save_bug
@ -3873,6 +3878,11 @@ js/onboarding/changelog/dev-include-eslint-annotations
onboarding/changelog/dev-include-eslint-annotations onboarding/changelog/dev-include-eslint-annotations
changelog/dev-include-eslint-annotations changelog/dev-include-eslint-annotations
dev-include-eslint-annotations dev-include-eslint-annotations
packages/js/onboarding/changelog/update-46869-new-designs-for-woopayments-surfaces
js/onboarding/changelog/update-46869-new-designs-for-woopayments-surfaces
onboarding/changelog/update-46869-new-designs-for-woopayments-surfaces
changelog/update-46869-new-designs-for-woopayments-surfaces
update-46869-new-designs-for-woopayments-surfaces
packages/js/onboarding/changelog/46647-fix-wcpay-banner-mobile-screen packages/js/onboarding/changelog/46647-fix-wcpay-banner-mobile-screen
js/onboarding/changelog/46647-fix-wcpay-banner-mobile-screen js/onboarding/changelog/46647-fix-wcpay-banner-mobile-screen
onboarding/changelog/46647-fix-wcpay-banner-mobile-screen onboarding/changelog/46647-fix-wcpay-banner-mobile-screen
@ -4034,6 +4044,13 @@ src/images/cards/mastercard.js
images/cards/mastercard.js images/cards/mastercard.js
cards/mastercard.js cards/mastercard.js
mastercard.js mastercard.js
packages/js/onboarding/src/images/cards/index.js
js/onboarding/src/images/cards/index.js
onboarding/src/images/cards/index.js
src/images/cards/index.js
images/cards/index.js
cards/index.js
index.js
packages/js/onboarding/src/images/cards/visa.js packages/js/onboarding/src/images/cards/visa.js
js/onboarding/src/images/cards/visa.js js/onboarding/src/images/cards/visa.js
onboarding/src/images/cards/visa.js onboarding/src/images/cards/visa.js
@ -4097,6 +4114,13 @@ src/images/cards/applepay.js
images/cards/applepay.js images/cards/applepay.js
cards/applepay.js cards/applepay.js
applepay.js applepay.js
packages/js/onboarding/src/images/cards/giropay.js
js/onboarding/src/images/cards/giropay.js
onboarding/src/images/cards/giropay.js
src/images/cards/giropay.js
images/cards/giropay.js
cards/giropay.js
giropay.js
packages/js/onboarding/src/images/cards/googlepay.js packages/js/onboarding/src/images/cards/googlepay.js
js/onboarding/src/images/cards/googlepay.js js/onboarding/src/images/cards/googlepay.js
onboarding/src/images/cards/googlepay.js onboarding/src/images/cards/googlepay.js
@ -4104,6 +4128,13 @@ src/images/cards/googlepay.js
images/cards/googlepay.js images/cards/googlepay.js
cards/googlepay.js cards/googlepay.js
googlepay.js googlepay.js
packages/js/onboarding/src/images/payment-methods/index.js
js/onboarding/src/images/payment-methods/index.js
onboarding/src/images/payment-methods/index.js
src/images/payment-methods/index.js
images/payment-methods/index.js
payment-methods/index.js
index.js
packages/js/onboarding/src/images/payment-methods/klarna.js packages/js/onboarding/src/images/payment-methods/klarna.js
js/onboarding/src/images/payment-methods/klarna.js js/onboarding/src/images/payment-methods/klarna.js
onboarding/src/images/payment-methods/klarna.js onboarding/src/images/payment-methods/klarna.js
@ -4139,13 +4170,27 @@ src/images/payment-methods/affirm.js
images/payment-methods/affirm.js images/payment-methods/affirm.js
payment-methods/affirm.js payment-methods/affirm.js
affirm.js affirm.js
packages/js/onboarding/src/images/payment-methods/woo.js packages/js/onboarding/src/images/payment-methods/woopay.js
js/onboarding/src/images/payment-methods/woo.js js/onboarding/src/images/payment-methods/woopay.js
onboarding/src/images/payment-methods/woo.js onboarding/src/images/payment-methods/woopay.js
src/images/payment-methods/woo.js src/images/payment-methods/woopay.js
images/payment-methods/woo.js images/payment-methods/woopay.js
payment-methods/woo.js payment-methods/woopay.js
woo.js woopay.js
packages/js/onboarding/src/images/icons/index.js
js/onboarding/src/images/icons/index.js
onboarding/src/images/icons/index.js
src/images/icons/index.js
images/icons/index.js
icons/index.js
index.js
packages/js/onboarding/src/images/icons/lightbulb.tsx
js/onboarding/src/images/icons/lightbulb.tsx
onboarding/src/images/icons/lightbulb.tsx
src/images/icons/lightbulb.tsx
images/icons/lightbulb.tsx
icons/lightbulb.tsx
lightbulb.tsx
packages/js/onboarding/src/images/wcpay-logo.tsx packages/js/onboarding/src/images/wcpay-logo.tsx
js/onboarding/src/images/wcpay-logo.tsx js/onboarding/src/images/wcpay-logo.tsx
onboarding/src/images/wcpay-logo.tsx onboarding/src/images/wcpay-logo.tsx
@ -4157,6 +4202,41 @@ js/onboarding/src/index.ts
onboarding/src/index.ts onboarding/src/index.ts
src/index.ts src/index.ts
index.ts index.ts
packages/js/onboarding/src/components/WCPayConnectCard/TipBox.tsx
js/onboarding/src/components/WCPayConnectCard/TipBox.tsx
onboarding/src/components/WCPayConnectCard/TipBox.tsx
src/components/WCPayConnectCard/TipBox.tsx
components/WCPayConnectCard/TipBox.tsx
WCPayConnectCard/TipBox.tsx
TipBox.tsx
packages/js/onboarding/src/components/WCPayConnectCard/PaymentMethodsIcons.tsx
js/onboarding/src/components/WCPayConnectCard/PaymentMethodsIcons.tsx
onboarding/src/components/WCPayConnectCard/PaymentMethodsIcons.tsx
src/components/WCPayConnectCard/PaymentMethodsIcons.tsx
components/WCPayConnectCard/PaymentMethodsIcons.tsx
WCPayConnectCard/PaymentMethodsIcons.tsx
PaymentMethodsIcons.tsx
packages/js/onboarding/src/components/WCPayConnectCard/index.ts
js/onboarding/src/components/WCPayConnectCard/index.ts
onboarding/src/components/WCPayConnectCard/index.ts
src/components/WCPayConnectCard/index.ts
components/WCPayConnectCard/index.ts
WCPayConnectCard/index.ts
index.ts
packages/js/onboarding/src/components/WCPayConnectCard/WCPayConnectCard.tsx
js/onboarding/src/components/WCPayConnectCard/WCPayConnectCard.tsx
onboarding/src/components/WCPayConnectCard/WCPayConnectCard.tsx
src/components/WCPayConnectCard/WCPayConnectCard.tsx
components/WCPayConnectCard/WCPayConnectCard.tsx
WCPayConnectCard/WCPayConnectCard.tsx
WCPayConnectCard.tsx
packages/js/onboarding/src/components/WCPayConnectCard/WCPayConnectCard.scss
js/onboarding/src/components/WCPayConnectCard/WCPayConnectCard.scss
onboarding/src/components/WCPayConnectCard/WCPayConnectCard.scss
src/components/WCPayConnectCard/WCPayConnectCard.scss
components/WCPayConnectCard/WCPayConnectCard.scss
WCPayConnectCard/WCPayConnectCard.scss
WCPayConnectCard.scss
packages/js/onboarding/src/components/Loader/stories/index.tsx packages/js/onboarding/src/components/Loader/stories/index.tsx
js/onboarding/src/components/Loader/stories/index.tsx js/onboarding/src/components/Loader/stories/index.tsx
onboarding/src/components/Loader/stories/index.tsx onboarding/src/components/Loader/stories/index.tsx
@ -4235,12 +4315,6 @@ src/components/WooPaymentGatewaySetup/README.md
components/WooPaymentGatewaySetup/README.md components/WooPaymentGatewaySetup/README.md
WooPaymentGatewaySetup/README.md WooPaymentGatewaySetup/README.md
README.md README.md
packages/js/onboarding/src/components/WCPayAcceptedMethods.tsx
js/onboarding/src/components/WCPayAcceptedMethods.tsx
onboarding/src/components/WCPayAcceptedMethods.tsx
src/components/WCPayAcceptedMethods.tsx
components/WCPayAcceptedMethods.tsx
WCPayAcceptedMethods.tsx
packages/js/onboarding/src/components/WooOnboardingTaskListHeader/index.ts packages/js/onboarding/src/components/WooOnboardingTaskListHeader/index.ts
js/onboarding/src/components/WooOnboardingTaskListHeader/index.ts js/onboarding/src/components/WooOnboardingTaskListHeader/index.ts
onboarding/src/components/WooOnboardingTaskListHeader/index.ts onboarding/src/components/WooOnboardingTaskListHeader/index.ts
@ -4290,173 +4364,6 @@ src/components/RecommendedRibbon/RecommendedRibbon.tsx
components/RecommendedRibbon/RecommendedRibbon.tsx components/RecommendedRibbon/RecommendedRibbon.tsx
RecommendedRibbon/RecommendedRibbon.tsx RecommendedRibbon/RecommendedRibbon.tsx
RecommendedRibbon.tsx RecommendedRibbon.tsx
packages/js/onboarding/src/components/WCPayCard/index.ts
js/onboarding/src/components/WCPayCard/index.ts
onboarding/src/components/WCPayCard/index.ts
src/components/WCPayCard/index.ts
components/WCPayCard/index.ts
WCPayCard/index.ts
index.ts
packages/js/onboarding/src/components/WCPayCard/WCPayCard.tsx
js/onboarding/src/components/WCPayCard/WCPayCard.tsx
onboarding/src/components/WCPayCard/WCPayCard.tsx
src/components/WCPayCard/WCPayCard.tsx
components/WCPayCard/WCPayCard.tsx
WCPayCard/WCPayCard.tsx
WCPayCard.tsx
packages/js/onboarding/src/components/WCPayCard/WCPayCard.scss
js/onboarding/src/components/WCPayCard/WCPayCard.scss
onboarding/src/components/WCPayCard/WCPayCard.scss
src/components/WCPayCard/WCPayCard.scss
components/WCPayCard/WCPayCard.scss
WCPayCard/WCPayCard.scss
WCPayCard.scss
packages/js/onboarding/src/components/WCPayBanner/PaymentMethodsIcons.tsx
js/onboarding/src/components/WCPayBanner/PaymentMethodsIcons.tsx
onboarding/src/components/WCPayBanner/PaymentMethodsIcons.tsx
src/components/WCPayBanner/PaymentMethodsIcons.tsx
components/WCPayBanner/PaymentMethodsIcons.tsx
WCPayBanner/PaymentMethodsIcons.tsx
PaymentMethodsIcons.tsx
packages/js/onboarding/src/components/WCPayBanner/WCPayBanner.tsx
js/onboarding/src/components/WCPayBanner/WCPayBanner.tsx
onboarding/src/components/WCPayBanner/WCPayBanner.tsx
src/components/WCPayBanner/WCPayBanner.tsx
components/WCPayBanner/WCPayBanner.tsx
WCPayBanner/WCPayBanner.tsx
WCPayBanner.tsx
packages/js/onboarding/src/components/WCPayBanner/WCPayBannerImage.tsx
js/onboarding/src/components/WCPayBanner/WCPayBannerImage.tsx
onboarding/src/components/WCPayBanner/WCPayBannerImage.tsx
src/components/WCPayBanner/WCPayBannerImage.tsx
components/WCPayBanner/WCPayBannerImage.tsx
WCPayBanner/WCPayBannerImage.tsx
WCPayBannerImage.tsx
packages/js/onboarding/src/components/WCPayBanner/index.ts
js/onboarding/src/components/WCPayBanner/index.ts
onboarding/src/components/WCPayBanner/index.ts
src/components/WCPayBanner/index.ts
components/WCPayBanner/index.ts
WCPayBanner/index.ts
index.ts
packages/js/onboarding/src/components/WCPayBanner/WCPayBannerImageCut.tsx
js/onboarding/src/components/WCPayBanner/WCPayBannerImageCut.tsx
onboarding/src/components/WCPayBanner/WCPayBannerImageCut.tsx
src/components/WCPayBanner/WCPayBannerImageCut.tsx
components/WCPayBanner/WCPayBannerImageCut.tsx
WCPayBanner/WCPayBannerImageCut.tsx
WCPayBannerImageCut.tsx
packages/js/onboarding/src/components/WCPayBanner/WCPayBanner.scss
js/onboarding/src/components/WCPayBanner/WCPayBanner.scss
onboarding/src/components/WCPayBanner/WCPayBanner.scss
src/components/WCPayBanner/WCPayBanner.scss
components/WCPayBanner/WCPayBanner.scss
WCPayBanner/WCPayBanner.scss
WCPayBanner.scss
packages/js/onboarding/src/components/WCPayBanner/Icons/mastercard.js
js/onboarding/src/components/WCPayBanner/Icons/mastercard.js
onboarding/src/components/WCPayBanner/Icons/mastercard.js
src/components/WCPayBanner/Icons/mastercard.js
components/WCPayBanner/Icons/mastercard.js
WCPayBanner/Icons/mastercard.js
Icons/mastercard.js
mastercard.js
packages/js/onboarding/src/components/WCPayBanner/Icons/index.js
js/onboarding/src/components/WCPayBanner/Icons/index.js
onboarding/src/components/WCPayBanner/Icons/index.js
src/components/WCPayBanner/Icons/index.js
components/WCPayBanner/Icons/index.js
WCPayBanner/Icons/index.js
Icons/index.js
index.js
packages/js/onboarding/src/components/WCPayBanner/Icons/visa.js
js/onboarding/src/components/WCPayBanner/Icons/visa.js
onboarding/src/components/WCPayBanner/Icons/visa.js
src/components/WCPayBanner/Icons/visa.js
components/WCPayBanner/Icons/visa.js
WCPayBanner/Icons/visa.js
Icons/visa.js
visa.js
packages/js/onboarding/src/components/WCPayBanner/Icons/unionpay.js
js/onboarding/src/components/WCPayBanner/Icons/unionpay.js
onboarding/src/components/WCPayBanner/Icons/unionpay.js
src/components/WCPayBanner/Icons/unionpay.js
components/WCPayBanner/Icons/unionpay.js
WCPayBanner/Icons/unionpay.js
Icons/unionpay.js
unionpay.js
packages/js/onboarding/src/components/WCPayBanner/Icons/amex.js
js/onboarding/src/components/WCPayBanner/Icons/amex.js
onboarding/src/components/WCPayBanner/Icons/amex.js
src/components/WCPayBanner/Icons/amex.js
components/WCPayBanner/Icons/amex.js
WCPayBanner/Icons/amex.js
Icons/amex.js
amex.js
packages/js/onboarding/src/components/WCPayBanner/Icons/maestro.js
js/onboarding/src/components/WCPayBanner/Icons/maestro.js
onboarding/src/components/WCPayBanner/Icons/maestro.js
src/components/WCPayBanner/Icons/maestro.js
components/WCPayBanner/Icons/maestro.js
WCPayBanner/Icons/maestro.js
Icons/maestro.js
maestro.js
packages/js/onboarding/src/components/WCPayBanner/Icons/discover.js
js/onboarding/src/components/WCPayBanner/Icons/discover.js
onboarding/src/components/WCPayBanner/Icons/discover.js
src/components/WCPayBanner/Icons/discover.js
components/WCPayBanner/Icons/discover.js
WCPayBanner/Icons/discover.js
Icons/discover.js
discover.js
packages/js/onboarding/src/components/WCPayBanner/Icons/jcb.js
js/onboarding/src/components/WCPayBanner/Icons/jcb.js
onboarding/src/components/WCPayBanner/Icons/jcb.js
src/components/WCPayBanner/Icons/jcb.js
components/WCPayBanner/Icons/jcb.js
WCPayBanner/Icons/jcb.js
Icons/jcb.js
jcb.js
packages/js/onboarding/src/components/WCPayBanner/Icons/cb.js
js/onboarding/src/components/WCPayBanner/Icons/cb.js
onboarding/src/components/WCPayBanner/Icons/cb.js
src/components/WCPayBanner/Icons/cb.js
components/WCPayBanner/Icons/cb.js
WCPayBanner/Icons/cb.js
Icons/cb.js
cb.js
packages/js/onboarding/src/components/WCPayBanner/Icons/applepay.js
js/onboarding/src/components/WCPayBanner/Icons/applepay.js
onboarding/src/components/WCPayBanner/Icons/applepay.js
src/components/WCPayBanner/Icons/applepay.js
components/WCPayBanner/Icons/applepay.js
WCPayBanner/Icons/applepay.js
Icons/applepay.js
applepay.js
packages/js/onboarding/src/components/WCPayBanner/Icons/giropay.js
js/onboarding/src/components/WCPayBanner/Icons/giropay.js
onboarding/src/components/WCPayBanner/Icons/giropay.js
src/components/WCPayBanner/Icons/giropay.js
components/WCPayBanner/Icons/giropay.js
WCPayBanner/Icons/giropay.js
Icons/giropay.js
giropay.js
packages/js/onboarding/src/components/WCPayBanner/Icons/woopay.js
js/onboarding/src/components/WCPayBanner/Icons/woopay.js
onboarding/src/components/WCPayBanner/Icons/woopay.js
src/components/WCPayBanner/Icons/woopay.js
components/WCPayBanner/Icons/woopay.js
WCPayBanner/Icons/woopay.js
Icons/woopay.js
woopay.js
packages/js/onboarding/src/components/WCPayBanner/Icons/gpay.js
js/onboarding/src/components/WCPayBanner/Icons/gpay.js
onboarding/src/components/WCPayBanner/Icons/gpay.js
src/components/WCPayBanner/Icons/gpay.js
components/WCPayBanner/Icons/gpay.js
WCPayBanner/Icons/gpay.js
Icons/gpay.js
gpay.js
packages/js/onboarding/src/components/WooOnboardingTaskListItem/index.ts packages/js/onboarding/src/components/WooOnboardingTaskListItem/index.ts
js/onboarding/src/components/WooOnboardingTaskListItem/index.ts js/onboarding/src/components/WooOnboardingTaskListItem/index.ts
onboarding/src/components/WooOnboardingTaskListItem/index.ts onboarding/src/components/WooOnboardingTaskListItem/index.ts
@ -4477,67 +4384,6 @@ onboarding/src/components/SetupRequired.tsx
src/components/SetupRequired.tsx src/components/SetupRequired.tsx
components/SetupRequired.tsx components/SetupRequired.tsx
SetupRequired.tsx SetupRequired.tsx
packages/js/onboarding/src/components/WCPayBenefits/WCPayBenefits.scss
js/onboarding/src/components/WCPayBenefits/WCPayBenefits.scss
onboarding/src/components/WCPayBenefits/WCPayBenefits.scss
src/components/WCPayBenefits/WCPayBenefits.scss
components/WCPayBenefits/WCPayBenefits.scss
WCPayBenefits/WCPayBenefits.scss
WCPayBenefits.scss
packages/js/onboarding/src/components/WCPayBenefits/index.ts
js/onboarding/src/components/WCPayBenefits/index.ts
onboarding/src/components/WCPayBenefits/index.ts
src/components/WCPayBenefits/index.ts
components/WCPayBenefits/index.ts
WCPayBenefits/index.ts
index.ts
packages/js/onboarding/src/components/WCPayBenefits/icons/index.ts
js/onboarding/src/components/WCPayBenefits/icons/index.ts
onboarding/src/components/WCPayBenefits/icons/index.ts
src/components/WCPayBenefits/icons/index.ts
components/WCPayBenefits/icons/index.ts
WCPayBenefits/icons/index.ts
icons/index.ts
index.ts
packages/js/onboarding/src/components/WCPayBenefits/icons/payment-card.js
js/onboarding/src/components/WCPayBenefits/icons/payment-card.js
onboarding/src/components/WCPayBenefits/icons/payment-card.js
src/components/WCPayBenefits/icons/payment-card.js
components/WCPayBenefits/icons/payment-card.js
WCPayBenefits/icons/payment-card.js
icons/payment-card.js
payment-card.js
packages/js/onboarding/src/components/WCPayBenefits/icons/earn-manage.js
js/onboarding/src/components/WCPayBenefits/icons/earn-manage.js
onboarding/src/components/WCPayBenefits/icons/earn-manage.js
src/components/WCPayBenefits/icons/earn-manage.js
components/WCPayBenefits/icons/earn-manage.js
WCPayBenefits/icons/earn-manage.js
icons/earn-manage.js
earn-manage.js
packages/js/onboarding/src/components/WCPayBenefits/icons/International-market.js
js/onboarding/src/components/WCPayBenefits/icons/International-market.js
onboarding/src/components/WCPayBenefits/icons/International-market.js
src/components/WCPayBenefits/icons/International-market.js
components/WCPayBenefits/icons/International-market.js
WCPayBenefits/icons/International-market.js
icons/International-market.js
International-market.js
packages/js/onboarding/src/components/WCPayBenefits/icons/woopay.js
js/onboarding/src/components/WCPayBenefits/icons/woopay.js
onboarding/src/components/WCPayBenefits/icons/woopay.js
src/components/WCPayBenefits/icons/woopay.js
components/WCPayBenefits/icons/woopay.js
WCPayBenefits/icons/woopay.js
icons/woopay.js
woopay.js
packages/js/onboarding/src/components/WCPayBenefits/WCPayBenefits.tsx
js/onboarding/src/components/WCPayBenefits/WCPayBenefits.tsx
onboarding/src/components/WCPayBenefits/WCPayBenefits.tsx
src/components/WCPayBenefits/WCPayBenefits.tsx
components/WCPayBenefits/WCPayBenefits.tsx
WCPayBenefits/WCPayBenefits.tsx
WCPayBenefits.tsx
packages/js/onboarding/src/style.scss packages/js/onboarding/src/style.scss
js/onboarding/src/style.scss js/onboarding/src/style.scss
onboarding/src/style.scss onboarding/src/style.scss
@ -4865,6 +4711,11 @@ js/internal-style-build/changelog/add-js-packages-changelogger
internal-style-build/changelog/add-js-packages-changelogger internal-style-build/changelog/add-js-packages-changelogger
changelog/add-js-packages-changelogger changelog/add-js-packages-changelogger
add-js-packages-changelogger add-js-packages-changelogger
packages/js/internal-style-build/changelog/import-colors-native-scss-variables
js/internal-style-build/changelog/import-colors-native-scss-variables
internal-style-build/changelog/import-colors-native-scss-variables
changelog/import-colors-native-scss-variables
import-colors-native-scss-variables
packages/js/internal-style-build/changelog/enhancement-35565 packages/js/internal-style-build/changelog/enhancement-35565
js/internal-style-build/changelog/enhancement-35565 js/internal-style-build/changelog/enhancement-35565
internal-style-build/changelog/enhancement-35565 internal-style-build/changelog/enhancement-35565
@ -6742,6 +6593,11 @@ js/product-editor/changelog/update-introduce-optimistc-query-update
product-editor/changelog/update-introduce-optimistc-query-update product-editor/changelog/update-introduce-optimistc-query-update
changelog/update-introduce-optimistc-query-update changelog/update-introduce-optimistc-query-update
update-introduce-optimistc-query-update update-introduce-optimistc-query-update
packages/js/product-editor/changelog/update-product-attribute-types
js/product-editor/changelog/update-product-attribute-types
product-editor/changelog/update-product-attribute-types
changelog/update-product-attribute-types
update-product-attribute-types
packages/js/product-editor/changelog/fix-46608 packages/js/product-editor/changelog/fix-46608
js/product-editor/changelog/fix-46608 js/product-editor/changelog/fix-46608
product-editor/changelog/fix-46608 product-editor/changelog/fix-46608
@ -22060,11 +21916,6 @@ woocommerce-admin/client/payments-welcome/apms.tsx
client/payments-welcome/apms.tsx client/payments-welcome/apms.tsx
payments-welcome/apms.tsx payments-welcome/apms.tsx
apms.tsx apms.tsx
plugins/woocommerce-admin/client/payments-welcome/payment-methods.tsx
woocommerce-admin/client/payments-welcome/payment-methods.tsx
client/payments-welcome/payment-methods.tsx
payments-welcome/payment-methods.tsx
payment-methods.tsx
plugins/woocommerce-admin/client/payments-welcome/strings.tsx plugins/woocommerce-admin/client/payments-welcome/strings.tsx
woocommerce-admin/client/payments-welcome/strings.tsx woocommerce-admin/client/payments-welcome/strings.tsx
client/payments-welcome/strings.tsx client/payments-welcome/strings.tsx
@ -39066,6 +38917,15 @@ checkout/inner-blocks/checkout-order-summary-totals/frontend.tsx
inner-blocks/checkout-order-summary-totals/frontend.tsx inner-blocks/checkout-order-summary-totals/frontend.tsx
checkout-order-summary-totals/frontend.tsx checkout-order-summary-totals/frontend.tsx
frontend.tsx frontend.tsx
plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-totals/style.scss
woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-totals/style.scss
assets/js/blocks/checkout/inner-blocks/checkout-order-summary-totals/style.scss
js/blocks/checkout/inner-blocks/checkout-order-summary-totals/style.scss
blocks/checkout/inner-blocks/checkout-order-summary-totals/style.scss
checkout/inner-blocks/checkout-order-summary-totals/style.scss
inner-blocks/checkout-order-summary-totals/style.scss
checkout-order-summary-totals/style.scss
style.scss
plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-totals/index.tsx plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-totals/index.tsx
woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-totals/index.tsx woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-totals/index.tsx
assets/js/blocks/checkout/inner-blocks/checkout-order-summary-totals/index.tsx assets/js/blocks/checkout/inner-blocks/checkout-order-summary-totals/index.tsx
@ -39801,6 +39661,15 @@ cart/inner-blocks/cart-order-summary-totals/frontend.tsx
inner-blocks/cart-order-summary-totals/frontend.tsx inner-blocks/cart-order-summary-totals/frontend.tsx
cart-order-summary-totals/frontend.tsx cart-order-summary-totals/frontend.tsx
frontend.tsx frontend.tsx
plugins/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-totals/style.scss
woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-totals/style.scss
assets/js/blocks/cart/inner-blocks/cart-order-summary-totals/style.scss
js/blocks/cart/inner-blocks/cart-order-summary-totals/style.scss
blocks/cart/inner-blocks/cart-order-summary-totals/style.scss
cart/inner-blocks/cart-order-summary-totals/style.scss
inner-blocks/cart-order-summary-totals/style.scss
cart-order-summary-totals/style.scss
style.scss
plugins/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-totals/index.tsx plugins/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-totals/index.tsx
woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-totals/index.tsx woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-totals/index.tsx
assets/js/blocks/cart/inner-blocks/cart-order-summary-totals/index.tsx assets/js/blocks/cart/inner-blocks/cart-order-summary-totals/index.tsx
@ -47914,6 +47783,13 @@ e2e/tests/templates/legacy-templates.block_theme.spec.ts
tests/templates/legacy-templates.block_theme.spec.ts tests/templates/legacy-templates.block_theme.spec.ts
templates/legacy-templates.block_theme.spec.ts templates/legacy-templates.block_theme.spec.ts
legacy-templates.block_theme.spec.ts legacy-templates.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/templates/shop-page.block_theme.spec.ts
woocommerce-blocks/tests/e2e/tests/templates/shop-page.block_theme.spec.ts
tests/e2e/tests/templates/shop-page.block_theme.spec.ts
e2e/tests/templates/shop-page.block_theme.spec.ts
tests/templates/shop-page.block_theme.spec.ts
templates/shop-page.block_theme.spec.ts
shop-page.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/templates/template-customization.block_theme.spec.ts plugins/woocommerce-blocks/tests/e2e/tests/templates/template-customization.block_theme.spec.ts
woocommerce-blocks/tests/e2e/tests/templates/template-customization.block_theme.spec.ts woocommerce-blocks/tests/e2e/tests/templates/template-customization.block_theme.spec.ts
tests/e2e/tests/templates/template-customization.block_theme.spec.ts tests/e2e/tests/templates/template-customization.block_theme.spec.ts
@ -51783,6 +51659,10 @@ plugins/woocommerce/changelog/fix-lys-share-cookie-path
woocommerce/changelog/fix-lys-share-cookie-path woocommerce/changelog/fix-lys-share-cookie-path
changelog/fix-lys-share-cookie-path changelog/fix-lys-share-cookie-path
fix-lys-share-cookie-path fix-lys-share-cookie-path
plugins/woocommerce/changelog/fix-46376-hide-template-selector-shop-page-in-product-catalog
woocommerce/changelog/fix-46376-hide-template-selector-shop-page-in-product-catalog
changelog/fix-46376-hide-template-selector-shop-page-in-product-catalog
fix-46376-hide-template-selector-shop-page-in-product-catalog
plugins/woocommerce/changelog/update-use-uppercase-user-id plugins/woocommerce/changelog/update-use-uppercase-user-id
woocommerce/changelog/update-use-uppercase-user-id woocommerce/changelog/update-use-uppercase-user-id
changelog/update-use-uppercase-user-id changelog/update-use-uppercase-user-id
@ -51971,6 +51851,10 @@ plugins/woocommerce/changelog/fix-43879
woocommerce/changelog/fix-43879 woocommerce/changelog/fix-43879
changelog/fix-43879 changelog/fix-43879
fix-43879 fix-43879
plugins/woocommerce/changelog/46799-fix-local-pickup-not-visible-after-edit
woocommerce/changelog/46799-fix-local-pickup-not-visible-after-edit
changelog/46799-fix-local-pickup-not-visible-after-edit
46799-fix-local-pickup-not-visible-after-edit
plugins/woocommerce/changelog/46813-update-LYS-template-styles-reapply-46619 plugins/woocommerce/changelog/46813-update-LYS-template-styles-reapply-46619
woocommerce/changelog/46813-update-LYS-template-styles-reapply-46619 woocommerce/changelog/46813-update-LYS-template-styles-reapply-46619
changelog/46813-update-LYS-template-styles-reapply-46619 changelog/46813-update-LYS-template-styles-reapply-46619
@ -52035,6 +51919,10 @@ plugins/woocommerce/changelog/add-store-connect-to-woocom
woocommerce/changelog/add-store-connect-to-woocom woocommerce/changelog/add-store-connect-to-woocom
changelog/add-store-connect-to-woocom changelog/add-store-connect-to-woocom
add-store-connect-to-woocom add-store-connect-to-woocom
plugins/woocommerce/changelog/try-logging-filesystem-checks
woocommerce/changelog/try-logging-filesystem-checks
changelog/try-logging-filesystem-checks
try-logging-filesystem-checks
plugins/woocommerce/changelog/e2e-add-changes-to-test-projects plugins/woocommerce/changelog/e2e-add-changes-to-test-projects
woocommerce/changelog/e2e-add-changes-to-test-projects woocommerce/changelog/e2e-add-changes-to-test-projects
changelog/e2e-add-changes-to-test-projects changelog/e2e-add-changes-to-test-projects
@ -52271,6 +52159,10 @@ plugins/woocommerce/changelog/46833-fix-cys-logo-styles
woocommerce/changelog/46833-fix-cys-logo-styles woocommerce/changelog/46833-fix-cys-logo-styles
changelog/46833-fix-cys-logo-styles changelog/46833-fix-cys-logo-styles
46833-fix-cys-logo-styles 46833-fix-cys-logo-styles
plugins/woocommerce/changelog/update-product-attribute-types
woocommerce/changelog/update-product-attribute-types
changelog/update-product-attribute-types
update-product-attribute-types
plugins/woocommerce/changelog/46212-46194-cys-investigate-potential-bad-performance-for-the-color-palette plugins/woocommerce/changelog/46212-46194-cys-investigate-potential-bad-performance-for-the-color-palette
woocommerce/changelog/46212-46194-cys-investigate-potential-bad-performance-for-the-color-palette woocommerce/changelog/46212-46194-cys-investigate-potential-bad-performance-for-the-color-palette
changelog/46212-46194-cys-investigate-potential-bad-performance-for-the-color-palette changelog/46212-46194-cys-investigate-potential-bad-performance-for-the-color-palette
@ -52351,6 +52243,10 @@ plugins/woocommerce/changelog/update-local-pickup-title
woocommerce/changelog/update-local-pickup-title woocommerce/changelog/update-local-pickup-title
changelog/update-local-pickup-title changelog/update-local-pickup-title
update-local-pickup-title update-local-pickup-title
plugins/woocommerce/changelog/update-46869-new-designs-for-woopayments-surfaces
woocommerce/changelog/update-46869-new-designs-for-woopayments-surfaces
changelog/update-46869-new-designs-for-woopayments-surfaces
update-46869-new-designs-for-woopayments-surfaces
plugins/woocommerce/changelog/fix-template-for-variable-product plugins/woocommerce/changelog/fix-template-for-variable-product
woocommerce/changelog/fix-template-for-variable-product woocommerce/changelog/fix-template-for-variable-product
changelog/fix-template-for-variable-product changelog/fix-template-for-variable-product
@ -52707,6 +52603,14 @@ plugins/woocommerce/changelog/update-lys-sidebar-tweaks
woocommerce/changelog/update-lys-sidebar-tweaks woocommerce/changelog/update-lys-sidebar-tweaks
changelog/update-lys-sidebar-tweaks changelog/update-lys-sidebar-tweaks
update-lys-sidebar-tweaks update-lys-sidebar-tweaks
plugins/woocommerce/changelog/add-update_template_data-util
woocommerce/changelog/add-update_template_data-util
changelog/add-update_template_data-util
add-update_template_data-util
plugins/woocommerce/changelog/46870-docs-add-example-about-reacting-to-fields
woocommerce/changelog/46870-docs-add-example-about-reacting-to-fields
changelog/46870-docs-add-example-about-reacting-to-fields
46870-docs-add-example-about-reacting-to-fields
plugins/woocommerce/changelog/update-LYS-use-template-include plugins/woocommerce/changelog/update-LYS-use-template-include
woocommerce/changelog/update-LYS-use-template-include woocommerce/changelog/update-LYS-use-template-include
changelog/update-LYS-use-template-include changelog/update-LYS-use-template-include
@ -52811,6 +52715,10 @@ plugins/woocommerce/changelog/fix-visibility_store_e2e
woocommerce/changelog/fix-visibility_store_e2e woocommerce/changelog/fix-visibility_store_e2e
changelog/fix-visibility_store_e2e changelog/fix-visibility_store_e2e
fix-visibility_store_e2e fix-visibility_store_e2e
plugins/woocommerce/changelog/45767-update-order-summary-layout
woocommerce/changelog/45767-update-order-summary-layout
changelog/45767-update-order-summary-layout
45767-update-order-summary-layout
plugins/woocommerce/changelog/46011-45344-e2e-tests-cys-header plugins/woocommerce/changelog/46011-45344-e2e-tests-cys-header
woocommerce/changelog/46011-45344-e2e-tests-cys-header woocommerce/changelog/46011-45344-e2e-tests-cys-header
changelog/46011-45344-e2e-tests-cys-header changelog/46011-45344-e2e-tests-cys-header
@ -52847,6 +52755,14 @@ plugins/woocommerce/changelog/46337-fix-add-create-your-own-color
woocommerce/changelog/46337-fix-add-create-your-own-color woocommerce/changelog/46337-fix-add-create-your-own-color
changelog/46337-fix-add-create-your-own-color changelog/46337-fix-add-create-your-own-color
46337-fix-add-create-your-own-color 46337-fix-add-create-your-own-color
plugins/woocommerce/changelog/update-revert-lys-feature-flag-off
woocommerce/changelog/update-revert-lys-feature-flag-off
changelog/update-revert-lys-feature-flag-off
update-revert-lys-feature-flag-off
plugins/woocommerce/changelog/dev-45921_add_help_text_to_downloads_toggle
woocommerce/changelog/dev-45921_add_help_text_to_downloads_toggle
changelog/dev-45921_add_help_text_to_downloads_toggle
dev-45921_add_help_text_to_downloads_toggle
plugins/woocommerce/changelog/46242-fix-broken-hpos-tests plugins/woocommerce/changelog/46242-fix-broken-hpos-tests
woocommerce/changelog/46242-fix-broken-hpos-tests woocommerce/changelog/46242-fix-broken-hpos-tests
changelog/46242-fix-broken-hpos-tests changelog/46242-fix-broken-hpos-tests
@ -60648,6 +60564,14 @@ src/Internal/Utilities/COTMigrationUtilTest.php
Internal/Utilities/COTMigrationUtilTest.php Internal/Utilities/COTMigrationUtilTest.php
Utilities/COTMigrationUtilTest.php Utilities/COTMigrationUtilTest.php
COTMigrationUtilTest.php COTMigrationUtilTest.php
plugins/woocommerce/tests/php/src/Internal/Utilities/FilesystemUtilTest.php
woocommerce/tests/php/src/Internal/Utilities/FilesystemUtilTest.php
tests/php/src/Internal/Utilities/FilesystemUtilTest.php
php/src/Internal/Utilities/FilesystemUtilTest.php
src/Internal/Utilities/FilesystemUtilTest.php
Internal/Utilities/FilesystemUtilTest.php
Utilities/FilesystemUtilTest.php
FilesystemUtilTest.php
plugins/woocommerce/tests/php/src/Internal/BatchProcessing/BatchProcessingControllerTests.php plugins/woocommerce/tests/php/src/Internal/BatchProcessing/BatchProcessingControllerTests.php
woocommerce/tests/php/src/Internal/BatchProcessing/BatchProcessingControllerTests.php woocommerce/tests/php/src/Internal/BatchProcessing/BatchProcessingControllerTests.php
tests/php/src/Internal/BatchProcessing/BatchProcessingControllerTests.php tests/php/src/Internal/BatchProcessing/BatchProcessingControllerTests.php
@ -65977,6 +65901,12 @@ src/Internal/Utilities/DatabaseUtil.php
Internal/Utilities/DatabaseUtil.php Internal/Utilities/DatabaseUtil.php
Utilities/DatabaseUtil.php Utilities/DatabaseUtil.php
DatabaseUtil.php DatabaseUtil.php
plugins/woocommerce/src/Internal/Utilities/FilesystemUtil.php
woocommerce/src/Internal/Utilities/FilesystemUtil.php
src/Internal/Utilities/FilesystemUtil.php
Internal/Utilities/FilesystemUtil.php
Utilities/FilesystemUtil.php
FilesystemUtil.php
plugins/woocommerce/src/Internal/Utilities/WebhookUtil.php plugins/woocommerce/src/Internal/Utilities/WebhookUtil.php
woocommerce/src/Internal/Utilities/WebhookUtil.php woocommerce/src/Internal/Utilities/WebhookUtil.php
src/Internal/Utilities/WebhookUtil.php src/Internal/Utilities/WebhookUtil.php

View File

@ -385,6 +385,7 @@ packages/js/data/changelog/add-29_product_link_slug
packages/js/data/changelog/add-35989 packages/js/data/changelog/add-35989
packages/js/data/changelog/add-35786 packages/js/data/changelog/add-35786
packages/js/data/changelog/add-39452 packages/js/data/changelog/add-39452
packages/js/data/changelog/update-product-attribute-types
packages/js/data/changelog/fix-39840_product_editor_variations_auto_save_bug packages/js/data/changelog/fix-39840_product_editor_variations_auto_save_bug
packages/js/data/changelog/fix-plugin-response packages/js/data/changelog/fix-plugin-response
packages/js/data/changelog/add-36075_render_fields_sections_from_php_config packages/js/data/changelog/add-36075_render_fields_sections_from_php_config
@ -727,6 +728,7 @@ packages/js/onboarding/changelog/43532-add-cli-to-ci-workflow
packages/js/onboarding/changelog/42860-update-pnpm packages/js/onboarding/changelog/42860-update-pnpm
packages/js/onboarding/changelog/fix-woocommerce-payments-to-woopayments packages/js/onboarding/changelog/fix-woocommerce-payments-to-woopayments
packages/js/onboarding/changelog/dev-include-eslint-annotations packages/js/onboarding/changelog/dev-include-eslint-annotations
packages/js/onboarding/changelog/update-46869-new-designs-for-woopayments-surfaces
packages/js/onboarding/changelog/46647-fix-wcpay-banner-mobile-screen packages/js/onboarding/changelog/46647-fix-wcpay-banner-mobile-screen
packages/js/onboarding/changelog/42802-fix-watch-build-race-condition packages/js/onboarding/changelog/42802-fix-watch-build-race-condition
packages/js/onboarding/changelog/add-update-wcpay-banners-for-woopay packages/js/onboarding/changelog/add-update-wcpay-banners-for-woopay
@ -756,6 +758,7 @@ packages/js/onboarding/src/utils/countries/tests/utils/index.test.ts
packages/js/onboarding/src/utils/countries/tests/utils/locations.ts packages/js/onboarding/src/utils/countries/tests/utils/locations.ts
packages/js/onboarding/src/utils/countries/tests/utils/country-options.ts packages/js/onboarding/src/utils/countries/tests/utils/country-options.ts
packages/js/onboarding/src/images/cards/mastercard.js packages/js/onboarding/src/images/cards/mastercard.js
packages/js/onboarding/src/images/cards/index.js
packages/js/onboarding/src/images/cards/visa.js packages/js/onboarding/src/images/cards/visa.js
packages/js/onboarding/src/images/cards/unionpay.js packages/js/onboarding/src/images/cards/unionpay.js
packages/js/onboarding/src/images/cards/amex.js packages/js/onboarding/src/images/cards/amex.js
@ -765,15 +768,24 @@ packages/js/onboarding/src/images/cards/diners.js
packages/js/onboarding/src/images/cards/jcb.js packages/js/onboarding/src/images/cards/jcb.js
packages/js/onboarding/src/images/cards/cb.js packages/js/onboarding/src/images/cards/cb.js
packages/js/onboarding/src/images/cards/applepay.js packages/js/onboarding/src/images/cards/applepay.js
packages/js/onboarding/src/images/cards/giropay.js
packages/js/onboarding/src/images/cards/googlepay.js packages/js/onboarding/src/images/cards/googlepay.js
packages/js/onboarding/src/images/payment-methods/index.js
packages/js/onboarding/src/images/payment-methods/klarna.js packages/js/onboarding/src/images/payment-methods/klarna.js
packages/js/onboarding/src/images/payment-methods/clearpay.js packages/js/onboarding/src/images/payment-methods/clearpay.js
packages/js/onboarding/src/images/payment-methods/ideal.js packages/js/onboarding/src/images/payment-methods/ideal.js
packages/js/onboarding/src/images/payment-methods/afterpay.js packages/js/onboarding/src/images/payment-methods/afterpay.js
packages/js/onboarding/src/images/payment-methods/affirm.js packages/js/onboarding/src/images/payment-methods/affirm.js
packages/js/onboarding/src/images/payment-methods/woo.js packages/js/onboarding/src/images/payment-methods/woopay.js
packages/js/onboarding/src/images/icons/index.js
packages/js/onboarding/src/images/icons/lightbulb.tsx
packages/js/onboarding/src/images/wcpay-logo.tsx packages/js/onboarding/src/images/wcpay-logo.tsx
packages/js/onboarding/src/index.ts packages/js/onboarding/src/index.ts
packages/js/onboarding/src/components/WCPayConnectCard/TipBox.tsx
packages/js/onboarding/src/components/WCPayConnectCard/PaymentMethodsIcons.tsx
packages/js/onboarding/src/components/WCPayConnectCard/index.ts
packages/js/onboarding/src/components/WCPayConnectCard/WCPayConnectCard.tsx
packages/js/onboarding/src/components/WCPayConnectCard/WCPayConnectCard.scss
packages/js/onboarding/src/components/Loader/stories/index.tsx packages/js/onboarding/src/components/Loader/stories/index.tsx
packages/js/onboarding/src/components/Loader/Loader.tsx packages/js/onboarding/src/components/Loader/Loader.tsx
packages/js/onboarding/src/components/Loader/index.ts packages/js/onboarding/src/components/Loader/index.ts
@ -785,7 +797,6 @@ packages/js/onboarding/src/components/WooPaymentGatewayConfigure/WooPaymentGatew
packages/js/onboarding/src/components/WooPaymentGatewaySetup/index.ts packages/js/onboarding/src/components/WooPaymentGatewaySetup/index.ts
packages/js/onboarding/src/components/WooPaymentGatewaySetup/WooPaymentGatewaySetup.tsx packages/js/onboarding/src/components/WooPaymentGatewaySetup/WooPaymentGatewaySetup.tsx
packages/js/onboarding/src/components/WooPaymentGatewaySetup/README.md packages/js/onboarding/src/components/WooPaymentGatewaySetup/README.md
packages/js/onboarding/src/components/WCPayAcceptedMethods.tsx
packages/js/onboarding/src/components/WooOnboardingTaskListHeader/index.ts packages/js/onboarding/src/components/WooOnboardingTaskListHeader/index.ts
packages/js/onboarding/src/components/WooOnboardingTaskListHeader/WooOnboardingTaskListHeader.tsx packages/js/onboarding/src/components/WooOnboardingTaskListHeader/WooOnboardingTaskListHeader.tsx
packages/js/onboarding/src/components/WooOnboardingTask/WooOnboardingTask.tsx packages/js/onboarding/src/components/WooOnboardingTask/WooOnboardingTask.tsx
@ -793,39 +804,9 @@ packages/js/onboarding/src/components/WooOnboardingTask/index.ts
packages/js/onboarding/src/components/RecommendedRibbon/RecommendedRibbon.scss packages/js/onboarding/src/components/RecommendedRibbon/RecommendedRibbon.scss
packages/js/onboarding/src/components/RecommendedRibbon/index.ts packages/js/onboarding/src/components/RecommendedRibbon/index.ts
packages/js/onboarding/src/components/RecommendedRibbon/RecommendedRibbon.tsx packages/js/onboarding/src/components/RecommendedRibbon/RecommendedRibbon.tsx
packages/js/onboarding/src/components/WCPayCard/index.ts
packages/js/onboarding/src/components/WCPayCard/WCPayCard.tsx
packages/js/onboarding/src/components/WCPayCard/WCPayCard.scss
packages/js/onboarding/src/components/WCPayBanner/PaymentMethodsIcons.tsx
packages/js/onboarding/src/components/WCPayBanner/WCPayBanner.tsx
packages/js/onboarding/src/components/WCPayBanner/WCPayBannerImage.tsx
packages/js/onboarding/src/components/WCPayBanner/index.ts
packages/js/onboarding/src/components/WCPayBanner/WCPayBannerImageCut.tsx
packages/js/onboarding/src/components/WCPayBanner/WCPayBanner.scss
packages/js/onboarding/src/components/WCPayBanner/Icons/mastercard.js
packages/js/onboarding/src/components/WCPayBanner/Icons/index.js
packages/js/onboarding/src/components/WCPayBanner/Icons/visa.js
packages/js/onboarding/src/components/WCPayBanner/Icons/unionpay.js
packages/js/onboarding/src/components/WCPayBanner/Icons/amex.js
packages/js/onboarding/src/components/WCPayBanner/Icons/maestro.js
packages/js/onboarding/src/components/WCPayBanner/Icons/discover.js
packages/js/onboarding/src/components/WCPayBanner/Icons/jcb.js
packages/js/onboarding/src/components/WCPayBanner/Icons/cb.js
packages/js/onboarding/src/components/WCPayBanner/Icons/applepay.js
packages/js/onboarding/src/components/WCPayBanner/Icons/giropay.js
packages/js/onboarding/src/components/WCPayBanner/Icons/woopay.js
packages/js/onboarding/src/components/WCPayBanner/Icons/gpay.js
packages/js/onboarding/src/components/WooOnboardingTaskListItem/index.ts packages/js/onboarding/src/components/WooOnboardingTaskListItem/index.ts
packages/js/onboarding/src/components/WooOnboardingTaskListItem/WooOnboardingTaskListItem.tsx packages/js/onboarding/src/components/WooOnboardingTaskListItem/WooOnboardingTaskListItem.tsx
packages/js/onboarding/src/components/SetupRequired.tsx packages/js/onboarding/src/components/SetupRequired.tsx
packages/js/onboarding/src/components/WCPayBenefits/WCPayBenefits.scss
packages/js/onboarding/src/components/WCPayBenefits/index.ts
packages/js/onboarding/src/components/WCPayBenefits/icons/index.ts
packages/js/onboarding/src/components/WCPayBenefits/icons/payment-card.js
packages/js/onboarding/src/components/WCPayBenefits/icons/earn-manage.js
packages/js/onboarding/src/components/WCPayBenefits/icons/International-market.js
packages/js/onboarding/src/components/WCPayBenefits/icons/woopay.js
packages/js/onboarding/src/components/WCPayBenefits/WCPayBenefits.tsx
packages/js/onboarding/src/style.scss packages/js/onboarding/src/style.scss
packages/js/onboarding/composer.json packages/js/onboarding/composer.json
packages/js/onboarding/.eslintrc.js packages/js/onboarding/.eslintrc.js
@ -891,6 +872,7 @@ packages/js/internal-style-build/abstracts/_colors.scss
packages/js/internal-style-build/abstracts/_variables.scss packages/js/internal-style-build/abstracts/_variables.scss
packages/js/internal-style-build/changelog/fix-standardize-lint-monorepo packages/js/internal-style-build/changelog/fix-standardize-lint-monorepo
packages/js/internal-style-build/changelog/add-js-packages-changelogger packages/js/internal-style-build/changelog/add-js-packages-changelogger
packages/js/internal-style-build/changelog/import-colors-native-scss-variables
packages/js/internal-style-build/changelog/enhancement-35565 packages/js/internal-style-build/changelog/enhancement-35565
packages/js/internal-style-build/changelog/.gitkeep packages/js/internal-style-build/changelog/.gitkeep
packages/js/internal-style-build/changelog/add-require-turbo packages/js/internal-style-build/changelog/add-require-turbo
@ -1217,6 +1199,7 @@ packages/js/product-editor/changelog/update-product-editor-render-new-attribute-
packages/js/product-editor/changelog/update-export-product-edits packages/js/product-editor/changelog/update-export-product-edits
packages/js/product-editor/changelog/fix-description-block-collapse packages/js/product-editor/changelog/fix-description-block-collapse
packages/js/product-editor/changelog/update-introduce-optimistc-query-update packages/js/product-editor/changelog/update-introduce-optimistc-query-update
packages/js/product-editor/changelog/update-product-attribute-types
packages/js/product-editor/changelog/fix-46608 packages/js/product-editor/changelog/fix-46608
packages/js/product-editor/changelog/fix-46615 packages/js/product-editor/changelog/fix-46615
packages/js/product-editor/changelog/fix-46610 packages/js/product-editor/changelog/fix-46610
@ -3803,7 +3786,6 @@ plugins/woocommerce-admin/client/jest.config.js
plugins/woocommerce-admin/client/index.js plugins/woocommerce-admin/client/index.js
plugins/woocommerce-admin/client/payments-welcome/woopayments.svg plugins/woocommerce-admin/client/payments-welcome/woopayments.svg
plugins/woocommerce-admin/client/payments-welcome/apms.tsx plugins/woocommerce-admin/client/payments-welcome/apms.tsx
plugins/woocommerce-admin/client/payments-welcome/payment-methods.tsx
plugins/woocommerce-admin/client/payments-welcome/strings.tsx plugins/woocommerce-admin/client/payments-welcome/strings.tsx
plugins/woocommerce-admin/client/payments-welcome/faq-simple.tsx plugins/woocommerce-admin/client/payments-welcome/faq-simple.tsx
plugins/woocommerce-admin/client/payments-welcome/style.scss plugins/woocommerce-admin/client/payments-welcome/style.scss
@ -6146,6 +6128,7 @@ plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-picku
plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-totals/block.json plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-totals/block.json
plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-totals/edit.tsx plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-totals/edit.tsx
plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-totals/frontend.tsx plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-totals/frontend.tsx
plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-totals/style.scss
plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-totals/index.tsx plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-totals/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/block.tsx plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/block.tsx
plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/customer-address.tsx plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/customer-address.tsx
@ -6237,6 +6220,7 @@ plugins/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/component-metadata
plugins/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-totals/block.json plugins/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-totals/block.json
plugins/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-totals/edit.tsx plugins/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-totals/edit.tsx
plugins/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-totals/frontend.tsx plugins/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-totals/frontend.tsx
plugins/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-totals/style.scss
plugins/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-totals/index.tsx plugins/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-totals/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/test/block.tsx plugins/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/test/block.tsx
plugins/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/block.tsx plugins/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/block.tsx
@ -7331,6 +7315,7 @@ plugins/woocommerce-blocks/tests/e2e/tests/templates/constants.ts
plugins/woocommerce-blocks/tests/e2e/tests/templates/cart-template.block_theme.spec.ts plugins/woocommerce-blocks/tests/e2e/tests/templates/cart-template.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/templates/template-customization.block_theme.side_effects.spec.ts plugins/woocommerce-blocks/tests/e2e/tests/templates/template-customization.block_theme.side_effects.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/templates/legacy-templates.block_theme.spec.ts plugins/woocommerce-blocks/tests/e2e/tests/templates/legacy-templates.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/templates/shop-page.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/templates/template-customization.block_theme.spec.ts plugins/woocommerce-blocks/tests/e2e/tests/templates/template-customization.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/templates/template-customization.block_theme_with_templates.spec.ts plugins/woocommerce-blocks/tests/e2e/tests/templates/template-customization.block_theme_with_templates.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/templates/checkout-template.block_theme.spec.ts plugins/woocommerce-blocks/tests/e2e/tests/templates/checkout-template.block_theme.spec.ts
@ -7934,6 +7919,7 @@ plugins/woocommerce/changelog/46207-add-lys-coming-soon-templates-layout
plugins/woocommerce/changelog/46220-dev-remove-product-add-to-cart-block plugins/woocommerce/changelog/46220-dev-remove-product-add-to-cart-block
plugins/woocommerce/changelog/46127-add-e2e-homepage plugins/woocommerce/changelog/46127-add-e2e-homepage
plugins/woocommerce/changelog/fix-lys-share-cookie-path plugins/woocommerce/changelog/fix-lys-share-cookie-path
plugins/woocommerce/changelog/fix-46376-hide-template-selector-shop-page-in-product-catalog
plugins/woocommerce/changelog/update-use-uppercase-user-id plugins/woocommerce/changelog/update-use-uppercase-user-id
plugins/woocommerce/changelog/fix-same-number-separators plugins/woocommerce/changelog/fix-same-number-separators
plugins/woocommerce/changelog/add-k6-shopper-pages-title-footer plugins/woocommerce/changelog/add-k6-shopper-pages-title-footer
@ -7981,6 +7967,7 @@ plugins/woocommerce/changelog/add-lys-hub-tracks
plugins/woocommerce/changelog/46093-fix-current-screen-error-with-lys plugins/woocommerce/changelog/46093-fix-current-screen-error-with-lys
plugins/woocommerce/changelog/46719-fix-less-restricive-shipping-validation plugins/woocommerce/changelog/46719-fix-less-restricive-shipping-validation
plugins/woocommerce/changelog/fix-43879 plugins/woocommerce/changelog/fix-43879
plugins/woocommerce/changelog/46799-fix-local-pickup-not-visible-after-edit
plugins/woocommerce/changelog/46813-update-LYS-template-styles-reapply-46619 plugins/woocommerce/changelog/46813-update-LYS-template-styles-reapply-46619
plugins/woocommerce/changelog/update-lys-status-badge plugins/woocommerce/changelog/update-lys-status-badge
plugins/woocommerce/changelog/update-woo-com-to-woocommerce-com plugins/woocommerce/changelog/update-woo-com-to-woocommerce-com
@ -7997,6 +7984,7 @@ plugins/woocommerce/changelog/dev-38958_remove_periods_at_the_end_of_sections
plugins/woocommerce/changelog/46003-update-remove-duplicated-tos-acceptance plugins/woocommerce/changelog/46003-update-remove-duplicated-tos-acceptance
plugins/woocommerce/changelog/add-change-product-elements-category-to-product-elements plugins/woocommerce/changelog/add-change-product-elements-category-to-product-elements
plugins/woocommerce/changelog/add-store-connect-to-woocom plugins/woocommerce/changelog/add-store-connect-to-woocom
plugins/woocommerce/changelog/try-logging-filesystem-checks
plugins/woocommerce/changelog/e2e-add-changes-to-test-projects plugins/woocommerce/changelog/e2e-add-changes-to-test-projects
plugins/woocommerce/changelog/remove-order-attribution-empty-unknown-handling plugins/woocommerce/changelog/remove-order-attribution-empty-unknown-handling
plugins/woocommerce/changelog/add-lys-xstate-url-handling plugins/woocommerce/changelog/add-lys-xstate-url-handling
@ -8056,6 +8044,7 @@ plugins/woocommerce/changelog/46268-fix-restore-default-theme-cys
plugins/woocommerce/changelog/46101-add-lys-coming-soon-templates plugins/woocommerce/changelog/46101-add-lys-coming-soon-templates
plugins/woocommerce/changelog/e2e-fix-create-simple-product-fix plugins/woocommerce/changelog/e2e-fix-create-simple-product-fix
plugins/woocommerce/changelog/46833-fix-cys-logo-styles plugins/woocommerce/changelog/46833-fix-cys-logo-styles
plugins/woocommerce/changelog/update-product-attribute-types
plugins/woocommerce/changelog/46212-46194-cys-investigate-potential-bad-performance-for-the-color-palette plugins/woocommerce/changelog/46212-46194-cys-investigate-potential-bad-performance-for-the-color-palette
plugins/woocommerce/changelog/e2e-fix-customer-payment-page-fix plugins/woocommerce/changelog/e2e-fix-customer-payment-page-fix
plugins/woocommerce/changelog/fix-e2e-test-linked-product-count plugins/woocommerce/changelog/fix-e2e-test-linked-product-count
@ -8076,6 +8065,7 @@ plugins/woocommerce/changelog/fix-header-page-title
plugins/woocommerce/changelog/update-woo-com-email-addresses plugins/woocommerce/changelog/update-woo-com-email-addresses
plugins/woocommerce/changelog/45910-chore-bump-eslint-import-resolver-typescript-version-to-3-6-1 plugins/woocommerce/changelog/45910-chore-bump-eslint-import-resolver-typescript-version-to-3-6-1
plugins/woocommerce/changelog/update-local-pickup-title plugins/woocommerce/changelog/update-local-pickup-title
plugins/woocommerce/changelog/update-46869-new-designs-for-woopayments-surfaces
plugins/woocommerce/changelog/fix-template-for-variable-product plugins/woocommerce/changelog/fix-template-for-variable-product
plugins/woocommerce/changelog/fix-gutenberg-global-presets plugins/woocommerce/changelog/fix-gutenberg-global-presets
plugins/woocommerce/changelog/45984-45344-e2e-tests-cys-footer plugins/woocommerce/changelog/45984-45344-e2e-tests-cys-footer
@ -8165,6 +8155,8 @@ plugins/woocommerce/changelog/fix-44080
plugins/woocommerce/changelog/46278-fix-43889-43901-43944 plugins/woocommerce/changelog/46278-fix-43889-43901-43944
plugins/woocommerce/changelog/fix-product-editor-mis-alignment plugins/woocommerce/changelog/fix-product-editor-mis-alignment
plugins/woocommerce/changelog/update-lys-sidebar-tweaks plugins/woocommerce/changelog/update-lys-sidebar-tweaks
plugins/woocommerce/changelog/add-update_template_data-util
plugins/woocommerce/changelog/46870-docs-add-example-about-reacting-to-fields
plugins/woocommerce/changelog/update-LYS-use-template-include plugins/woocommerce/changelog/update-LYS-use-template-include
plugins/woocommerce/changelog/perf-hpos-search plugins/woocommerce/changelog/perf-hpos-search
plugins/woocommerce/changelog/update-coming-soon-page-style plugins/woocommerce/changelog/update-coming-soon-page-style
@ -8191,6 +8183,7 @@ plugins/woocommerce/changelog/try-remove-preserve-global-state-annotations-api-n
plugins/woocommerce/changelog/46203-update-46070-lys-tour plugins/woocommerce/changelog/46203-update-46070-lys-tour
plugins/woocommerce/changelog/46353-update-admin-header-icons plugins/woocommerce/changelog/46353-update-admin-header-icons
plugins/woocommerce/changelog/fix-visibility_store_e2e plugins/woocommerce/changelog/fix-visibility_store_e2e
plugins/woocommerce/changelog/45767-update-order-summary-layout
plugins/woocommerce/changelog/46011-45344-e2e-tests-cys-header plugins/woocommerce/changelog/46011-45344-e2e-tests-cys-header
plugins/woocommerce/changelog/update-origin-to-attribution plugins/woocommerce/changelog/update-origin-to-attribution
plugins/woocommerce/changelog/46800-fix-hide-x-button plugins/woocommerce/changelog/46800-fix-hide-x-button
@ -8200,6 +8193,8 @@ plugins/woocommerce/changelog/ci-add-failed-tests-in-slack-notification
plugins/woocommerce/changelog/dont-show-draft-product-in-featured-block plugins/woocommerce/changelog/dont-show-draft-product-in-featured-block
plugins/woocommerce/changelog/46170-fix-featured-category-triple-overlay plugins/woocommerce/changelog/46170-fix-featured-category-triple-overlay
plugins/woocommerce/changelog/46337-fix-add-create-your-own-color plugins/woocommerce/changelog/46337-fix-add-create-your-own-color
plugins/woocommerce/changelog/update-revert-lys-feature-flag-off
plugins/woocommerce/changelog/dev-45921_add_help_text_to_downloads_toggle
plugins/woocommerce/changelog/46242-fix-broken-hpos-tests plugins/woocommerce/changelog/46242-fix-broken-hpos-tests
plugins/woocommerce/changelog/e2e-add-merchant-insert-patterns plugins/woocommerce/changelog/e2e-add-merchant-insert-patterns
plugins/woocommerce/changelog/46321-update-hide-banner-from-preview plugins/woocommerce/changelog/46321-update-hide-banner-from-preview
@ -9295,6 +9290,7 @@ plugins/woocommerce/tests/php/src/Internal/Utilities/HtmlSanitizerTest.php
plugins/woocommerce/tests/php/src/Internal/Utilities/DatabaseUtilTest.php plugins/woocommerce/tests/php/src/Internal/Utilities/DatabaseUtilTest.php
plugins/woocommerce/tests/php/src/Internal/Utilities/URLTest.php plugins/woocommerce/tests/php/src/Internal/Utilities/URLTest.php
plugins/woocommerce/tests/php/src/Internal/Utilities/COTMigrationUtilTest.php plugins/woocommerce/tests/php/src/Internal/Utilities/COTMigrationUtilTest.php
plugins/woocommerce/tests/php/src/Internal/Utilities/FilesystemUtilTest.php
plugins/woocommerce/tests/php/src/Internal/BatchProcessing/BatchProcessingControllerTests.php plugins/woocommerce/tests/php/src/Internal/BatchProcessing/BatchProcessingControllerTests.php
plugins/woocommerce/tests/php/src/Caching/CacheExceptionTest.php plugins/woocommerce/tests/php/src/Caching/CacheExceptionTest.php
plugins/woocommerce/tests/php/src/Caching/InvalidObjectCacheClass.php plugins/woocommerce/tests/php/src/Caching/InvalidObjectCacheClass.php
@ -10066,6 +10062,7 @@ plugins/woocommerce/src/Internal/Utilities/Users.php
plugins/woocommerce/src/Internal/Utilities/URLException.php plugins/woocommerce/src/Internal/Utilities/URLException.php
plugins/woocommerce/src/Internal/Utilities/HtmlSanitizer.php plugins/woocommerce/src/Internal/Utilities/HtmlSanitizer.php
plugins/woocommerce/src/Internal/Utilities/DatabaseUtil.php plugins/woocommerce/src/Internal/Utilities/DatabaseUtil.php
plugins/woocommerce/src/Internal/Utilities/FilesystemUtil.php
plugins/woocommerce/src/Internal/Utilities/WebhookUtil.php plugins/woocommerce/src/Internal/Utilities/WebhookUtil.php
plugins/woocommerce/src/Internal/BatchProcessing/BatchProcessorInterface.php plugins/woocommerce/src/Internal/BatchProcessing/BatchProcessorInterface.php
plugins/woocommerce/src/Internal/BatchProcessing/BatchProcessingController.php plugins/woocommerce/src/Internal/BatchProcessing/BatchProcessingController.php

View File

@ -19129,6 +19129,13 @@ javascripts/app/controllers/report_profile.coffee
app/controllers/report_profile.coffee app/controllers/report_profile.coffee
controllers/report_profile.coffee controllers/report_profile.coffee
report_profile.coffee report_profile.coffee
app/assets/javascripts/app/controllers/article_view/item.coffee
assets/javascripts/app/controllers/article_view/item.coffee
javascripts/app/controllers/article_view/item.coffee
app/controllers/article_view/item.coffee
controllers/article_view/item.coffee
article_view/item.coffee
item.coffee
app/assets/javascripts/app/controllers/_profile/language.coffee app/assets/javascripts/app/controllers/_profile/language.coffee
assets/javascripts/app/controllers/_profile/language.coffee assets/javascripts/app/controllers/_profile/language.coffee
javascripts/app/controllers/_profile/language.coffee javascripts/app/controllers/_profile/language.coffee

View File

@ -4057,6 +4057,7 @@ app/assets/javascripts/app/controllers/after_auth/two_factor_configuration.coffe
app/assets/javascripts/app/controllers/version.coffee app/assets/javascripts/app/controllers/version.coffee
app/assets/javascripts/app/controllers/taskbar_widget.coffee app/assets/javascripts/app/controllers/taskbar_widget.coffee
app/assets/javascripts/app/controllers/report_profile.coffee app/assets/javascripts/app/controllers/report_profile.coffee
app/assets/javascripts/app/controllers/article_view/item.coffee
app/assets/javascripts/app/controllers/_profile/language.coffee app/assets/javascripts/app/controllers/_profile/language.coffee
app/assets/javascripts/app/controllers/_profile/linked_accounts.coffee app/assets/javascripts/app/controllers/_profile/linked_accounts.coffee
app/assets/javascripts/app/controllers/_profile/password.coffee app/assets/javascripts/app/controllers/_profile/password.coffee

View File

@ -31,6 +31,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.well-known .well-known
.well-known/assetlinks.json .well-known/assetlinks.json
.xml .xml
/*/*/_tools
/*/*/more_ideas
/*/_tools
/*/activity
/*/branches /*/branches
/*/commits /*/commits
/*/compare /*/compare
@ -38,8 +42,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/edit$ /*/edit$
/*/forks /*/forks
/*/graphs /*/graphs
/*/group
/*/invite
/*/issues/new /*/issues/new
/*/issues/search /*/issues/search
/*/more_ideas
/*/network /*/network
/*/projects /*/projects
/*/pulse /*/pulse
@ -49,6 +56,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/watchers /*/watchers
/*source= /*source=
/.git /.git
/?z=1
/B00M3E1HJY /B00M3E1HJY
/B00M3E1NYI /B00M3E1NYI
/B00M3E1Q5Y /B00M3E1Q5Y
@ -67,6 +75,16 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/Search/ /Search/
/_ /_
/_/rsrc /_/rsrc
/_activities
/_activity
/_community
/_created
/_followers
/_following
/_quick_saves
/_saved
/_shop
/_shopping_list
/album/*/*?i= /album/*/*?i=
/api /api
/apis /apis
@ -81,6 +99,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/comments/*?*sort= /comments/*?*sort=
/commits/*?author /commits/*?author
/commits/*?path /commits/*?path
/communities
/discovered
/docs/product /docs/product
/download /download
/download/Browse.aspx? /download/Browse.aspx?
@ -107,6 +127,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/leads/*/jsplayer_show_lead_form.html /leads/*/jsplayer_show_lead_form.html
/leads/*/show_form.html /leads/*/show_form.html
/liked_by /liked_by
/likes
/listing/*/favoriters /listing/*/favoriters
/lookup? /lookup?
/mediaapi/ /mediaapi/
@ -114,15 +135,20 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/music/*/Search/ /music/*/Search/
/music/*/search/ /music/*/search/
/newsearch/ /newsearch/
/organize
/people/*/circle /people/*/circle
/people/*/favorites /people/*/favorites
/pinned_flashes /pinned_flashes
/pins
/podcast/*/*?i= /podcast/*/*?i=
/print$ /print$
/profile-about
/raw /raw
/revisions /revisions
/rg*/mediaviewer/rm*/tr /rg*/mediaviewer/rm*/tr
/rss /rss
/scheduled-pin
/scheduled-pins
/search /search
/search$ /search$
/search.compact$ /search.compact$
@ -144,11 +170,15 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/store/d/groove-music-pass/cfq7ttc0k5dq/0001 /store/d/groove-music-pass/cfq7ttc0k5dq/0001
/store/locations/store-locations-sitemap.xml /store/locations/store-locations-sitemap.xml
/store/music/groove-music-pass/* /store/music/groove-music-pass/*
/story_pins
/tagged
/tarball /tarball
/tree /tree
/tried
/tv-season/*/*?i= /tv-season/*/*?i=
/unsubscribe/ /unsubscribe/
/video- /video-
/video_pins
/wal/ /wal/
/wiki/Special: /wiki/Special:
/wiki/index.php/Help /wiki/index.php/Help
@ -217,6 +247,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?order= ?order=
?pt1=true$ ?pt1=true$
?s= ?s=
?show_error=true
?tab=achievements&achievement= ?tab=achievements&achievement=
?utm_*= ?utm_*=
?w=address ?w=address
@ -301,6 +332,8 @@ WebObjects/MZStoreElements.woa
[_0-9a-zA-Z]+/status/[0-9]+/likes [_0-9a-zA-Z]+/status/[0-9]+/likes
[_0-9a-zA-Z]+/status/[0-9]+/retweets [_0-9a-zA-Z]+/status/[0-9]+/retweets
_ _
_/_
_/_/pixel
_/aihub_pod _/aihub_pod
_/ain/_/js _/ain/_/js
_/alkali-learn _/alkali-learn
@ -367,6 +400,8 @@ _next/gtm
_next/jwt _next/jwt
_next/title _next/title
_next/viewer _next/viewer
_ngjs/resource
_ngjs/resource/*/get
_nimbusJson.json _nimbusJson.json
_nimbusJsonp.js _nimbusJsonp.js
_nimbusJsonpStatic.js _nimbusJsonpStatic.js
@ -475,6 +510,7 @@ ad_spice
ad_syndication_user_tracking ad_syndication_user_tracking
ad_visibility ad_visibility
addContacts addContacts
addboard
addressBookExport addressBookExport
admin admin
adredir? adredir?
@ -496,6 +532,7 @@ adwords/proposal
adx/bin adx/bin
affil affil
affil/pal affil/pal
age-appeal
aihub/tfhub aihub/tfhub
ajax ajax
ajax/follow_info ajax/follow_info
@ -533,6 +570,7 @@ api_access_key=
app*_ app*_
app*form_id= app*form_id=
app/updates app/updates
appealed-pin
apple-app-site-association apple-app-site-association
apps apps
apps*&tags= apps*&tags=
@ -650,6 +688,7 @@ auth/verifychallenge
author/following author/following
author= author=
authwall authwall
autocomplete
away.php away.php
b?*node=7454898011 b?*node=7454898011
b?*node=7454917011 b?*node=7454917011
@ -763,7 +802,11 @@ blogs/test
blogsearch blogsearch
blogsearch_feeds blogsearch_feeds
bn bn
board
board_activity
board_activity_comment
bookmark? bookmark?
bookmarklet
bookmarks bookmarks
books books
books/about books/about
@ -785,17 +828,38 @@ books?*zoom=1
books?*zoom=5 books?*zoom=5
booksrightsholders booksrightsholders
boutique/sitemaps boutique/sitemaps
branded-pins
browse/reviews/recent browse/reviews/recent
business/ad_create
business/adshare business/adshare
business/adshare/faqs business/adshare/faqs
business/blahblah business/blahblah
business/business-access
business/business-hierarchy
business/business-manager
business/catalogs
business/commerce-integrations
business/community-information
business/convert
business/create
business/create-linked-account
business/feedback business/feedback
business/hub
business/invite
business/leads/jsplayer_show_lead_form.html business/leads/jsplayer_show_lead_form.html
business/leads/show_form.html business/leads/show_form.html
business/learning/blog business/learning/blog
business/onboarding
business/pin_create
business/premium/is_payment_pending business/premium/is_payment_pending
business/promotion business/promotion
business/referral
business/sales/blog business/sales/blog
business/site
business/switch-account
business/top-ads
business/update
business/verified-merchant/status
buttonlite.js buttonlite.js
buyside-e2e-monitor buyside-e2e-monitor
buzz/post buzz/post
@ -987,6 +1051,7 @@ checkout
checkout/package checkout/package
checkoutnow checkoutnow
checkpoint checkpoint
christmas-spotlight
chrome/browser/mobile/tour chrome/browser/mobile/tour
chrome/crlset chrome/crlset
chrome/webstore/images chrome/webstore/images
@ -1010,6 +1075,7 @@ client_error
client_errors client_errors
clima/ets clima/ets
clima/sites/registry clima/sites/registry
close-account
cloud-launcher/sitemap cloud-launcher/sitemap
cloudsourcetools/images cloudsourcetools/images
cms_content cms_content
@ -1030,6 +1096,7 @@ commercesearch/images
commercesearch/services commercesearch/services
commission_2010-2014/katainen commission_2010-2014/katainen
commits?author= commits?author=
communities
communities/bin.aspx? communities/bin.aspx?
communities/blogs/PortalResults.mspx? communities/blogs/PortalResults.mspx?
communities/eventdetails.mspx? communities/eventdetails.mspx?
@ -1045,24 +1112,32 @@ community/category/*
community/comments community/comments
community/feed community/feed
community/trackback community/trackback
community_comment
community_post
community_s community_s
companyDir companyDir
compare compare
compare/*/apply compare/*/apply
compressiontest compressiontest
config.js config.js
connect
connections connections
connector connector
consumers/archive consumers/archive
contact_me contact_me
contactus contactus
content content
content-claiming
context_referrer=gig_page context_referrer=gig_page
context_referrer=user_page context_referrer=user_page
control control
conversation
conversations conversations
convert-business
convert-personal
coop/directory coop/directory
coop/manage coop/manage
copyright-reporting
corgi$ corgi$
couchmode couchmode
counter/*? counter/*?
@ -1070,7 +1145,13 @@ counters/client-screenview
coupons/visit coupons/visit
covid19 covid19
covid19/mobility covid19/mobility
create_pin
creative-europe/404_en.htm creative-europe/404_en.htm
creative-studio
creative_editor
creator-spotlight
creator_hub/_earn
creator_hub/_partnerships
creatorhub creatorhub
cse/home cse/home
cse/manage cse/manage
@ -1079,7 +1160,9 @@ cse?
csp csp
csp_block csp_block
csp_report_only csp_report_only
csrf_error
ct ct
ct.html
ct/log_list ct/log_list
culturalinstitute/images culturalinstitute/images
culturalinstitute/sitemaps culturalinstitute/sitemaps
@ -1189,7 +1272,9 @@ de/teams
de/transactions de/transactions
de/treasury de/treasury
de/your de/your
deactivate-account
default default
delete_post
delight delight
dell/cities-transformed dell/cities-transformed
dell/cloud-future-of-medicine dell/cloud-future-of-medicine
@ -1239,6 +1324,7 @@ digital-single-market/taxonomy
digital-single-market/users digital-single-market/users
directory directory
directory/all directory/all
discover
discussion discussion
discussion/comment-permalink discussion/comment-permalink
discussion/edit-profile discussion/edit-profile
@ -1336,6 +1422,8 @@ ebooks?*zoom=1
ebooks?*zoom=5 ebooks?*zoom=5
ece ece
eclas eclas
edit
editorial/*
edu/cs4hs edu/cs4hs
education/404_en.htm education/404_en.htm
edurec edurec
@ -1347,6 +1435,7 @@ elite?
email email
email-unsubscribe email-unsubscribe
email_actions email_actions
email_verification_error
embed embed
embed/feed/update embed/feed/update
employment_social/anticipedia/xwiki/bin/attach employment_social/anticipedia/xwiki/bin/attach
@ -1401,6 +1490,7 @@ en/microsoft-viva/
en/security en/security
en/security/ en/security/
endorsements endorsements
engagement
enterprise-jobs enterprise-jobs
enterprise-partner-search/sitemaps enterprise-partner-search/sitemaps
environment/ets environment/ets
@ -1503,6 +1593,8 @@ exec/obidos/subst/marketplace/sell-your-collection.html
exec/obidos/subst/marketplace/sell-your-stuff.html exec/obidos/subst/marketplace/sell-your-stuff.html
exec/obidos/subst/partners/friends/access.html exec/obidos/subst/partners/friends/access.html
exec/obidos/tg/cm/member exec/obidos/tg/cm/member
explore
explore/*/?p=
explore/*/lightbox explore/*/lightbox
external external
external/overture external/overture
@ -1512,6 +1604,7 @@ facebook
facebook_connect facebook_connect
faves-i_love_u_get_away_from_me faves-i_love_u_get_away_from_me
favorite favorite
fb.html
fe=true fe=true
feature/sf-test feature/sf-test
feed feed
@ -1591,6 +1684,8 @@ flights
flutter-canvaskit flutter-canvaskit
folder folder
follow follow
follow_board
follow_user
following following
food/archive food/archive
food/favourites food/favourites
@ -1701,6 +1796,8 @@ globalmarketfinder
globalmarketfinder/*.html globalmarketfinder/*.html
go/awards go/awards
gold? gold?
google_gdn.html
google_search.html
googlebooks/images googlebooks/images
goto goto
gp gp
@ -1811,6 +1908,7 @@ gview
gwt gwt
h5games_gamecenter/images h5games_gamecenter/images
handmade handmade
hanukkah-spotlight
hashtag/*?src= hashtag/*?src=
hd hd
header/channels header/channels
@ -1885,7 +1983,10 @@ hk-en/teams
hk-en/transactions hk-en/transactions
hk-en/treasury hk-en/treasury
hk-en/your hk-en/your
holiday-spotlight
holidays-celebrations
home home
homefeed
homepage-video-test homepage-video-test
hosted/images hosted/images
hotelfinder/rpc hotelfinder/rpc
@ -1904,6 +2005,9 @@ i/u
ia ia
icons icons
id-id.www.cloudflare.com id-id.www.cloudflare.com
idea-ads-tool
idea-pin-builder
idea-pin-invite
identity/accountsettingsactivityweb identity/accountsettingsactivityweb
identity/accountsettingssyaf identity/accountsettingssyaf
ie*/listing/*/favoriters ie*/listing/*/favoriters
@ -2074,11 +2178,14 @@ info/customerror.htm*
info/smart404.asp* info/smart404.asp*
info/tech-feedback info/tech-feedback
inproduct_help/chatsupport inproduct_help/chatsupport
install-shuffles
internalPref internalPref
intl/*/about/views intl/*/about/views
intlkb/ intlkb/
invite
inviteFromProfile inviteFromProfile
inviteMany inviteMany
invited
invites/buy invites/buy
invoice/est invoice/est
invoice/estimate/buyerView invoice/estimate/buyerView
@ -2168,6 +2275,8 @@ johnhancock
johnhancock/in-a-lifetime-healthcare johnhancock/in-a-lifetime-healthcare
johnhancock/in-a-lifetime-sustainability johnhancock/in-a-lifetime-sustainability
johnhancock/in-a-lifetime-work johnhancock/in-a-lifetime-work
join/?next=
join/signup/?next=
jp*/listing/*/favoriters jp*/listing/*/favoriters
jp*/people/*/circle jp*/people/*/circle
jp*/people/*/favorites jp*/people/*/favorites
@ -2230,6 +2339,7 @@ knowmore
ko-kr.www.cloudflare.com ko-kr.www.cloudflare.com
ko-kr/feedback ko-kr/feedback
ko-kr/lp ko-kr/lp
kwanzaa-spotlight
labs/popgadget/search labs/popgadget/search
lamda/images lamda/images
landing/cmsnext-root landing/cmsnext-root
@ -2264,10 +2374,12 @@ learning/search?
learning/settings learning/settings
learning/settings$ learning/settings$
learning/settings? learning/settings?
lens-search
li/track li/track
library/devices library/devices
licensing-syndication licensing-syndication
limited-release limited-release
linked
linkedin linkedin
list list
list/ls*/_ajax list/ls*/_ajax
@ -2276,6 +2388,7 @@ listing/*/stubs
lite lite
lite.publication.PublicationRequestFulltextPromo.requestFulltext.html lite.publication.PublicationRequestFulltextPromo.requestFulltext.html
live live
live-session
live_chat live_chat
lm/R1XIHQVKXSKBNJ lm/R1XIHQVKXSKBNJ
lm/R3HQ5WJSZK6QSO lm/R3HQ5WJSZK6QSO
@ -2307,6 +2420,7 @@ lochp?
logging logging
login login
login$ login$
login/?next=
login?*= login?*=
logo-maker/brief logo-maker/brief
logo-maker/choose-variation logo-maker/choose-variation
@ -2485,6 +2599,7 @@ native
nb-no.www.cloudflare.com nb-no.www.cloudflare.com
nbubumblebee nbubumblebee
network network
new_invite
news$ news$
news/$ news/$
news/0 news/0
@ -2496,6 +2611,7 @@ news/test
news/test-liveblog news/test-liveblog
news?viewArticle news?viewArticle
newsArticle newsArticle
news_hub
newsletter newsletter
newsroom/dae newsroom/dae
newsroom/notifications newsroom/notifications
@ -2603,6 +2719,7 @@ no-en/treasury
no-en/your no-en/your
nonprofits/account nonprofits/account
not_recommended_reviews/preview not_recommended_reviews/preview
notifications
ns/hydra/console/? ns/hydra/console/?
nus-trk nus-trk
nwshp$ nwshp$
@ -2655,8 +2772,12 @@ nz/teams
nz/transactions nz/transactions
nz/treasury nz/treasury
nz/your nz/your
oauth/line
oauth/login
oauth/v2 oauth/v2
oauth2/v2 oauth2/v2
oauth_error
offsite
og og
onebox/media/sports/logos onebox/media/sports/logos
onebox/media/sports/photos/soccer/wc2018 onebox/media/sports/photos/soccer/wc2018
@ -2687,8 +2808,11 @@ pages?oid=-
pagespeed/insights/ui/logo pagespeed/insights/ui/logo
pantheon pantheon
pantheon-platform pantheon-platform
parental-consent/confirmation
parental-passcode
participate/conferences.xml participate/conferences.xml
partners partners
password/reset
password_expired password_expired
patent-search/frontend patent-search/frontend
patents/download patents/download
@ -2718,8 +2842,39 @@ photos/gbachelie
photos/i_love_u_get_away_from_me photos/i_love_u_get_away_from_me
photos/tags/*/page photos/tags/*/page
photos/youpy photos/youpy
pin-builder
pin-communities
pin-creation-tool
pin-editor
pin/*/activities
pin/*/activity
pin/*/analytics
pin/*/brand-catalog
pin/*/comments
pin/*/email
pin/*/feedback
pin/*/idea-pin/related-products
pin/*/likes
pin/*/promote
pin/*/reaction
pin/*/related-products
pin/*/repin
pin/*/repins
pin/*/sent
pin/*/share
pin/*/shop-the-look
pin/*/tag
pin/*/takes
pin/*/visual-search
pin/create
pin/find
pin/find?url=
pin_shop
ping? ping?
pingback pingback
pinterest-predicts
pinterest-wellbeing
pinterestwellbeing
pl*/listing/*/favoriters pl*/listing/*/favoriters
pl*/people/*/circle pl*/people/*/circle
pl*/people/*/favorites pl*/people/*/favorites
@ -2770,6 +2925,7 @@ pl/teams
pl/transactions pl/transactions
pl/treasury pl/treasury
pl/your pl/your
place
plan= plan=
platform-telemetry platform-telemetry
play/store/web play/store/web
@ -2799,6 +2955,7 @@ ppob?
pqa pqa
preference preference
preferences preferences
prefs
present present
presentation presentation
prettyearth/assets prettyearth/assets
@ -2809,6 +2966,8 @@ private
pro pro
pro-resources pro-resources
pro/about pro/about
product-catalogs
product-feed
product-reviews/B0069IY63Y product-reviews/B0069IY63Y
productPurchaseDone productPurchaseDone
product_ product_
@ -2886,6 +3045,7 @@ publications
publicliterature.PublicLiterature.search.html publicliterature.PublicLiterature.search.html
purchases purchases
puzzles/leaderboards/invite puzzles/leaderboards/invite
pw
pwapi-proxy/pwproxy pwapi-proxy/pwproxy
pwapiv2 pwapiv2
px.gif px.gif
@ -2895,6 +3055,7 @@ qp/batch_fetch_web
qr qr
quality_form? quality_form?
query query
quiz
r r
r/*.rss r/*.rss
r/*/comments/*.rss r/*/comments/*.rss
@ -2922,6 +3083,7 @@ random
rd/search rd/search
rd/search$ rd/search$
rd/search? rd/search?
recently-viewed
recharge/dashboard/car recharge/dashboard/car
recharge/dashboard/static recharge/dashboard/static
recipes/search recipes/search
@ -2939,6 +3101,8 @@ refer
refer/pal refer/pal
referrals referrals
referrer= referrer=
refresh_stored_accounts
refresh_token
register register
registration registration
registry/wishlist registry/wishlist
@ -2949,10 +3113,14 @@ report
report-abuse?report= report-abuse?report=
report= report=
report_abuse.gne report_abuse.gne
reports-and-violations
request-data
requestList requestList
requests requests
research/participants/cofund research/participants/cofund
reservations/*/notifyme reservations/*/notifyme
resource
resource/*/get
results results
retail retail
retail/old retail/old
@ -2986,6 +3154,7 @@ s2/sitemaps
s2/static s2/static
s3 s3
s? s?
safe-redirect
safebrowsing/diagnostic safebrowsing/diagnostic
safebrowsing/report_badware safebrowsing/report_badware
safebrowsing/report_error safebrowsing/report_error
@ -3081,6 +3250,7 @@ searchhistory
sections sections
secure secure
seller_onboarding seller_onboarding
sendHeaderEarly
send_to_friend send_to_friend
sendarticle sendarticle
services services
@ -3157,6 +3327,7 @@ shop/browse/ribbon
shop/favorites shop/favorites
shop/iphone/payments/overlay shop/iphone/payments/overlay
shop_name_search_service shop_name_search_service
shop_pins
shopping-content-api/product_images shopping-content-api/product_images
shopping/product shopping/product
shopping/ratings/account/metrics shopping/ratings/account/metrics
@ -3450,11 +3621,13 @@ smart/buttons
social/photosui/images social/photosui/images
social/photosui/sitemap social/photosui/sitemap
social/social-security-directory/cai social/social-security-directory/cai
socialmanager
sounds/player sounds/player
sounds/player$ sounds/player$
sounds/search sounds/search
sounds/search$ sounds/search$
sounds/search? sounds/search?
source
source= source=
source_repo= source_repo=
spain/empresas/ spain/empresas/
@ -3476,6 +3649,7 @@ ss
ss/customer-reviews/lighthouse ss/customer-reviews/lighthouse
ss/twister/ajax ss/twister/ajax
sslsingle sslsingle
sso
stadia/gamers stadia/gamers
start start
start_order start_order
@ -3530,6 +3704,10 @@ storefront
storepicker storepicker
stores/page/*visitId= stores/page/*visitId=
stories stories
story-pin-builder
story-pin-invite
story_feed
story_pins
studios studios
styles/js-on.css$ styles/js-on.css$
submit submit
@ -3550,6 +3728,7 @@ support
support/content support/content
support/forum/search? support/forum/search?
surprise surprise
suspension-appeal
sv-se.www.cloudflare.com sv-se.www.cloudflare.com
svc svc
svc/crosswords svc/crosswords
@ -3563,12 +3742,14 @@ svc/vertex
svc/web svc/web
svc/wordle svc/wordle
svpRecommendations svpRecommendations
sw-shell.html
swg swg
syndicate syndicate
system1/images system1/images
t/terms t/terms
tab= tab=
tablet tablet
taggingtool
tagmanager/containers/xo tagmanager/containers/xo
tagmanager/pptm.js tagmanager/pptm.js
talk talk
@ -3601,8 +3782,10 @@ test
testpage-forhomepage testpage-forhomepage
tetro tetro
th-th.www.cloudflare.com th-th.www.cloudflare.com
thanksgiving-spotlight
thanx? thanx?
themacallan/worlds-together themacallan/worlds-together
theme
themes/rss themes/rss
things/search things/search
things/search$ things/search$
@ -3677,6 +3860,7 @@ trustedstores/js
trustedstores/s trustedstores/s
trustedstores/tm2 trustedstores/tm2
trustedstores/verify trustedstores/verify
tv
tv/thumb tv/thumb
tvschedule tvschedule
twitter twitter
@ -3741,9 +3925,12 @@ uk/teams
uk/transactions uk/transactions
uk/treasury uk/treasury
uk/your uk/your
unauth-profile
unlink
unsub unsub
until= until=
updates updates
upload-lens-image
uploads uploads
urchin_test urchin_test
us-es*/listing/*/favoriters us-es*/listing/*/favoriters
@ -3817,6 +4004,8 @@ uviewer
v1 v1
v1/browser-performance v1/browser-performance
v1/stats v1/stats
v1/urls/count.json
v3/pidgets/log
v4 v4
verify_age verify_age
vi-vn.www.cloudflare.com vi-vn.www.cloudflare.com
@ -3845,9 +4034,12 @@ watch_queue_ajax
webmasters/sitemaps/ping? webmasters/sitemaps/ping?
webscr webscr
websearch websearch
website/confirm
website/confirm/download
webstore/search webstore/search
webstore/static/*/wall/js webstore/static/*/wall/js
weekly/signup weekly/signup
welcome
whats-next/planes-trains-and-analytics whats-next/planes-trains-and-analytics
whsmiths whsmiths
widget_auth.php widget_auth.php
@ -4309,6 +4501,7 @@ xoonboarding
xoplatform/logger/api/logger xoplatform/logger/api/logger
xorouter xorouter
your your
your-shop
youth/404_en.htm youth/404_en.htm
youtube/fonts youtube/fonts
youtube/img/promos youtube/img/promos

View File

@ -237,7 +237,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.flv$ .flv$
.full-text.print$ .full-text.print$
.full.print$ .full.print$
.gif$
.gif************* .gif*************
.git .git
.git$ .git$
@ -250,10 +249,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.html_ .html_
.i .i
.inc$ .inc$
.jpeg$
.jpeg************* .jpeg*************
.jpg .jpg
.jpg$
.jpg************* .jpg*************
.js .js
.js$ .js$
@ -285,7 +282,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.php$ .php$
.plist$ .plist$
.png .png
.png$
.png************* .png*************
.qr .qr
.ram .ram
@ -306,7 +302,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.wav .wav
.well-known .well-known
.well-known/ .well-known/
.well-known/amphtml/ .well-known/amphtml
.well-known/amphtml/apikey.pub .well-known/amphtml/apikey.pub
.well-known/assetlinks.json .well-known/assetlinks.json
.well-known/assetlinks.json .well-known/assetlinks.json
@ -3615,7 +3611,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
0 0
0*? 0*?
;preview= ;preview=
=$
? ?
? ?
?$ ?$
@ -5548,6 +5543,7 @@ Meo
MessageRunDetailID= MessageRunDetailID=
MetaURI MetaURI
Microsoft.URL.Control Microsoft.URL.Control
Mobile/EM/
Moreover Moreover
Moreoverbot Moreoverbot
MoviesYouveSeen MoviesYouveSeen
@ -5709,7 +5705,6 @@ Review/List/
Ribbon Ribbon
Route53/2010-10-01 Route53/2010-10-01
Route53/2013-04-01 Route53/2013-04-01
S
SAGE SAGE
SD SD
SEARCH SEARCH
@ -5856,7 +5851,6 @@ Video/*playerIndex
View View
ViewDoc ViewDoc
VoteCount/?action= VoteCount/?action=
W
WAI/ER/tests WAI/ER/tests
WAI/PF/comments WAI/PF/comments
WAI/beta WAI/beta
@ -6703,7 +6697,6 @@ apps/fedextrack/?action=track&cntry_code=us&freight=yes
apps/publish apps/publish
apps?act=search_page&tags= apps?act=search_page&tags=
appsearch_header= appsearch_header=
appservice
appses/esc/escb/user appses/esc/escb/user
appspromo appspromo
ar ar
@ -7435,8 +7428,8 @@ backstage/help/search-results.html
badges/profile/create badges/profile/create
bagon bagon
baidu baidu
ban-me-i-am-a-robot
bandito bandito
banking
banmyipforever.cgi banmyipforever.cgi
banner.pl banner.pl
baroness baroness
@ -8112,7 +8105,6 @@ bus/orders
bus/print bus/print
bus/widget bus/widget
buscador buscador
buscador/
buscador/GoogleServlet buscador/GoogleServlet
buscador/GoogleServletBuscadorVertical buscador/GoogleServletBuscadorVertical
buscar buscar
@ -9805,6 +9797,7 @@ creator_hub/_earn
creator_hub/_partnerships creator_hub/_partnerships
creatorhub creatorhub
credit-alert credit-alert
credit-cards
credits credits
cringely/mt3 cringely/mt3
cringely/mt4 cringely/mt4
@ -11452,6 +11445,7 @@ escuela-arquitectura-diseno/wp-content/wp-includes/
esi esi
esi_cache esi_cache
eskupTSUpdate eskupTSUpdate
eskupTSUpdate
espanol espanol
especial/juegos-olimpicos/ especial/juegos-olimpicos/
especiales/vogue_business especiales/vogue_business
@ -13414,7 +13408,6 @@ ideas/search/
identity/accountsettingsactivityweb identity/accountsettingsactivityweb
identity/accountsettingssyaf identity/accountsettingssyaf
idojaras/*p= idojaras/*p=
idx
ie ie
ie$ ie$
ie*/blog-article-remove-faq-utms-*.js ie*/blog-article-remove-faq-utms-*.js
@ -13513,7 +13506,6 @@ ie/user$
ie/ventureone ie/ventureone
ie/your ie/your
ie? ie?
ielx*
ieupdate/ ieupdate/
ifh ifh
ifr/ ifr/
@ -14336,8 +14328,6 @@ jasmine/static-3.50
jasmine/static-3.51 jasmine/static-3.51
java java
javascript javascript
javascript_errors
javascripts
jerkstore jerkstore
jesse jesse
jnci-portfolio/ jnci-portfolio/
@ -14454,8 +14444,6 @@ journal/storage
journal/storage$ journal/storage$
journal/therapeutics journal/therapeutics
journal/therapeutics$ journal/therapeutics$
journal/timespace
journal/timespace$
journal/tph journal/tph
journal/tph$ journal/tph$
journal/wearables journal/wearables
@ -14969,7 +14957,6 @@ lifestyle/cartoons/perishers/perishers
lifestyle/cartoons/the-gag-vault/gag-vault lifestyle/cartoons/the-gag-vault/gag-vault
lightbox-controller.php lightbox-controller.php
lightbox-model.php lightbox-model.php
lightroom
lij/forums lij/forums
lij/kb/*/discuss lij/kb/*/discuss
lij/search lij/search
@ -15041,6 +15028,9 @@ lo/user
lo/users lo/users
loadHelpcenterDecouplePage loadHelpcenterDecouplePage
load_times load_times
loader.cfm
loader.cfm*
loans
loc/volunteers loc/volunteers
loc= loc=
local local
@ -15895,6 +15885,7 @@ moreinfo.cfm
morelikethis morelikethis
morerecenthistory morerecenthistory
morerecenthistoryajax morerecenthistoryajax
mortgages
most-read/sport most-read/sport
mostviewed mostviewed
mother-to-baby-observational-research-studies mother-to-baby-observational-research-studies
@ -16316,7 +16307,6 @@ new/same_model.php?imageid=*&pg=*&sortcriteria=6
new_cmtofart* new_cmtofart*
new_cmtofart2_nit_v1/ new_cmtofart2_nit_v1/
new_invite new_invite
newblog
newcarfilterwidget newcarfilterwidget
newcarwidget newcarwidget
newfanshot newfanshot
@ -16737,6 +16727,7 @@ npost/
nqrwns nqrwns
nr/water/ies nr/water/ies
nrdapp nrdapp
ns/
ns/apology ns/apology
ns/hydra/console/? ns/hydra/console/?
ns/local_news ns/local_news
@ -17243,6 +17234,7 @@ pers.*$
pers.html$ pers.html$
person person
personal personal
personal-finance
personal-finance/s? personal-finance/s?
personality personality
personalization personalization
@ -17488,7 +17480,6 @@ platform/
platform/contextual platform/contextual
platform/recommendations platform/recommendations
platform= platform=
play
play-football play-football
play/audios/modulosRadio play/audios/modulosRadio
play/clan play/clan
@ -18104,6 +18095,7 @@ proxy
prp prp
prsnl=* prsnl=*
prtpage prtpage
pruebas
pruebas/ pruebas/
prv/originalfile prv/originalfile
ps ps
@ -18299,7 +18291,7 @@ publications/article/*/email
publications/proceedings-template publications/proceedings-template
publications/search publications/search
publicdatasets-confirmation/ publicdatasets-confirmation/
publicidad/ publicidad
publicliterature.PublicLiterature.search.html publicliterature.PublicLiterature.search.html
publish publish
publish$ publish$
@ -18590,7 +18582,6 @@ remotelogout
removalrequest removalrequest
remove-favorite remove-favorite
remove_email/t2_ remove_email/t2_
renders
renewal renewal
replace replace
reply? reply?
@ -18664,7 +18655,6 @@ resources/xml
resources/xml/sitemaps resources/xml/sitemaps
responder responder
rest rest
rest
results results
results results
results-export-email-by-search-data results-export-email-by-search-data
@ -19543,7 +19533,6 @@ services/forms/formapi.asmx/js
services/forms/formapi.asmx/jsdebug services/forms/formapi.asmx/jsdebug
services/login_with_shop services/login_with_shop
services/oauth services/oauth
services/oembed
services/success-plans/accelerators._filter.S*. services/success-plans/accelerators._filter.S*.
services/success-plans/accelerators/._filter.S*. services/success-plans/accelerators/._filter.S*.
servlet servlet
@ -20754,7 +20743,6 @@ styled-components/static-1.4
styled-components/static-1.6 styled-components/static-1.6
styleguide styleguide
styles/js-on.css$ styles/js-on.css$
stylesheets
su su
su/forums su/forums
su/kb/*/discuss su/kb/*/discuss
@ -21031,6 +21019,7 @@ tag/c/ac41b7d7a6e69ee6bd882135750242b8/
tag/c/e60c1782635df88638703dc982a2f2cd/ tag/c/e60c1782635df88638703dc982a2f2cd/
tag/college tag/college
tag/comments tag/comments
tag/credible
tag/developer-tips tag/developer-tips
tag/development tag/development
tag/disqus tag/disqus
@ -22380,7 +22369,6 @@ users/sign_up
users/signup users/signup
users/signup? users/signup?
users/stats users/stats
users/user_hints
using using
uslugi uslugi
uslugi/$ uslugi/$
@ -22660,7 +22648,6 @@ virtualization/
viruswarning.aspx viruswarning.aspx
visual-gps/insights/results visual-gps/insights/results
visualj/ visualj/
visuals/services
vlabl vlabl
vlocal vlocal
vlt vlt
@ -22730,7 +22717,6 @@ w.cfm
w/api.php?action=mobileview& w/api.php?action=mobileview&
w/load.php? w/load.php?
w/signup w/signup
w/users/user_hints
w3 w3
waicent/consultation waicent/consultation
waicent/faoinfo/agricult/agl/agll/prosoil waicent/faoinfo/agricult/agl/agll/prosoil
@ -23762,7 +23748,6 @@ wp-admin/admin-ajax.php
wp-admin/admin-ajax.php wp-admin/admin-ajax.php
wp-admin/admin-ajax.phphttp://aljazeera.com/robots.txt wp-admin/admin-ajax.phphttp://aljazeera.com/robots.txt
wp-admin/admin-ajax.phphttp://fool.com/robots.txt wp-admin/admin-ajax.phphttp://fool.com/robots.txt
wp-admin/admin-ajax.phphttp://openstreetmap.org/robots.txt
wp-admin/load-scripts.php wp-admin/load-scripts.php
wp-admin/load-styles.php wp-admin/load-styles.php
wp-adv wp-adv
@ -24050,7 +24035,6 @@ za/user$
za/ventureone za/ventureone
zapbook zapbook
zd_source= zd_source=
zendesk
zendesk-adwords-template zendesk-adwords-template
zephr zephr
zephr/feature-decisions zephr/feature-decisions