diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 38b00b56..d6f5d13b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,10 +1,11 @@ Changelog ========= -1.8.10 (Unreleased) ------------------------- +1.8.11 (March 28, 2023) +----------------------- - Fix #261: Add list buttons in toolbar of RichText TinyMCE editor - Fix #263: Conflicts if a page in a content container has the same ID as a global page +- Fix #271: Fix compatible `AssetVariable::offsetGet()` between different PHP versions 1.8.9 (February 6, 2023) ------------------------ diff --git a/module.json b/module.json index 539aed2d..f7465d81 100644 --- a/module.json +++ b/module.json @@ -3,7 +3,7 @@ "name": "Custom Pages", "description": "Allows admins to create custom pages (html or markdown) or external links to various navigations (e.g. top navigation, account menu).", "keywords": ["pages", "custom", "iframe", "markdown", "link", "navigation", "spaces"], - "version": "1.8.10", + "version": "1.8.11", "homepage": "https://github.com/humhub/custom-pages", "humhub": { "minVersion": "1.12"