Skip to content

Commit

Permalink
Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Apr 25, 2024
1 parent 1e9cfd8 commit 2fc3c2c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 3.x Series

## Unreleased
##### 2023-XX-YY
## 3.0.0
##### 2024-04-25

- BC: Changed the `UserType` interface so that it now extends the `EnumInterface`
- Dropped Laravel 9 support
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ this to your app's `config/auth.php` file:
| 8.x | 1.5 - 2.5 |
| 9.x | 2.1+ |
| 10.x | 2.7+ |
| 11.x | 3.0+ |

## PHP Compatibility

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Now you should see this:
+----+--------------------+--------+---------+-------------+-----------------+
| # | Name | Kind | Version | Id | Namespace |
+----+--------------------+--------+---------+-------------+-----------------+
| 1. | Konekt User Module | Module | 2.8.0 | konekt.user | Konekt\User |
| 1. | Konekt User Module | Module | 3.0.0 | konekt.user | Konekt\User |
+----+--------------------+--------+---------+-------------+-----------------+
```

Expand Down
2 changes: 1 addition & 1 deletion src/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Konekt User Module',
'version' => '3.x-dev'
'version' => '3.0.0'
];

0 comments on commit 2fc3c2c

Please sign in to comment.