Skip to content

Commit 45859e8

Browse files
Release v4.1.0
1 parent 89f507c commit 45859e8

31 files changed

Lines changed: 81 additions & 26 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
## 4.x Series
44

5-
## Unreleased
6-
##### 2024-XX-YY
5+
## 4.1.0
6+
##### 2024-07-11
77

88
- Added the `includeVariants()` method to the ProductSearch class ⚠️ DOES NOT WORK ON POSTGRES (YET) ⚠️
99
- 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)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Vanilo's aim is that **Laravel developers** can **rapidly** create E-commerce ap
1414

1515
#### 4.x
1616

17-
The latest stable release is **4.0.1**, and it was released on Apr 25th, 2024.
18-
Vanilo v4.0 supports Laravel 10.x & 11.x versions and PHP 8.2 - 8.3
17+
The latest stable release is **4.1.0**, and it was released on Jul 11th, 2024.
18+
Vanilo v4 supports Laravel 10.x & 11.x versions and PHP 8.2 - 8.3
1919

2020
Refer to the [Roadmap](https://vanilo.io/docs/3.x/roadmap) for upcoming versions.
2121

src/Adjustments/Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## 4.x Series
44

5+
## 4.1.0
6+
##### 2024-07-11
7+
8+
- Bump module version to mainline (no change)
9+
510
## 4.0.0
611
##### 2024-04-25
712

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' => '4.1-dev',
7+
'version' => '4.1.0',
88
];

src/Cart/Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## 4.x Series
44

5+
## 4.1.0
6+
##### 2024-07-11
7+
8+
- Bump module version to mainline (no change)
9+
510
## 4.0.0
611
##### 2024-04-25
712

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

5-
## Unreleased
6-
##### 2024-XX-YY
5+
## 4.1.0
6+
##### 2024-07-11
77

88
- Added the following content fields to the Taxon model/table:
99
- `subtitle`

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' => '4.1-dev'
7+
'version' => '4.1.0'
88
];

src/Channel/Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## 4.x Series
44

5+
## 4.1.0
6+
##### 2024-07-11
7+
8+
- Bump module version to mainline (no change)
9+
510
## 4.0.0
611
##### 2024-04-25
712

src/Channel/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 Channel Module',
7-
'version' => '4.1-dev'
7+
'version' => '4.1.0'
88
];

0 commit comments

Comments
 (0)