Skip to content

Commit

Permalink
Release v3.8.2
Browse files Browse the repository at this point in the history
- Fixes #164
  • Loading branch information
fulopattila122 committed Nov 17, 2023
1 parent 9050bfd commit d5f9a81
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 3.x Series

## 3.8.2
##### 2023-11-17

- Fixed the PHP `IteratorAggregate`, `ArrayAccess` and `Countable` interfaces-related deprecation notices

## 3.8.1
##### 2023-10-09

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Vanilo's aim is that **Laravel developers** can **rapidly** create E-commerce ap

#### 3.x

The latest stable release is **3.8.1**, and it was released on Oct 9th, 2023.
The latest stable release is **3.8.2**, and it was released on Nov 17th, 2023.
Vanilo v3.8 supports Laravel 9.x & 10.x versions and PHP 8.0 - 8.2

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 @@

## 3.x Series

## 3.8.2
##### 2023-11-17

- Fixed the PHP `IteratorAggregate`, `ArrayAccess` and `Countable` interfaces-related deprecation notices

## 3.8.0
##### 2023-05-24

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' => '3.8.0'
'version' => '3.8.2'
];
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 @@

## 3.x Series

## 3.8.2
##### 2023-11-17

- Fixed the PHP `IteratorAggregate`, `ArrayAccess` and `Countable` interfaces-related deprecation notices

## 3.8.0
##### 2023-05-24

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' => '3.8.0'
'version' => '3.8.2'
];
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' => '3.8.1'
'version' => '3.8.2'
];

0 comments on commit d5f9a81

Please sign in to comment.