Skip to content

Releases: browscap/browscap-php

3.0.0-beta.1

20 Nov 09:44
Compare
Choose a tag to compare
3.0.0-beta.1 Pre-release
Pre-release

Changelog

  • #120 Renamed the bin script to browscap-php
  • #117 Branch 2.x clarification in README
  • #115 Extend Scrutinzr timeouts
  • #114 Changes copyright year to 2015
  • #113 Implement interface for caching
  • #108 Optimisations and refactoring
  • #110 README update to suggest using vendor path
  • #107 Fix for travis builds
  • #105 Configure travis cache for browscap.ini
  • #104 Added php7 and nightly to travis tests
  • #102 Link to v2 branch
  • #95 Merge 3.x branch into master

2.1.0

20 Nov 09:58
Compare
Choose a tag to compare

PLEASE NOTE CAREFULLY

This is the final release in the 2.x series of browscap/browscap-php releases, unless a critical security vulnerability is found. The 2.x series is NOW DEPRECATED henceforth, and we highly recommend upgrading to use the 3.x branch (at time of tagging, the latest release is 3.0.0-beta.1).

2.1.0 Release

Total issues resolved: 11

2.1.0-alpha.1

28 Sep 08:27
Compare
Choose a tag to compare
2.1.0-alpha.1 Pre-release
Pre-release

2.1.0 will be the final feature release in the 2.x series of browscap-php.

Any further 2.x releases will only be security or bug fixes.

  • #112 Cache creation enhancement

3.0.0-alpha.1

04 Sep 12:56
Compare
Choose a tag to compare
3.0.0-alpha.1 Pre-release
Pre-release

Completely rewritten API and parsing tool.
Should be much more memory efficient now.

2.0.5 Release

26 Jun 22:15
Compare
Choose a tag to compare

This release contains an important security fix (see #91) so it is recommended to upgrade to this version immediately.

  • #63 create public method for checking if cache needs updating
  • #80 use flock() for cache locking
  • #84 fix error when switching source file on runtime
  • #85 only include cache once
  • #92 fixed potential code execution vulnerability

2.0.4 Release

09 Oct 07:47
Compare
Choose a tag to compare
  • #51 - Fixed warning if array key does not exist
  • Scrutinzer auto fixes
  • GaretJax/phpbrowscap#62 - Additional checks to avoid reaching rate limit

2.0.3 release

01 Aug 07:32
Compare
Choose a tag to compare

Better file locking