Skip to content

Releases: coderatio/simple-backup

A patch release

Choose a tag to compare

@coderatio coderatio released this 10 May 19:52
73975f7

This release fixes error PHP Fatal error: Uncaught Error: Using $this when not in object context. The contribution was done by @spyridonas .

A patch release

Choose a tag to compare

@coderatio coderatio released this 26 Nov 03:41
fe990ce

This version adds support for Laravel 6 and semver.

The release also fixes a few things.

A patch release

Choose a tag to compare

@coderatio coderatio released this 10 Apr 10:30

This is a minor fix on the SimpleBackup::class at the ->importFrom() throwing $error_message variable not found.

Version 1.0.1

Choose a tag to compare

@coderatio coderatio released this 03 Apr 13:35

This is a patch release to version 1.0

  1. You can now chain static ::start() on SimpleBackup class.
  2. This version includes fluent chaining of database settings.
  3. Added ->includeOnly(array $tables) which allows you to export data for only tables mentioned in $tables variable.
  4. Added ->excludeOnly(array $tables) which removes the inclusion of tables mentioned in $tables variable during export.

The first stable version

Choose a tag to compare

@coderatio coderatio released this 02 Apr 10:52
v1.0.0

Made a few minor changes'