We're very proud to announce the stable version 1.0 of Roundcube Webmail. After more than 8 years since the project was published, we feel confident to name it one-dot-oh. From the last stable version we added to following new features:
- Cleaned up the configuration into a single file
- Importing email messages and contact group assignments
- Advanced LDAP address book functionality
- A toggle to switch between HTML and plaintext view
- Save drafts in local storage for recovery
- Canned responses to save and recall boilerplate texts
- Improved keyboard navigation in messages list
- Optimized UI to work on tablet devices
- Attachment reminder plugin
- And mainly we were busy cleaning up the codebase, fixing a lot of bugs, making it more stable and writing more documentation.
With this release, we'd also like to introduce the Roundcube plugins repository at plugins.roundcube.net. This central platform should help you find the right plugins for your Roundcube installation and makes it simple to keep them up-to-date. The installation and update mechanism is based on Composer and Packagist.
We'd also like to encourage plugin developers to publish their plugins on this platform. Please read the instructions how to prepare your plugin for publishing.
After lots of testing and collecting your feedback, this version is considered stable and we recommend to update all productive installations of Roundcube.
Download the fresh webmail and framework packages from roundcube.net/download
Read the full list of changes here: trac.roundcube.net/wiki/Changelog
WARNING: when upgrading from <= 0.9 the old configuration files named main.inc.php and db.inc.php are now deprecated and should be replaced with one single config.inc.php file. Run the ./bin/update.sh script to get this conversion done or manually merge the files. NOTE: the new config.inc.php should only contain options that differ from the ones listed in defaults.inc.php.
Source: http://roundcube.net/news/2014/04/07/roundcube-webmail-1.0.0-released/
Get it Now: http://roundcube.net/download
Congratulations, been using Roundcube for years now, happy to see it reach this milestone in it's like.
I had to make a couple of little changes to 1.0.0 to get it to work on my system ...
[08-Apr-2014 15:21:32] PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /export/home/roundcubemail-0.9.5/program/lib/Roundcube/rcube_plugin_api.php on line 282
in rcube_plugin_api.php:
root@webmailzone:~# head -282 /export/home/roundcubemail-0.9.5/program/lib/Roundcube/rcube_plugin_api.php | tail -1
$info = $plugin_name->info();
[08-Apr-2014 15:22:53] PHP Warning: substr_compare() [<a href='function.substr-compare'>function.substr-compare</a>]: The length cannot exceed initial string length in /export/home/roundcubemail-0.9.5/program/lib/Roundcube/html.php on line 288
in html.php:
root@webmailzone:~# head -288 /export/home/roundcubemail-0.9.5/program/lib/Roundcube/html.php | tail -1
if (strlen($key) > 4) $is_data_attr = substr_compare($key, 'data-', 0, 5) === 0;
thanks for the updates :)
Jon
:) happy to read this post!!!
I've one Question: I'm running 0.8.7 an my server. What's the best way: a) upgrade to 0.9, then to 1.0 or b) directly to 1.0?
TIA and keep up the good work!
You should be able to upgrade directly. Although my favorite method is to install a fresh new copy, pointing at a copy of the original database. That way you can de-bug and make certain everything is fine before turing your users loose on it.
Softaculous wrote me telling me that 1.0.0 has Issues. :)
"We are aware of this but there are some issues in upgrade process of roundcube and due to that we have not launched the update."
Quote from: BrotherAndrew on April 12, 2014, 09:42:35 AM
Softaculous wrote me telling me that 1.0.0 has Issues. :)
"We are aware of this but there are some issues in upgrade process of roundcube and due to that we have not launched the update."
Whatever. I've ben using it since the day after release. "Upgrade issues" probably only affect those who use automated scripts. Doing the fresh parallel install the way I have done for years has never given me any issues.
:)
Just wanted to congratulate the RoundCube devs. EXCELLENT RELEASE, and you have a lot to be proud of!
Also a big shoutout to the development team - thanks! 8)
Thank you :)