Compare commits

..

No commits in common. "rel_1.x" and "1.0.0.1" have entirely different histories.

4 changed files with 9 additions and 15 deletions

@ -1,20 +1,14 @@
# Changelog # Changelog
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/sortedMenus/compare/1.0.0.2...rel_1.x) ## 1.0.0.1 (2021-12-13)
## [1.0.0.2](https://git.d3data.de/D3Public/sortedMenus/compare/1.0.0.1...1.0.0.2) - 2023-06-27
### Fixed
- fix wrong method scope
## [1.0.0.1](https://git.d3data.de/D3Public/sortedMenus/compare/1.0.0.0...1.0.0.1) - 2021-12-13
### Changed
- improve documentation - improve documentation
- add suggested package - add suggested package
## [1.0.0.0](https://git.d3data.de/D3Public/sortedMenus/releases/tag/1.0.0.0) - 2021-12-11 ---
### Added
## 1.0.0.0 (2021-12-11)
- initial implementation - initial implementation

@ -24,7 +24,7 @@ class NavigationTreeSortedMenus extends NavigationTreeSortedMenus_parent
/** /**
* @param $dom * @param $dom
*/ */
protected function _addLinks($dom) public function _addLinks($dom)
{ {
$this->d3SortMenus(); $this->d3SortMenus();

@ -27,7 +27,7 @@
], ],
"require": { "require": {
"php": ">=7.0", "php": ">=7.0",
"oxid-esales/oxideshop-ce": "6.1 - 6.14" "oxid-esales/oxideshop-ce": "6.1 - 6.9"
}, },
"extra": { "extra": {
"oxideshop": { "oxideshop": {

@ -32,7 +32,7 @@ $aModule = [
'en' => '', 'en' => '',
], ],
'thumbnail' => '', 'thumbnail' => '',
'version' => '1.0.0.2', 'version' => '1.0.0.0',
'author' => 'D³ Data Development (Inh.: Thomas Dartsch)', 'author' => 'D³ Data Development (Inh.: Thomas Dartsch)',
'email' => 'support@shopmodule.com', 'email' => 'support@shopmodule.com',
'url' => 'https://www.oxidmodule.com/', 'url' => 'https://www.oxidmodule.com/',