summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-09-09 10:19:23 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-09-10 16:59:39 +0200
commitd3c4b0e25bb86906eca91ba3f1ae40c004bddd9b (patch)
treee8ae7495d9f5f27f3dd1c806de8dd3986748a81f
parentb0bd846a33d7c6e91dfa20de273b62e3b1a26703 (diff)
downloadIshtar-d3c4b0e25bb86906eca91ba3f1ae40c004bddd9b.tar.bz2
Ishtar-d3c4b0e25bb86906eca91ba3f1ae40c004bddd9b.zip
đź”– v4.1.23
-rw-r--r--changelog/en/changelog_2022-06-15.md19
-rw-r--r--changelog/fr/changelog_2023-01-25.md19
-rw-r--r--ishtar_common/version.py4
3 files changed, 40 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index d14223a4e..678bc427e 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,22 @@
+v4.1.23 - 2024-09-10
+--------------------
+
+### Features/improvements ###
+- quick action - container: move form
+- manage find localization history
+
+### Bug fixes ###
+- imports:
+ - fix default values evaluation
+ - fix post-import processing on deleted items
+- merge: do not merge import association
+- sheets:
+ - treatment file: fix applicant organisation address
+ - archaeological file: improve layout
+ - administrative act: display custom fields
+- fix random images for administrative acts
+
+
v4.1.22 - 2024-08-28
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index 3230f89b8..1e4b9c1c3 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,22 @@
+v4.1.23 - 2024-09-10
+--------------------
+
+### Fonctionnalités/améliorations ###
+- action rapide - conteneur : formulaire de déplacement
+- gestion de l'historique de la localisation du mobilier
+
+### Corrections de bugs ###
+- importations :
+ - correction de l'évaluation des valeurs par défaut
+ - correction des traitements de post-imports sur des éléments supprimés
+- fusion : ne pas fusionner l'association aux imports
+- notices :
+ - demande de traitement : correction de l'adresse de l'organisation du demandeur
+ - dossier archéologique : amélioration de la mise en page
+ - acte administratif : afficher les champs personnalisés
+- correction des images aléatoires pour les actes administratifs
+
+
v4.1.22 - 2024-08-28
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 29d3fe845..a7445c9f4 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.1.22
-VERSION = (4, 1, 22)
+# 4.1.23
+VERSION = (4, 1, 23)
def get_version():