diff --git a/CHANGELOG.md b/CHANGELOG.md index afd19f6..70f8430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ This changelog is according to [Keep a Changelog](http://keepachangelog.com). All notable changes to this project will be documented in this file. We will follow [Semantic Versioning](http://semver.org/). -## UNRELEASED +## 11.0.0 February 14, 2025 ### Breaking - Replaced the `urlToCheck` with a new `ModifyPreviewUrl` event diff --git a/ext_emconf.php b/ext_emconf.php index 9dc77fd..4b6604a 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -10,7 +10,7 @@ 'clearCacheOnLoad' => 0, 'state' => 'stable', 'uploadfolder' => 0, - 'version' => '10.1.0', + 'version' => '11.0.0', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.0-13.4.99',