Skip to content

Commit f013713

Browse files
committed
feat: add detection patterns for Shopware versions 6.5 to 6.8
1 parent 9fb95c3 commit f013713

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\\s*=\\s*\\{[^}]*\\\"V6_5_0_0\\\"\\s*:\\s*true[^}]*\\\"V6_6_0_0\\\"\\s*:\\s*false\\;version:6.5",
5517+
"window\\.features\\s*=\\s*\\{[^}]*\\\"V6_6_0_0\\\"\\s*:\\s*true[^}]*\\\"V6_7_0_0\\\"\\s*:\\s*false\\;version:6.6",
5518+
"window\\.features\\s*=\\s*\\{[^}]*\\\"V6_7_0_0\\\"\\s*:\\s*true[^}]*\\\"V6_8_0_0\\\"\\s*:\\s*false\\;version:6.7",
5519+
"window\\.features\\s*=\\s*\\{[^}]*\\\"V6_8_0_0\\\"\\s*:\\s*true[^}]*\\\"V6_9_0_0\\\"\\s*:\\s*false\\;version:6.8"
5520+
],
55155521
"website": "https://www.shopware.com"
55165522
},
55175523
"ShopWired": {

0 commit comments

Comments
 (0)