From 27f7a5ca0e8376b5bfbcef284ae721380e2ebc1b Mon Sep 17 00:00:00 2001 From: lhameury <43-lhameury@users.noreply.gitlab.libriciel.fr> Date: Tue, 14 Jan 2025 15:09:52 +0100 Subject: [PATCH] Prepare 4.7.24 --- CHANGELOG.md | 12 ++++++++++++ iparapheur-amp/pom.xml | 8 ++++---- iparapheur-core/pom.xml | 6 +++--- .../parapheur/core/parapheur-version.properties | 2 +- iparapheur-mobile-webscripts/pom.xml | 4 ++-- iparapheur-rules/pom.xml | 4 ++-- pom.xml | 2 +- 7 files changed, 25 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e9c1b2..4a5d160 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ Toutes les modifications apportées au projet seront documentées dans ce fichie Le format est basé sur le modèle [Keep a Changelog](http://keepachangelog.com/) et adhère aux principes du [Semantic Versioning](http://semver.org/). +## [4.7.24] - 25-01-17 + +### Corrections + +- Correction de problème de compteurs suite à une action de mail sécurisé pastell +- L'envoi aux dossiers à extraire via webservice ne fonctionnait pas correctement +- La version de libersign n'était pas correctement affichée +- Problème d'affichage de script de sélection de circuit dans certains cas +- Les noms d'utilisateurs de plus de 56 caractères posent problèmes sur alfresco et ont donc été limités +- Certains caractères n'étaient pas correctement échappés dans les URL de téléchargement des dossiers à extraire +- Problème d'accès au bouton de suppression des cachets serveur via la page d'administration + ## [4.7.23] - 24-11-29 ### Corrections diff --git a/iparapheur-amp/pom.xml b/iparapheur-amp/pom.xml index fc8adcb..1dea00f 100644 --- a/iparapheur-amp/pom.xml +++ b/iparapheur-amp/pom.xml @@ -6,13 +6,13 @@ <parent> <groupId>org.adullact.iparapheur</groupId> <artifactId>iparapheur</artifactId> - <version>4.7.23</version> + <version>4.7.24</version> </parent> <groupId>org.adullact.iparapheur</groupId> <artifactId>iparapheur-amp</artifactId> <description>Parapheur electronique</description> <packaging>war</packaging> - <version>4.7.23-for-Alf3.4.c</version> + <version>4.7.24-for-Alf3.4.c</version> <name>i-Parapheur AMP packaging</name> <url>http://maven.apache.org</url> <properties> @@ -65,13 +65,13 @@ <dependency> <groupId>org.adullact.iparapheur</groupId> <artifactId>iparapheur-core</artifactId> - <version>4.7.23</version> + <version>4.7.24</version> </dependency> <dependency> <groupId>org.adullact.iparapheur</groupId> <artifactId>iparapheur-mobile-webscripts</artifactId> - <version>4.7.23</version> + <version>4.7.24</version> </dependency> <dependency> diff --git a/iparapheur-core/pom.xml b/iparapheur-core/pom.xml index 1a8e138..f2dcdef 100644 --- a/iparapheur-core/pom.xml +++ b/iparapheur-core/pom.xml @@ -5,14 +5,14 @@ <parent> <groupId>org.adullact.iparapheur</groupId> <artifactId>iparapheur</artifactId> - <version>4.7.23</version> + <version>4.7.24</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.adullact.iparapheur</groupId> <artifactId>iparapheur-core</artifactId> <packaging>jar</packaging> <name>iparapheur core module</name> - <version>4.7.23</version> + <version>4.7.24</version> <description>Parapheur electronique</description> <!-- General Info --> <url>https://adullact.net/projects/paraphelec/</url> @@ -294,7 +294,7 @@ <dependency> <groupId>org.adullact.iparapheur</groupId> <artifactId>iparapheur-rules</artifactId> - <version>4.7.23</version> + <version>4.7.24</version> <!-- exclusions> <exclusion> <artifactId>asm</artifactId> diff --git a/iparapheur-core/src/main/resources/alfresco/module/parapheur/core/parapheur-version.properties b/iparapheur-core/src/main/resources/alfresco/module/parapheur/core/parapheur-version.properties index 533f537..cf0c197 100755 --- a/iparapheur-core/src/main/resources/alfresco/module/parapheur/core/parapheur-version.properties +++ b/iparapheur-core/src/main/resources/alfresco/module/parapheur/core/parapheur-version.properties @@ -1,2 +1,2 @@ -ph_version=4.7.23 +ph_version=4.7.24 ph_build=20240611 diff --git a/iparapheur-mobile-webscripts/pom.xml b/iparapheur-mobile-webscripts/pom.xml index 63f588d..3654740 100644 --- a/iparapheur-mobile-webscripts/pom.xml +++ b/iparapheur-mobile-webscripts/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>iparapheur</artifactId> <groupId>org.adullact.iparapheur</groupId> - <version>4.7.23</version> + <version>4.7.24</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -94,7 +94,7 @@ <dependency> <groupId>org.adullact.iparapheur</groupId> <artifactId>iparapheur-core</artifactId> - <version>4.7.23</version> + <version>4.7.24</version> <scope>provided</scope> </dependency> diff --git a/iparapheur-rules/pom.xml b/iparapheur-rules/pom.xml index c4069aa..1d9f96e 100644 --- a/iparapheur-rules/pom.xml +++ b/iparapheur-rules/pom.xml @@ -5,10 +5,10 @@ <parent> <groupId>org.adullact.iparapheur</groupId> <artifactId>iparapheur</artifactId> - <version>4.7.23</version> + <version>4.7.24</version> </parent> <artifactId>iparapheur-rules</artifactId> - <version>4.7.23</version> + <version>4.7.24</version> <name>iparapheur-rules</name> <url>http://maven.apache.org</url> <properties> diff --git a/pom.xml b/pom.xml index 4e6bf1b..3aa87ba 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <artifactId>iparapheur</artifactId> <packaging>pom</packaging> <name>iparapheur</name> - <version>4.7.23</version> + <version>4.7.24</version> <description>Parapheur electronique</description> <url>https://adullact.net/projects/paraphelec/</url> -- GitLab