Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
rappasoft committed Aug 8, 2020
2 parents 8f6dad7 + 75bc4a4 commit 966f38a
Show file tree
Hide file tree
Showing 17 changed files with 422 additions and 344 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [7.2.5] - 2020-08-06

## Changed

- Min Livewire to 1.3
- Update Italian Translations
- Update Indonesia Translations
- Update Hebrew Translations
- Make tests compatible with any locale
- Make backend sidebar logs link a dropdown

## [7.2.4] - 2020-07-29

## Added
Expand Down Expand Up @@ -331,7 +342,8 @@ 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/v7.2.4...development
[Unreleased]: https://github.com/rappasoft/laravel-boilerplate/compare/v7.2.5...development
[7.2.5]: https://github.com/rappasoft/laravel-boilerplate/compare/v7.2.4...v7.2.5
[7.2.4]: https://github.com/rappasoft/laravel-boilerplate/compare/v7.2.3...v7.2.4
[7.2.3]: https://github.com/rappasoft/laravel-boilerplate/compare/v7.2.2...v7.2.3
[7.2.2]: https://github.com/rappasoft/laravel-boilerplate/compare/v7.2.1...v7.2.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ If you discover a security vulnerability within this boilerplate, please send an

### Donations

If you would like to help the continued efforts of this project, any size [donations](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=JJWUZ4E9S9SFG&lc=US&item_name=Laravel%205%20Boilerplate&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted) are welcomed and highly appreciated.
If you would like to help the continued efforts of this project, any size [donations](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=JJWUZ4E9S9SFG&lc=US&item_name=Laravel%205%20Boilerplate&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted) are welcomed and highly appreciated. Please also consider [sponsoring](https://github.com/sponsors/rappasoft) this project, it would be a huge help.

### License

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"jamesmills/laravel-timezone": "^1.9",
"lab404/laravel-impersonate": "^1.6",
"langleyfoxall/laravel-nist-password-rules": "^4.1",
"laravel/framework": "^7.22.4",
"laravel/framework": "^7.24",
"laravel/socialite": "^4.3",
"laravel/tinker": "^2.0",
"laravel/ui": "^2.0",
"livewire/livewire": "^1.0",
"livewire/livewire": "^1.3",
"rappasoft/laravel-livewire-tables": "^0.1",
"rappasoft/lockout": "^2.1",
"spatie/laravel-activitylog": "^3.14",
Expand Down
Loading

0 comments on commit 966f38a

Please sign in to comment.