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 11# 3.x
22
3+ ## v3.0.0 - 2022-10-13
4+
5+ ### Added
6+
7+ - Added recursive search for files in the selected directory
8+ - Added console command for upgrade
9+
10+ ### Changed
11+
12+ - Changed configuration file location
13+ - Changed the location of the action storage directory
14+ - Changed namespace to ` DragonCode\LaravelActions\Action `
15+ - Action classes changed to anonymous
16+ - Changed spelling of class parameters from ` snake_case ` to ` camelCase `
17+ - Changed the name of the column in the database
18+
19+ ### Removed
20+
21+ - Removed support for PHP 7.3 and 7.4
22+ - Removed support for Laravel 6.x
23+ - Removed use of interface Contracts
24+
25+ See the [ ` upgrade manual ` ] ( https://actions.dragon-code.pro/prologue/upgrade.html ) for more information.
26+
27+ ** Full Changelog** : https://github.com/TheDragonCode/laravel-migration-actions/compare/v2.9.0...v3.0.0
28+
329## v3.0-RC8 - 2022-10-12
430
531** Full Changelog** : https://github.com/TheDragonCode/laravel-migration-actions/compare/v3.0-RC7...v3.0-RC8
You can’t perform that action at this time.
0 commit comments