]> git.agnieray.net Git - galette.git/commitdiff
Bump version 1.0.1
authorJohan Cwiklinski <johan@x-tnd.be>
Tue, 16 Jan 2024 06:29:11 +0000 (07:29 +0100)
committerJohan Cwiklinski <johan@x-tnd.be>
Tue, 16 Jan 2024 06:57:05 +0000 (07:57 +0100)
Update changelog

README.md
galette/docs/CHANGES
galette/includes/galette.inc.php

index e970de0ab6173567865d842e2e77e724f48319e3..17959b5658fbcaaac2c1639a038afba901c0065e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
 
 ### English
 
-[![Download most recent Galette release (1.0.0)](https://img.shields.io/badge/1.0.0-Latest_Galette-ffb619.svg?logo=php&logoColor=white&style=for-the-badge)](https://download.tuxfamily.org/galette/galette-1.0.0.tar.bz2)
+[![Download most recent Galette release (1.0.1)](https://img.shields.io/badge/1.0.1-Latest_Galette-ffb619.svg?logo=php&logoColor=white&style=for-the-badge)](https://download.tuxfamily.org/galette/galette-1.0.1.tar.bz2)
 [![Download Galette development (nightly) build](https://img.shields.io/badge/nightly-Galette_development-ffb619.svg?logo=php&logoColor=white&style=for-the-badge)](https://download.tuxfamily.org/galette/galette-dev.tar.bz2)
 
 Galette is a membership management web application towards non profit organizations; released under GPLv3.
@@ -29,7 +29,7 @@ To use Galette, you can either:
 
 ### Français
 
-[![Télécharger la version de Galette la plus récente (1.0.0)](https://img.shields.io/badge/1.0.0-Dernière_Galette-ffb619.svg?logo=php&logoColor=white&style=for-the-badge)](https://download.tuxfamily.org/galette/galette-1.0.0.tar.bz2)
+[![Télécharger la version de Galette la plus récente (1.0.1)](https://img.shields.io/badge/1.0.1-Dernière_Galette-ffb619.svg?logo=php&logoColor=white&style=for-the-badge)](https://download.tuxfamily.org/galette/galette-1.0.1.tar.bz2)
 [![Télécharger la version de développement (nighly) de Galette](https://img.shields.io/badge/nightly-Galette_développement-ffb619.svg?logo=php&logoColor=white&style=for-the-badge)](https://download.tuxfamily.org/galette/galette-dev.tar.bz2)
 
 Galette est un outil de gestion d’adhérents et de cotisations en ligne à destination des associations, sous license GPLV3.
index 0b2a54b1ae4f77018109ddc57b72827b2aabf483..c84baefd05af4e7d3ce5cd12aa2e3be63dabe11f 100644 (file)
@@ -1,6 +1,18 @@
 Changes
 -------
 
+1.0.0 -> 1.0.1
+
+- Title in members list causes an error
+- Cannot enter a new social network name
+- Pagination and search on members list broken adding contribution
+- Contribution start date overload
+- Groups "accordion tree" not opened when a name contains a slash
+- open_basedir prevents files in /etc to be read
+- Some issues with contribution amount set to 0
+- Fatal error with PHP 7.4
+- Cron user does not have lang defined
+
 0.9.6.1 -> 1.0.0
 
 - Modern UI
index 68f681170f01332d47f5084eaef7023af3894c54..c3d686bd29318de6f0bcb6ab006ca23a0a68f17a 100644 (file)
@@ -7,7 +7,7 @@
  *
  * PHP version 5
  *
- * Copyright © 2009-2023 The Galette Team
+ * Copyright © 2009-2024 The Galette Team
  *
  * This file is part of Galette (http://galette.tuxfamily.org).
  *
@@ -28,7 +28,7 @@
  * @package   Galette
  *
  * @author    Johan Cwiklinski <johan@x-tnd.be>
- * @copyright 2007-2023 The Galette Team
+ * @copyright 2007-2024 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7-dev - 2007-10-07
@@ -100,7 +100,7 @@ if (
 }
 
 define('GALETTE_NIGHTLY', false);
-define('GALETTE_VERSION', 'v1.0.0');
+define('GALETTE_VERSION', 'v1.0.1');
 
 //Version to display
 if (!defined('GALETTE_HIDE_VERSION')) {