From 0dedeb0180eca356a7525d8f12214cfe4879f4b2 Mon Sep 17 00:00:00 2001
From: the-djmaze <>
Date: Mon, 12 Aug 2024 20:46:00 +0200
Subject: [PATCH] v2.37.1
---
CHANGELOG.md | 5 +++++
integrations/cloudron/DESCRIPTION.md | 2 +-
integrations/cloudron/Dockerfile | 2 +-
integrations/nextcloud/snappymail/appinfo/info.xml | 4 ++--
integrations/virtualmin/snappymail.pl | 2 +-
package.json | 2 +-
6 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 272f09e921..0399897305 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 2.37.1 – 2024-08-12
+
+### Fixed
+- Gulp v5 broke the fonts
+
## 2.37.0 – 2024-08-12
### Added
diff --git a/integrations/cloudron/DESCRIPTION.md b/integrations/cloudron/DESCRIPTION.md
index 0cbdd1b6a2..79269a97fe 100644
--- a/integrations/cloudron/DESCRIPTION.md
+++ b/integrations/cloudron/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages SnappyMail 2.37.0.
+This app packages SnappyMail 2.37.1.
SnappyMail is a simple, modern, lightweight & fast web-based email client.
diff --git a/integrations/cloudron/Dockerfile b/integrations/cloudron/Dockerfile
index 0e9f5f9878..e821f39a87 100644
--- a/integrations/cloudron/Dockerfile
+++ b/integrations/cloudron/Dockerfile
@@ -4,7 +4,7 @@ RUN mkdir -p /app/code
WORKDIR /app/code
# If you change the extraction below, be sure to test on scaleway
-VERSION=2.37.0
+VERSION=2.37.1
RUN wget https://github.com/the-djmaze/snappymail/releases/download/v${VERSION}/snappymail-${VERSION}.zip -O /tmp/snappymail.zip && \
unzip /tmp/snappymail.zip -d /app/code && \
rm /tmp/snappymail.zip && \
diff --git a/integrations/nextcloud/snappymail/appinfo/info.xml b/integrations/nextcloud/snappymail/appinfo/info.xml
index 3200da68d7..d2006f2481 100644
--- a/integrations/nextcloud/snappymail/appinfo/info.xml
+++ b/integrations/nextcloud/snappymail/appinfo/info.xml
@@ -3,7 +3,7 @@
snappymail
SnappyMail
SnappyMail Webmail
- 2.37.0
+ 2.37.1
agpl
SnappyMail, RainLoop Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli
xxtea
zip
-->
-
+
OCA\SnappyMail\Settings\AdminSettings
diff --git a/integrations/virtualmin/snappymail.pl b/integrations/virtualmin/snappymail.pl
index 693278b7bc..72cc4887cf 100644
--- a/integrations/virtualmin/snappymail.pl
+++ b/integrations/virtualmin/snappymail.pl
@@ -20,7 +20,7 @@ sub script_snappymail_longdesc
# script_snappymail_versions()
sub script_snappymail_versions
{
-return ( "2.37.0" );
+return ( "2.37.1" );
}
sub script_snappymail_version_desc
diff --git a/package.json b/package.json
index 34d7ceae1b..2fbba1422a 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"title": "SnappyMail",
"description": "Simple, modern & fast web-based email client",
"private": true,
- "version": "2.37.0",
+ "version": "2.37.1",
"homepage": "https://snappymail.eu",
"author": {
"name": "DJ Maze",