Laravel Piwik Versions Save

An Interface to Piwik's Analytics API for Laravel (Composer Package).

4.2.0

1 year ago

Commits

  • Add DevicesDetection Module 064d08e by @cammackmatthew
  • Add UserCountry Module 2eaaf33 by @cammackmatthew
  • Update DevicesDetection and UserCountryModule to add link to docs + remove idSite/period from methods that don't support it bc78d84
  • Add test for getUserCountry 51023b8 by @cammackmatthew
  • Update docs dependencies 8229f2b

4.1.1

2 years ago

Merged

  • Migrate to GitHub actions and use SonarQube + remove 7.3 from built php versions as it's deprecated #102

4.1.0

2 years ago

Commits

  • Upgrade dependencies and fix linting issues c99f6cb
    • Added new AuthToken function for Matomos V4 api, which is allowing multiple auth tokens per user. a101e27
  • fix integration tests b569cf6

4.0.0

3 years ago

Merged

  • Support for Guzzle7/Laravel 8 #94

Commits

  • Remove checks for unsupported PHP versions (5.6, 7.0 and 7.1) 03b54a7
  • Add extra to composer.json for Laravel 8 support 8b6b52d
  • Add php 7.4 checks 5882f18
  • Add laravel 7 and 8 CI checks 2a349b0
  • guzzle7 136ce58

3.3.1

4 years ago

Merged

  • Add Laravel 6 support #91

Commits

  • use Illuminate\Support\Arr instead of helper methods 2e98e25
  • add generated api docs index.html ba4836c
  • add phpdoc block to getUsersManager() in Piwik.php 2ea7f45
  • update versions e6d97cf
  • update versions in README.md a4f394d
  • fix missed array_dot -> Arr::dot change e952c2e

3.3.0

4 years ago

Merged

  • Add usermanager module #89
  • Complete Semaphore CI v2 configuration #88

Commits

  • add unit tests and phpdocs to UsersManagerModule f98c884
  • fix some codeclimate issues and skip gh-pages branch b28a423
  • add github release script d9d9765
  • Update README.md e4625ff
  • Remove absolute urls to API Docs from docs 7654990
  • Update 02_API_Docs.md 5d40ff1
  • skip building gh-pages branch 56de7b6
  • Update README.md 97ca225
  • add more tags to sami api docs generation 3ce630a
  • Removed CI and Waffle from README afc2dcb
  • force sami to return successfully 59aaed3
  • create build directory for api docs to copy to 81b1535

3.2.0

5 years ago

New

  • Add ContentsModule

3.1.0

6 years ago

New

  • Add support for SitesManager.addSite

3.0.1

6 years ago

Key Changes:

  • Fixed http_timeout configuration option not being used

3.0.0

6 years ago

Key Changes: - Removed support for PHP 5.5 - Removed username/password authentication - you must use an API key - Removed 'original' format support (please use 'php' instead) + Added additional API methods (see documentation) + Added XML response support (parsed by simplexml) * Deprecated old (<= 2.1) methods in favour of getModule()->getMethod() separation