4.x

v4.2.1 - 2023-02-20

Added

  • Added support for published stabs (Laravel Ideaopen in new window 6.3.0+ required) by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/127

Full Changelog: https://github.com/TheDragonCode/laravel-actions/compare/v4.2.0...v4.2.1

v4.2.0 - 2023-02-14

Added

  • Added Laravel 10 support by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/126

Full Changelog: https://github.com/TheDragonCode/laravel-actions/compare/v4.1.0...v4.2.0

v4.1.0 - 2023-02-06

Changed

  • Added php artisan actions:stub console command by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/123

Full Changelog: https://github.com/TheDragonCode/laravel-actions/compare/v4.0.1...v4.1.0

v4.0.0 - 2023-01-21

Changed

  • Project renamed from Laravel Migration Actions to Laravel Actions by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/108
  • Console commands have been renamed by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/110
  • Names::MIGRATE constant have been renamed to Names::ACTIONS by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/111
  • Refactored actions:upgrade console command by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/112
  • Renamed console class name by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/113
  • Database table name changed from migration_actions to actions by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/114
  • Changelog prepared for version 4 by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/115
  • Renamed migrate methods with actions by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/116
  • Added Events tests by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/117
  • Fixed conflict block by @andrey-helldar in https://github.com/TheDragonCode/laravel-actions/pull/120

Full Changelog: https://github.com/TheDragonCode/laravel-actions/compare/v3.2.0...v4.0.0