Skip to content

Releases: itiden/statamic-backup

v0.4.0

14 Jun 13:26
49c3996
Compare
Choose a tag to compare

Features

v0.3.1

14 Jun 08:42
6947440
Compare
Choose a tag to compare

Fixes

  • Merge default config with user-defined config for User pipeline (#33) @CedsTrash

Features

v0.3.0

22 May 10:48
b3efb4d
Compare
Choose a tag to compare

Chores

v0.2.1

04 Mar 19:22
59b52c3
Compare
Choose a tag to compare

Fixes

v0.2.0

04 Mar 18:29
46f2a49
Compare
Choose a tag to compare

Features

Fixes

Chores

v0.1.1

22 Feb 23:32
Compare
Choose a tag to compare
Fix return

v0.1.0

22 Feb 23:08
Compare
Choose a tag to compare
Update inner workings

- Changed backup and restore to use laravel pipeline, which enables DI in the pipes (before drivers).
- Changed the `BackupDriver` contract to an abstract and renamed it to `BackupPipe`.
- Remove the path based restore process in favor of `BackupDto`s this change allows us to dispatch the backup we are restoring from in the new events.
- Added four events: `BackupCreated`, `BackupRestored`, `RestoreFailed`, `BackupFailed`.

We also cleaned up the code a bunch, and added a more tests and assertions

v0.0.8

01 Dec 15:59
Compare
Choose a tag to compare
Add test for command and clean up

v0.0.7

13 Oct 13:40
Compare
Choose a tag to compare
Add descriptions for most methods

v0.0.6

13 Oct 12:48
Compare
Choose a tag to compare
Fix typo