Skip to content

Commit 03ce978

Browse files
mpociotgithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 8d405f4 commit 03ce978

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
All notable changes to `nativephp-laravel` will be documented in this file.
44

5+
## 0.4.0 - 2023-08-09
6+
7+
### What's Changed
8+
9+
- Added the ability to remove custom .env keys when bundling the application
10+
- Allow custom php.ini settings by @mpociot in https://github.com/NativePHP/laravel/pull/98
11+
- Add method to configure disks by @mpociot in https://github.com/NativePHP/laravel/pull/99
12+
- Printer support by @mpociot in https://github.com/NativePHP/laravel/pull/103
13+
- Adds 'php artisan native:migrate fresh' command by @shanerbaner82 in https://github.com/NativePHP/laravel/pull/81
14+
- Add Tests For `Windows` by @milwad-dev in https://github.com/NativePHP/laravel/pull/100
15+
- import VerifyCsrfToken and refactor by @JaberWiki in https://github.com/NativePHP/laravel/pull/110
16+
- Modified return type of clipboard image method by @blankRSD in https://github.com/NativePHP/laravel/pull/111
17+
- add windowPosition by @DanielHudson in https://github.com/NativePHP/laravel/pull/112
18+
- Implement MenuBarDroppedFiles event by @ArondeParon in https://github.com/NativePHP/laravel/pull/113
19+
20+
### New Contributors
21+
22+
- @mpociot made their first contribution in https://github.com/NativePHP/laravel/pull/98
23+
- @shanerbaner82 made their first contribution in https://github.com/NativePHP/laravel/pull/81
24+
- @JaberWiki made their first contribution in https://github.com/NativePHP/laravel/pull/110
25+
- @blankRSD made their first contribution in https://github.com/NativePHP/laravel/pull/111
26+
- @DanielHudson made their first contribution in https://github.com/NativePHP/laravel/pull/112
27+
- @ArondeParon made their first contribution in https://github.com/NativePHP/laravel/pull/113
28+
29+
**Full Changelog**: https://github.com/NativePHP/laravel/compare/0.3.0...0.4.0
30+
531
## 0.3.0 - 2023-07-31
632

733
### What's Changed

0 commit comments

Comments
 (0)