Skip to content
Extraits de code Groupes Projets
Valider ccd58c88 rédigé par Thomas Steur's avatar Thomas Steur
Parcourir les fichiers

refs #6075 moved migration script to correct version

parent 3639b0ec
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -12,15 +12,11 @@ namespace Piwik\Updates; ...@@ -12,15 +12,11 @@ namespace Piwik\Updates;
use Piwik\Updates; use Piwik\Updates;
/** /**
* Update for version 2.9.1. * Update for version 2.10.0-b4.
*/ */
class Updates_2_9_1 extends Updates class Updates_2_10_0_b4 extends Updates
{ {
/**
* Here you can define any action that should be performed during the update. For instance executing SQL statements,
* renaming config entries, updating files, etc.
*/
static function update() static function update()
{ {
$pluginManager = \Piwik\Plugin\Manager::getInstance(); $pluginManager = \Piwik\Plugin\Manager::getInstance();
......
...@@ -20,5 +20,5 @@ final class Version ...@@ -20,5 +20,5 @@ final class Version
* The current Piwik version. * The current Piwik version.
* @var string * @var string
*/ */
const VERSION = '2.10.0-b3'; const VERSION = '2.10.0-b4';
} }
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