@@ -52,7 +52,24 @@ Read more about migrating a plugin from Piwik 2.X to Piwik 3 in [our Migration g
...
@@ -52,7 +52,24 @@ Read more about migrating a plugin from Piwik 2.X to Piwik 3 in [our Migration g
*`Login.initSession.end`
*`Login.initSession.end`
*`Login.authenticate.successful`
*`Login.authenticate.successful`
* When posting one of the events `API.Request.dispatch`, `API.Request.dispatch.end`, `API.$plugin.$apiAction`, or `API.$plugin.$apiAction.end` the `$finalParameters` parameter is indexed in Piwik 2 (eg `array(1, 6)`), and named in Piwik 3 (eg `array('idSite' => 1, 'idGoal' => 6)`)
* When posting one of the events `API.Request.dispatch`, `API.Request.dispatch.end`, `API.$plugin.$apiAction`, or `API.$plugin.$apiAction.end` the `$finalParameters` parameter is indexed in Piwik 2 (eg `array(1, 6)`), and named in Piwik 3 (eg `array('idSite' => 1, 'idGoal' => 6)`)
* Widgets using the already removed `UserSettings` plugin won't work any longer. Please update the module and action parameter in the widget url according to the following list