Version History

0.9.0

Initial PRB version.

0.9.1

  • Instead of calling php's unlink() directly, illuminate's Filesystem delete() is used.
  • 'files' in the filename is no longer subject to t(), to avoid the risk of invalid characters in the filename.
  • The getcwd() return value is checked. Since it is only used to construct the .zip filename, getcwd() failure can be worked around by using a generic filename.
  • The .zip is now stored in application/files/backup.

1.0.0

  • Initial public release, functionally identical to 0.9.1.

2.0.0

  • 'Backup Database' job added.
  • Minor wording changes to align the two jobs.

2.0.1

  • Install 'Backup Database' job when upgrading.

2.1.0

  • Improved security (changed directory name)
  • Improved database consistency
  • Improved diagnostic reporting

2.1.1

  • Fixes job hangs on fresh installations.