Project

General

Profile

Actions

Anomalie #1811

closed

Cehck version has been bumped in configuration file when releasing

Added by Johan Cwiklinski 9 months ago. Updated 8 months ago.

Status:
Fermé
Priority:
Normal
Category:
Core
Target version:
Start date:
03/24/2024
Due date:
% Done:

100%

Estimated time:
Version utilisée:

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.

Actions #1

Updated by Johan Cwiklinski 9 months ago

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');
Actions #2

Updated by Johan Cwiklinski 8 months ago

  • Status changed from Nouveau to Résolu
  • % Done changed from 0 to 100
Actions #3

Updated by Johan Cwiklinski 8 months ago

  • Status changed from Résolu to Fermé
Actions

Also available in: Atom PDF