You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/prologue/changelog/4.x.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,15 @@
4
4
5
5
### Changed
6
6
7
-
- Coming soon
7
+
- Project renamed from `Laravel Migration Actions` to `Laravel Actions` by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/108
8
+
- Console commands have been renamed by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/110
9
+
-`Names::MIGRATE` constant have been renamed to `Names::ACTIONS` by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/111
10
+
- Refactored `actions:upgrade` console command by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/112
11
+
- Renamed console class name by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/113
12
+
- Database table name changed from `migration_actions` to `actions` by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/114
13
+
- Changelog prepared for version 4 by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/115
14
+
- Renamed `migrate` methods with `actions` by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/116
15
+
- Added Events tests by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/117
16
+
- Fixed conflict block by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/120
0 commit comments