diff --git a/Changelog.md b/Changelog.md index 0e3c16811..21df1a740 100644 --- a/Changelog.md +++ b/Changelog.md @@ -30,6 +30,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 44674dc18..fed32cfa3 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ For the stable version see the `3.x` branch. #### 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 986defee8..cae1d9ab3 100644 --- a/src/Adjustments/Changelog.md +++ b/src/Adjustments/Changelog.md @@ -13,6 +13,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/Changelog.md b/src/Checkout/Changelog.md index eee865dd8..184c6f4f7 100644 --- a/src/Checkout/Changelog.md +++ b/src/Checkout/Changelog.md @@ -12,6 +12,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