Skip to content

Commit 0dedeb0

Browse files
author
the-djmaze
committed
v2.37.1
1 parent cc9bc3d commit 0dedeb0

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.37.1 – 2024-08-12
2+
3+
### Fixed
4+
- Gulp v5 broke the fonts
5+
16
## 2.37.0 – 2024-08-12
27

38
### Added

integrations/cloudron/DESCRIPTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This app packages SnappyMail <upstream>2.37.0</upstream>.
1+
This app packages SnappyMail <upstream>2.37.1</upstream>.
22

33
SnappyMail is a simple, modern, lightweight & fast web-based email client.
44

integrations/cloudron/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN mkdir -p /app/code
44
WORKDIR /app/code
55

66
# If you change the extraction below, be sure to test on scaleway
7-
VERSION=2.37.0
7+
VERSION=2.37.1
88
RUN wget https://github.com/the-djmaze/snappymail/releases/download/v${VERSION}/snappymail-${VERSION}.zip -O /tmp/snappymail.zip && \
99
unzip /tmp/snappymail.zip -d /app/code && \
1010
rm /tmp/snappymail.zip && \

integrations/nextcloud/snappymail/appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<id>snappymail</id>
44
<name>SnappyMail</name>
55
<summary>SnappyMail Webmail</summary>
6-
<version>2.37.0</version>
6+
<version>2.37.1</version>
77
<licence>agpl</licence>
88
<author>SnappyMail, RainLoop Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli</author>
99
<description><![CDATA[**Lightweight & fast email client.**
@@ -64,7 +64,7 @@ There, click on the link to go to the SnappyMail admin panel.
6464
<lib>xxtea</lib>
6565
<lib>zip</lib>
6666
-->
67-
<nextcloud min-version="20" max-version="29" />
67+
<nextcloud min-version="20" max-version="30" />
6868
</dependencies>
6969
<settings>
7070
<admin>OCA\SnappyMail\Settings\AdminSettings</admin>

integrations/virtualmin/snappymail.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sub script_snappymail_longdesc
2020
# script_snappymail_versions()
2121
sub script_snappymail_versions
2222
{
23-
return ( "2.37.0" );
23+
return ( "2.37.1" );
2424
}
2525

2626
sub script_snappymail_version_desc

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "SnappyMail",
44
"description": "Simple, modern & fast web-based email client",
55
"private": true,
6-
"version": "2.37.0",
6+
"version": "2.37.1",
77
"homepage": "https://snappymail.eu",
88
"author": {
99
"name": "DJ Maze",

0 commit comments

Comments
 (0)