Skip to content

Releases: datalogix/laravel-utils

v3.4.0

16 Nov 18:18
Compare
Choose a tag to compare

Features

  • Update translations

v3.3.0

12 Nov 11:37
Compare
Choose a tag to compare

Features

  • Update translations

v3.2.0

25 Oct 21:41
Compare
Choose a tag to compare

Features

  • Set config through environment variables

v3.1.0

25 Oct 19:20
Compare
Choose a tag to compare

Features

  • Update translations

v3.0.2

19 Oct 12:58
Compare
Choose a tag to compare

Fixes

  • Force register Datalogix\Translation\TranslationServiceProvider

v3.0.1

19 Oct 12:41
Compare
Choose a tag to compare

Fixes

  • Add translations for validation rules aliases

v3.0.0

19 Oct 12:10
Compare
Choose a tag to compare

Features

Breaking Changes

  • Drop support php 7.2

v2.2.0

18 Oct 16:58
Compare
Choose a tag to compare

Features

v2.1.0

18 Oct 14:09
Compare
Choose a tag to compare

Features

  • Update translations
  • Add helper statesBR

v2.0.0

15 Oct 13:26
Compare
Choose a tag to compare

Features

  • Add new option https.forceScheme

Breaking Changes

Rename option middleware to https

Before

'middleware' => [
    'forceHttps' => app()->environment('production'),
],

After

'https' => [
    'forceScheme' => app()->environment('production'),
    'middleware' => app()->environment('production'),
],