File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 22
33All 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
You can’t perform that action at this time.
0 commit comments