diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 0000000..872c4f5 --- /dev/null +++ b/.github/stale.yml @@ -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 \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 6a7a02e..43f4ebd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index ac9b91e..60c131f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 4572f57..92de08e 100644 --- a/README.md +++ b/README.md @@ -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 ### *** @@ -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._ diff --git a/composer.json b/composer.json index dc2581d..f827c4d 100644 --- a/composer.json +++ b/composer.json @@ -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)",