Skip to content

Commit e68ee76

Browse files
author
Robert Wachs
committed
prepare version 1.1.3
1 parent 374b4d5 commit e68ee76

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,83 @@
11
# Change Log
22

3-
- Updated detection rules from upstream on 2024-06-25
3+
## [1.1.3]
4+
5+
- Updated detection rules from upstream on 2024-06-25 ([#124](https://github.com/podigee/device_detector/pull/124))
46

57
## [1.1.2]
6-
- Updated detection rules from upstream on 2023-11-27
8+
9+
- Updated detection rules from upstream on 2023-11-27
710

811
## [1.1.1]
12+
913
- Updated detection rules from upstream on 2023-07-01
1014
- Fix issue when user agent is nil ([#104](https://github.com/podigee/device_detector/issues/104))
1115
- Fix issue when user agent is not UTF-8 encoded ([#105](https://github.com/podigee/device_detector/issues/105), [#106](https://github.com/podigee/device_detector/issues/106))
1216
- Improve device brand name detection
1317

1418
## [1.1.0]
19+
1520
- Updated detection rules from upstream on 2022-12-09
1621
- Add support for client hints in header
1722
- Changed the minimum required Ruby version (>= 2.7.5)
1823

1924
## [1.0.7]
25+
2026
- Updated detection rules from upstream on 2022-02-17
2127
- Fixes Ruby warnings when compiling RegExes ([#89](https://github.com/podigee/device_detector/issues/89), [#91](https://github.com/podigee/device_detector/issues/91))
2228

2329
## [1.0.6]
30+
2431
- Updated detection rules from upstream on 2021-10-28
2532

2633
## [1.0.5]
34+
2735
- Updated detection rules from upstream on 2020-10-06
2836

2937
## [1.0.4]
38+
3039
- Updated detection rules from upstream on 2020-06-23
3140
- [Issue #69](https://github.com/podigee/device_detector/issues/69): Performance: RegExp definitions are only loaded once.
3241
- [Issue #74](https://github.com/podigee/device_detector/issues/74): Development: Added Rubocop
3342

3443
## [1.0.3]
44+
3545
- Updated detection rules from upstream on 2019-12-09
3646

3747
## [1.0.2]
48+
3849
- Updated detection rules from upstream on 2019-08-05
3950

4051
## [1.0.1]
52+
4153
- Updated detection rules from upstream on 2018-04-27
4254

4355
## [1.0.0]
56+
4457
- Boom! The 1.0.0 has landed :)
4558

4659
## [0.9.0]
60+
4761
- Preparing for the 1.0.0 release. This version (with minor bumps) will be promoted to 1.0.0 once the release has been proven stable
4862
- Updated regex files from upstream
4963
- Updated test fixtures from upstream
5064

5165
## [0.8.2]
66+
5267
- Added device brand support. Thanks to [dnswus](https://github.com/dnswus)
5368

5469
## [0.8.1]
70+
5571
- Added Instacast detection rules
5672
- Updated test fixtures
5773

5874
## [0.8.0]
75+
5976
- Added a better and more robust device detection. Thanks to [skaes](https://github.com/skaes)
6077
- Added test fixture from the piwik project
6178

6279
## [0.7.0]
80+
6381
- [Issue #8](https://github.com/podigee/device_detector/issues/8) Fixed Mac OS X full version format. Thanks to [aaronchi](https://github.com/aaronchi) for reporting
6482

6583
## [0.6.0]

lib/device_detector/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
class DeviceDetector
4-
VERSION = '1.1.2'
4+
VERSION = '1.1.3'
55
end

0 commit comments

Comments
 (0)