Display Hits/Visits on image. Display Hits/Visits/from Countries stats as text via ajax requests.
See http://xn--80aeqbhthr9b.com/en/others/piwik/10-piwik-graphical-counter.html
3.0.3
- Fixed some security issues.
3.0.2
- Use force_ssl option for live visitors counter javascript file.
3.0.1
- Bump version.
3.0.0
- New plugin version for Matomo 4.
2.1.3
- Minor fixes.
2.1.2
- Implement internal basic caching mechanism.
- Minor fixes.
2.1.1
- Add form token for some actions: publish/unpublish, save/apply, remove, clearCache.
- Remove publish/unpublish, save/apply, remove from API.
- Remove X-Powered-By header from image responce.
- Minor fixes.
2.1.0
- New plugin version for Piwik 3.
2.0.15
- Increase version number(wrong tagging).
2.0.14
- Fix code style.
- Code clean up.
2.0.13
- Remove initial value checks for visits.
- Fix extra space in counter code.
- Fix missing columns in UPDATE query on save()
- New option to format numbers into human readable format.
2.0.12
- Fixed error with access rights.
2.0.11
- User can now add initial values to numbers of visits/views.
- New template support Piwik 2.14. Non B/C.
2.0.10
- Fix for #7
- Add "require" into plugin.json because new menu required at least Piwik 2.4.0
- Fixed icon in "Check for updates" modal.
2.0.9
- Fix for #5
2.0.8
- Fix for #4 (comment)
2.0.7
- Add 'yesterday' option for "Start date - period".
2.0.6
- Fixed an error when user select image with type different from png or gif. Now plugin support jpg image type.
- Update colorpicker to latest.
2.0.5
- Fixed a bug w/ undefined variable 'userMenu' in '@CoreHome/_topBarTopMenu.twig' on new Piwik 2.4.0
2.0.4
- Added custom offsets for visits/views/countries for 'visitors by countries' template.
2.0.3
- Added custom template for 'visitors by countries'. NB! 'Live visitors counter' works only if custom template field for 'Visitors by countries' is empty.
- Fixed an error w/ undefined method Access::isSuperUser
- Fix for double slash in ajax url
- The added workaround for getallheaders() method if PHP running as CGI.
- Remove PIWIK_ENABLE_DISPATCH due to triggering an error while generating counter image.
2.0.2
- Fixed a bug where the URL with the image displayed via http, if you are using https(bug only in counters list).
2.0.1
- Fix for CORS (thanks for aureq for patch)
- Changing versioning according to requirements
2.0 Initial release