diff --git a/CHANGELOG.md b/CHANGELOG.md index 9430e5c..8dd67f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,19 @@ 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). -## [Unreleased](https://git.d3data.de/D3Private/linkmobility4oxid/compare/1.1.0.1...rel_1.x) +## [Unreleased](https://git.d3data.de/D3Private/linkmobility4oxid/compare/1.1.1.0...rel_1.x) + +## [1.1.1.0](https://git.d3data.de/D3Private/linkmobility4oxid/compare/1.1.0.1...1.1.1.0) - 2023-01-01 +### Added +- make installable in OXID 6.5.1 (CE 6.13) +- add linkmobility to remark types in installation triggers +- regenerate database views in installation process + +### Changed +- adjust requirements + +### Fixed +- fix error if configuration is missing ## [1.1.0.1](https://git.d3data.de/D3Private/linkmobility4oxid/compare/1.1.0.0...1.1.0.1) - 2022-09-29 ### Changed diff --git a/composer.json b/composer.json index 2d1c799..91ccaac 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ ], "require": { "php": "^7.1 || ^8.0", - "oxid-esales/oxideshop-ce": "6.7 - 6.13", + "oxid-esales/oxideshop-ce": "~6.7.0 || ~6.9.0 || 6.10 - 6.13", "d3/linkmobility-php-client": "^1.2.0 || ^2.0.0" }, "require-dev": { diff --git a/src/metadata.php b/src/metadata.php index 3e53c9d..e46ed14 100644 --- a/src/metadata.php +++ b/src/metadata.php @@ -35,7 +35,7 @@ $aModule = [ 'de' => 'Anbindung der LINK Mobility API (Nachrichtenversand per SMS) an den Shop', 'en' => 'Connection of the LINK Mobility API ( sending messages via SMS) to the shop', ], - 'version' => '1.1.0.0', + 'version' => '1.1.1.0', 'thumbnail' => 'picture.png', 'author' => 'D³ Data Development (Inh.: Thomas Dartsch)', 'email' => 'support@shopmodule.com',