Releases: robbrazier/Laravel_Piwik
Releases · robbrazier/Laravel_Piwik
Release list
4.2.0
Commits
- Add DevicesDetection Module
064d08eby @cammackmatthew - Add UserCountry Module
2eaaf33by @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
51023b8by @cammackmatthew - Update docs dependencies
8229f2b
4.1.1
Merged
- Migrate to GitHub actions and use SonarQube + remove 7.3 from built php versions as it's deprecated
#102
4.1.0
4.0.0
3.3.1
3.3.0
Merged
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
3.1.0
3.0.1
Key Changes:
- Fixed http_timeout configuration option not being used
3.0.0
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