]> git.agnieray.net Git - galette.git/commitdiff
Bump version, update changelog 1.0.3
authorJohan Cwiklinski <johan@x-tnd.be>
Fri, 1 Mar 2024 08:28:11 +0000 (09:28 +0100)
committerJohan Cwiklinski <johan@x-tnd.be>
Fri, 1 Mar 2024 09:02:30 +0000 (10:02 +0100)
README.md
galette/config/versions.inc.php
galette/docs/CHANGES

index 0d9fc5042ead8a63e1fc5e6b72a51c2464745f3e..ac660e36440e4b42151c3de1ae77a77083f144a9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
 
 ### English
 
-[![Download most recent Galette release (1.0.2)](https://img.shields.io/badge/1.0.2-Latest_Galette-ffb619.svg?logo=php&logoColor=white&style=for-the-badge)](https://download.tuxfamily.org/galette/galette-1.0.2.tar.bz2)
+[![Download most recent Galette release (1.0.3)](https://img.shields.io/badge/1.0.3-Latest_Galette-ffb619.svg?logo=php&logoColor=white&style=for-the-badge)](https://download.tuxfamily.org/galette/galette-1.0.3.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.2)](https://img.shields.io/badge/1.0.2-Dernière_Galette-ffb619.svg?logo=php&logoColor=white&style=for-the-badge)](https://download.tuxfamily.org/galette/galette-1.0.2.tar.bz2)
+[![Télécharger la version de Galette la plus récente (1.0.3)](https://img.shields.io/badge/1.0.3-Dernière_Galette-ffb619.svg?logo=php&logoColor=white&style=for-the-badge)](https://download.tuxfamily.org/galette/galette-1.0.3.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 c41f1b00db1a832484a44941116d1ebdafd5cf66..27afb314bc40574bba1fe2d65525099306fa1ba6 100644 (file)
@@ -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.2');
+define('GALETTE_VERSION', 'v1.0.3');
 define('GALETTE_COMPAT_VERSION', '1.0.0');
 define('GALETTE_DB_VERSION', '0.960');
index c95a4ed4031b876e3e9cd7f7194d87cc82bb3acf..0c0f5ad4226eebf83475ab433dea646df7415d73 100644 (file)
@@ -1,6 +1,17 @@
 Changes
 -------
 
+1.0.2 -> 1.0.3
+
+* Logo in mail signature is not shown
+* Missing HTML editor for dynamic fields information field
+* Update and maintainance pages are no longer working
+* Do not throw events on mass edition
+* Make cache version dependent
+* Check preferences website is valid
+* Link to asso website from logo
+* Rework UI messages
+
 1.0.1 -> 1.0.2
 
 - Public pages access restriction (CVE-2024-24761)