Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-11-03 10:30:57 +0300
committerThomas Steur <thomas.steur@googlemail.com>2014-11-06 23:07:03 +0300
commit5a491a2db5ceedd795878c1ff5a2246a2e0f60a3 (patch)
treeb8bfaa84ffb711b3949e16e7393bf862b39245f2 /core/Version.php
parent4dc03cb70fca36976d513fd2988468ed98ccdca1 (diff)
refs #6417 trying to get rid of the unnecessary first archive insert
refs #6417 this should fix some tests. Start initial value by 0 so first generated id will be 1 fix omnifixture creation was broken refs #6417 wondering if omnifixture creation worked refs #6417 acquire a lock per archive id which should be better refs #6417 we have to generate the SQL in the update itself otherwise the update would fail at some point in the future if the tables signature changes refs #6417 split updates into a separate update file otherwise it would not be executed for devs using Piwik from git refs #6417 added some documentation refs #6417 Piwik 2.9.0-b2 was released meaning we have to move it to b3 refs #6417 Piwik 2.9.0-b3 was released meaning we have to move it to b4
Diffstat (limited to 'core/Version.php')
-rw-r--r--core/Version.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 789d7d29d3..fc28e76169 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -12,7 +12,6 @@ namespace Piwik;
/**
* Piwik version information.
*
- *
* @api
*/
final class Version