Changelog
1.0.0
*Plugin Created
2.0
- Restore Database Backup on singe click
- Change look and feel
2.1
- Store Database Backup FTP,Dropbox,Email
- Email Notification
- fixed bug: Warning: Illegal offset type in /wp-admin/includes/template.php
- Fixed bug: Warning: Illegal string offset ‘enable_autobackups
2.1.1
- Fixed bug: Conflict issue with Disqus Comments System, NextGen Gallery etc.
2.1.2
- Fixed Dropbox issue ( it saves me a “backup” that weight 0KB.)
2.1.3
- Fixed Vulnerability
2.2
- Added new Feature
- Database backup list pagination
- Search backup (Date/ Database Size)
- Sort backup list (Date/ Database Size)
2.3
- Added new tab- Database information.
- Include random number in the file name(Improve security).
- Added .htaccess file in db-backup directory for prevent database dump listing(Improve security).
2.4
- Added Hourly Auto Database Backup Frequency
- Added Advance Feature Tab.
3.0
- Added log message.
- Send database backup to destination in zip format.
- Download database backup file in zip format.
- Resoled Database information tab issue.
3.1
Added Support and Documantation link in help section.
Resolved .htasses file issue(remove create .htasses file code).
3.2
- Added Setting Tab.
- Added Feature:Minimum number of Local Database Backups(Setting Tab).
- Added Feature:Enable Error Log(Setting Tab).
- Resolved Error: Undefined index: page
- Changes in Email Notification template.
3.3
New Feature : Save database backup file in zip format on local server.
3.4
- Improve security(CSRF protection): Validate that the contents of the form request came from the current site and not somewhere else.
3.5
- Backup zip labeled with the site name(Help when backing up multiple sites).
- Changes in Email Notification template.
3.6
- Exclude Tables.
- Add drop down button for Quick setting view, Update notifications
3.7
- Removed PHP warnings
- For more info visit : http://www.wpseeds.com/blog/release-new-version-3-7-wp-database-backup/
3.8
- 03-12-2015
- Added Twice Daily Auto Database Backup Frequency
- Resolved bug :Warning: Cannot modify header information(FTP)
3.9
- 06-03-2016
- Uses mysqldump for faster back ups if they are available.
3.9.1
19-03-2016
Resolved issue : The website is built under a directory i.e. http://www.xyz.com/demo
3.9.2
- 14-04-2016
- Compatible wordpress version 4.5 : Depricated function : mysql_real_escape_string. use _real_escape insted mysql_real_escape_string
- Resolved issue : PHP Strict Standards: mktime(). use the time() function instead mktime().
3.9.3
- 24-04-2016
- Added New Tab : System Check (i.e backup folder permission, execution time etc)
3.9.4
- 28-04-2016
- Added : Disk space checkup(memory available).
4.0
- 04-05-2016
- Resolved : time out error.
- Resolved : undefined function ftp_connect error.
- Changed : look and feel.
4.1
- 20-06-2016
- Added New Feature : Google drive integration.
- Changes in email notification template
- Add new Tab : Subscribe
4.2
- 24-06-2016
- Added New Feature : Amazon s3 integration.
- Fixed Vulnerability : prevent direct download
4.3
* 07-07-2016
* Fixed Amazon s3 collapse tab issue
* Added documentation links in Help tab
4.3.1
* 01-08-2016
* Fixed CSRF and XSS vuln issue(suggestion by Chen Ruiqi)