Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2014-01-20 03:04:49 +0400
committersgiehl <stefan@piwik.org>2014-01-20 03:04:49 +0400
commitd97e2286cf4da161e977ee4599968424441c360d (patch)
treedb3327625b4405493a9c52baa16bef7a74dcfd6a /plugins
parent0c1d7a7df860ab5a82a7190367987f5e436cd466 (diff)
added playstation 4 as model
Diffstat (limited to 'plugins')
-rw-r--r--plugins/DevicesDetection/UserAgentParserEnhanced/regexes/mobiles.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DevicesDetection/UserAgentParserEnhanced/regexes/mobiles.yml b/plugins/DevicesDetection/UserAgentParserEnhanced/regexes/mobiles.yml
index 19fac3671e..b5cef0f8ff 100644
--- a/plugins/DevicesDetection/UserAgentParserEnhanced/regexes/mobiles.yml
+++ b/plugins/DevicesDetection/UserAgentParserEnhanced/regexes/mobiles.yml
@@ -811,7 +811,7 @@ Sony:
models:
- regex: 'Sony[ ]?([A-Za-z0-9\-]+)'
model: '$1'
- - regex: '(PlayStation (?:3|Portable|Vita))'
+ - regex: '(PlayStation (?:3|4|Portable|Vita))'
device: 'console'
model: '$1'