Skip to content

Commit f99fe03

Browse files
Release v4.0.0
1 parent 144cc4d commit f99fe03

31 files changed

Lines changed: 49 additions & 57 deletions

File tree

Changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## 4.x Series
44

5-
## Unreleased
6-
##### 2024-XX-YY
5+
## 4.0.0
6+
##### 2024-04-25
77

88
- Dropped PHP 8.0 & PHP 8.1 Support
99
- Dropped Laravel 9 Support

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,12 @@
1010

1111
Vanilo's aim is that **Laravel developers** can **rapidly** create E-commerce applications with **pleasure**.
1212

13-
## Development Version
14-
15-
You are browsing the unstable, v4.x version of this repository!
16-
17-
Do not use this branch in any real projects yet, as it's a subject of heavy changes!
18-
19-
For the stable version see the `3.x` branch.
20-
2113
## Stable Version
2214

23-
#### 3.x
15+
#### 4.x
2416

25-
The latest stable release is **3.8.2**, and it was released on Nov 17th, 2023.
26-
Vanilo v3.8 supports Laravel 9.x & 10.x versions and PHP 8.0 - 8.3
17+
The latest stable release is **4.0.0**, and it was released on Apr 25th, 2024.
18+
Vanilo v4.0 supports Laravel 10.x & 11.x versions and PHP 8.2 - 8.3
2719

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

src/Adjustments/Changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## 4.x Series
44

5-
## Unreleased
6-
##### 2023-XX-YY
5+
## 4.0.0
6+
##### 2024-04-25
77

88
- Dropped PHP 8.0 & PHP 8.1 Support
99
- Dropped Laravel 9 Support

src/Adjustments/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 Adjustments Module',
7-
'version' => '4.x-dev'
7+
'version' => '4.0.0'
88
];

src/Cart/Changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## 4.x Series
44

5-
## Unreleased
6-
##### 2023-XX-YY
5+
## 4.0.0
6+
##### 2024-04-25
77

88
- Dropped PHP 8.0 & PHP 8.1 Support
99
- Dropped Laravel 9 Support

src/Cart/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 Cart Module',
7-
'version' => '4.x-dev'
7+
'version' => '4.0.0'
88
];

src/Category/Changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## 4.x Series
44

5-
## Unreleased
6-
##### 2023-XX-YY
5+
## 4.0.0
6+
##### 2024-04-25
77

88
- Dropped PHP 8.0 & PHP 8.1 Support
99
- Dropped Laravel 9 Support

src/Category/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 Category Module',
7-
'version' => '4.x-dev'
7+
'version' => '4.0.0'
88
];

src/Channel/Changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## 4.x Series
44

5-
## Unreleased
6-
##### 2023-XX-YY
5+
## 4.0.0
6+
##### 2024-04-25
77

88
- Dropped PHP 8.0 & PHP 8.1 Support
99
- Dropped Laravel 9 Support

src/Channel/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 Channel Module',
7-
'version' => '4.x-dev'
7+
'version' => '4.0.0'
88
];

0 commit comments

Comments
 (0)