Skip to content

2.4.0

Compare
Choose a tag to compare
@nWidart nWidart released this 11 Jul 07:39
· 1575 commits to master since this release
23e2e98

Added

  • User: Trigger an event (UserIsCreating) before a user is created, allowing customising its data via listeners
  • Media: new blade directive for thumbnails @thumbnail('path', 'thumbnailName')
  • Workshop: Add the ability to set custom stubs folder used by generated modules

Changed

  • User: Testing password hashing
  • User: Moved the CanFindUserWithBearerToken to the Trait namespace
  • Media: Ability to set the field name for media directives (single & multiple), as forth argument
  • Media: Fixing URL generation in case of S3, remove first
  • Adminlte: Moved to using laravel.mix
  • Adminlte: Dependencies are now handled by NPM instead of Bower
  • Flatly: Moved to using laravel.mix

Log

  • view commit • Preparing 2.4.0 release
  • view commit • Publish the new workshop configuration key
  • view commit • CS: PSR1/2
  • view commit • Adding changelog item
  • view commit • Trigger an event before a user is created, allowing customising its data via listeners
  • view commit • Adding workshop changelog
  • view commit • Testing the feature of overwriting stub views.
  • view commit • Testing the feature of overwriting stub views. Using realpath instead of base_path, leaving more options open
  • view commit • Create a stub route files to overwrite default routes stub
  • view commit • Add custom stubs folder (#344)
  • view commit • Update php-cs-fixer configuration file to use v2
  • view commit • Adding changelog item for adminlte theme
  • view commit • Preparing 2.4.0 changelog for adminlte theme
  • view commit • Updating and compiling assets
  • view commit • Migrate Adminlte theme to laravel mix
  • view commit • Preparing 2.4 changelog for media
  • view commit • Creating a @thumbnail blade directive
  • view commit • Preparing the user changelog
  • view commit • Show build status on 2.0 branch
  • view commit • Move build icon at start
  • view commit • Using a flat badge
  • view commit • Adding back a proper readme file
  • view commit • Updating changelog for adminlte theme, removing 1.0 mentions
  • view commit • Preparing next flatly release
  • view commit • Updating changelogs for v2
  • view commit • User: Move the CanFindUserWithBearerToken trait to Trait namespace
  • view commit • Reading the AWS credentials from environment file
  • view commit • Get the url from the configured filesystem and remove the first slash of the path
  • view commit • Flatly with Laravel Mix (#340)
  • view commit • Update MediaSingleDirective.php (#338)
  • view commit • Merge branch 'master' into 2.0
  • view commit • Using field name for both Media Blade Directives (#337)
  • view commit • Making sure the hashed password is correct