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 831103df9..616cf0657 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 17f43004c..71e66ad8e 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 173cb756c..75047964b 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 2bdce2033..f6107b578 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 c9c7835db..7bb6f3502 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 4367ba6d8..85980abd5 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 48f0f1e56..f71e53d12 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 4dcbc5f9f..93c7f20a6 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 bf605510c..87426261f 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 da7a386a7..e0209d8fb 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 dca665af6..7c6b138e5 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 cc802d9b6..8e281562a 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 c29f170c9..ddfb9334d 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 71feed1a9..a1ff2a029 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 865dd4f37..89913af3b 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 8822797ee..ec2455d0c 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 d1c1c33af..f8a310051 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 3ee68e8c4..4b7f37de3 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 c16689840..8be9104d8 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 7831ff658..0a38a703b 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 78346071e..4b8a18892 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 1a67e9e1a..f232bbafe 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 3e1834b03..aa872b364 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 7fbdfcf7f..cb923eed0 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 1429381af..fb90aef4b 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 c5c7eed35..326cbcb87 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 ea12186db..878f72a40 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 59f99b6eb..f5988b440 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 a5b7ef7a2..f044c0478 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 753f07f63..266c82e20 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 1f8702328..8e5025825 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' ];