Skip to content

Commit

Permalink
*Fixed Issue #1 reported by EmTeedee
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Heerklotz committed Sep 7, 2018
1 parent 6d37c9f commit cec2ffc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion API.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class API extends \Piwik\Plugin\API
public function __construct(Model $model)
{
$this->model = $model;
$this->roleProvider = $roleProvider ?: StaticContainer::get(RolesProvider::class);
$this->roleProvider = StaticContainer::get(RolesProvider::class);
}

public static function getInstance()
Expand Down
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,15 @@ Copy it into the plugins folder.
GPL v3 or later

## Changelog
3.6.0: Added support for 'write' access
Compatibility with Matomo 3.6.0
- 3.6.1
- Fixed Issue #1 reported by EmTeedee

- 3.6.0
- Added support for 'write' access
- Compatibility with Matomo 3.6.0

3.0.2: First stable release
- 3.0.2
- First stable release

## Support

Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"description": "Manage user permissions with groups.",
"version": "3.6.0",
"version": "3.6.1",
"theme": false,
"require": {
"piwik": ">=3.6.0,<4.0.0-b1"
Expand Down

0 comments on commit cec2ffc

Please sign in to comment.