Merge branch 'rel_1.x' into dev_1.x_tests
# Conflicts: # composer.json
This commit is contained in:
commit
1558e0275e
14
CHANGELOG.md
14
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/),
|
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).
|
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
|
## [1.1.0.1](https://git.d3data.de/D3Private/linkmobility4oxid/compare/1.1.0.0...1.1.0.1) - 2022-09-29
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.1 || ^8.0",
|
"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",
|
"d3/linkmobility-php-client": "^1.2.0 || ^2.0.0",
|
||||||
"d3/oxid-dic-handler": "*"
|
"d3/oxid-dic-handler": "*"
|
||||||
},
|
},
|
||||||
|
@ -37,7 +37,7 @@ $aModule = [
|
|||||||
'de' => 'Anbindung der LINK Mobility API (Nachrichtenversand per SMS) an den Shop',
|
'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',
|
'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',
|
'thumbnail' => 'picture.png',
|
||||||
'author' => 'D³ Data Development (Inh.: Thomas Dartsch)',
|
'author' => 'D³ Data Development (Inh.: Thomas Dartsch)',
|
||||||
'email' => 'support@shopmodule.com',
|
'email' => 'support@shopmodule.com',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user