Index: branches/2.8.x/INSTALL
===================================================================
--- branches/2.8.x/INSTALL	(revision 1530)
+++ branches/2.8.x/INSTALL	(revision 1531)
@@ -21,6 +21,11 @@
 Step 5 - Upgrade-script:
 - Delete File upgrade-script.php
 
+Step 6 Fill in Admintool Droplets
+- After login to the backend, go to Menu Add-ons advanced
+- in Execute module files manually File: "upgrade.php" or File: "install.php"
+- select droplets and click Execute
+
 Have fun with WB 2.8.2 SP2
 
 
Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1530)
+++ branches/2.8.x/CHANGELOG	(revision 1531)
@@ -11,6 +11,8 @@
 ! = Update/Change
 
 =========================== add small Features 2.8.2 ==========================
+28 Nov-2011 Build 1531 Dietmar Woellbrink (Luisehahne)
+! add Instructions for droplets
 27 Nov-2011 Build 1530 Dietmar Woellbrink (Luisehahne)
 ! update templates allcss and round (Tks to Rübenwurzel)
 + Add UPGRADE Instructions
Index: branches/2.8.x/UPGRADE
===================================================================
--- branches/2.8.x/UPGRADE	(revision 1530)
+++ branches/2.8.x/UPGRADE	(revision 1531)
@@ -41,4 +41,11 @@
 Step 7 - Delete the config.php.new:
 - to solve the problem with overwritten config.php by upgrade to 2.8.2  we upload a config.php.new.
 
+Step 8 Upgrade Admintool Droplets
+- do a backup from your droplets
+- unzip your backup local and upload your own droplets to /modules/droplets/example
+- go to Menu Add-ons advanced
+- in Execute module files manually File: File: "install.php"
+- select droplets and click Execute
+
 Have fun with WB 2.8.2 SP2
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1530)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1531)
@@ -52,4 +52,4 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.2');
-if(!defined('REVISION')) define('REVISION', '1530');
+if(!defined('REVISION')) define('REVISION', '1531');
