Anomalie #1811
fermé
Cehck version has been bumped in configuration file when releasing
Ajouté par Johan Cwiklinski il y a 8 mois.
Mis à jour il y a 8 mois.
Description
Several times, I forget to bump the release version in the configuration file.
It's currently not a real issue, user just cannot know which release is used. But in Galette 1.1; I've implemented a version checking to display to users a new release is available; and this feature relies on GALETE_VERSION.
The only place to check if tag and declared GALETTE_VERSION matches is in the release script.
This issue has been discovered because I forgot to bump the release in latest Galette 1.0.4. As a quick fix, you can just replace it by hand in the @galette/config/versions.inc.php` file.
diff --git a/galette/config/versions.inc.php b/galette/config/versions.inc.php
index 27afb314b..f0ada0904 100644
--- a/galette/config/versions.inc.php
+++ b/galette/config/versions.inc.php
@@ -40,6 +40,6 @@ define('GALETTE_MYSQL_MIN', '5.7');
define('GALETTE_MARIADB_MIN', '10.4');
define('GALETTE_PGSQL_MIN', '11') ;
define('GALETTE_NIGHTLY', false);
-define('GALETTE_VERSION', 'v1.0.3');
+define('GALETTE_VERSION', 'v1.0.4');
define('GALETTE_COMPAT_VERSION', '1.0.0');
define('GALETTE_DB_VERSION', '0.960');
- Statut changé de Nouveau à Résolu
- % réalisé changé de 0 à 100
- Statut changé de Résolu à Fermé
Formats disponibles : Atom
PDF