Skip to content

Commit 466bc54

Browse files
Release v5.0.0
1 parent 1e42207 commit 466bc54

38 files changed

Lines changed: 68 additions & 61 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
## 5.x Series
44

5-
## Unreleased
6-
##### 2025-XX-XX
5+
## 5.0.0
6+
##### 2025-09-03
77

88
- Dropped PHP 8.2 Support
99
- Changed the minimum Laravel 10 version to v10.48

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Vanilo's aim is that **Laravel developers** can **rapidly** create E-commerce ap
1212

1313
## Stable Version
1414

15-
#### 4.x
15+
#### 5.x
1616

17-
The latest stable release is **4.2.0**, and it was released on Dec 14th, 2024.
18-
Vanilo v4 supports Laravel 10.x & 11.x versions and PHP 8.2 - 8.4
17+
The latest stable release is **5.0.0**, and it was released on September 3rd, 2025.
18+
Vanilo v5 supports Laravel 10.48, 11.x and 12.x versions and PHP 8.3 - 8.4
1919

20-
Refer to the [Roadmap](https://vanilo.io/docs/4.x/roadmap) for upcoming versions.
20+
Refer to the [Roadmap](https://vanilo.io/docs/5.x/roadmap) for upcoming versions.
2121

2222
## Further Information
2323

@@ -27,4 +27,9 @@ information about using Vanilo or its components.
2727
Feel free to submit your questions, suggestions by adding a
2828
[new issue](https://github.com/vanilophp/framework/issues/new) here.
2929

30-
Follow us on [twitter](https://twitter.com/vanilo_io) or on [Telegram](https://t.me/vaniloecom).
30+
Community links:
31+
32+
- [X](https://twitter.com/vanilo_io)
33+
- [Telegram](https://t.me/vaniloecom)
34+
- [Discord](https://discord.gg/kG3XDMRFpa)
35+
- [Newsletter](https://vanilo.io#subscribe-to-email-updates)

module-status.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
| Shipment | [![Tests](https://img.shields.io/github/actions/workflow/status/vanilophp/shipment/tests.yml?branch=master&style=flat-square)](https://github.com/vanilophp/shipment/actions?query=workflow%3Atests) | [![Packagist version](https://img.shields.io/packagist/v/vanilo/shipment.svg?style=flat-square&include_prereleases)](https://packagist.org/packages/vanilo/shipment) |
2323
| Support | [![Tests](https://img.shields.io/github/actions/workflow/status/vanilophp/support/tests.yml?branch=master&style=flat-square)](https://github.com/vanilophp/support/actions?query=workflow%3Atests) | [![Packagist version](https://img.shields.io/packagist/v/vanilo/support.svg?style=flat-square&include_prereleases)](https://packagist.org/packages/vanilo/support) |
2424
| Taxes | [![Tests](https://img.shields.io/github/actions/workflow/status/vanilophp/taxes/tests.yml?branch=master&style=flat-square)](https://github.com/vanilophp/taxes/actions?query=workflow%3Atests) | [![Packagist version](https://img.shields.io/packagist/v/vanilo/taxes.svg?style=flat-square&include_prereleases)](https://packagist.org/packages/vanilo/taxes) |
25+
| Translation | [![Tests](https://img.shields.io/github/actions/workflow/status/vanilophp/translation/tests.yml?branch=master&style=flat-square)](https://github.com/vanilophp/translation/actions?query=workflow%3Atests) | [![Packagist version](https://img.shields.io/packagist/v/vanilo/translation.svg?style=flat-square&include_prereleases)](https://packagist.org/packages/vanilo/translation) |
2526
| Video | [![Tests](https://img.shields.io/github/actions/workflow/status/vanilophp/video/tests.yml?branch=master&style=flat-square)](https://github.com/vanilophp/video/actions?query=workflow%3Atests) | [![Packagist version](https://img.shields.io/packagist/v/vanilo/video.svg?style=flat-square&include_prereleases)](https://packagist.org/packages/vanilo/video) |
2627

2728
## First Party Plugins

src/Adjustments/Changelog.md

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

33
## 5.x Series
44

5-
## Unreleased
6-
##### 2025-XX-XX
5+
## 5.0.0
6+
##### 2025-09-03
77

88
- Dropped PHP 8.2 Support
99
- Changed the minimum Laravel 10 version to v10.48

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' => '5.0-dev',
7+
'version' => '5.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
## 5.x Series
44

5-
## Unreleased
6-
##### 2025-XX-XX
5+
## 5.0.0
6+
##### 2025-09-03
77

88
- BC: Added the `addSubItem()`, `getRootItems()` and `getState()` methods to the Cart interface
99
- BC: Added the `$forceNewItem` (default false) parameter to the `Cart::addItem()` method

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' => '5.0-dev'
7+
'version' => '5.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
## 5.x Series
44

5-
## Unreleased
6-
##### 2025-XX-XX
5+
## 5.0.0
6+
##### 2025-09-03
77

88
- Dropped PHP 8.2 Support
99
- Changed the minimum Laravel 10 version to v10.48

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' => '5.0-dev'
7+
'version' => '5.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
## 5.x Series
44

5-
## Unreleased
6-
##### 2025-XX-XX
5+
## 5.0.0
6+
##### 2025-09-03
77

88
- Dropped PHP 8.2 Support
99
- Changed the minimum Laravel 10 version to v10.48

0 commit comments

Comments
 (0)