fix wrong admin menu section
# Conflicts: # CHANGELOG.md # metadata.php
This commit is contained in:
parent
7d8d6a4fc3
commit
723df77a0e
@ -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/),
|
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/manufacturer-information/compare/1.1.4.0...rel_1.1.x)
|
## [unreleased](https://git.d3data.de/D3Private/manufacturer-information/compare/1.1.4.1...rel_1.1.x)
|
||||||
|
|
||||||
|
## [1.1.4.1](https://git.d3data.de/D3Private/manufacturer-information/compare/1.1.4.0...1.1.4.1) - 2024-12-12
|
||||||
|
### Fixed
|
||||||
|
- fix wrong admin menu section
|
||||||
|
|
||||||
## [1.1.4.0](https://git.d3data.de/D3Private/manufacturer-information/compare/1.1.3.1...1.1.4.0) - 2024-12-05
|
## [1.1.4.0](https://git.d3data.de/D3Private/manufacturer-information/compare/1.1.3.1...1.1.4.0) - 2024-12-05
|
||||||
|
|
||||||
|
2
menu.xml
2
menu.xml
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-15"?>
|
<?xml version="1.0" encoding="ISO-8859-15"?>
|
||||||
<OX>
|
<OX>
|
||||||
<OXMENU id="NAVIGATION_ESHOPADMIN">
|
<OXMENU id="NAVIGATION_ESHOPADMIN">
|
||||||
<MAINMENU id="mxuadmin">
|
<MAINMENU id="mxmainmenu">
|
||||||
<SUBMENU id="mxmanufacturer" cl="manufacturer" list="manufacturer_list">
|
<SUBMENU id="mxmanufacturer" cl="manufacturer" list="manufacturer_list">
|
||||||
<TAB id="mxd3manufacturerinfolongdesc" cl="d3manufacturerinfolongdesc" />
|
<TAB id="mxd3manufacturerinfolongdesc" cl="d3manufacturerinfolongdesc" />
|
||||||
</SUBMENU>
|
</SUBMENU>
|
||||||
|
@ -38,7 +38,7 @@ $aModule = [
|
|||||||
'en' => 'adds manufacturer information to the article list',
|
'en' => 'adds manufacturer information to the article list',
|
||||||
],
|
],
|
||||||
'thumbnail' => 'picture.svg',
|
'thumbnail' => 'picture.svg',
|
||||||
'version' => '1.1.4.0',
|
'version' => '1.1.4.1',
|
||||||
'author' => $logo.' Data Development (Inh.: Thomas Dartsch)',
|
'author' => $logo.' Data Development (Inh.: Thomas Dartsch)',
|
||||||
'email' => 'support@shopmodule.com',
|
'email' => 'support@shopmodule.com',
|
||||||
'url' => 'https://www.oxidmodule.com/',
|
'url' => 'https://www.oxidmodule.com/',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user