Skip to content

Commit df1b69d

Browse files
Merge pull request #237 from roman-1983/main
feat: add detection patterns for Shopware versions 6.5 to 6.8
2 parents 9fb95c3 + 2b4e98c commit df1b69d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/technologies/s.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5512,6 +5512,12 @@
55125512
"/jquery\\.shopware\\.min\\.js",
55135513
"/engine/Shopware/"
55145514
],
5515+
"scripts": [
5516+
"window\\.features[^;]*V6_5_0_0.{0,15}true[^;]*V6_6_0_0.{0,15}false\\;version:6.5",
5517+
"window\\.features[^;]*V6_6_0_0.{0,15}true[^;]*V6_7_0_0.{0,15}false\\;version:6.6",
5518+
"window\\.features[^;]*V6_7_0_0.{0,15}true[^;]*V6_8_0_0.{0,15}false\\;version:6.7",
5519+
"window\\.features[^;]*V6_8_0_0.{0,15}true[^;]*V6_9_0_0.{0,15}false\\;version:6.8"
5520+
],
55155521
"website": "https://www.shopware.com"
55165522
},
55175523
"ShopWired": {

0 commit comments

Comments
 (0)