Skip to content

Commit

Permalink
Use piwik-latest.zip instead of latest.zip to work around bug on Chro…
Browse files Browse the repository at this point in the history
…me on Windows Refs matomo-org#4455
  • Loading branch information
mattab committed Jun 9, 2014
1 parent 1a1ab4b commit 3174a75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/global.ini.php
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@

; The release server is an essential part of the Piwik infrastructure/ecosystem
; to provide the latest software version.
latest_version_url = http://builds.piwik.org/latest.zip
latest_version_url = http://builds.piwik.org/piwik-latest.zip

; The API server is an essential part of the Piwik infrastructure/ecosystem to
; provide services to Piwik installations, e.g., getLatestVersion and
Expand Down
2 changes: 1 addition & 1 deletion core/testMinimumPhpVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
" This will initialize composer for Piwik and download libraries we use in vendor/* directory.".
"\n\n<br/><br/>Then reload this page to access your analytics reports." .
"\n\n<br/><br/>Note: if for some reasons you cannot install composer, instead install the latest Piwik release from ".
"<a href='http://builds.piwik.org/latest.zip'>builds.piwik.org</a>.</p>";
"<a href='http://builds.piwik.org/piwik-latest.zip'>builds.piwik.org</a>.</p>";
}
}

Expand Down
2 changes: 1 addition & 1 deletion misc/package/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ If you have any question, feel free to ask. \n\n\
Thank you,\n\n\
Piwik team" | mail -s"New Piwik Version $VERSION" "[email protected],[email protected]"

echo "build finished! http://builds.piwik.org/latest.zip"
echo "build finished! http://builds.piwik.org/piwik-latest.zip"
fi


Expand Down
2 changes: 1 addition & 1 deletion tests/PHPUnit/Core/HttpTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function testCustomByteRange($method)
{
$result = Http::sendHttpRequestBy(
$method,
'http://builds.piwik.org/latest.zip',
'http://builds.piwik.org/piwik-latest.zip',
30,
$userAgent = null,
$destinationPath = null,
Expand Down

0 comments on commit 3174a75

Please sign in to comment.