Skip to content

Commit

Permalink
Merge pull request #82 from hisorange/staging
Browse files Browse the repository at this point in the history
Release 3.1.2, support for Laravel 5.6
  • Loading branch information
hisorange authored Feb 7, 2018
2 parents 6603806 + 97f19b3 commit f496736
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 30
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
# Label to use when marking an issue as stale
staleLabel: wontfix
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ env:
- LARAVEL_VERSION=5.3
- LARAVEL_VERSION=5.4
- LARAVEL_VERSION=5.5
- LARAVEL_VERSION=5.6

matrix:
exclude:
- php: 5.6
env: LARAVEL_VERSION=5.5
- php: 5.6
env: LARAVEL_VERSION=5.6
- php: 7.0
env: LARAVEL_VERSION=5.0
- php: 7.0
Expand All @@ -26,6 +29,8 @@ matrix:
env: LARAVEL_VERSION=5.2
- php: 7.0
env: LARAVEL_VERSION=5.3
- php: 7.0
env: LARAVEL_VERSION=5.6
- php: 7.1
env: LARAVEL_VERSION=5.0
- php: 7.1
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Changes in 3.1.2
***
- Bump version testing to laravel 5.6.

### Changes in 3.1.1
***
- Fix: MobileDetect still used the osName instead of platformName.
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
[![Build Status](https://travis-ci.org/hisorange/browser-detect.svg?branch=stable)](https://travis-ci.org/hisorange/browser-detect)
[![Coverage Status](https://coveralls.io/repos/github/hisorange/browser-detect/badge.svg)](https://coveralls.io/github/hisorange/browser-detect)
[![Total Downloads](https://poser.pugx.org/hisorange/browser-detect/downloads)](https://packagist.org/packages/hisorange/browser-detect)
[![Dependency Status](https://www.versioneye.com/user/projects/5a2485d90fb24f27ceaeb6d1/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/5a2485d90fb24f27ceaeb6d1)
[![Dependency Status](https://beta.gemnasium.com/badges/github.com/hisorange/browser-detect.svg)](https://beta.gemnasium.com/projects/github.com/hisorange/browser-detect)
[![License](https://poser.pugx.org/hisorange/browser-detect/license)](https://packagist.org/packages/hisorange/browser-detect)

Easy to use package to identify the user's browser details and device type. Magic is not involved the results are generated by multiple well tested and developed packages. Supporting every **laravel** version between **5.0 » 5.5**, also tested on every release **PHP** between **5.6 » 7.2**.
Easy to use package to identify the user's browser details and device type. Magic is not involved the results are generated by multiple well tested and developed packages. Supporting every **laravel** version between **5.0 » 5.6**, also tested on every release **PHP** between **5.6 » 7.2**.

### How to install ###
***
Expand Down Expand Up @@ -117,6 +117,7 @@ The following matrix is being continuously tested by the great and awesome [Trav
| Laravel 5.3 | ✓ | - | - | - |
| Laravel 5.4 | ✓ | ✓ | ✓ | ✓ |
| Laravel 5.5 | - | ✓ | ✓ | ✓ |
| Laravel 5.6 | - | - | ✓ | ✓ |

\* _Cannot auto test the laravel 5.4 on PHP 7.1 because of version incompatibility between the PHPUnit, Laravel and the package testing library, but the versions are tested manually._

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": ["laravel", "user-agent", "browser", "mobile", "detect", "tablet", "user agent", "mobile", "tablet", "analyize", "hisorange"],
"homepage": "https://github.com/hisorange/browser-detect",
"license": "MIT",
"version": "3.1.1",
"version": "3.1.2",
"authors": [
{
"name": "Varga Zsolt (hisorange)",
Expand Down

0 comments on commit f496736

Please sign in to comment.