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
path: root/core
diff options
context:
space:
mode:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-04-14 03:24:51 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-04-14 03:24:51 +0400
commit0a99871143a572376796f01afc03eb09ebe39463 (patch)
treea4c971a5e84bfca372d6714dcc43014a282446e0 /core
parent8981917af7d0d58868446bf80c7f508e970ec0e9 (diff)
0.2.34
Diffstat (limited to 'core')
-rw-r--r--core/Updates/0.2.34.php7
-rw-r--r--core/Version.php2
2 files changed, 8 insertions, 1 deletions
diff --git a/core/Updates/0.2.34.php b/core/Updates/0.2.34.php
new file mode 100644
index 0000000000..ab8d99be94
--- /dev/null
+++ b/core/Updates/0.2.34.php
@@ -0,0 +1,7 @@
+<?php
+
+// force regeneration of cache files following #648
+Piwik::setUserIsSuperUser();
+$allSiteIds = Piwik_SitesManager_API::getAllSitesId();
+Piwik_Common::regenerateCacheWebsiteAttributes($allSiteIds);
+
diff --git a/core/Version.php b/core/Version.php
index 2853ab3f7d..8f02c57b7c 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -1,5 +1,5 @@
<?php
final class Piwik_Version {
- const VERSION = '0.2.33';
+ const VERSION = '0.2.34';
}