Plugin Directory

Changeset 1586814


Ignore:
Timestamp:
02/01/2017 09:58:14 PM (9 years ago)
Author:
kyleabaker
Message:

v1.1.4

  • Fix incorrect/missing image for Android WebView (props: kissshot)
Location:
wp-useragent/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-useragent/trunk/readme.txt

    r1586151 r1586814  
    55Requires at least: 2.0
    66Tested up to: 4.7.2
    7 Stable tag: 1.1.3
     7Stable tag: 1.1.4
    88
    99== Description ==
     
    8484
    8585== Changelog ==
     86
     87= v1.1.4 =
     88* Fix incorrect/missing image for Android WebView (props: kissshot)
     89
    8690
    8791= v1.1.3 =
     
    686690== Upgrade Notice ==
    687691
    688 = v1.1.3 =
    689 * Added MIUI Browser detection (props: Shensven)
     692= v1.1.4 =
     693* Fix incorrect/missing image for Android WebView (props: kissshot)
  • wp-useragent/trunk/wp-useragent-detect-webbrowser.php

    r1586151 r1586814  
    17541754        $title = 'WebView';
    17551755        $version = wpua_detect_browser_version('Version');
    1756         $code = 'android';
     1756        $code = 'android-webkit';
    17571757    }
    17581758    elseif (preg_match('/WeltweitimnetzBrowser/i', $useragent))
  • wp-useragent/trunk/wp-useragent.php

    r1586151 r1586814  
    44 * Plugin URI: https://www.kyleabaker.com/goodies/coding/wp-useragent/
    55 * Description: A simple User-Agent detection plugin that lets you easily insert icons and/or textual web browser and operating system details with each comment.
    6  * Version: 1.1.3
     6 * Version: 1.1.4
    77 * Author: Kyle Baker
    88 * Author URI: https://www.kyleabaker.com/
Note: See TracChangeset for help on using the changeset viewer.