Pre-2.0 - Dustin Bolton See history_archived.txt for older history information. 2.0.0 - 2011-02-12 - Dustin Bolton Complete overhaul with a multitude of features & enhancements. 2.0.1 - 2011-04-27 - Dustin Bolton File permissions warning on some servers on the Server Information page. Fatal error on some servers on the Server Information page. Update to 2.0 handles importbuddy password migration in a more stable way. Added ZIP backup serial to reported details during backup. Fixed import link on Getting Started page. 2.0.2 - 2011-04-29 - Dustin Bolton Removed hover to show select destination / edit links for remote destinations. Changed README.txt to readme.txt. Fixed importbuddy incorrectly reporting extraction failure in fallback modes. Fixed directory exclusions failing in some environments. Fixed database table escaping during backups. Fixed database rewrites in importbuddy. 2.0.3 - 2011-05-02 - Dustin Bolton Fixed problem with scheduled events not firing. 2.0.4 - 2011-05-02 - Dustin Bolton importbuddy.php now excluded from root of backups. Editing a full schedule auto-selected database only. Added readme.txt file for Rackspace testing. 2.0.5 - 2011-05-02 - Dustin Bolton Significantly improved compatibility with Alternate WP Cron system. define('ALTERNATE_WP_CRON', true); Removed false error message on scheduled backups with no remote destinations. 2.0.6 - 2011-05-03 - Dustin Bolton Improved directory exclusion migration from pre-2.0 to post-2.0. Added additional index check for adding remote destinations to prevent unkeyed indices. 2.0.7 - 2011-05-04 - Dustin Bolton Added additional alternate cron checks to avoid header already sent warnings on backup page. 2.0.8 - 2011-05-06 - Dustin Bolton Fixed case where editing a schedule could duplicate the edited schedule cron event. 2.0.9 - 2011-05-09 - Dustin Bolton Fixed extra slash being included when blocking directory browsing. Could potentially cause problems on some servers. Added additional index.php file for use in blocking directory browsing for additional redundancy. 2.0.10 - 2011-05-09 - Dustin Bolton Added alternate FTP port support by specifying the FTP address in the format: address:port such as yoursite.com:21. 2.0.11 - 2011-05-11 - Dustin Bolton Added schedule name to email notifications for scheduled backups for easier tracking of what triggered the backup. Added support for future an upcoming remote destination coming soon. 2.0.12 - 2011-05-13 - Dustin Bolton Added more logging to help debug issues. 2.1.0 - 2011-05-16 - Dustin Bolton Added Dropbox.com support for remote destinations. Improved status messages. 2.1.1 - 2011-05-19 - Dustin Bolton Fixed importing database tables including 'non-normal' characters in their name. Reduced status update delays from 5 seconds to 3 seconds. Corrected year in dates in history.txt file. 2010 -> 2011. Added additional cleanup function when loading Backup page to help take care of orphaned files from failed backups. 2.1.2 - 2011-05-23 - Dustin Bolton Added additional detailed information to compatibility options. periodic_cleanup() function subtracted time improperly, resulting in delays in periodic cleanup. Added warning if launching a new backup before the previous one finished. Fixed anti_directory_browsing not creating directory if needed. 2.1.3 - 2011-05-31 - Dustin Bolton importbuddy: Initialized $file_stream variable to false to prevent possible edge case when all possible .sql files are missing. Issue #26. Added log file viewer & option to clear to debugging information on the Getting Started page. Scheduled indices now increment based on an overall variable rather than incrementing based off the largest schedule index. Helps prevent rogue cron schedules from conflicting with a different schedule. Issue #25. Fixed issue where backup listing could list non-existant backups if glob() returned an error. Issue #27. Amazon S3 test did not test SSL option. Adding a remote destination could sometimes display a notice when debug mode was on. Added handling of colon (:) in the site url during backups. 2.1.4 - 2011-06-02 - Dustin Bolton Added additional checks on last index for adding schedules. Issue #33. Added limits for remote destinations. Issue #13. - Skyler Moore Removed casting array on glob for robustness. Issue #34. Added Loopback Detection to Server Info. page. Issue #5. 2.1.5 - 2011-06-06 - Dustin Bolton Updated updater lib to 1.0.3 to fix changelog link being broken. Fixed iThemes.com link on Getting Started page. Editing the first remote destination entered for a service could fail in some situations. Adding the first remote destination entered for a service to a schedule could fail in some situations. Fixed undefined constant notice in importbuddy.php on some servers. Fixed missing Knowledge Base icon. Issue #42. Fixed empty() being used on remote destination indices. Issue #41. Added notification of compatibility mode & codex link to fix it.