Skip to content

Releases: eXolnet/laravel-backup-database

v1.11.0

06 Feb 16:16
4760cfb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.10.0...v1.11.0

v1.10.0

26 Feb 21:21
124e90c

Choose a tag to compare

What's Changed

  • build(deps): add support for Laravel 12 by @xel1045 in #19
  • ci: add php 8.4 to test matrix by @xel1045 in #21

Full Changelog: v1.9.0...v1.10.0

v1.9.0

28 Mar 14:47
455aa2c

Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.9.0

v1.8.0

09 Mar 20:39
8a011fb

Choose a tag to compare

What's Changed

  • chore(deps): drop support for Laravel 8 by @xel1045 in #11
  • chore(deps): add support for PHP 8.2 by @xel1045 in #10
  • chore(deps): add Laravel 10 support by @xel1045 in #12

Full Changelog: v1.7.0...v1.8.0

v1.7.0

16 Jan 14:20

Choose a tag to compare

  • Use single transaction when dumping instead of locking all tables

v1.6.0

22 Nov 15:42
562bfbd

Choose a tag to compare

  • Drop support for PHP 7
  • Normalize Composer scripts naming
  • Use PSR-12 as our coding standard

v1.5.1

09 Mar 19:09

Choose a tag to compare

  • fix spatie/laravel-backup 8.x dependency

v1.5.0

17 Feb 18:10
9d1371a

Choose a tag to compare

  • Add support for Lavavel 9
  • Remove usage of deprecated enableCompression method and replace is by useCompressor

v1.4.1

26 Oct 16:18

Choose a tag to compare

  • Update contributors

v1.4.0

01 Oct 15:23
e62004a

Choose a tag to compare

  • Add support for PHP 8
  • Drop support for PHP 7.2
  • Update composer dependencies
  • Update LICENSE