Skip to content

Commit

Permalink
Merge pull request #1536 from rappasoft/development
Browse files Browse the repository at this point in the history
v8.2.1
  • Loading branch information
rappasoft committed May 31, 2021
2 parents e533b18 + d93bb50 commit f46cfe1
Show file tree
Hide file tree
Showing 16 changed files with 1,467 additions and 870 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ LOG_LEVEL=debug
DB_CONNECTION=mysql
BROADCAST_DRIVER=log
CACHE_DRIVER=file
FILESYSTEM_DRIVER=local
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120
Expand Down Expand Up @@ -49,6 +50,7 @@ AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false

# Pusher
PUSHER_APP_ID=
Expand Down
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [8.2.1] - 2021-05-30

### Added

- [Vietnamese (vi) language](https://github.com/rappasoft/laravel-boilerplate/pull/1531)

### Changed

- Updated composer and yarn dependencies
- [Updated TR translations](https://github.com/rappasoft/laravel-boilerplate/pull/1527)
- Updated to Laravel commit: 131a10260e73e83e6b1cd63788b8f6584dd3e98a

## [8.2.0] - 2021-04-22

### Added
Expand Down Expand Up @@ -453,8 +465,9 @@ Started from scratch with a blank Laravel 7.* installation. This release is not
- Fix yarn tests
- Fix: Socially logged in users get assigned the default role

[Unreleased]: https://github.com/rappasoft/laravel-boilerplate/compare/v8.2.0...development
[8.2.0]: https://github.com/rappasoft/laravel-boilerplate/compare/v8.0.3...v8.2.0
[Unreleased]: https://github.com/rappasoft/laravel-boilerplate/compare/v8.2.1...development
[8.2.1]: https://github.com/rappasoft/laravel-boilerplate/compare/v8.2.0...v8.2.1
[8.2.0]: https://github.com/rappasoft/laravel-boilerplate/compare/v8.1.0...v8.2.0
[8.1.0]: https://github.com/rappasoft/laravel-boilerplate/compare/v8.0.3...v8.1.0
[8.0.3]: https://github.com/rappasoft/laravel-boilerplate/compare/v8.0.2...v8.0.3
[8.0.2]: https://github.com/rappasoft/laravel-boilerplate/compare/v8.0.1...v8.0.2
Expand Down
2 changes: 1 addition & 1 deletion artisan
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ define('LARAVEL_START', microtime(true));
| Composer provides a convenient, automatically generated class loader
| for our application. We just need to utilize it! We'll require it
| into the script here so that we do not have to worry about the
| loading of any our classes "manually". Feels great to relax.
| loading of any of our classes manually. It's great to relax.
|
*/

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"jamesmills/laravel-timezone": "^1.9",
"lab404/laravel-impersonate": "^1.6",
"langleyfoxall/laravel-nist-password-rules": "^4.1",
"laravel/framework": "^8.24",
"laravel/framework": "^8.40",
"laravel/socialite": "^5.0",
"laravel/tinker": "^2.5",
"laravel/ui": "^3.0",
Expand Down
Loading

0 comments on commit f46cfe1

Please sign in to comment.