Skip to content

Commit

Permalink
Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tkcreateit committed Mar 15, 2024
1 parent 528a6ba commit 61903fe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:*

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": ["proprietary"],
"minimum-stability": "dev",
"require": {
"php": ">=8.0",
"php": "^8.1",
"symfony/yaml" : "> 3",
"ext-json": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'
],
'thumbnail' => 'logo.png',
'version' => '2.0.2',
'version' => '3.0.0',
'author' => 'OXID Professional Services',
'events' => [],

Expand Down

0 comments on commit 61903fe

Please sign in to comment.