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 Feb 28, 2024
1 parent 78d760e commit 03f57f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Address Module Changelog

## Unreleased
##### 2023-XX-YY
## 3.0.0
##### 2024-02-28

- Dropped Laravel 9 support
- Dropped Enum v3 Support
- Dropped PHP 8.0 support
- Added PHP 8.3 support
- Added Laravel 11 support
- Added Doctrine DBAL v4 support (required for Laravel 11)
- Added Doctrine DBAL v4 support ~~(required for Laravel 11)~~
- Removed the Doctrine based migration-workaround for modifying table with enum column that wasn't necessary after Laravel 6
- Changed minimum Enum version to v4.1
- BC: Changed all enum interfaces to extend the root `EnumInterface`
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ php artisan concord:modules -a
+----+-----------------------+--------+---------+------------------+-----------------+
| # | Name | Kind | Version | Id | Namespace |
+----+-----------------------+--------+---------+------------------+-----------------+
| 1. | Konekt Address Module | Module | 3.x-dev | konekt.address | Konekt\Address |
| 1. | Konekt Address Module | Module | 3.0.0 | konekt.address | Konekt\Address |
+----+-----------------------+--------+---------+------------------+-----------------+
```
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 Address Module',
'version' => '3.x-dev',
'version' => '3.0.0',
];

0 comments on commit 03f57f2

Please sign in to comment.