Skip to content

Commit a703799

Browse files
committed
🧾 Update CHANGELOG
1 parent 378d975 commit a703799

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

docs/prologue/changelog/3.x.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
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

0 commit comments

Comments
 (0)