Compare commits

...

4 Commits

5 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -0,0 +1 @@
.php_cs.cache

View File

@ -4,7 +4,11 @@ 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/D3Public/PRGredirect/compare/1.1.0.0...rel_1.x)
## [Unreleased](https://git.d3data.de/D3Public/PRGredirect/compare/1.1.1.0...rel_1.x)
## [1.1.1.0](https://git.d3data.de/D3Public/PRGredirect/compare/1.1.0.0...1.1.1.0) - 2023-01-03
### Added
- make installable in OXID 6.5 (CE 6.12 + 6.13)
## [1.1.0.0](https://git.d3data.de/D3Public/PRGredirect/compare/1.0.0.0...1.1.0.0) - 2022-07-26
### Added

View File

@ -26,7 +26,7 @@
],
"require": {
"php": ">=7.1",
"oxid-esales/oxideshop-ce": "6.3 - 6.10"
"oxid-esales/oxideshop-ce": "6.3 - 6.13"
},
"require-dev": {
"oxid-esales/oxideshop-ce": "~6.10.0",
@ -38,7 +38,8 @@
"blacklist-filter": [
"*.md",
"composer.json",
".php-cs-fixer.php"
".php-cs-fixer.php",
"*.neon"
],
"target-directory": "d3/prg-redirects"
}

View File

@ -41,7 +41,7 @@ $aModule = [
'de' => 'siehe https://de.wikipedia.org/wiki/Post/Redirect/Get',
'en' => 'see https://en.wikipedia.org/wiki/Post/Redirect/Get',
],
'version' => '1.1.0.0',
'version' => '1.1.1.0',
'author' => 'D³ Data Development (Inh.: Thomas Dartsch)',
'email' => 'support@shopmodule.com',
'url' => 'https://www.oxidmodule.com/',

View File

@ -1,6 +1,7 @@
parameters:
scanFiles:
- IntelliSenseHelper.php
- ../../oxid-esales/oxideshop-ce/source/oxfunctions.php
paths:
- Application
- Modules