financer release version 32

This commit is contained in:
2020-07-30 20:48:48 +02:00
parent 6b9d82ca78
commit 10ac65172b
5 changed files with 10 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
<parent> <parent>
<artifactId>financer-parent</artifactId> <artifactId>financer-parent</artifactId>
<groupId>de.77zzcx7.financer</groupId> <groupId>de.77zzcx7.financer</groupId>
<version>32-SNAPSHOT</version> <version>32</version>
</parent> </parent>
<artifactId>financer-common</artifactId> <artifactId>financer-common</artifactId>

View File

@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>de.77zzcx7.financer</groupId> <groupId>de.77zzcx7.financer</groupId>
<artifactId>financer-parent</artifactId> <artifactId>financer-parent</artifactId>
<version>32-SNAPSHOT</version> <version>32</version>
</parent> </parent>
<artifactId>financer-server</artifactId> <artifactId>financer-server</artifactId>

View File

@@ -7,7 +7,7 @@
<parent> <parent>
<groupId>de.77zzcx7.financer</groupId> <groupId>de.77zzcx7.financer</groupId>
<artifactId>financer-parent</artifactId> <artifactId>financer-parent</artifactId>
<version>32-SNAPSHOT</version> <version>32</version>
</parent> </parent>
<artifactId>financer-web-client</artifactId> <artifactId>financer-web-client</artifactId>

View File

@@ -1,3 +1,9 @@
v31 -> v32:
- Integrate new push-service release with VAPID support for Chrome based browsers
v30 -> v31:
- Integrate push-service app to send push notifications (currently only testing)
v29 -> v30: v29 -> v30:
- Fix a bug in the file upload feature that caused every transaction to have a file, even though no file was uploaded - Fix a bug in the file upload feature that caused every transaction to have a file, even though no file was uploaded
- Set proper HTTP headers for file download (mime type, length) - Set proper HTTP headers for file download (mime type, length)

View File

@@ -13,7 +13,7 @@
<groupId>de.77zzcx7.financer</groupId> <groupId>de.77zzcx7.financer</groupId>
<artifactId>financer-parent</artifactId> <artifactId>financer-parent</artifactId>
<version>32-SNAPSHOT</version> <version>32</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<description>The umbrella for all financer projects</description> <description>The umbrella for all financer projects</description>
<name>financer-parent</name> <name>financer-parent</name>