diff --git a/build/plugin.xml b/build/plugin.xml
index d715b4cb9..6688aa966 100644
--- a/build/plugin.xml
+++ b/build/plugin.xml
@@ -72,6 +72,11 @@
+
+
+
+
+
diff --git a/package.json b/package.json
index 4fd4f9831..7f9f531d5 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "RainLoop",
"title": "RainLoop Webmail",
"version": "1.5.0",
- "release": "526",
+ "release": "529",
"description": "Simple, modern & fast web-based email client",
"homepage": "http://rainloop.net",
"main": "Gruntfile.js",
diff --git a/plugins/add-x-originating-ip-header/VERSION b/plugins/add-x-originating-ip-header/VERSION
index b123147e2..ea710abb9 100644
--- a/plugins/add-x-originating-ip-header/VERSION
+++ b/plugins/add-x-originating-ip-header/VERSION
@@ -1 +1 @@
-1.1
\ No newline at end of file
+1.2
\ No newline at end of file
diff --git a/plugins/black-list/VERSION b/plugins/black-list/VERSION
index b123147e2..9f8e9b69a 100644
--- a/plugins/black-list/VERSION
+++ b/plugins/black-list/VERSION
@@ -1 +1 @@
-1.1
\ No newline at end of file
+1.0
\ No newline at end of file
diff --git a/rainloop/v/0.0.0/app/libraries/RainLoop/Actions.php b/rainloop/v/0.0.0/app/libraries/RainLoop/Actions.php
index 9511c5c85..573540ea8 100644
--- a/rainloop/v/0.0.0/app/libraries/RainLoop/Actions.php
+++ b/rainloop/v/0.0.0/app/libraries/RainLoop/Actions.php
@@ -2658,7 +2658,7 @@ class Actions
{
\MailSo\Base\Utils::CopyDir($sTmpFolder.'/rainloop/', APP_INDEX_ROOT_PATH.'rainloop/');
- if (!\is_dir(APP_INDEX_ROOT_PATH.'rainloop/v/'.$sNewVersion) &&
+ if (\is_dir(APP_INDEX_ROOT_PATH.'rainloop/v/'.$sNewVersion) &&
\copy($sTmpFolder.'/data/VERSION', APP_DATA_FOLDER_PATH.'VERSION'))
{
if (\md5_file($sTmpFolder.'/index.php') !== \md5_file(APP_INDEX_ROOT_PATH.'index.php'))