From b8233948b4079bcd6dbc06b328b837db07f4649d Mon Sep 17 00:00:00 2001 From: RahatHameed Date: Mon, 11 Nov 2024 18:28:53 +0100 Subject: [PATCH] OXDEV-8669 Updated CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50fc18b..0b82ff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.0.1] - 2024-03-15 + +### Added +- Support for PHP 8.3. + +### Changed +- Prevent page blocking when Usercentrics ID is missing +- Updated to work with OXID eShop 7.2.x. + +### Removed +- Dropped support for PHP 8.1. + ## [3.0.0] - 2024-03-15 ### Added