Skip to content

Commit 3b182ae

Browse files
committed
1.7.0 release
1 parent 35d4153 commit 3b182ae

2 files changed

Lines changed: 53 additions & 37 deletions

File tree

_data/downloads.json

Lines changed: 16 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
"packages": [
66
{
77
"package": "Dependent",
8-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.15/roundcubemail-1.6.15.tar.gz",
9-
"version": "1.6.15",
10-
"size": "3.7 MB",
11-
"checksum": "9e415d4f6c29a60c9495a614ffeb9e2786601f74093b4a0a2b9cba0c32535efa"
8+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.7.0/roundcubemail-1.7.0.tar.gz",
9+
"version": "1.7.0",
10+
"size": "4.0 MB",
11+
"checksum": "d84fb637e4ec36be96f98e719f65fab3c17b1dace8d2a590f948111e51847cba"
1212
},
1313
{
1414
"package": "Complete",
15-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.15/roundcubemail-1.6.15-complete.tar.gz",
16-
"version": "1.6.15",
17-
"size": "5.6 MB",
18-
"checksum": "48c9f212c77460132491f670abaf440b765c8276268349a690913764d26afbef"
15+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.7.0/roundcubemail-1.7.0-complete.tar.gz",
16+
"version": "1.7.0",
17+
"size": "6.0 MB",
18+
"checksum": "a34c366da2b7a24ad4a6382b4bb9a677cb581ee08bfc6304d0a9a721098e7a98"
1919
},
2020
{
2121
"package": "Framework",
22-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.15/roundcube-framework-1.6.15.tar.gz",
23-
"version": "1.6.15",
22+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.7.0/roundcube-framework-1.7.0.tar.gz",
23+
"version": "1.7.0",
2424
"size": "1.1 MB",
25-
"checksum": "a90770a8b0a17dfe4fe78d98abce1c4219c4c05bb2b6f08178d9cdff587434bf"
25+
"checksum": "4dab0dae47c839f1cca9daac9438d80771bb94d177aaa59dbeeb63a06e9ef4bc"
2626
}
2727
]
2828
},
@@ -39,11 +39,11 @@
3939
"packages": [
4040
{
4141
"package": "Complete",
42-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.5.15/roundcubemail-1.5.15-complete.tar.gz",
43-
"version": "1.5.15",
44-
"size": "7.2 MB",
45-
"checksum": "ed96857435066e8cedc0dfa7c3965fd89263e69ba4951385f09939a38b938c28"
46-
}
42+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.15/roundcubemail-1.6.15-complete.tar.gz",
43+
"version": "1.6.15",
44+
"size": "5.6 MB",
45+
"checksum": "48c9f212c77460132491f670abaf440b765c8276268349a690913764d26afbef"
46+
},
4747
]
4848
},
4949
"beta": {
@@ -58,27 +58,6 @@
5858
"titleVersion": true,
5959
"description": "We recommend to test pre-release versions on a separate environment, and don't forget to backup your data before installing.",
6060
"packages": [
61-
{
62-
"package": "Dependent",
63-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.7-rc6/roundcubemail-1.7-rc6.tar.gz",
64-
"version": "1.7-rc6",
65-
"size": "4.0 MB",
66-
"checksum": "97a2c6fa98d997a5a0689680d73586d3b120e44755704be5c612bcc7f46df75f"
67-
},
68-
{
69-
"package": "Complete",
70-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.7-rc6/roundcubemail-1.7-rc6-complete.tar.gz",
71-
"version": "1.7-rc6",
72-
"size": "6.1 MB",
73-
"checksum": "c68a7cf44c2f23adc76b3283aadb09c3d2921bd24efec1e9e14e57927c924265"
74-
},
75-
{
76-
"package": "Framework",
77-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.7-rc6/roundcube-framework-1.7-rc6.tar.gz",
78-
"version": "1.7-rc6",
79-
"size": "1.1 MB",
80-
"checksum": "4ad67b65f28c4c15a8e16e93f2c6aa4c9ab05191fec796491980a88a1b4d0eff"
81-
}
8261
]
8362
}
8463
}
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: article
3+
title: Roundcube 1.7.0 released
4+
tags: releases stable
5+
---
6+
7+
This is the stable release of the next major version 1.7 of Roundcube Webmail.
8+
9+
After almost four years of development we introduce a few breaking changes, some new features, and bring support for recent PHP versions. With automated code style and quality checks, removed code bloat and updated dependencies, we hope for even more codebase quality.
10+
11+
Some noteworthy changes are:
12+
13+
- Mandatory public_html/ entry-point for HTTP servers, protecting all installations better.
14+
- Improved OAuth2/OIDC support (e.g. support for OIDC discovery, OIDC logout).
15+
- Markdown mail rendering and composing.
16+
- A quick actions mouse-over menu on the messages list.
17+
- Advanced mail search syntax.
18+
19+
Breaking Changes:
20+
21+
- Dropped support for PHP < 8.1.
22+
- Dropped support for Internet Explorer.
23+
- Dropped support for MS SQL Server and Oracle.
24+
- public_html/ entry-point made mandatory, all static resources are served via public_html/static.php.
25+
- Removed apc cache driver (replaced by apcu cache driver).
26+
- Changed smtp_log option default value to false.
27+
- Removed contact_search_name option in favor of contactlist_name_template.
28+
- Replaced session property changed by expires_at.
29+
- Removed the (insecure) virtualmin password driver.
30+
31+
This release is considered stable and we encourage you to update your productive installations
32+
after carefully testing the upgrade scenario. Download it from [roundcube.net](https://roundcube.net/download).
33+
34+
With the release of Roundcube 1.7.0, the previous stable release branch 1.6.x changes into an LTS (low maintenance) mode which means it will only receive important security updates. The 1.5.x series is no longer supported and maintained.
35+
36+
See the full changelog in the [release notes](https://github.com/roundcube/roundcubemail/releases/tag/1.7.0)
37+
on the Github download page, but don't forget about previous release canditate and beta releases.

0 commit comments

Comments
 (0)