diff --git a/Changelog.md b/Changelog.md index a04bc131c..783871858 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 diff --git a/README.md b/README.md index a2ff504f0..25b00a1f6 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/src/Adjustments/Changelog.md b/src/Adjustments/Changelog.md index 29ea3b03a..173cb756c 100644 --- a/src/Adjustments/Changelog.md +++ b/src/Adjustments/Changelog.md @@ -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 diff --git a/src/Adjustments/resources/manifest.php b/src/Adjustments/resources/manifest.php index 58d7bbdb7..d5789b5ad 100644 --- a/src/Adjustments/resources/manifest.php +++ b/src/Adjustments/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Adjustments Module', - 'version' => '4.x-dev' + 'version' => '4.0.0' ]; diff --git a/src/Cart/Changelog.md b/src/Cart/Changelog.md index 782a0986c..c9c7835db 100644 --- a/src/Cart/Changelog.md +++ b/src/Cart/Changelog.md @@ -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 diff --git a/src/Cart/resources/manifest.php b/src/Cart/resources/manifest.php index a696c706c..c0fc836fb 100644 --- a/src/Cart/resources/manifest.php +++ b/src/Cart/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Cart Module', - 'version' => '4.x-dev' + 'version' => '4.0.0' ]; diff --git a/src/Category/Changelog.md b/src/Category/Changelog.md index fa0dbc72f..c0c461466 100644 --- a/src/Category/Changelog.md +++ b/src/Category/Changelog.md @@ -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 diff --git a/src/Category/resources/manifest.php b/src/Category/resources/manifest.php index 8d7532418..77a7b0590 100644 --- a/src/Category/resources/manifest.php +++ b/src/Category/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Category Module', - 'version' => '4.x-dev' + 'version' => '4.0.0' ]; diff --git a/src/Channel/Changelog.md b/src/Channel/Changelog.md index 870301eba..bf605510c 100644 --- a/src/Channel/Changelog.md +++ b/src/Channel/Changelog.md @@ -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 diff --git a/src/Channel/resources/manifest.php b/src/Channel/resources/manifest.php index 7fcf459db..a037829bb 100644 --- a/src/Channel/resources/manifest.php +++ b/src/Channel/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Channel Module', - 'version' => '4.x-dev' + 'version' => '4.0.0' ]; diff --git a/src/Checkout/Changelog.md b/src/Checkout/Changelog.md index ec6fd58f6..dca665af6 100644 --- a/src/Checkout/Changelog.md +++ b/src/Checkout/Changelog.md @@ -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 diff --git a/src/Checkout/resources/manifest.php b/src/Checkout/resources/manifest.php index 18d2308dc..f90cc154f 100644 --- a/src/Checkout/resources/manifest.php +++ b/src/Checkout/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Checkout Module', - 'version' => '4.x-dev' + 'version' => '4.0.0' ]; diff --git a/src/Contracts/Changelog.md b/src/Contracts/Changelog.md index f66b03c19..c29f170c9 100644 --- a/src/Contracts/Changelog.md +++ b/src/Contracts/Changelog.md @@ -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 diff --git a/src/Foundation/resources/manifest.php b/src/Foundation/resources/manifest.php index 9ceb19e26..b3b4f3c68 100644 --- a/src/Foundation/resources/manifest.php +++ b/src/Foundation/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Foundation', - 'version' => '4.x-dev' + 'version' => '4.0.0' ]; diff --git a/src/Links/Changelog.md b/src/Links/Changelog.md index 5700c9d08..c51b66ed8 100644 --- a/src/Links/Changelog.md +++ b/src/Links/Changelog.md @@ -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 diff --git a/src/Links/resources/manifest.php b/src/Links/resources/manifest.php index c1248263b..2210e3a5c 100644 --- a/src/Links/resources/manifest.php +++ b/src/Links/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Links Module', - 'version' => '4.x-dev' + 'version' => '4.0.0' ]; diff --git a/src/MasterProduct/Changelog.md b/src/MasterProduct/Changelog.md index 0b0bab68d..d1c1c33af 100644 --- a/src/MasterProduct/Changelog.md +++ b/src/MasterProduct/Changelog.md @@ -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 diff --git a/src/MasterProduct/resources/manifest.php b/src/MasterProduct/resources/manifest.php index 09ac457b3..475a96b5b 100644 --- a/src/MasterProduct/resources/manifest.php +++ b/src/MasterProduct/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Master Product Module', - 'version' => '4.x-dev' + 'version' => '4.0.0' ]; diff --git a/src/Order/Changelog.md b/src/Order/Changelog.md index b66e8117a..39c50bee1 100644 --- a/src/Order/Changelog.md +++ b/src/Order/Changelog.md @@ -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 diff --git a/src/Order/resources/manifest.php b/src/Order/resources/manifest.php index 41c2462bf..b3f010ace 100644 --- a/src/Order/resources/manifest.php +++ b/src/Order/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Order Module', - 'version' => '4.x-dev' + 'version' => '4.0.0' ]; diff --git a/src/Payment/Changelog.md b/src/Payment/Changelog.md index acd933620..d42d39882 100644 --- a/src/Payment/Changelog.md +++ b/src/Payment/Changelog.md @@ -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 diff --git a/src/Payment/resources/manifest.php b/src/Payment/resources/manifest.php index b14697519..da740aac7 100644 --- a/src/Payment/resources/manifest.php +++ b/src/Payment/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Payment Module', - 'version' => '4.x-dev' + 'version' => '4.0.0' ]; diff --git a/src/Product/Changelog.md b/src/Product/Changelog.md index 6961ed4a6..3e1834b03 100644 --- a/src/Product/Changelog.md +++ b/src/Product/Changelog.md @@ -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 diff --git a/src/Product/resources/manifest.php b/src/Product/resources/manifest.php index aaf1c6812..3aa7c8349 100644 --- a/src/Product/resources/manifest.php +++ b/src/Product/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Product Module', - 'version' => '4.x-dev' + 'version' => '4.0.0' ]; diff --git a/src/Properties/Changelog.md b/src/Properties/Changelog.md index 12992a567..1429381af 100644 --- a/src/Properties/Changelog.md +++ b/src/Properties/Changelog.md @@ -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 diff --git a/src/Properties/resources/manifest.php b/src/Properties/resources/manifest.php index fb9035334..d0739f024 100644 --- a/src/Properties/resources/manifest.php +++ b/src/Properties/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Properties Module', - 'version' => '4.x-dev' + 'version' => '4.0.0' ]; diff --git a/src/Shipment/Changelog.md b/src/Shipment/Changelog.md index 5ad8231d0..ea12186db 100644 --- a/src/Shipment/Changelog.md +++ b/src/Shipment/Changelog.md @@ -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 diff --git a/src/Shipment/resources/manifest.php b/src/Shipment/resources/manifest.php index 282571ef4..9c78c2eb3 100644 --- a/src/Shipment/resources/manifest.php +++ b/src/Shipment/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Shipment Module', - 'version' => '4.x-dev' + 'version' => '4.0.0' ]; diff --git a/src/Support/Changelog.md b/src/Support/Changelog.md index a7b8f468c..a5b7ef7a2 100644 --- a/src/Support/Changelog.md +++ b/src/Support/Changelog.md @@ -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 diff --git a/src/Taxes/Changelog.md b/src/Taxes/Changelog.md index cef472e0e..753f07f63 100644 --- a/src/Taxes/Changelog.md +++ b/src/Taxes/Changelog.md @@ -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 diff --git a/src/Taxes/resources/manifest.php b/src/Taxes/resources/manifest.php index 36a37f178..6231c1d23 100644 --- a/src/Taxes/resources/manifest.php +++ b/src/Taxes/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Taxes Module', - 'version' => '4.x-dev' + 'version' => '4.0.0' ];