Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 68218e4

Browse files
author
the-djmaze
committed
v2.36.3
1 parent 365a5ef commit 68218e4

File tree

7 files changed

+19
-5
lines changed

7 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.36.3 – 2024-05-27
2+
3+
### Changed
4+
- UserAuth prevent plugin errors (like the Nextcloud plugin did)
5+
6+
### Fixed
7+
- Undefined variable $aTokenData
8+
[#1567](https://github.com/the-djmaze/snappymail/issues/1567)
9+
10+
111
## 2.36.2 – 2024-05-26
212

313
### Added

dev/Settings/Admin/About.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ export class AdminSettingsAbout /*extends AbstractViewSettings*/ {
7878
});
7979
}
8080

81+
clearCache() {
82+
Remote.request('AdminClearCache');
83+
}
84+
8185
updateCoreData() {
8286
if (!this.coreUpdating()) {
8387
this.coreUpdating(true);

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.36.2</upstream>.
1+
This app packages SnappyMail <upstream>2.36.3</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.36.2
7+
VERSION=2.36.3
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: 1 addition & 1 deletion
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.36.2</version>
6+
<version>2.36.3</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.**

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.36.2" );
23+
return ( "2.36.3" );
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.36.2",
6+
"version": "2.36.3",
77
"homepage": "https://snappymail.eu",
88
"author": {
99
"name": "DJ Maze",

0 commit comments

Comments
 (0)