Skip to content

Commit

Permalink
Changed the Customer module requirement to 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Jan 13, 2025
1 parent f572fdc commit 7416946
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Dropped Laravel 10 support
- Removed the default logo (/images/appshell/logo.svg) from the default config
- Added the theme tester route, only available in local env, at `/_appshell/theme/`
- Changed the Customer module requirement to 4.x

## 4.6.0
##### 2024-12-19
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"php": "^8.3",
"ext-json": "*",
"konekt/concord": "^1.15",
"konekt/customer": "^3.1",
"konekt/customer": "^4.0",
"konekt/address": "^3.4",
"konekt/user": "^3.0",
"konekt/acl": "^2.0",
Expand Down
2 changes: 1 addition & 1 deletion docs/admin-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ AppShell only contains very tiny extensions to the stock Laravel authentication

## Additional User Table Fields

The underlying [user module](https://github.com/artkonekt/user) adds the following fields to the
The underlying [user module](https://konekt.dev/user) adds the following fields to the
user table:

- `type` - `Konekt\User\Models\UserType`
Expand Down

0 comments on commit 7416946

Please sign in to comment.