Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 11 additions & 14 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## Changelog

### Version: 3.0 / february 6, 2026

* **new** plugin tested with `WordPress` up to 6.9
* **new** plugin tested with `PHP` up to 8.5
* **new** updated plugin system requirements
* **edit** various updates to the plugin core and code structure
* **edit** Dev4Press Library 5.5.1
* **edit** Device Detector Library 6.5
* **edit** IP2Location 9.8.1
* **fix** a few small code formatting issues

### Version: 2.8 / June 14, 2025

* **edit** Device Detector Library 6.4.6
Expand All @@ -22,17 +33,3 @@
* **edit** Device Detector Library 6.4.3
* **edit** Dev4Press Library 5.3
* **fix** doing it wrong warning for translations on WordPress 6.7

### Version: 2.6 / October 24, 2024

* **new** component: `SweepPress` with 8 more events
* **new** post meta updated: check for values equality
* **new** comment meta updated: check for values equality
* **new** term meta updated: check for values equality
* **new** user meta updated: check for values equality
* **new** option to control logging options and meta changes
* **edit** option edited event: change to equality detection
* **edit** sitemeta edited event: change to equality detection
* **edit** expanded default values for some settings
* **fix** some metadata logging events used wrong meta arguments
* **fix** minor issue with the generating hidden logs row
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"require": {
"dev4press/library": "~5.4",
"matomo/device-detector": "^6.4",
"ip2location/ip2location-php": "^9.7",
"dev4press/library": "5.5.1",
"matomo/device-detector": "^6.5",
"ip2location/ip2location-php": "^9.8",
"geoip2/geoip2": "2.13.0"
}
}
94 changes: 45 additions & 49 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading