Skip to content

Releases: stickeeuk/sync-module

v3.1.1

13 Mar 08:01
4644c0c

Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

13 Mar 07:52
727c096

Choose a tag to compare

What's Changed

Full Changelog: v3.0.3...v3.1.0

v3.0.3

07 May 14:28
dc19cf8

Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.0.3

v3.0.2

30 Apr 14:47
50aa5a5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.0.2

v3.0.1

23 Aug 15:46
44f3825

Choose a tag to compare

Merge pull request #21 from stickeeuk/laravel10

Added Laravel10

v3.0.0

01 Dec 15:38
e255bd9

Choose a tag to compare

Laravel 9

v2.0.2

26 Sep 13:36
8b2f16f

Choose a tag to compare

  • Allow DBAL 3

v2.0.1

26 Sep 13:21
d037f50

Choose a tag to compare

  • PHP 8

v2.0.0

28 Jun 09:18
4cd13e7

Choose a tag to compare

Split server and client configs into separate files

To upgrade clients:

  • Rename config/sync.php -> config/sync-client.php
  • Remove the "client" wrapper array, i.e. ['client' => ['xxx' => 'yyy']] should be ['xxx' => 'yyy']
  • Search for "config('sync" and update as necessary

v1.0.5

14 Feb 07:56
2c5368b

Choose a tag to compare

  • Fix sometimes using the default connection
  • Fix error transferring zero-byte files