|
2 | 2 |
|
3 | 3 | All notable changes to `nativephp-laravel` will be documented in this file.
|
4 | 4 |
|
| 5 | +## 0.5.0 - 2024-04-01 |
| 6 | + |
| 7 | +### What's Changed |
| 8 | + |
| 9 | +* Add Laravel 11 support by @meliani in https://github.com/NativePHP/laravel/pull/262 |
| 10 | +* Add printToPDF function by @basst85 in https://github.com/NativePHP/laravel/pull/104 |
| 11 | +* Add method to update an existing context-menu of the menu bar by @bbredewold in https://github.com/NativePHP/laravel/pull/108 |
| 12 | +* Add required config for using GitHub as an updater provider by @danjohnson95 in https://github.com/NativePHP/laravel/pull/189 |
| 13 | +* Add ability to exclude files and entire folders from built application by @nexxai in https://github.com/NativePHP/laravel/pull/165 |
| 14 | +* Add ability to use string events by @LukeTowers in https://github.com/NativePHP/laravel/pull/67 |
| 15 | +* Fix 'native:db:seed' command not working by @me-shaon in https://github.com/NativePHP/laravel/pull/199 |
| 16 | +* Fix an issue that prevented setting the position on open windows by @curtisblackwell in https://github.com/NativePHP/laravel/pull/215 |
| 17 | +* Fix PHP Fatal Error deleteDirectoryRecursive function in MinifyApplicationCommand by @LunashaGit in https://github.com/NativePHP/laravel/pull/249 |
| 18 | +* Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/NativePHP/laravel/pull/208 |
| 19 | +* Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in https://github.com/NativePHP/laravel/pull/217 |
| 20 | +* Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in https://github.com/NativePHP/laravel/pull/240 |
| 21 | + |
| 22 | +### New Contributors |
| 23 | + |
| 24 | +* @me-shaon made their first contribution in https://github.com/NativePHP/laravel/pull/199 |
| 25 | +* @bbredewold made their first contribution in https://github.com/NativePHP/laravel/pull/108 |
| 26 | +* @danjohnson95 made their first contribution in https://github.com/NativePHP/laravel/pull/189 |
| 27 | +* @curtisblackwell made their first contribution in https://github.com/NativePHP/laravel/pull/215 |
| 28 | +* @nexxai made their first contribution in https://github.com/NativePHP/laravel/pull/165 |
| 29 | +* @LunashaGit made their first contribution in https://github.com/NativePHP/laravel/pull/249 |
| 30 | +* @LukeTowers made their first contribution in https://github.com/NativePHP/laravel/pull/67 |
| 31 | +* @meliani made their first contribution in https://github.com/NativePHP/laravel/pull/262 |
| 32 | + |
| 33 | +**Full Changelog**: https://github.com/NativePHP/laravel/compare/0.4.0...0.5.0 |
| 34 | + |
5 | 35 | ## 0.4.0 - 2023-08-09
|
6 | 36 |
|
7 | 37 | ### What's Changed
|
|
0 commit comments