Skip to content

v3.0.0

Compare
Choose a tag to compare
@andrey-helldar andrey-helldar released this 13 Oct 22:17
· 378 commits to main since this release
378d975

Added

  • Added recursive search for files in the selected directory
  • Added console command for upgrade

Changed

  • Changed configuration file location
  • Changed the location of the action storage directory
  • Changed namespace to DragonCode\LaravelActions\Action
  • Action classes changed to anonymous
  • Changed spelling of class parameters from snake_case to camelCase
  • Changed the name of the column in the database

Removed

  • Removed support for PHP 7.3 and 7.4
  • Removed support for Laravel 6.x
  • Removed use of Actionable interface

See the upgrade manual for more information.

Full Changelog: v2.9.0...v3.0.0