From 271915233f6bad9aa88f27fe303523c455c7f84e Mon Sep 17 00:00:00 2001 From: MarkusGaertner Date: Tue, 10 Oct 2023 15:39:45 +0200 Subject: [PATCH] make installable in OXID 6.5.3 (CE 6.14) --- CHANGELOG.md | 4 ++++ composer.json | 4 ++-- metadata.php | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dad6871..1c7a5c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased](https://git.d3data.de/D3Private/SecondLongDesc/compare/1.4.0...rel_1.x) +## [1.7.0](https://git.d3data.de/D3Private/SecondLongDesc/compare/1.4.0...1.5.0) - 2023-10-10 +### Added +- make installable in OXID 6.5.3 (CE 6.14) + ## [1.5.0](https://git.d3data.de/D3Private/SecondLongDesc/compare/1.4.0...1.5.0) - 2023-08-02 ### Added - 2 longtexts for manufacturers diff --git a/composer.json b/composer.json index fd93fba..47c840f 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ { "name": "D3 Data Development (Inh. Thomas Dartsch)", "email": "info@shopmodule.com", - "homepage": "http://www.d3data.de", + "homepage": "https://www.d3data.de", "role": "Owner" } ], @@ -29,7 +29,7 @@ } }, "require": { - "php": "^7", + "php": ">=7.3", "oxid-esales/oxideshop-ce":"^6" }, "autoload": { diff --git a/metadata.php b/metadata.php index 44999a0..22ad8fd 100644 --- a/metadata.php +++ b/metadata.php @@ -44,7 +44,7 @@ $aModule = [ 'title' => $logo.' weitere Kategorie- und Herstellerlangtexte', 'description' => $features, 'thumbnail' => 'picture.png', - 'version' => '1.5.0', + 'version' => '1.7.0', 'author' => $logo.' Data Development (Inh.: Thomas Dartsch)', 'email' => 'support@shopmodule.com', 'url' => 'https://www.oxidmodule.com/',