Skip to content

Commit

Permalink
Release v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Jul 11, 2024
1 parent 89f507c commit 45859e8
Show file tree
Hide file tree
Showing 31 changed files with 81 additions and 26 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.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)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
5 changes: 5 additions & 0 deletions src/Adjustments/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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.1-dev',
'version' => '4.1.0',
];
5 changes: 5 additions & 0 deletions src/Cart/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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.1-dev'
'version' => '4.1.0'
];
4 changes: 2 additions & 2 deletions src/Category/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.1.0
##### 2024-07-11

- Added the following content fields to the Taxon model/table:
- `subtitle`
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.1-dev'
'version' => '4.1.0'
];
5 changes: 5 additions & 0 deletions src/Channel/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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.1-dev'
'version' => '4.1.0'
];
5 changes: 5 additions & 0 deletions src/Checkout/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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.1-dev'
'version' => '4.1.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.1.0
##### 2024-07-11

- Bump module version to mainline (no change)

## 4.0.0
##### 2024-04-25

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.1-dev'
'version' => '4.1.0'
];
4 changes: 2 additions & 2 deletions src/Links/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.1.0
##### 2024-07-11

- Added the unidirectional links feature
- Added the `isUnidirectional()`, `isOmnidirectional()` and `isEmpty()` methods to the `LinkGroup` class
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.1-dev'
'version' => '4.1.0'
];
5 changes: 5 additions & 0 deletions src/MasterProduct/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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.1-dev'
'version' => '4.1.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.1.0
##### 2024-07-11

- Added the follwing getters to the default Billpayer model (proxies down to the underlying address):
- `country_id`
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.1-dev'
'version' => '4.1.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.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
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.1-dev'
'version' => '4.1.0'
];
5 changes: 5 additions & 0 deletions src/Product/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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.1-dev'
'version' => '4.1.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.1.0
##### 2024-07-11

- Bump module version to mainline (no change)

## 4.0.0
##### 2024-04-25

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.1-dev'
'version' => '4.1.0'
];
5 changes: 5 additions & 0 deletions src/Shipment/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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.1-dev'
'version' => '4.1.0'
];
5 changes: 5 additions & 0 deletions src/Support/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions src/Taxes/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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.1-dev'
'version' => '4.1.0'
];

0 comments on commit 45859e8

Please sign in to comment.