Skip to content

Commit f46cfe1

Browse files
authored
Merge pull request #1536 from rappasoft/development
v8.2.1
2 parents e533b18 + d93bb50 commit f46cfe1

File tree

16 files changed

+1467
-870
lines changed

16 files changed

+1467
-870
lines changed

.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ LOG_LEVEL=debug
1515
DB_CONNECTION=mysql
1616
BROADCAST_DRIVER=log
1717
CACHE_DRIVER=file
18+
FILESYSTEM_DRIVER=local
1819
QUEUE_CONNECTION=sync
1920
SESSION_DRIVER=file
2021
SESSION_LIFETIME=120
@@ -49,6 +50,7 @@ AWS_ACCESS_KEY_ID=
4950
AWS_SECRET_ACCESS_KEY=
5051
AWS_DEFAULT_REGION=us-east-1
5152
AWS_BUCKET=
53+
AWS_USE_PATH_STYLE_ENDPOINT=false
5254

5355
# Pusher
5456
PUSHER_APP_ID=

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55

6+
## [8.2.1] - 2021-05-30
7+
8+
### Added
9+
10+
- [Vietnamese (vi) language](https://github.com/rappasoft/laravel-boilerplate/pull/1531)
11+
12+
### Changed
13+
14+
- Updated composer and yarn dependencies
15+
- [Updated TR translations](https://github.com/rappasoft/laravel-boilerplate/pull/1527)
16+
- Updated to Laravel commit: 131a10260e73e83e6b1cd63788b8f6584dd3e98a
17+
618
## [8.2.0] - 2021-04-22
719

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

456-
[Unreleased]: https://github.com/rappasoft/laravel-boilerplate/compare/v8.2.0...development
457-
[8.2.0]: https://github.com/rappasoft/laravel-boilerplate/compare/v8.0.3...v8.2.0
468+
[Unreleased]: https://github.com/rappasoft/laravel-boilerplate/compare/v8.2.1...development
469+
[8.2.1]: https://github.com/rappasoft/laravel-boilerplate/compare/v8.2.0...v8.2.1
470+
[8.2.0]: https://github.com/rappasoft/laravel-boilerplate/compare/v8.1.0...v8.2.0
458471
[8.1.0]: https://github.com/rappasoft/laravel-boilerplate/compare/v8.0.3...v8.1.0
459472
[8.0.3]: https://github.com/rappasoft/laravel-boilerplate/compare/v8.0.2...v8.0.3
460473
[8.0.2]: https://github.com/rappasoft/laravel-boilerplate/compare/v8.0.1...v8.0.2

artisan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ define('LARAVEL_START', microtime(true));
1111
| Composer provides a convenient, automatically generated class loader
1212
| for our application. We just need to utilize it! We'll require it
1313
| into the script here so that we do not have to worry about the
14-
| loading of any our classes "manually". Feels great to relax.
14+
| loading of any of our classes manually. It's great to relax.
1515
|
1616
*/
1717

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"jamesmills/laravel-timezone": "^1.9",
1919
"lab404/laravel-impersonate": "^1.6",
2020
"langleyfoxall/laravel-nist-password-rules": "^4.1",
21-
"laravel/framework": "^8.24",
21+
"laravel/framework": "^8.40",
2222
"laravel/socialite": "^5.0",
2323
"laravel/tinker": "^2.5",
2424
"laravel/ui": "^3.0",

0 commit comments

Comments
 (0)