Releases: JackieDo/Laravel-Dotenv-Editor
Releases · JackieDo/Laravel-Dotenv-Editor
2.1.0
[Updated]:
- Add supporting Laravel 10.x (Pull request #48)
[Fixed]:
- Fix supporting Laravel 7.x (commit 24667e3)
- Fixed input argument conversion for
set-key
command (commit bc8c7bc)
2.0.1
CHANGE LOGS:
- Update README.
- Change required dependencies (commit 0971d87).
2.0.0
First release for version 2.x:
[Changes]:
- Refactor source code.
- Add support Laravel 9.x
- Change the parser to be fully compatible with the
vlucas/phpdotenv
package.
- Add some new feautures.
1.2.1
CHANGE LOGS:
- Fixed:
- Fix for PHP 8.1 and later (commit 154228b)
1.2.0
CHANGE LOGS:
- Update:
- Now, only supports Laravel 5.8 and above (PR #37)
- Remove unused test files (PR #40)
- Do not create .gitignore file automatically in backup folder (PR #41)
- Add support to Laravel 8.0 (PR #42)
1.1.2
CHANGE LOGS:
- Update:
- Make SetKeys to accept associative array (commit 5d799a9).
1.1.1
CHANGE LOGS:
- Update:
- Change appending a new line to the buffer if not present (commit f54431c).
1.1.0
CHANGE LOGS:
- New:
- Allows to specify always creating the backup directory, whether or not the backup is performed (PR #35).
- Fixed:
1.0.9
CHANGE LOGS:
- Update:
- Support Auto Discovery feature (PR #33).
- Update writer (PR #29).
- Defer service provider registration (PR #27)
- Fix:
- Safety measure for the
getBackups()
method (PR #28).
- Fixed a lot of issues with grammar and style for README (PR #30).
- Append a newline to the buffer if not present (PR #32).
1.0.8
- [Fixed] The method handle() does not exists. (Pull request #19, #23. Issue #18)
- [Fixed] The value "0" isn't displayed in output array. (Pull request #20)
- [Fixed] The error "Undefined property" in the class DotenvWriter. (Pull request #22)