Skip to content

Commit

Permalink
Release v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Dec 14, 2024
1 parent 67670f6 commit c4e7cf9
Show file tree
Hide file tree
Showing 32 changed files with 61 additions and 41 deletions.
4 changes: 2 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 4.x Series

## Unreleased
##### 2024-XX-YY
## 4.2.0
##### 2024-12-14

- Added PHP 8.4 support
- Added the Promotion module with promotions, actions, rules and coupons support
Expand Down
4 changes: 2 additions & 2 deletions src/Adjustments/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 4.x Series

## Unreleased
##### 2024-XX-YY
## 4.2.0
##### 2024-12-14

- Added the `PercentDiscount` adjuster class

Expand Down
2 changes: 1 addition & 1 deletion src/Adjustments/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Vanilo Adjustments Module',
'version' => '4.2-dev',
'version' => '4.2.0',
];
4 changes: 2 additions & 2 deletions src/Cart/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 4.x Series

## Unreleased
##### 2024-XX-YY
## 4.2.0
##### 2024-12-15

- Changed `CartItem::hasConfiguration()` to return false on empty arrays as well
- 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)
Expand Down
2 changes: 1 addition & 1 deletion src/Cart/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Vanilo Cart Module',
'version' => '4.2-dev'
'version' => '4.2.0'
];
5 changes: 5 additions & 0 deletions src/Category/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 4.x Series

## 4.2.0
##### 2024-12-14

- Bump module version to mainline (no change)

## 4.1.0
##### 2024-07-11

Expand Down
2 changes: 1 addition & 1 deletion src/Category/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Vanilo Category Module',
'version' => '4.2-dev'
'version' => '4.2.0'
];
4 changes: 2 additions & 2 deletions src/Channel/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 4.x Series

## Unreleased
##### 2024-XX-YY
## 4.2.0
##### 2024-12-15

- Changed the minimal Address module requirement to v3.4.1
- Changed `Channel::hasConfiguration()` to return false on empty arrays as well
Expand Down
2 changes: 1 addition & 1 deletion src/Channel/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Vanilo Channel Module',
'version' => '4.2-dev'
'version' => '4.2.0'
];
4 changes: 2 additions & 2 deletions src/Checkout/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 4.x Series

## Unreleased
##### 2024-XX-YY
## 4.2.0
##### 2024-12-15

- Changed the minimal Address module requirement to v3.4.1
- Added the following, v5 interface candidate methods to the Checkout implementations:
Expand Down
2 changes: 1 addition & 1 deletion src/Checkout/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Vanilo Checkout Module',
'version' => '4.2-dev'
'version' => '4.2.0'
];
5 changes: 5 additions & 0 deletions src/Contracts/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 4.x Series

## 4.2.0
##### 2024-12-14

- Bump module version to mainline (no change)

## 4.1.0
##### 2024-07-11

Expand Down
2 changes: 1 addition & 1 deletion src/Foundation/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Vanilo Foundation',
'version' => '4.2-dev'
'version' => '4.2.0'
];
5 changes: 5 additions & 0 deletions src/Links/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 4.x Series

## 4.2.0
##### 2024-12-14

- Bump module version to mainline (no change)

## 4.1.0
##### 2024-07-11

Expand Down
2 changes: 1 addition & 1 deletion src/Links/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Vanilo Links Module',
'version' => '4.2-dev'
'version' => '4.2.0'
];
4 changes: 2 additions & 2 deletions src/MasterProduct/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 4.x Series

## Unreleased
##### 2024-XX-YY
## 4.2.0
##### 2024-12-15

- Changed the variant's Stockable logic so that the derived getters use `onStockQuantity()` and `backorderQuantity()`
instead of direct `stock` and `backorder` field access. This makes possible to override stock logic and remain consistent
Expand Down
2 changes: 1 addition & 1 deletion src/MasterProduct/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Vanilo Master Product Module',
'version' => '4.2-dev'
'version' => '4.2.0'
];
4 changes: 2 additions & 2 deletions src/Order/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 4.x Series

## Unreleased
##### 2024-XX-YY
## 4.2.0
##### 2024-12-15

- Changed the minimal Address module requirement to v3.4.1
- Added `domain` field to the orders table
Expand Down
2 changes: 1 addition & 1 deletion src/Order/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Vanilo Order Module',
'version' => '4.2-dev'
'version' => '4.2.0'
];
4 changes: 2 additions & 2 deletions src/Payment/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 4.x Series

## Unreleased
##### 2024-XX-YY
## 4.2.0
##### 2024-12-15

- Changed `PaymentMethod::hasConfiguration()` to return false on empty arrays as well

Expand Down
2 changes: 1 addition & 1 deletion src/Payment/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Vanilo Payment Module',
'version' => '4.2-dev'
'version' => '4.2.0'
];
4 changes: 2 additions & 2 deletions src/Product/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 4.x Series

## Unreleased
##### 2024-XX-YY
## 4.2.0
##### 2024-12-15

- Changed the product's Stockable logic so that the derived getters use `onStockQuantity()` and `backorderQuantity()`
instead of direct `stock` and `backorder` field access. This makes possible to override stock logic and remain consistent
Expand Down
2 changes: 1 addition & 1 deletion src/Product/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Vanilo Product Module',
'version' => '4.2-dev'
'version' => '4.2.0'
];
4 changes: 2 additions & 2 deletions src/Promotion/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 4.x Series

## Unreleased
##### 2024-XX-YY
## 4.2.0
##### 2024-12-15

- Initial release of the module
- Added promotions, actions, rules and coupons support
2 changes: 1 addition & 1 deletion src/Promotion/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Vanilo Promotion Module',
'version' => '4.2-dev'
'version' => '4.2.0'
];
5 changes: 5 additions & 0 deletions src/Properties/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 4.x Series

## 4.2.0
##### 2024-12-14

- Bump module version to mainline (no change)

## 4.1.0
##### 2024-07-11

Expand Down
2 changes: 1 addition & 1 deletion src/Properties/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Vanilo Properties Module',
'version' => '4.2-dev'
'version' => '4.2.0'
];
4 changes: 2 additions & 2 deletions src/Shipment/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 4.x Series

## Unreleased
##### 2024-XX-YY
## 4.2.0
##### 2024-12-15

- Changed the minimal Address module requirement to v3.4.1
- Changed `ShippingMethod::hasConfiguration()` to return false on empty arrays as well
Expand Down
2 changes: 1 addition & 1 deletion src/Shipment/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Vanilo Shipment Module',
'version' => '4.2-dev'
'version' => '4.2.0'
];
4 changes: 2 additions & 2 deletions src/Support/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 4.x Series

## Unreleased
##### 2024-XX-YY
## 4.2.0
##### 2024-12-15

- Changed the minimal Address module requirement to v3.4.1
- Changed the `ConfigurableModel::hasConfiguration()` trait to return false on empty arrays as well (until now, only `null` was considered as no config)
Expand Down
4 changes: 2 additions & 2 deletions src/Taxes/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 4.x Series

## Unreleased
##### 2024-XX-YY
## 4.2.0
##### 2024-12-15

- Changed the minimal Address module requirement to v3.4.1
- Changed `TaxRate::hasConfiguration()` to return false on empty arrays as well
Expand Down
2 changes: 1 addition & 1 deletion src/Taxes/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Vanilo Taxes Module',
'version' => '4.2-dev'
'version' => '4.2.0'
];

0 comments on commit c4e7cf9

Please sign in to comment.