From 430f8b74446bbda8ea58296aa86af551c87133f8 Mon Sep 17 00:00:00 2001 From: Makaira Bot Date: Tue, 21 Mar 2023 15:10:48 +0000 Subject: [PATCH] chore(release): 4.0.0 [skip ci] # [4.0.0](https://github.com/MakairaIO/oxid-connect/compare/3.0.0...4.0.0) (2023-03-21) ### Features * Update module for OXID 6.5 compability ([#44](https://github.com/MakairaIO/oxid-connect/issues/44)) ([776847b](https://github.com/MakairaIO/oxid-connect/commit/776847b905d43add79b43dd72292d1ba4c6ed4f6)) ### BREAKING CHANGES * with these changes the module is no longer able to run on OXID before 6.5 --- CHANGELOG.md | 12 ++++++++++++ metadata.php | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8517874..be2f26e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [4.0.0](https://github.com/MakairaIO/oxid-connect/compare/3.0.0...4.0.0) (2023-03-21) + + +### Features + +* Update module for OXID 6.5 compability ([#44](https://github.com/MakairaIO/oxid-connect/issues/44)) ([776847b](https://github.com/MakairaIO/oxid-connect/commit/776847b905d43add79b43dd72292d1ba4c6ed4f6)) + + +### BREAKING CHANGES + +* with these changes the module is no longer able to run on OXID before 6.5 + # [3.0.0](https://github.com/MakairaIO/oxid-connect/compare/2.11.2...3.0.0) (2023-03-21) diff --git a/metadata.php b/metadata.php index 128250a..334f900 100644 --- a/metadata.php +++ b/metadata.php @@ -25,7 +25,7 @@ 'de' => '

Connector zum Makaira

Mit dieser Version ist das Makaira :: Connect Modul DSGVO konform.

Bitte deaktivieren Sie das Makaira :: Tracking Modul, falls vorhanden und aktiviert, bevor Sie die neue Connect Version aktivieren.

', ], 'thumbnail' => 'makaira.jpg', - 'version' => '3.0.0', + 'version' => '4.0.0', 'author' => 'marmalade GmbH', 'url' => 'https://www.makaira.io/', 'email' => 'support@makaira.io', diff --git a/package.json b/package.json index a6c8ce2..fc2a3db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oxid-connect", - "version": "3.0.0", + "version": "4.0.0", "private": true, "scripts": { "release": "semantic-release"