@@ -3,6 +3,46 @@ All notable changes to this project will be documented in this file.
33
44## [ Unreleased]
55
6+ ## [ 8.0.0] - 2020-10-21
7+
8+ ## Added
9+
10+ - Added back roave/security-advisories
11+ - Added new database factories
12+ - Added Polish languages
13+ - Added BladeServiceProvider with @captcha directive
14+ - Added Captcha rule
15+ - Added Captcha configs to boilerplate configs
16+
17+ ## Changed
18+
19+ - Update livewire tables to 0.3
20+ - Updated users/roles table to use new tables
21+ - Moved livewire components into Frontend/Backend and updated calls
22+ - Removed type partial and just merged into table format
23+ - Update PHP to 7.3
24+ - Update Guzzle to v7
25+ - Update Laravel to v8
26+ - Update Socialite to v5
27+ - Update Laravel UI to v3
28+ - Update Lockout to v3
29+ - Update Breadcrumbs to v2
30+ - Update PHP Pretty Printer to v0.29
31+ - Update Ignition to v2.3.6
32+ - Update Collision to v5
33+ - Condense .env.example
34+ - Updated tests to use new factories
35+ - Updated seeders and factories to be namespaced
36+ - Follow Laravel upgrade guide for v8 and change all the needed files
37+ - Update to Laravel commit: 8d3ca07c4cff6d36593625ee4b34e19ce2dba15b
38+ - Update CS/FR/IN languages
39+ - Sort locale dropdown by language not array key
40+ - Modified login/register controllers to use new Captcha rule
41+
42+ ## Removed
43+
44+ - Remove recaptcha
45+
646## [ 7.2.5] - 2020-08-06
747
848## Changed
@@ -342,7 +382,9 @@ Started from scratch with a blank Laravel 7.* installation. This release is not
342382- Fix yarn tests
343383- Fix: Socially logged in users get assigned the default role
344384
345- [ Unreleased ] : https://github.com/rappasoft/laravel-boilerplate/compare/v7.2.5...development
385+ [ Unreleased ] : https://github.com/rappasoft/laravel-boilerplate/compare/v8.0.0...development
386+ [ 8.0.0 ] : https://github.com/rappasoft/laravel-boilerplate/compare/v7.2.6...v8.0.0
387+ [ 7.2.6 ] : https://github.com/rappasoft/laravel-boilerplate/compare/v7.2.5...v7.2.6
346388[ 7.2.5 ] : https://github.com/rappasoft/laravel-boilerplate/compare/v7.2.4...v7.2.5
347389[ 7.2.4 ] : https://github.com/rappasoft/laravel-boilerplate/compare/v7.2.3...v7.2.4
348390[ 7.2.3 ] : https://github.com/rappasoft/laravel-boilerplate/compare/v7.2.2...v7.2.3
0 commit comments