Skip to content

Releases: dutchie027/easyMySQLBackup

S3 Refactoring

04 Apr 01:03
Compare
Choose a tag to compare

S3 now uses buckets and a lengthier structure. You can add it all as part of the first string you pass into the method and it figures the rest out for you.

Refactor Log Class and Make Backup Class Easier To Use

03 Apr 17:29
Compare
Choose a tag to compare
  • Changed the Log class to be instantiated a different way
  • Allowed the backup class to be called without a config class anymore (it implies it)
  • Allowed the S3 functions to be called via the backup class

Full Changelog: 0.2.0...0.3.0

Introduce Config Class

02 Apr 19:46
Compare
Choose a tag to compare
  • Introduced a "Config" class to control things a bit easier
  • Added more tests
  • Wrote a bit cleaner documentation
  • Refactored a few bits
  • Tidied up the code a bit

Initial Alpha Release

01 Apr 03:39
Compare
Choose a tag to compare

This is the first release of the code to packagist and afar. It contains the basic functionality:

  • Create the main class/constructor
  • Allow local backup
  • Upload the backup to S3
  • Basic Documentation