Skip to content

Releases: GeoSot/Laravel-EnvEditor

3.1.0

14 Apr 22:41
Compare
Choose a tag to compare

What's Changed

  • ref: refactor controller by @GeoSot in #48
  • build(code quality): add rector package by @GeoSot in #49
  • pref: Add backup collection by @GeoSot in #50
  • test: Add BackupObj test & transfer EntryObj to Dto namespace by @GeoSot in #51

Full Changelog: 3.0.0...3.1.0

3.0.0

13 Apr 15:24
a040641
Compare
Choose a tag to compare

What's Changed

  • Bump actions/cache from 3 to 4 by @dependabot in #39
  • Bump ramsey/composer-install from 2 to 3 by @dependabot in #40
  • feat: update to support laravel 10 & 11 by @GeoSot in #41
  • fix: fix phpstan configuration by @GeoSot in #42
  • docs: add packagist informational icons by @GeoSot in #43
  • ref: disable routes by default by @GeoSot in #44
  • docs: document configuration change by @GeoSot in #45
  • docs: increase PhpStan documentation level by @GeoSot in #46
  • feat!: change file manager to auto-discover .env file by @GeoSot in #47

Full Changelog: 2.1.1...3.0.0

2.1.1

02 Oct 17:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

2.1.0

21 Apr 21:49
61e9260
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.1...2.1.0

2.0.1

05 Apr 14:35
6d85995
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.0.1

Support php 8, increase stability

28 Mar 22:20
0cf5ebe
Compare
Choose a tag to compare

What's Changed

  • Update Actions & Add dependandbot by @GeoSot in #25
  • Add EntryObj, increase coverage by @GeoSot in #24

Full Changelog: v1.1.0...2.0.0

Breaking changes:

In case of published configuration file, the option 'paths.backupDirectory' has to be wrapped inside storage_path()

like this:

 'paths' => [
       ...
        //backup files directory
        'backupDirectory' => storage_path('env-editor'),
    ],

v1.1.0

25 Jan 17:38
Compare
Choose a tag to compare

What's Changed

  • Replace some protected vars, using constants
  • Change routes.php directory
  • Use FileSystem As dependency - Add tests
  • Replace axios, utilizing fetch
  • Update Font Awesome to v5

Full Changelog: v1.0.2...v1.1.0

v1.0.2

23 Jan 17:41
0ad91b8
Compare
Choose a tag to compare

What's Changed

  • Fix views publish/override location

Fix `getKey` Method

20 Jan 21:13
9ae2c0b
Compare
Choose a tag to compare
v1.0.1

Fix `getKey` method (#17)