Skip to content

Commit

Permalink
v0.4.3 - upgrade to Mobile-Detect@2.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
hgoebl committed Dec 8, 2014
1 parent d37e670 commit ca137f8
Show file tree
Hide file tree
Showing 7 changed files with 2,540 additions and 1,971 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
v0.4.3:
date: (snapshot)
date: 2014-12-08
changes:
- fix issue #15 (detect crazy Microsoft Mobile OS)
- use Mobile-Detect@2.8.11

v0.4.2:
date: 2014-10-21
Expand Down
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You can find out information about the device rendering your web page:
* [Mobile Grade (A, B, C)](http://jquerymobile.com/gbs/)
* specific versions (e.g. WebKit)

Current `master` branch is using detection logic from **Mobile-Detect@2.8.5**
Current `master` branch is using detection logic from **Mobile-Detect@2.8.11**

# Live Demo

Expand Down Expand Up @@ -82,9 +82,9 @@ You can easily extend it, e.g. `android`, `iphone`, etc.

## Size (bytes)

* development: 57674
* minified: 31918
* minified + gzipped: 13499 (`cat mobile-detect.min.js | gzip -9f | wc -c`)
* development: 59382
* minified: 33281
* minified + gzipped: 13939 (`cat mobile-detect.min.js | gzip -9f | wc -c`)

# Installation

Expand All @@ -98,7 +98,11 @@ You can easily extend it, e.g. `android`, `iphone`, etc.

## CDN - [jsDelivr](http://www.jsdelivr.com/#!mobile-detect.js)

<script src="//cdn.jsdelivr.net/mobile-detect.js/0.4.2/mobile-detect.min.js"></script>
<script src="//cdn.jsdelivr.net/mobile-detect.js/0.4.3/mobile-detect.min.js"></script>

## cdnjs - [cdnjs.com](https://cdnjs.com/libraries/mobile-detect)

<script src="//cdnjs.cloudflare.com/ajax/libs/mobile-detect/0.4.3/mobile-detect.min.js"></script>

# Alternatives / Infos

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobile-detect",
"version": "0.4.3-snapshot",
"version": "0.4.3",
"description": "Device detection (phone, tablet, desktop, mobile grade, os, versions)",
"homepage": "http://hgoebl.github.io/mobile-detect.js/",
"keywords": [
Expand Down
29 changes: 17 additions & 12 deletions mobile-detect.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions mobile-detect.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobile-detect",
"version": "0.4.3-snapshot",
"version": "0.4.3",
"description": "Device detection (phone, tablet, desktop, mobile grade, os, versions)",
"main": "mobile-detect.js",
"scripts": {
Expand Down
Loading

0 comments on commit ca137f8

Please sign in to comment.