Skip to content
Extraits de code Groupes Projets
Valider 94c3ab8b rédigé par Kévin Subileau's avatar Kévin Subileau
Parcourir les fichiers

Recreate web.config files on next upgrade to enable woff files

parent 36dc0846
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
<?php
/**
* Piwik - free/libre analytics platform
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
*/
namespace Piwik\Updates;
use Piwik\Plugins\Installation\ServerFilesGenerator;
use Piwik\Updater;
use Piwik\Updates as PiwikUpdates;
class Updates_3_0_1 extends PiwikUpdates
{
public function doUpdate(Updater $updater)
{
// Allow IIS to serve .woff files (https://github.com/piwik/piwik/pull/11091).
ServerFilesGenerator::createFilesForSecurity();
}
}
...@@ -20,7 +20,7 @@ final class Version ...@@ -20,7 +20,7 @@ final class Version
* The current Piwik version. * The current Piwik version.
* @var string * @var string
*/ */
const VERSION = '3.0.0'; const VERSION = '3.0.1';
public function isStableVersion($version) public function isStableVersion($version)
{ {
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter