From f2d49693c13554cf03255250bb3a10542f3e352e Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Wed, 4 Dec 2024 15:10:56 +0100 Subject: [PATCH] change module description --- CHANGELOG.md | 2 +- metadata.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77276b5..344df05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/metadata.php b/metadata.php index d50ecde..84a6432 100755 --- a/metadata.php +++ b/metadata.php @@ -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',