diff --git a/cordova/build.sh b/cordova/build.sh
index 4215be899..9858c897f 100755
--- a/cordova/build.sh
+++ b/cordova/build.sh
@@ -126,6 +126,9 @@ if [ ! -d $PROJECT ]; then
cordova plugin add hu.dpal.phonegap.plugins.uniquedeviceid
checkOK
+ cordova plugin add org.apache.cordova.file
+ checkOK
+
fi
if $DBGJS
diff --git a/cordova/config.xml b/cordova/config.xml
index aabee9e98..07d568350 100644
--- a/cordova/config.xml
+++ b/cordova/config.xml
@@ -12,6 +12,9 @@
+
+
+
diff --git a/public/views/includes/version.html b/public/views/includes/version.html
index e0fd0393f..c190141fe 100644
--- a/public/views/includes/version.html
+++ b/public/views/includes/version.html
@@ -1,5 +1,4 @@
v{{v.version}}
- #{{v.commitHash}}
diff --git a/public/views/preferences.html b/public/views/preferences.html
index 75f6269a5..c027c9531 100644
--- a/public/views/preferences.html
+++ b/public/views/preferences.html
@@ -2,6 +2,7 @@
diff --git a/public/views/preferencesLogs.html b/public/views/preferencesLogs.html
new file mode 100644
index 000000000..f5bcd7f0f
--- /dev/null
+++ b/public/views/preferencesLogs.html
@@ -0,0 +1,16 @@
+