Skip to content

Commit f091711

Browse files
Release v4.0.1
1 parent 03a143b commit f091711

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Vanilo's aim is that **Laravel developers** can **rapidly** create E-commerce ap
1414

1515
#### 4.x
1616

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

2020
Refer to the [Roadmap](https://vanilo.io/docs/3.x/roadmap) for upcoming versions.

src/Foundation/resources/manifest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
return [
66
'name' => 'Vanilo Foundation',
7-
'version' => '4.0.0'
7+
'version' => '4.0.1'
88
];

src/Order/Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## 4.x Series
44

5+
## 4.0.1
6+
##### 2024-04-25
7+
8+
- Removed the Doctrine DBAL dependency
9+
510
## 4.0.0
611
##### 2024-04-25
712

0 commit comments

Comments
 (0)