diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d3854d..50fc18b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.0] - unreleased +## [3.0.0] - 2024-03-15 ### Added - ``Core\ViewConfig::getUsercentricsModuleSettings`` diff --git a/README.md b/README.md index 7a7261c..43ac00e 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ User documentation: [DE](https://docs.oxid-esales.com/modules/usercentrics/de/la ## Branch Compatibility +* b-7.1.x branch for b-7.1.x shop compilation branches * b-7.0.x branch for b-7.0.x shop compilation branches * b-6.5.x branch for b-6.5.x shop compilation branches * b-6.3.x branch for b-6.3.x and b-6.4.x shop compilation branches @@ -40,7 +41,7 @@ User documentation: [DE](https://docs.oxid-esales.com/modules/usercentrics/de/la ## Developer installation ```bash -$ git clone --branch=b-7.0.x https://github.com/OXID-eSales/usercentrics.git source/modules/oxps/usercentrics +$ git clone --branch=b-7.1.x https://github.com/OXID-eSales/usercentrics.git source/modules/oxps/usercentrics $ composer config repositories.oxid-professional-services/usercentrics path ./source/modules/oxps/usercentrics $ composer require oxid-professional-services/usercentrics:* diff --git a/composer.json b/composer.json index 0330fde..1f8976a 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": ["proprietary"], "minimum-stability": "dev", "require": { - "php": ">=8.0", + "php": "^8.1", "symfony/yaml" : "> 3", "ext-json": "*" }, diff --git a/metadata.php b/metadata.php index 2a4927c..eb5ac95 100644 --- a/metadata.php +++ b/metadata.php @@ -37,7 +37,7 @@ ' ], 'thumbnail' => 'logo.png', - 'version' => '2.0.2', + 'version' => '3.0.0', 'author' => 'OXID Professional Services', 'events' => [],