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',