Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kugelschieber committed Feb 26, 2023
1 parent 7d5931a commit 844d1d8
Show file tree
Hide file tree
Showing 6 changed files with 192 additions and 188 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

## 1.5.0

* updated dependencies

## 1.4.0

* added session extension
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Download the latest release archive from the release section on GitHub and extra
return (object) array(
'clients' => array(
(object) array(
'id' => 'your-client-id', // optional when using an access token instead of an oAuth client
'id' => 'your-client-id', // optional when using an access key instead of an oAuth client
'secret' => 'your-client-secret',
'hostname' => 'example.com'
)
Expand All @@ -27,7 +27,7 @@ return (object) array(
);
```

`clients` takes a list of API clients. You can create a new client ID and secret on the Pirsch dashboard on the developer settings page. The ID is optional if you use an access token instead of an oAuth client. The hostname needs to match the hostname you have configured on the dashboard.
`clients` takes a list of API clients. You can create a new client ID and secret on the Pirsch dashboard on the developer settings page. The ID is optional if you use an access key instead of an oAuth client. The hostname needs to match the hostname you have configured on the dashboard.

The proxy will send all page views and events to all clients configured. So, if you would like to send the statistics to two dashboards, you can add another client by appending it to the list.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"require": {
"pirsch-analytics/sdk": "^1.6.4"
"pirsch-analytics/sdk": "^1.7.0"
}
}
2 changes: 1 addition & 1 deletion composer.lock

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

Loading

0 comments on commit 844d1d8

Please sign in to comment.