diff --git a/Changelog.md b/Changelog.md index 44af5eb9..0e0908af 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 diff --git a/README.md b/README.md index 3bfea095..fb675502 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/src/Adjustments/Changelog.md b/src/Adjustments/Changelog.md index eff45a70..cd6b43f9 100644 --- a/src/Adjustments/Changelog.md +++ b/src/Adjustments/Changelog.md @@ -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 diff --git a/src/Adjustments/resources/manifest.php b/src/Adjustments/resources/manifest.php index a58e2ddd..7d653ec5 100644 --- a/src/Adjustments/resources/manifest.php +++ b/src/Adjustments/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Adjustments Module', - 'version' => '3.8.0' + 'version' => '3.8.2' ]; diff --git a/src/Checkout/Changelog.md b/src/Checkout/Changelog.md index 0ed6c736..3b53d728 100644 --- a/src/Checkout/Changelog.md +++ b/src/Checkout/Changelog.md @@ -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 diff --git a/src/Checkout/resources/manifest.php b/src/Checkout/resources/manifest.php index 111d77f7..a04e1ccf 100644 --- a/src/Checkout/resources/manifest.php +++ b/src/Checkout/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Checkout Module', - 'version' => '3.8.0' + 'version' => '3.8.2' ]; diff --git a/src/Foundation/resources/manifest.php b/src/Foundation/resources/manifest.php index 10a5cdc3..2a90037f 100644 --- a/src/Foundation/resources/manifest.php +++ b/src/Foundation/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Foundation', - 'version' => '3.8.1' + 'version' => '3.8.2' ];