Skip to content

Commit c4e7cf9

Browse files
Release v4.2.0
1 parent 67670f6 commit c4e7cf9

32 files changed

Lines changed: 61 additions & 41 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.2.0
6+
##### 2024-12-14
77

88
- Added PHP 8.4 support
99
- Added the Promotion module with promotions, actions, rules and coupons support

src/Adjustments/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.2.0
6+
##### 2024-12-14
77

88
- Added the `PercentDiscount` adjuster class
99

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.2-dev',
7+
'version' => '4.2.0',
88
];

src/Cart/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.2.0
6+
##### 2024-12-15
77

88
- Changed `CartItem::hasConfiguration()` to return false on empty arrays as well
99
- Fixed an error when attempting to remove a product from the cart which is not in the by [xujiongze](https://github.com/xujiongze) in [#188](https://github.com/vanilophp/framework/pull/188)

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.2-dev'
7+
'version' => '4.2.0'
88
];

src/Category/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.2.0
6+
##### 2024-12-14
7+
8+
- Bump module version to mainline (no change)
9+
510
## 4.1.0
611
##### 2024-07-11
712

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.2-dev'
7+
'version' => '4.2.0'
88
];

src/Channel/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.2.0
6+
##### 2024-12-15
77

88
- Changed the minimal Address module requirement to v3.4.1
99
- Changed `Channel::hasConfiguration()` to return false on empty arrays as well

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.2-dev'
7+
'version' => '4.2.0'
88
];

src/Checkout/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.2.0
6+
##### 2024-12-15
77

88
- Changed the minimal Address module requirement to v3.4.1
99
- Added the following, v5 interface candidate methods to the Checkout implementations:

0 commit comments

Comments
 (0)