diff --git a/readme.txt b/readme.txt
index 31d7d73..b38fb8d 100644
--- a/readme.txt
+++ b/readme.txt
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
Tags: comments, spam, optimize, database, revisions, users, posts, trash, schedule, automatic, clean, phpmyadmin, meta, postmeta, responsive, mobile
Requires at least: 3.8
Tested up to: 4.0
-Stable tag: 1.8.9.7
+Stable tag: 1.8.9.8
License: GPLv2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -42,7 +42,9 @@ Please join GitHub and collaborate.
* Enable/Disable weekly schedules of optimization
* Apply native WordPress MySql optimize commands on your database tables without phpMyAdmin or any manual query.
* Display Database table statistics. Shows how much space can be optimized and how much space has been cleared.
-* Enabled for Administrators only.
+* Enabled for Administrators only.
+* E-mail notifications on automatic cleanup
+
**All the potentially dangerous clean up options are marked RED.**
@@ -151,6 +153,10 @@ Please check your database for corrupted tables. That can happen, usually your w
== Changelog ==
+= 1.8.9.8 =
+* Daily Schedule Option Added
+* Email notification on automatic optimization, default email is admin email address. You can change this in settings
+
= 1.8.9.7 =
* BUGFIX for Settings screen
* Enable/Disable trackbacks / comments buttons removal and use select box instead. Extra button caused the Auto Scheduler to get into reset mode.
diff --git a/wp-optimize-common.php b/wp-optimize-common.php
index c5cf06f..b5d947d 100644
--- a/wp-optimize-common.php
+++ b/wp-optimize-common.php
@@ -257,7 +257,7 @@ function wpo_headerImage(){
$text = '
';
- $text .='';
+ //$text .='';
echo $text;
}
diff --git a/wp-optimize-credits.php b/wp-optimize-credits.php
index 444acc6..afe813c 100644
--- a/wp-optimize-credits.php
+++ b/wp-optimize-credits.php
@@ -15,15 +15,6 @@
- Ruhani Rabin