Download Piwik 2.10.0

Spread the love

Version 2.10.0 of Piwik has been released. This program is an open source alternative to Google Analytics. It uses php and a MySQL database to do its job. The functionality can be easily extended with plugins, of which more than twenty are included. Of course you can also turn it off if certain functionality is not needed. For more information about Piwik, please refer to this page and an overview of the schedule is on this page to find. The following changes and improvements have been made in this release:

Piwik 2.10.0

Piwik 2.10.0 is a new major release of Piwik! In this release we have focused on improving performance, adding several features to the Log Analytics tool and fixed dozens of bugs to improve your Piwik experience.

List of 116 tickets closed in Piwik 2.10.0

  • #6851 Cloudfront log importing support and W3CExtendedFormat refactor
  • #6825 IIS advanced log importing, netscaler log importing and cs-username handling
  • #6554 Support for importing AWS CloudFront log files
  • #4936 Query parameters imported incorrectly from IIS 8.5 logs
  • #4707 Log Analytics: add support for Netscaler w3c logs
  • #6795 IIS Advanced Logging Module log files support for Log Analytics
  • #6388 Support Page Speed ​​tracking in IIS 8 log files (generation time)
  • #5980 Track the username (cs-username) as User ID in IIS and W3C extended logs
  • #5418 Importing w3c extended logs
  • #6866 PHP caching library based on Doctrine cache: new open source PHP project
  • #6861 added support for different caching backends such as redis
  • #6856 during core:archive console command, preprocess any custom date ranges that were selected in any User’s Preferences
  • #6847 create new visit on different campaign info or different referrer website
  • #2624 When a campaign changes, creates a new “visit” by default
  • #2541 Aggregate data for multiple (groups) of websites
  • #6824 User fingerprint hash should be different by default on separate websites
  • #6075 Write tracking requests into a queue and don’t process them immediately
  • #6690 Geo location support for IPv6 addresses
  • #6786 Live API can timeout on very large Piwik servers
  • #5178 Make Piwik compatible with sql_mode = STRICT_TRANS_TABLES (MySQL 5.6 default and best practice)
  • #6672 Pre-process custom date ranges when users have selected them as their default date range
  • #6637 in multiple frontends setup, the cache file is not up to date on all frontends
  • #6625 Do not request live information in case tab is not active
  • #6589 Processed metrics metadata
  • #6565 Remove duplicate reports from UserSettings plugin
  • #6548 How to handle dependency injection?
  • #6545 live widget could benefit from sleep mode / shared hosting scenario
  • #6872 New referrer spammer: 7makemoneyonline.com
  • #6858 New Referrer Spammer: buttons-for-website.com
  • #6827 Moved resolution reports to a new plugin
  • #6865 Module and action forwarding to prevent BC break does not work for Image Graphs
  • #6859 Error while trying to invalidate reports with raw data removal enabled
  • #6828 Plugin for Piwik that modifies the ‘API.get’ output to also list the website name and main website URL.
  • #6849 Can’t add site, The method ‘isPluginActivated’ does not exist or is not available in the module ‘\Piwik\Plugins\CoreAdminHome\API’.
  • #6845 Notice: ob_flush() [ref.outcontrol]: failed to flush buffer. No buffer to flush
  • #6842 Separated error and exception handling from logging
  • #6835 PHP Tracker client does not persist the time of the last ecommerce order
  • #6830 API error for web cron archive.php with: für nähere Informationen): last-3776
  • #6829 Fail when the codebase version is older than the Piwik database schema version
  • #6823 web cron (misc/cron/archive.php?token_auth=xyz) sometimes does not load
  • #6817 Live API SQL has been refactored into Model, LogQueryBuilder
  • #6807 Multisites – confusing behaviour
  • #6802 Tracker refactoring and added queued tracking plugin
  • #6798 Notice: Undefined property: stdClass::$module in plugins/Dashboard/API.php on line 137
  • #6796 New plugin to let a Super User create a custom, parameterized page in Piwik
  • #6794 Provide better information regarding memory usage by each plugin
  • #6792 json_encode(): Invalid UTF-8 sequence in argument
  • #6789 bug in ecommerce item reports + row evolution: abandonedCarts parameter which is required for abandoned carts report does not get sent to row evoluton API
  • #6788 Move the `proxy-hide-piwik-url` project into a separate repository
  • #6890 Provide better debug possibility using the Symfony VarDumper library
  • #6889 Fix views and events that have the same timestamp get disordered
  • #6887 Create new DevicePlugins and move there the browser plugin reports
  • #6886 Adds Hungarian translation
  • #6884 Cannot install, redirected to
  • #6870 Move PiwikTracker.php to own repository
  • #6843 Environment and configs
  • #6837 Show Exit Page > Exit Page Titles > Exit Page, then an error occurs.
  • #6813 Refactored the logger to use PSR-3 and Monolog (#6622)
  • #6630 Content tracking – replay from logs
  • #6503 Exclude all requests from all existing Google bot IP ranges
  • #6779 Create a SECURITY.md file to explain responsible disclosure procedure
  • #6760 Updater dry-run: do not show the SQL query to update core_version or $plugin_version
  • #6756 Ecommerce reports, row evolution issues
  • #6752 Removed screentype report
  • #6742 Ecommerce log: also display non-ecommerce actions in Ecommerce log
  • #6740 In plugin settings it should be more clear which field caused an error
  • #6733 automatically cache settings in tracker cache if used in tracker mode
  • #6730 When a site ID was invalidated via API CoreAdminHome.invalidateArchivedReports, it should be reprocessed even when period archiving fails at first
  • #6728 In tracker mode plugin system settings should be automatically cached
  • #6722 error message in form are html encoded
  • #6720 Do not use default value in case value is an integer or a float and a string is requested
  • #6719 For maxthon browsers (Chinese Internet Explorer) then ignore DoNotTrack header as it is always enabled
  • #6713 Ecommerce Log shows error when there are abandoned carts and no conversion yet
  • #6712 Proxy script fails after piwik.php returns 204 response
  • #6689 Time bug fix
  • #6687 Fix for IE9 in compatibility mode
  • #6658 Moved the `tmp/` path into the config (was hardcoded everywhere)
  • #6652 URLs without scheme eg. //example.com/home should be valid URLs in Piwik
  • #6651 Red flag running Core unit tests, either on Jessie and Precise
  • #6648 Import INI config into DI config
  • #6562 strnatcasecmp() expects parameter 1 to be string, array given in /Piwik/core/DataTable/Filter/Sort.php on line 142
  • #6560 Add badges to plugins repositories
  • #6529 Make sure core plugins are always loaded in same order
  • #6489 do not call exit/die in core/Tracker.php
  • #6468 Add system check to enforce always_populate_raw_post_data is -1 on PHP 5.6
  • #6301 Visitor log: overlap provider name
  • #6261 Processed metrics calculation refactor and removal of as much queued filter use as possible
  • #6222 core:archive errors: shell_exec(): Unable to execute ‘which ‘ps’ 2> /dev/null
  • #6163 Overriding Compatibility View in IE9
  • #6104 Make ‘Time on page’ column displayed in format MM:SS instead of ‘1 min 46s’
  • #6042 Introduce mechanism to hide API modules and/or actions from the API listing page
  • #5888 No Multi Row Evolution graph data for “Android Browser” row
  • #5398 Error message in server log: plugins/.htaccess: AddHandler not allowed here
  • #5304 Visitor Log – Modal doesn’t always close
  • #5241 Visitor Log: symbol for abandoned cart is missing if …
  • #5129 All websites dashboard: sparklines rendered ‘flat’ when sorting by website name
  • #5081 Warn in System check that Piwik is not compatible with Apache modspeed and ngx_pagespeed
  • #4512 Web site selector dialog box too narrow …
  • #4391 Visitor log: IPv6 Address, long Provider overlaps other layout elements
  • #3414 API message: This report has been reprocessed since your last click.
  • #3147 Obscure or prevent referer for outgoing links in piwik via rel=noreferrer (works in Firefox)
  • #6910 Faster bootstrap for PHPUnit tests
  • #6903 Trivial fixes in README . tests
  • #6895 Image graphs: show days within selected range
  • #6891 Simplified bootstrap files
  • #6882 Use Mysql 5.6 on Continuous Integration
  • #6876 When DeviceDetection plugin is disabled, ‘Settings’ page should render without error
  • #6873 Cache file can be created with incorrect content
  • #6850 when importing visits on a day different from the visit’s day, invalidate the archived reports
  • #6751 Row Evolution Metrics Bug
  • #6656 Move towards DI for the configuration system
  • #6542 Automatically refresh every week the last CI build for each of our repository
  • #5808 Bulk Request: Views and Events that have the same timestamp get disordered
  • #4982 All Websites dashboard page title
  • #6803 [automatic translation update] Updated 424 strings in 47 languages ​​(gl, cs, da, de, el, it, ar, be, bg, ca, es, et, eu, fa, fi, fr, he, hi, hu, id, is, yes , ka, ko, lt, lv, nb, nl, nn, pl, pt, ro, ru, sk, sl, sq, sr, sv, ta, th, tl, uk, vi, am, hr, te, tr )
  • #6914 [automatic translation update] Updated 31 strings in 5 languages ​​(ar, da, de, el, es)

Version number 2.10.0
Release status Final
Operating systems script language
Website piwik
Download
File size

12.73MB

License type GPL
You might also like