change module description

This commit is contained in:
Daniel Seifert 2024-12-04 15:10:56 +01:00
parent 7db0b86772
commit f2d49693c1
2 changed files with 2 additions and 2 deletions

@ -5,7 +5,7 @@ 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/tinymce-editor/compare/3.0.0.0...rel_1.x)
## [unreleased](https://git.d3data.de/D3Public/tinymce-editor/compare/1.1.0...rel_1.x)
## [1.1.0](https://git.d3data.de/D3Public/tinymce-editor/compare/1.0.0...1.1.0) - 2024-12-03

@ -20,7 +20,7 @@ $sMetadataVersion = '2.1';
$aModule = [
'id' => Constants::OXID_MODULE_ID,
'title' => 'TinyMCE Editor',
'description' => 'TinyMCE 6 integration for O3-Shop, ported to OXID eShop',
'description' => 'TinyMCE integration for OXID eShop',
'thumbnail' => 'logo.png',
'version' => '2.0.0',
'author' => 'D3 Data Development, O3-Shop, Marat Bedoev',