From e0896df54040413d382100f68788469433baa5ae Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Thu, 27 Aug 2009 03:37:15 -0400 Subject: [PATCH] Reset pressed buttons on next click (#1485987) --- UPGRADING | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/UPGRADING b/UPGRADING index b2c1977..6362e0c 100644 --- a/UPGRADING +++ b/UPGRADING @@ -14,6 +14,7 @@ - ./program/ - ./installer/ - ./skins/default/ + - ./plugins/ 2. Run ./bin/update.sh from the commandline OR open http://url-to-roundcube/installer/ in a browser. To enable the latter one, you have to temporary set 'enable_installer' to true @@ -24,6 +25,7 @@ ./SQL/[yourdbtype].update.sql that are superscribed with the currently installed version number. 5. Make sure 'enable_installer' is set to false again. +6. Check .htaccess settings (some php settings could become required) For manually upgrading your RoundCube installation follow the instructions -- Gitblit v1.9.1