Releases: GeoSot/Laravel-EnvEditor
Releases · GeoSot/Laravel-EnvEditor
3.1.0
3.0.0
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
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #38
- chore: update dev dependencies by @GeoSot in #37
Full Changelog: 2.1.0...2.1.1
2.1.0
2.0.1
What's Changed
- Add some tests by @GeoSot in #29
- Add coveralls action by @GeoSot in #27
- Change returned HTTP METHOD Names to Uppercase by @ArnoldNicole in #31
New Contributors
- @ArnoldNicole made their first contribution in #31
Full Changelog: 2.0.0...2.0.1
Support php 8, increase stability
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
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
Fix `getKey` Method
v1.0.1 Fix `getKey` method (#17)