Skip to content

Releases: RobBrazier/Laravel_Piwik

4.2.0

17 Mar 20:42
Compare
Choose a tag to compare

Commits

4.1.1

11 Mar 20:36
69f2cb5
Compare
Choose a tag to compare

Merged

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

4.1.0

10 Sep 18:48
ff1c817
Compare
Choose a tag to compare

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

21 Sep 19:40
Compare
Choose a tag to compare

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

01 Oct 19:40
Compare
Choose a tag to compare

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

24 Aug 12:07
Compare
Choose a tag to compare

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

18 Jul 05:37
Compare
Choose a tag to compare

New

  • Add ContentsModule

3.1.0

09 Mar 21:38
1aed2bc
Compare
Choose a tag to compare

New

  • Add support for SitesManager.addSite

3.0.1

17 Aug 17:40
Compare
Choose a tag to compare

Key Changes:

  • Fixed http_timeout configuration option not being used

3.0.0

19 May 19:38
Compare
Choose a tag to compare

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