You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,25 @@ All notable changes to **Device Detector** are documented in this *changelog*.
3
3
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and **Device Detector** adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
6
+
## [4.2.0] - 2024-11-22
7
+
8
+
### Added
9
+
- Compatibility with WordPress 6.7.
10
+
11
+
### Changed
12
+
- Upgraded UDD from version 6.3.2 to version 6.4.1: dozens of added and improved detections.
13
+
- Ability to self-update from Github.
14
+
- The plugin user agent is now more consistent and "standard".
15
+
16
+
### Fixed
17
+
- There's a WordPress core "feature" which causes some PII to leak (to wp.org) during plugin and theme updates. This is no more the case for this plugin.
18
+
- In some cases, a WordPress notice can be triggered concerning the loading sequence of translations.
19
+
20
+
### Removed
21
+
- Test site launching from wordpress.org plugin page.
22
+
- All Databeam hooks and libraries, as the Databeam project is abandoned.
0 commit comments