Skip to content

Commit

Permalink
Merge tag 'v1.4.0' into develop
Browse files Browse the repository at this point in the history
dist: Release v1.4.0

This release is a BREAKING release.

The required PHP version is raised to 8.0+.

- All event names are now in the form of `<Subject>: <Action/Event>`.
- A new property `isAnon` has been added to all events indicating if an action was performed by a loggedin user or an anonymous one.
- Clicks to elements can now be tracked using CSS classes
  • Loading branch information
octfx committed Dec 14, 2023
2 parents b67c973 + d36aa56 commit f66d9c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Some events can be sent serverside without having to rely on the included plausi

The following custom events can be activated:
```php
# Default Configuration
$wgPlausibleServerSideTracking = [
// Event Name: pageview
'pageview' => false,
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "octfx/plausible",
"version": "1.3.1",
"version": "1.4.0",
"type": "mediawiki-extension",
"description": "Integrates plausible analytics",
"homepage": "https://www.mediawiki.org/wiki/Extension:Plausible",
Expand Down
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Plausible",
"version": "1.3.1",
"version": "1.4.0",
"author": [
"[https://www.mediawiki.org/wiki/User:Octfx Octfx]"
],
Expand Down

0 comments on commit f66d9c4

Please sign in to comment.