Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](3.0.0...4.0.0) (2023-03-21)

### Features

* Update module for OXID 6.5 compability ([#44](#44)) ([776847b](776847b))

### BREAKING CHANGES

* with these changes the module is no longer able to run on OXID before 6.5
  • Loading branch information
makaira-github committed Mar 21, 2023
1 parent 776847b commit 430f8b7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'de' => '<p>Connector zum Makaira</p><p>Mit dieser Version ist das Makaira :: Connect Modul DSGVO konform.</p><div class="errorbox"><p>Bitte deaktivieren Sie das Makaira :: Tracking Modul, falls vorhanden und aktiviert, bevor Sie die neue Connect Version aktivieren.</p></div>',
],
'thumbnail' => 'makaira.jpg',
'version' => '3.0.0',
'version' => '4.0.0',
'author' => 'marmalade GmbH',
'url' => 'https://www.makaira.io/',
'email' => '[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oxid-connect",
"version": "3.0.0",
"version": "4.0.0",
"private": true,
"scripts": {
"release": "semantic-release"
Expand Down

0 comments on commit 430f8b7

Please sign in to comment.