diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b3b84f..78ac9ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,39 +5,45 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
+## [1.4.0] - 2022-09-25
+### Changed
+ * Add compatibility with iTop 3.0+
+ * Change iTop min. version 2.7.0
+
## [1.3.0] - 2020-08-18
### Added
-- Add possibility to choose Mardown converter options
+ * Add possibility to choose Mardown converter options
## [1.2.0] - 2019-12-31
### Changed
-- Fix display in the admin. console
-- Add compatibility with iTop 2.7+
+ * Fix display in the admin. console
+ * Add compatibility with iTop 2.7+
### Added
-- Add dutch translations (Thanks to @jbostoen!)
+ * Add dutch translations (Thanks to @jbostoen!)
## [1.1.3] - 2019-11-30
### Changed
-- Fix display in the end-user portal
+ * Fix display in the end-user portal
## [1.1.2] - 2019-07-24
### Changed
-- Update dependencies to include their fixes
+ * Update dependencies to include their fixes
## [1.1.1] - 2019-07-23
### Changed
-- Fix rendering of line breaks on read-only attributes (preview was ok)
+ * Fix rendering of line breaks on read-only attributes (preview was ok)
## [1.1.0] - 2019-07-23
### Added
-- Include "Molkobain's newsroom provider" module to keep administrators informed on new extensions and updates (can be disabled in the conf. file) (iTop 2.6+ only)
+ * Include "Molkobain's newsroom provider" module to keep administrators informed on new extensions and updates (can be disabled in the conf. file) (iTop 2.6+ only)
## [1.0.0] - 2019-04-05
### Added
-- First version
+ * First version
-[Unreleased]: https://github.com/Molkobain/itop-markdown-viewer/compare/v1.3.0...HEAD
+[Unreleased]: https://github.com/Molkobain/itop-markdown-viewer/compare/v1.4.0...HEAD
+[1.4.0]: https://github.com/Molkobain/itop-markdown-viewer/releases/tag/v1.4.0
[1.3.0]: https://github.com/Molkobain/itop-markdown-viewer/releases/tag/v1.3.0
[1.2.0]: https://github.com/Molkobain/itop-markdown-viewer/releases/tag/v1.2.0
[1.1.3]: https://github.com/Molkobain/itop-markdown-viewer/releases/tag/v1.1.3
diff --git a/README.md b/README.md
index 87bca4b..ff00daf 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ You can try this extension on the online demo. There are already some FAQs with
*Note: Mind to logout before switching between console & portal.*
## Compatibility
-Compatible with iTop 2.4+
+Compatible with iTop 2.7+
## Dependencies
* Module `molkobain-handy-framework/1.3.0`
diff --git a/dist/molkobain-markdown-viewer/extension.xml b/dist/molkobain-markdown-viewer/extension.xml
index 912984a..d6ec3c9 100644
--- a/dist/molkobain-markdown-viewer/extension.xml
+++ b/dist/molkobain-markdown-viewer/extension.xml
@@ -5,10 +5,12 @@
- 1.3.0
- 2020-08-18
-
- 2.4.0
+ 1.4.0
+ 2022-09-25
+
+ 2.7.0stablefalsehttps://www.molkobain.com/product-category/itop-extensions/
diff --git a/src/molkobain-markdown-viewer/module.molkobain-markdown-viewer.php b/src/molkobain-markdown-viewer/module.molkobain-markdown-viewer.php
index 995a1e5..d6d441f 100644
--- a/src/molkobain-markdown-viewer/module.molkobain-markdown-viewer.php
+++ b/src/molkobain-markdown-viewer/module.molkobain-markdown-viewer.php
@@ -14,7 +14,7 @@
/** @noinspection PhpUnhandledExceptionInspection */
SetupWebPage::AddModule(
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
- 'molkobain-markdown-viewer/1.3.0',
+ 'molkobain-markdown-viewer/1.4.0',
array(
// Identification
//