Skip to content

Commit 68b1ee7

Browse files
authored
Merge pull request #70 from roundcube/1.7-beta
2 parents 6c05ca0 + 933fdbe commit 68b1ee7

File tree

2 files changed

+54
-2
lines changed

2 files changed

+54
-2
lines changed

_data/releases.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,27 @@
4141
]
4242
},
4343
"beta": {
44-
"name": "Release candidate",
45-
"version": "1.6-rc",
44+
"name": "Beta version",
45+
"version": "1.7-beta",
4646
"sources": [
47+
{
48+
"package": "Dependent",
49+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.7-beta/roundcubemail-1.7-beta.tar.gz",
50+
"size": "3.8 MB",
51+
"checksum": "3bab8bb39662ffa9cff76750550affe60a295b0d2a72c3931c014fcf0f8bbc3f"
52+
},
53+
{
54+
"package": "Complete",
55+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.7-beta/roundcubemail-1.7-beta-complete.tar.gz",
56+
"size": "5.8 MB",
57+
"checksum": "81863eb7247568f028e37a07dcfae0c1dd00ed79a2140499eca5b15ee7f8be99"
58+
},
59+
{
60+
"package": "Framework",
61+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.7-beta/roundcube-framework-1.7-beta.tar.gz",
62+
"size": "1.1 MB",
63+
"checksum": "452bc2c59b8c662f137e9011fa536e593cf80b91da4e75d822cd2af32b11b84c"
64+
}
4765
]
4866
}
4967
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
layout: article
3+
title: Roundcube 1.7 beta released
4+
tags: releases beta
5+
---
6+
7+
The development team is pleased to announce the beta release for the next major version 1.7 of Roundcube webmail.
8+
9+
With this milestone we introduce a few breaking changes, some new features, and bring full support for PHP 8.4.
10+
11+
Some noteworthy changes are:
12+
13+
* Make `public_html/` mandatory as entry-point for HTTP daemons, protecting all installations better.
14+
* Improve support for OAuth2 (e.g. supporting OpenID Connect discovery URLs).
15+
* A Mouse-over menu on the messages list with quick action icons.
16+
* Advanced mail search syntax with more possibilities – you can now use e.g. `is:unread` to only match unread messages. The [test file](https://github.com/roundcube/roundcubemail/blob/master/tests/Actions/Mail/SearchTest.php#L139) has a list of implemented keywords.
17+
* Message parts of content-type `text/markdown` are now rendered to HTML (if they are designated for showing).
18+
* Add a 'php' logging driver, which passes all log statements to PHP's `error_log` handler, allowing to unify all log output.
19+
* Requires PHP v8.1 or newer.
20+
21+
## Breaking Changes
22+
23+
* Dropped support for PHP < 8.1.
24+
* Removed support for MS SQL Server and Oracle.
25+
* Make public_html/ entry-point mandatory, all static resources are served via static.php.
26+
* Removed `apc` cache driver (replaced by `apcu` cache driver).
27+
* Change `smtp_log` option default value to `false`.
28+
29+
For full details please see the [release notes](https://github.com/roundcube/roundcubemail/releases/tag/1.7-beta).
30+
31+
This is a beta release and we recommend to test it on a separate environment.
32+
Migrate existing configs with either the `installto.sh` or the `update.sh` scripts.
33+
34+
And don't forget to backup your data before installing it!

0 commit comments

Comments
 (0)