You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-5Lines changed: 17 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,24 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [Unreleased]
5
5
6
-
## [7.0.0] - 2020-06-26
6
+
## [7.0.1] - 2020-06-28
7
7
8
-
Started from scratch with a blank Laravel 7.* installation. This release is not an upgrade, and for that reason it is impossible to document all the changes that occurred. This version should be used for new projects.
8
+
## Added
9
9
10
-
### Added
10
+
- Missing captcha functionality for login/register
11
11
12
-
### Removed
12
+
## Changed
13
+
14
+
- Seed second role in production not just testing
15
+
16
+
## Removed
17
+
18
+
- Duplicate user tests
19
+
- Terser in mix file
20
+
21
+
## [7.0.0] - 2020-06-26
22
+
23
+
Started from scratch with a blank Laravel 7.* installation. This release is not an upgrade, and for that reason it is impossible to document all the changes that occurred. This version should be used for new projects.
13
24
14
25
## [6.0.3] - 2020-02-17
15
26
@@ -184,7 +195,8 @@ Started from scratch with a blank Laravel 7.* installation. This release is not
184
195
- Fix yarn tests
185
196
- Fix: Socially logged in users get assigned the default role
0 commit comments