Skip to content

Commit 966f38a

Browse files
committed
Merge branch 'development'
2 parents 8f6dad7 + 75bc4a4 commit 966f38a

File tree

17 files changed

+422
-344
lines changed

17 files changed

+422
-344
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55

6+
## [7.2.5] - 2020-08-06
7+
8+
## Changed
9+
10+
- Min Livewire to 1.3
11+
- Update Italian Translations
12+
- Update Indonesia Translations
13+
- Update Hebrew Translations
14+
- Make tests compatible with any locale
15+
- Make backend sidebar logs link a dropdown
16+
617
## [7.2.4] - 2020-07-29
718

819
## Added
@@ -331,7 +342,8 @@ Started from scratch with a blank Laravel 7.* installation. This release is not
331342
- Fix yarn tests
332343
- Fix: Socially logged in users get assigned the default role
333344

334-
[Unreleased]: https://github.com/rappasoft/laravel-boilerplate/compare/v7.2.4...development
345+
[Unreleased]: https://github.com/rappasoft/laravel-boilerplate/compare/v7.2.5...development
346+
[7.2.5]: https://github.com/rappasoft/laravel-boilerplate/compare/v7.2.4...v7.2.5
335347
[7.2.4]: https://github.com/rappasoft/laravel-boilerplate/compare/v7.2.3...v7.2.4
336348
[7.2.3]: https://github.com/rappasoft/laravel-boilerplate/compare/v7.2.2...v7.2.3
337349
[7.2.2]: https://github.com/rappasoft/laravel-boilerplate/compare/v7.2.1...v7.2.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ If you discover a security vulnerability within this boilerplate, please send an
4545

4646
### Donations
4747

48-
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.
48+
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.
4949

5050
### License
5151

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"jamesmills/laravel-timezone": "^1.9",
2020
"lab404/laravel-impersonate": "^1.6",
2121
"langleyfoxall/laravel-nist-password-rules": "^4.1",
22-
"laravel/framework": "^7.22.4",
22+
"laravel/framework": "^7.24",
2323
"laravel/socialite": "^4.3",
2424
"laravel/tinker": "^2.0",
2525
"laravel/ui": "^2.0",
26-
"livewire/livewire": "^1.0",
26+
"livewire/livewire": "^1.3",
2727
"rappasoft/laravel-livewire-tables": "^0.1",
2828
"rappasoft/lockout": "^2.1",
2929
"spatie/laravel-activitylog": "^3.14",

0 commit comments

Comments
 (0)