Skip to content

Commit

Permalink
Release v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Apr 25, 2024
1 parent 03a143b commit f091711
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Vanilo's aim is that **Laravel developers** can **rapidly** create E-commerce ap

#### 4.x

The latest stable release is **4.0.0**, and it was released on Apr 25th, 2024.
The latest stable release is **4.0.1**, and it was released on Apr 25th, 2024.
Vanilo v4.0 supports Laravel 10.x & 11.x versions and PHP 8.2 - 8.3

Refer to the [Roadmap](https://vanilo.io/docs/3.x/roadmap) for upcoming versions.
Expand Down
2 changes: 1 addition & 1 deletion src/Foundation/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Vanilo Foundation',
'version' => '4.0.0'
'version' => '4.0.1'
];
5 changes: 5 additions & 0 deletions src/Order/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 4.x Series

## 4.0.1
##### 2024-04-25

- Removed the Doctrine DBAL dependency

## 4.0.0
##### 2024-04-25

Expand Down

0 comments on commit f091711

Please sign in to comment.