From 372da67e7c5a0515d01382d71eeab04a69719796 Mon Sep 17 00:00:00 2001 From: thomasb Date: Mon, 29 Mar 2010 15:55:43 +0000 Subject: Added package.xml (this time with ) git-svn-id: https://svn.roundcube.net/trunk@3441 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/new_user_dialog/new_user_dialog.php | 2 +- plugins/new_user_dialog/package.xml | 65 +++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+), 1 deletion(-) create mode 100644 plugins/new_user_dialog/package.xml diff --git a/plugins/new_user_dialog/new_user_dialog.php b/plugins/new_user_dialog/new_user_dialog.php index 006cb2711..f5881f669 100644 --- a/plugins/new_user_dialog/new_user_dialog.php +++ b/plugins/new_user_dialog/new_user_dialog.php @@ -7,7 +7,7 @@ * and sets a session flag in case it is incomplete. An overlay box will appear * on the screen until the user has reviewed/completed his identity. * - * @version 1.0 + * @version @package_version@ * @author Thomas Bruederli */ class new_user_dialog extends rcube_plugin diff --git a/plugins/new_user_dialog/package.xml b/plugins/new_user_dialog/package.xml new file mode 100644 index 000000000..cb0bc1644 --- /dev/null +++ b/plugins/new_user_dialog/package.xml @@ -0,0 +1,65 @@ + + + new_user_dialog + pear.roundcube.net + Present identities settings dialog to new users + When a new user is created, this plugin checks the default identity and sets a session flag in case it is incomplete. An overlay box will appear on the screen until the user has reviewed/completed his identity. + + Thomas Bruederli + thomasb + roundcube@gmail.com + yes + + 2010-03-29 + + + 1.0 + 1.0 + + + stable + stable + + GNU GPLv2 + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5.2.1 + + + 1.7.0 + + + + + -- cgit v1.2.3