Skip to content

Commit 2b4e98c

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/technologies/s.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5513,10 +5513,10 @@
55135513
"/engine/Shopware/"
55145514
],
55155515
"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"
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"
55205520
],
55215521
"website": "https://www.shopware.com"
55225522
},

0 commit comments

Comments
 (0)