diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-06-13 14:16:00 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-06-13 14:16:00 +0200 |
commit | f0398c87d9bd472d23b6dfce6943d97fbf9fabf5 (patch) | |
tree | 98cecb37a950f2019668a9071f27f5630002845d /plugins/database_attachments/package.xml | |
parent | df9d004cf838ec3e7e8f26d8255ffb78665c1c59 (diff) |
Use rcube_cache class to store attachments in database.
Add options to configure TTL and cache type.
Diffstat (limited to 'plugins/database_attachments/package.xml')
-rw-r--r-- | plugins/database_attachments/package.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/database_attachments/package.xml b/plugins/database_attachments/package.xml index 40db858a4..44adc219e 100644 --- a/plugins/database_attachments/package.xml +++ b/plugins/database_attachments/package.xml @@ -5,7 +5,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> <name>database_attachments</name> <channel>pear.roundcube.net</channel> - <summary>SQL database storage for uploaded attachments</summary> + <summary>Database storage for uploaded attachments</summary> <description> This plugin which provides database backed storage for temporary attachment file handling. The primary advantage of this plugin @@ -24,9 +24,9 @@ <email>ziba@umich.edu</email> <active>yes</active> </developer> - <date>2011-11-21</date> + <date>2013-06-13</date> <version> - <release>1.0</release> + <release>1.1</release> <api>1.0</api> </version> <stability> |