Plugin Directory

source: jetpack/trunk/jetpack_vendor/automattic/jetpack-device-detection/CHANGELOG.md @ 3068647

Last change on this file since 3068647 was 3068647, checked in by zinigor, 3 months ago

Updating trunk to version 13.3.1

File size: 7.8 KB
Line 
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8## [2.1.2] - 2024-03-18
9### Changed
10- Internal updates.
11
12## [2.1.1] - 2024-03-14
13### Changed
14- Internal updates.
15
16## [2.1.0] - 2024-02-22
17### Changed
18- Update the bot list with more bots [#35798]
19
20## [2.0.1] - 2023-11-21
21### Changed
22- Added a note of non-usage of PHP8+ functions yet. [#34137]
23
24## [2.0.0] - 2023-11-20
25### Changed
26- Updated required PHP version to >= 7.0. [#34192]
27
28## [1.5.1] - 2023-11-14
29
30## [1.5.0] - 2023-11-13
31### Added
32- Added 'cookieinformationscanner' and 'facebookexternalhit' to the bot user agent list. [#34026]
33
34## [1.4.27] - 2023-08-23
35### Changed
36- Updated package dependencies. [#32605]
37
38## [1.4.26] - 2023-06-12
39### Fixed
40- Catch PHP notice if User Agent is not available [#31279]
41
42## [1.4.25] - 2023-04-10
43### Added
44- Add Jetpack Autoloader package suggestion. [#29988]
45
46## [1.4.24] - 2023-02-20
47### Changed
48- Minor internal updates.
49
50## [1.4.23] - 2023-01-11
51### Changed
52- Updated package dependencies.
53
54## [1.4.22] - 2022-12-02
55### Changed
56- Updated package dependencies. [#27688]
57
58## [1.4.21] - 2022-11-22
59### Added
60- Add a guard in `functions.php` against being loaded twice from different copies of the package. [#27475]
61
62### Changed
63- Updated package dependencies. [#27043]
64
65## [1.4.20] - 2022-11-07
66### Fixed
67- Ensure that User_Agent is loaded in environments without autoload enabled. (e.g.: WordPress.com and Super Cache) [#27223]
68
69## [1.4.19] - 2022-10-25
70### Changed
71- Update `wp_unslash` wrapper to possibly run on wpcom before WordPress is loaded. [#26971]
72
73## [1.4.18] - 2022-07-26
74### Changed
75- Updated package dependencies. [#25158]
76
77## [1.4.17] - 2022-06-21
78### Changed
79- Renaming master to trunk.
80
81## [1.4.16] - 2022-04-26
82### Changed
83- Updated package dependencies.
84
85## [1.4.15] - 2022-04-19
86### Changed
87- PHPCS: Fix `WordPress.Security.ValidatedSanitizedInput`
88
89## [1.4.14] - 2022-03-29
90### Changed
91- Microperformance: Use === null instead of is_null
92
93## [1.4.13] - 2022-02-09
94### Fixed
95- Fixed some new PHPCS warnings.
96
97## [1.4.12] - 2022-01-25
98### Changed
99- Updated package dependencies.
100
101## [1.4.11] - 2022-01-04
102### Changed
103- Switch to pcov for code coverage.
104- Updated package dependencies
105
106## [1.4.10] - 2021-12-14
107### Changed
108- Updated package dependencies.
109
110## [1.4.9] - 2021-11-16
111### Fixed
112- Verify $_SERVER['HTTP_USER_AGENT'] exists before use.
113
114## [1.4.8] - 2021-11-02
115### Changed
116- Set `convertDeprecationsToExceptions` true in PHPUnit config.
117- Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't.
118
119## [1.4.7] - 2021-10-19
120### Deprecated
121- General: remove numerous long-deprecated functions.
122
123## [1.4.6] - 2021-10-13
124### Changed
125- Updated package dependencies.
126
127## [1.4.5] - 2021-10-12
128### Changed
129- Updated package dependencies
130
131## [1.4.4] - 2021-09-28
132### Changed
133- Updated package dependencies.
134
135## [1.4.3] - 2021-08-31
136### Changed
137- Run composer update on test-php command instead of phpunit.
138- Tests: update PHPUnit polyfills dependency (yoast/phpunit-polyfills).
139- Updated versions in annotations.
140
141## [1.4.2] - 2021-05-25
142### Changed
143- Updated package dependencies.
144
145## [1.4.1] - 2021-04-27
146### Changed
147- Updated package dependencies.
148
149## [1.4.0] - 2021-03-30
150### Added
151- Added Opera Desktop detection
152- Composer alias for dev-master, to improve dependencies
153
154### Changed
155- Update package dependencies.
156
157### Fixed
158- Use `composer update` rather than `install` in scripts, as composer.lock isn't checked in.
159
160## [1.3.2] - 2021-02-05
161
162- CI: Make tests more generic
163
164## [1.3.1] - 2021-01-19
165
166- Add mirror-repo information to all current composer packages
167- Monorepo: Reorganize all projects
168
169## [1.3.0] - 2020-12-09
170
171- Codesniffer: Update mediawiki/mediawiki-codesniffer dependency
172- Pin dependencies
173- Packages: Update for PHP 8 testing
174
175## [1.2.1] - 2020-11-10
176
177- Improve PHP 8 compatibility
178- Updated PHPCS: Packages and Debugger
179
180## [1.2.0] - 2020-10-19
181
182- Replaced intval() with (int) as part of issue #17432.
183
184## [1.1.0] - 2020-08-13
185
186- CI: Try collect js coverage
187
188## 1.0.0 - 2020-06-25
189
190- Moving jetpack_is_mobile into a package
191
192[2.1.2]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.1...v2.1.2
193[2.1.1]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.0...v2.1.1
194[2.1.0]: https://github.com/Automattic/jetpack-device-detection/compare/v2.0.1...v2.1.0
195[2.0.1]: https://github.com/Automattic/jetpack-device-detection/compare/v2.0.0...v2.0.1
196[2.0.0]: https://github.com/Automattic/jetpack-device-detection/compare/v1.5.1...v2.0.0
197[1.5.1]: https://github.com/Automattic/jetpack-device-detection/compare/v1.5.0...v1.5.1
198[1.5.0]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.27...v1.5.0
199[1.4.27]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.26...v1.4.27
200[1.4.26]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.25...v1.4.26
201[1.4.25]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.24...v1.4.25
202[1.4.24]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.23...v1.4.24
203[1.4.23]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.22...v1.4.23
204[1.4.22]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.21...v1.4.22
205[1.4.21]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.20...v1.4.21
206[1.4.20]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.19...v1.4.20
207[1.4.19]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.18...v1.4.19
208[1.4.18]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.17...v1.4.18
209[1.4.17]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.16...v1.4.17
210[1.4.16]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.15...v1.4.16
211[1.4.15]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.14...v1.4.15
212[1.4.14]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.13...v1.4.14
213[1.4.13]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.12...v1.4.13
214[1.4.12]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.11...v1.4.12
215[1.4.11]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.10...v1.4.11
216[1.4.10]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.9...v1.4.10
217[1.4.9]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.8...v1.4.9
218[1.4.8]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.7...v1.4.8
219[1.4.7]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.6...v1.4.7
220[1.4.6]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.5...v1.4.6
221[1.4.5]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.4...v1.4.5
222[1.4.4]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.3...v1.4.4
223[1.4.3]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.2...v1.4.3
224[1.4.2]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.1...v1.4.2
225[1.4.1]: https://github.com/Automattic/jetpack-device-detection/compare/v1.4.0...v1.4.1
226[1.4.0]: https://github.com/Automattic/jetpack-device-detection/compare/v1.3.2...v1.4.0
227[1.3.2]: https://github.com/Automattic/jetpack-device-detection/compare/v1.3.1...v1.3.2
228[1.3.1]: https://github.com/Automattic/jetpack-device-detection/compare/v1.3.0...v1.3.1
229[1.3.0]: https://github.com/Automattic/jetpack-device-detection/compare/v1.2.1...v1.3.0
230[1.2.1]: https://github.com/Automattic/jetpack-device-detection/compare/v1.2.0...v1.2.1
231[1.2.0]: https://github.com/Automattic/jetpack-device-detection/compare/v1.1.0...v1.2.0
232[1.1.0]: https://github.com/Automattic/jetpack-device-detection/compare/v1.0.0...v1.1.0
Note: See TracBrowser for help on using the repository browser.