– IMPROVED archiving is now more memory efficient; datatable are freed more often from memory. Users that experienced the “Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in core/DataTable.php on line 822” will be delighted
– IMPROVED archiving should be slightly faster. the job that deletes all out of date archives is now executed only 1 time out of 15 executions, but will eventually be done asynchronously.
– FIXED an important bug in the Website referrer detection: before not all unique URLs were properly archived. Now your Referrers > Websites > Click on any website domain > should show all data, as expected
– FIXED bug when installing Piwik without the table_prefix ; “option” is a reserver mysql word and there was issue with the Piwik table “option”. now fixed.