From 8209f77d8e6e2fa787d615dae0fba8530eddac1f Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Fri, 05 Jun 2009 09:34:07 -0400 Subject: [PATCH] - decode message subject for 'save' action (#1485902) --- 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