===============================
FROM Roundcube 0.6 - Bundle 1.0
===============================

NEWS
====

(*) global_config

You get a better performance if you use this plugin. Merge all
plugin configuration files into the config file of this plugin.
You avaoid unnessecary file stats this way.

(*) tinymce

This plugin adds a virtual keyboard to the compose page.
Copy _Jsvk_ folder into ./program/js/tiny_mce/plugins and
register the plugin.

REQUIREMENTS
============

The following plugins require _qtip_ plugin:

(*) calendar
(*) settings

No need to register _qtip_ plugin. It is loaded automatically.

CONFIGURATION
=============

Unregister _savepassword_ and _settings_ plugin. These plugins
are loaded automatically now.

_config_ folder has been removed. Config file is now in plugin
root folder:

(*) accounts
(*) archivefolder
(*) blockspamsending
(*) calendar
(*) captcha
(*) contactus
(*) crawler
(*) dblog
(*) demologin
(*) google_ads
(*) hmail_autoban
(*) hmail_autoresponder
(*) hmail_forwarding
(*) hmail_login
(*) hmail_password
(*) hmail_signature
(*) hmail_spamfilter
(*) idle_timeout
(*) impersonate
(*) lang_sel
(*) logout_redirect
(*) moreuserinfo
(*) nabble
(*) newuser
(*) pwtools
(*) register
(*) request_saver
(*) rss_feeds
(*) settings
(*) sticky_notes
(*) summary
(*) taskbar
(*) terms
(*) tinymce
(*) webmail_notifier
(*) wrapper

The following plugins require re-configuration:

(*) accounts
(*) hmail_autoresponder
(*) hmail_forwarding
(*) hmail_password
(*) hmail_signature
(*) hmail_spamfilter
(*) moreuserinfo
(*) pwtools
(*) taskbar

===============================
FROM Roundcube 0.6 - Bundle 1.8
===============================

CONFIGURATION
=============

(*) calendar

The default CalDAV backend definition has to be
re-configured:

/* 
   default CalDAV backend (null = no default settings)
   %u  will be replaced by $_SESSION['username']
   %gu will be replaced by google calendar user (requires google_contacts plugin)
   %p  will be replaced by Roundcube Login Password
   %gp will be replaced by google calendar password (requires google_contacts plugin)
   %c  will be replaced by the category a CalDAV is associated with
*/

$rcmail_config['default_caldav_backend'] = array(
  'user' => '%gu',
  'pass' => '%gp',
  'url' => 'https://www.google.com/calendar/dav/%gu/events',
  'cat' => 'https://www.google.com/calendar/dav/%gu/%c',
  'auth' => 'basic',
  'extr' => false, // external reminder service (f.e. google calendar reminders)
);

===============================
FROM Roundcube 0.6 - Bundle 1.9
===============================

DATABASE
========

(*) calendar

Alter tables 'events', 'events_cache' and 'events_caldav':
1. Field 'recurrence_id' must be type integer, length 10
2. Insert new field 'exdates' type text (accept null)