From 45859e82dfe925636dfa9ec8b7c212414cd24c3a Mon Sep 17 00:00:00 2001 From: Attila Fulop <1162360+fulopattila122@users.noreply.github.com> Date: Thu, 11 Jul 2024 16:23:45 +0300 Subject: [PATCH] Release v4.1.0 --- Changelog.md | 4 ++-- README.md | 4 ++-- src/Adjustments/Changelog.md | 5 +++++ src/Adjustments/resources/manifest.php | 2 +- src/Cart/Changelog.md | 5 +++++ src/Cart/resources/manifest.php | 2 +- src/Category/Changelog.md | 4 ++-- src/Category/resources/manifest.php | 2 +- src/Channel/Changelog.md | 5 +++++ src/Channel/resources/manifest.php | 2 +- src/Checkout/Changelog.md | 5 +++++ src/Checkout/resources/manifest.php | 2 +- src/Contracts/Changelog.md | 5 +++++ src/Foundation/resources/manifest.php | 2 +- src/Links/Changelog.md | 4 ++-- src/Links/resources/manifest.php | 2 +- src/MasterProduct/Changelog.md | 5 +++++ src/MasterProduct/resources/manifest.php | 2 +- src/Order/Changelog.md | 4 ++-- src/Order/resources/manifest.php | 2 +- src/Payment/Changelog.md | 4 ++-- src/Payment/resources/manifest.php | 2 +- src/Product/Changelog.md | 5 +++++ src/Product/resources/manifest.php | 2 +- src/Properties/Changelog.md | 5 +++++ src/Properties/resources/manifest.php | 2 +- src/Shipment/Changelog.md | 5 +++++ src/Shipment/resources/manifest.php | 2 +- src/Support/Changelog.md | 5 +++++ src/Taxes/Changelog.md | 5 +++++ src/Taxes/resources/manifest.php | 2 +- 31 files changed, 81 insertions(+), 26 deletions(-) diff --git a/Changelog.md b/Changelog.md index 831103df..616cf065 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,8 +2,8 @@ ## 4.x Series -## Unreleased -##### 2024-XX-YY +## 4.1.0 +##### 2024-07-11 - Added the `includeVariants()` method to the ProductSearch class ⚠️ DOES NOT WORK ON POSTGRES (YET) ⚠️ - Added the `priceGreaterThan`, `priceLessThan` and `priceBetween` methods to the ProductSearch class by [Matima](https://github.com/mahdirezaei-dev) in [#176](https://github.com/vanilophp/framework/pull/176) diff --git a/README.md b/README.md index 17f43004..71e66ad8 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ Vanilo's aim is that **Laravel developers** can **rapidly** create E-commerce ap #### 4.x -The latest stable release is **4.0.1**, and it was released on Apr 25th, 2024. -Vanilo v4.0 supports Laravel 10.x & 11.x versions and PHP 8.2 - 8.3 +The latest stable release is **4.1.0**, and it was released on Jul 11th, 2024. +Vanilo v4 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 173cb756..75047964 100644 --- a/src/Adjustments/Changelog.md +++ b/src/Adjustments/Changelog.md @@ -2,6 +2,11 @@ ## 4.x Series +## 4.1.0 +##### 2024-07-11 + +- Bump module version to mainline (no change) + ## 4.0.0 ##### 2024-04-25 diff --git a/src/Adjustments/resources/manifest.php b/src/Adjustments/resources/manifest.php index 2bdce203..f6107b57 100644 --- a/src/Adjustments/resources/manifest.php +++ b/src/Adjustments/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Adjustments Module', - 'version' => '4.1-dev', + 'version' => '4.1.0', ]; diff --git a/src/Cart/Changelog.md b/src/Cart/Changelog.md index c9c7835d..7bb6f350 100644 --- a/src/Cart/Changelog.md +++ b/src/Cart/Changelog.md @@ -2,6 +2,11 @@ ## 4.x Series +## 4.1.0 +##### 2024-07-11 + +- Bump module version to mainline (no change) + ## 4.0.0 ##### 2024-04-25 diff --git a/src/Cart/resources/manifest.php b/src/Cart/resources/manifest.php index 4367ba6d..85980abd 100644 --- a/src/Cart/resources/manifest.php +++ b/src/Cart/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Cart Module', - 'version' => '4.1-dev' + 'version' => '4.1.0' ]; diff --git a/src/Category/Changelog.md b/src/Category/Changelog.md index 48f0f1e5..f71e53d1 100644 --- a/src/Category/Changelog.md +++ b/src/Category/Changelog.md @@ -2,8 +2,8 @@ ## 4.x Series -## Unreleased -##### 2024-XX-YY +## 4.1.0 +##### 2024-07-11 - Added the following content fields to the Taxon model/table: - `subtitle` diff --git a/src/Category/resources/manifest.php b/src/Category/resources/manifest.php index 4dcbc5f9..93c7f20a 100644 --- a/src/Category/resources/manifest.php +++ b/src/Category/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Category Module', - 'version' => '4.1-dev' + 'version' => '4.1.0' ]; diff --git a/src/Channel/Changelog.md b/src/Channel/Changelog.md index bf605510..87426261 100644 --- a/src/Channel/Changelog.md +++ b/src/Channel/Changelog.md @@ -2,6 +2,11 @@ ## 4.x Series +## 4.1.0 +##### 2024-07-11 + +- Bump module version to mainline (no change) + ## 4.0.0 ##### 2024-04-25 diff --git a/src/Channel/resources/manifest.php b/src/Channel/resources/manifest.php index da7a386a..e0209d8f 100644 --- a/src/Channel/resources/manifest.php +++ b/src/Channel/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Channel Module', - 'version' => '4.1-dev' + 'version' => '4.1.0' ]; diff --git a/src/Checkout/Changelog.md b/src/Checkout/Changelog.md index dca665af..7c6b138e 100644 --- a/src/Checkout/Changelog.md +++ b/src/Checkout/Changelog.md @@ -2,6 +2,11 @@ ## 4.x Series +## 4.1.0 +##### 2024-07-11 + +- Bump module version to mainline (no change) + ## 4.0.0 ##### 2024-04-25 diff --git a/src/Checkout/resources/manifest.php b/src/Checkout/resources/manifest.php index cc802d9b..8e281562 100644 --- a/src/Checkout/resources/manifest.php +++ b/src/Checkout/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Checkout Module', - 'version' => '4.1-dev' + 'version' => '4.1.0' ]; diff --git a/src/Contracts/Changelog.md b/src/Contracts/Changelog.md index c29f170c..ddfb9334 100644 --- a/src/Contracts/Changelog.md +++ b/src/Contracts/Changelog.md @@ -2,6 +2,11 @@ ## 4.x Series +## 4.1.0 +##### 2024-07-11 + +- Bump module version to mainline (no change) + ## 4.0.0 ##### 2024-04-25 diff --git a/src/Foundation/resources/manifest.php b/src/Foundation/resources/manifest.php index 71feed1a..a1ff2a02 100644 --- a/src/Foundation/resources/manifest.php +++ b/src/Foundation/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Foundation', - 'version' => '4.1-dev' + 'version' => '4.1.0' ]; diff --git a/src/Links/Changelog.md b/src/Links/Changelog.md index 865dd4f3..89913af3 100644 --- a/src/Links/Changelog.md +++ b/src/Links/Changelog.md @@ -2,8 +2,8 @@ ## 4.x Series -## Unreleased -##### 2024-XX-YY +## 4.1.0 +##### 2024-07-11 - Added the unidirectional links feature - Added the `isUnidirectional()`, `isOmnidirectional()` and `isEmpty()` methods to the `LinkGroup` class diff --git a/src/Links/resources/manifest.php b/src/Links/resources/manifest.php index 8822797e..ec2455d0 100644 --- a/src/Links/resources/manifest.php +++ b/src/Links/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Links Module', - 'version' => '4.1-dev' + 'version' => '4.1.0' ]; diff --git a/src/MasterProduct/Changelog.md b/src/MasterProduct/Changelog.md index d1c1c33a..f8a31005 100644 --- a/src/MasterProduct/Changelog.md +++ b/src/MasterProduct/Changelog.md @@ -2,6 +2,11 @@ ## 4.x Series +## 4.1.0 +##### 2024-07-11 + +- Bump module version to mainline (no change) + ## 4.0.0 ##### 2024-04-25 diff --git a/src/MasterProduct/resources/manifest.php b/src/MasterProduct/resources/manifest.php index 3ee68e8c..4b7f37de 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.1-dev' + 'version' => '4.1.0' ]; diff --git a/src/Order/Changelog.md b/src/Order/Changelog.md index c1668984..8be9104d 100644 --- a/src/Order/Changelog.md +++ b/src/Order/Changelog.md @@ -2,8 +2,8 @@ ## 4.x Series -## Unreleased -##### 2024-XX-YY +## 4.1.0 +##### 2024-07-11 - Added the follwing getters to the default Billpayer model (proxies down to the underlying address): - `country_id` diff --git a/src/Order/resources/manifest.php b/src/Order/resources/manifest.php index 7831ff65..0a38a703 100644 --- a/src/Order/resources/manifest.php +++ b/src/Order/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Order Module', - 'version' => '4.1-dev' + 'version' => '4.1.0' ]; diff --git a/src/Payment/Changelog.md b/src/Payment/Changelog.md index 78346071..4b8a1889 100644 --- a/src/Payment/Changelog.md +++ b/src/Payment/Changelog.md @@ -2,8 +2,8 @@ ## 4.x Series -## Unreleased -##### 2024-XX-YY +## 4.1.0 +##### 2024-07-11 - Changed the offline payment gateway's icon from a circle to a plug+x - [EXPERIMENTAL] Added the supportsRetry, allowsRefund, canBeRetried and getRetryRequest methods to the TransactionHandler interface diff --git a/src/Payment/resources/manifest.php b/src/Payment/resources/manifest.php index 1a67e9e1..f232bbaf 100644 --- a/src/Payment/resources/manifest.php +++ b/src/Payment/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Payment Module', - 'version' => '4.1-dev' + 'version' => '4.1.0' ]; diff --git a/src/Product/Changelog.md b/src/Product/Changelog.md index 3e1834b0..aa872b36 100644 --- a/src/Product/Changelog.md +++ b/src/Product/Changelog.md @@ -2,6 +2,11 @@ ## 4.x Series +## 4.1.0 +##### 2024-07-11 + +- Bump module version to mainline (no change) + ## 4.0.0 ##### 2024-04-25 diff --git a/src/Product/resources/manifest.php b/src/Product/resources/manifest.php index 7fbdfcf7..cb923eed 100644 --- a/src/Product/resources/manifest.php +++ b/src/Product/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Product Module', - 'version' => '4.1-dev' + 'version' => '4.1.0' ]; diff --git a/src/Properties/Changelog.md b/src/Properties/Changelog.md index 1429381a..fb90aef4 100644 --- a/src/Properties/Changelog.md +++ b/src/Properties/Changelog.md @@ -2,6 +2,11 @@ ## 4.x Series +## 4.1.0 +##### 2024-07-11 + +- Bump module version to mainline (no change) + ## 4.0.0 ##### 2024-04-25 diff --git a/src/Properties/resources/manifest.php b/src/Properties/resources/manifest.php index c5c7eed3..326cbcb8 100644 --- a/src/Properties/resources/manifest.php +++ b/src/Properties/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Properties Module', - 'version' => '4.1-dev' + 'version' => '4.1.0' ]; diff --git a/src/Shipment/Changelog.md b/src/Shipment/Changelog.md index ea12186d..878f72a4 100644 --- a/src/Shipment/Changelog.md +++ b/src/Shipment/Changelog.md @@ -2,6 +2,11 @@ ## 4.x Series +## 4.1.0 +##### 2024-07-11 + +- Bump module version to mainline (no change) + ## 4.0.0 ##### 2024-04-25 diff --git a/src/Shipment/resources/manifest.php b/src/Shipment/resources/manifest.php index 59f99b6e..f5988b44 100644 --- a/src/Shipment/resources/manifest.php +++ b/src/Shipment/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Shipment Module', - 'version' => '4.1-dev' + 'version' => '4.1.0' ]; diff --git a/src/Support/Changelog.md b/src/Support/Changelog.md index a5b7ef7a..f044c047 100644 --- a/src/Support/Changelog.md +++ b/src/Support/Changelog.md @@ -2,6 +2,11 @@ ## 4.x Series +## 4.1.0 +##### 2024-07-11 + +- Bump module version to mainline (no change) + ## 4.0.0 ##### 2024-04-25 diff --git a/src/Taxes/Changelog.md b/src/Taxes/Changelog.md index 753f07f6..266c82e2 100644 --- a/src/Taxes/Changelog.md +++ b/src/Taxes/Changelog.md @@ -2,6 +2,11 @@ ## 4.x Series +## 4.1.0 +##### 2024-07-11 + +- Bump module version to mainline (no change) + ## 4.0.0 ##### 2024-04-25 diff --git a/src/Taxes/resources/manifest.php b/src/Taxes/resources/manifest.php index 1f870232..8e502582 100644 --- a/src/Taxes/resources/manifest.php +++ b/src/Taxes/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Taxes Module', - 'version' => '4.1-dev' + 'version' => '4.1.0' ];