Skip to content

Commit

Permalink
Release v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Apr 25, 2024
1 parent 144cc4d commit f99fe03
Show file tree
Hide file tree
Showing 31 changed files with 49 additions and 57 deletions.
4 changes: 2 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 4.x Series

## Unreleased
##### 2024-XX-YY
## 4.0.0
##### 2024-04-25

- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
Expand Down
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,12 @@

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

## Development Version

You are browsing the unstable, v4.x version of this repository!

Do not use this branch in any real projects yet, as it's a subject of heavy changes!

For the stable version see the `3.x` branch.

## Stable Version

#### 3.x
#### 4.x

The latest stable release is **3.8.2**, and it was released on Nov 17th, 2023.
Vanilo v3.8 supports Laravel 9.x & 10.x versions and PHP 8.0 - 8.3
The latest stable release is **4.0.0**, 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
4 changes: 2 additions & 2 deletions src/Adjustments/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 4.x Series

## Unreleased
##### 2023-XX-YY
## 4.0.0
##### 2024-04-25

- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
Expand Down
2 changes: 1 addition & 1 deletion src/Adjustments/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Vanilo Adjustments Module',
'version' => '4.x-dev'
'version' => '4.0.0'
];
4 changes: 2 additions & 2 deletions src/Cart/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 4.x Series

## Unreleased
##### 2023-XX-YY
## 4.0.0
##### 2024-04-25

- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
Expand Down
2 changes: 1 addition & 1 deletion src/Cart/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Vanilo Cart Module',
'version' => '4.x-dev'
'version' => '4.0.0'
];
4 changes: 2 additions & 2 deletions src/Category/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 4.x Series

## Unreleased
##### 2023-XX-YY
## 4.0.0
##### 2024-04-25

- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
Expand Down
2 changes: 1 addition & 1 deletion src/Category/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Vanilo Category Module',
'version' => '4.x-dev'
'version' => '4.0.0'
];
4 changes: 2 additions & 2 deletions src/Channel/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 4.x Series

## Unreleased
##### 2023-XX-YY
## 4.0.0
##### 2024-04-25

- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
Expand Down
2 changes: 1 addition & 1 deletion src/Channel/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Vanilo Channel Module',
'version' => '4.x-dev'
'version' => '4.0.0'
];
4 changes: 2 additions & 2 deletions src/Checkout/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 4.x Series

## Unreleased
##### 2023-XX-YY
## 4.0.0
##### 2024-04-25

- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
Expand Down
2 changes: 1 addition & 1 deletion src/Checkout/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Vanilo Checkout Module',
'version' => '4.x-dev'
'version' => '4.0.0'
];
4 changes: 2 additions & 2 deletions src/Contracts/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 4.x Series

## Unreleased
##### 2023-XX-YY
## 4.0.0
##### 2024-04-25

- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
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.x-dev'
'version' => '4.0.0'
];
4 changes: 2 additions & 2 deletions src/Links/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 4.x Series

## Unreleased
##### 2023-XX-YY
## 4.0.0
##### 2024-04-25

- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
Expand Down
2 changes: 1 addition & 1 deletion src/Links/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Vanilo Links Module',
'version' => '4.x-dev'
'version' => '4.0.0'
];
4 changes: 2 additions & 2 deletions src/MasterProduct/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 4.x Series

## Unreleased
##### 2023-XX-YY
## 4.0.0
##### 2024-04-25

- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
Expand Down
2 changes: 1 addition & 1 deletion src/MasterProduct/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Vanilo Master Product Module',
'version' => '4.x-dev'
'version' => '4.0.0'
];
4 changes: 2 additions & 2 deletions src/Order/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 4.x Series

## Unreleased
##### 2023-XX-YY
## 4.0.0
##### 2024-04-25

- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
Expand Down
2 changes: 1 addition & 1 deletion src/Order/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Vanilo Order Module',
'version' => '4.x-dev'
'version' => '4.0.0'
];
4 changes: 2 additions & 2 deletions src/Payment/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 4.x Series

## Unreleased
##### 2023-XX-YY
## 4.0.0
##### 2024-04-25

- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
Expand Down
2 changes: 1 addition & 1 deletion src/Payment/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Vanilo Payment Module',
'version' => '4.x-dev'
'version' => '4.0.0'
];
4 changes: 2 additions & 2 deletions src/Product/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 4.x Series

## Unreleased
##### 2023-XX-YY
## 4.0.0
##### 2024-04-25

- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
Expand Down
2 changes: 1 addition & 1 deletion src/Product/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Vanilo Product Module',
'version' => '4.x-dev'
'version' => '4.0.0'
];
4 changes: 2 additions & 2 deletions src/Properties/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 4.x Series

## Unreleased
##### 2023-XX-YY
## 4.0.0
##### 2024-04-25

- Added the `is_hidden` field to the `Property` model
- Dropped PHP 8.0 & PHP 8.1 Support
Expand Down
2 changes: 1 addition & 1 deletion src/Properties/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Vanilo Properties Module',
'version' => '4.x-dev'
'version' => '4.0.0'
];
4 changes: 2 additions & 2 deletions src/Shipment/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 4.x Series

## Unreleased
##### 2023-XX-YY
## 4.0.0
##### 2024-04-25

- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
Expand Down
2 changes: 1 addition & 1 deletion src/Shipment/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Vanilo Shipment Module',
'version' => '4.x-dev'
'version' => '4.0.0'
];
4 changes: 2 additions & 2 deletions src/Support/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 4.x Series

## Unreleased
##### 2023-XX-YY
## 4.0.0
##### 2024-04-25

- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
Expand Down
4 changes: 2 additions & 2 deletions src/Taxes/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 4.x Series

## Unreleased
##### 2023-XX-YY
## 4.0.0
##### 2024-04-25

- Dropped PHP 8.0 & PHP 8.1 Support
- Dropped Laravel 9 Support
Expand Down
2 changes: 1 addition & 1 deletion src/Taxes/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Vanilo Taxes Module',
'version' => '4.x-dev'
'version' => '4.0.0'
];

0 comments on commit f99fe03

Please sign in to comment.